diff --git a/dat/fleet.xml b/dat/fleet.xml index e027f60..3de69c1 100644 --- a/dat/fleet.xml +++ b/dat/fleet.xml @@ -144,7 +144,7 @@ <pilot name="Lancelot" chance="100">Empire Lancelot</pilot> <pilot name="Lancelot" chance="80">Empire Lancelot</pilot> <pilot name="Admonisher" chance="60">Empire Admonisher</pilot> - <pilot chance="50">Pacifier</pilot> + <pilot name="Pacifier" chance="50">Empire Pacifier</pilot> <pilot name="Hawking" chance="30">Empire Hawking</pilot> </pilots> </fleet> @@ -152,7 +152,7 @@ <ai>empire</ai> <faction>Empire</faction> <pilots> - <pilot chance="100">Pacifier</pilot> + <pilot name="Pacifier" chance="100">Empire Pacifier</pilot> </pilots> </fleet> <fleet name="Empire Admonisher"> diff --git a/dat/ship.xml b/dat/ship.xml index bfd1709..e4b8dc8 100644 --- a/dat/ship.xml +++ b/dat/ship.xml @@ -101,6 +101,42 @@ <outfit quantity="2">Headhunter Launcher</outfit> <outfit quantity="40">Headhunter</outfit> </outfits> +</ship> + <ship name="Empire Pacifier"> + <GFX>pacifier</GFX> + <GUI>minimal</GUI> + <sound>engine</sound> + <class>2</class> + <price>12000000</price> + <fabricator>Nexus</fabricator> + <tech>9999</tech> + <description>An Empire Pacifier.</description> + <movement> + <thrust>80</thrust> + <turn>115</turn> + <speed>200</speed> + </movement> + <health> + <shield>275</shield> + <armour>200</armour> + <energy>420</energy> + <shield_regen>250</shield_regen> + <armour_regen>100</armour_regen> + <energy_regen>1380</energy_regen> + </health> + <characteristics> + <crew>17</crew> + <mass>230</mass> + <fuel>500</fuel> + <cap_weapon>130</cap_weapon> + <cap_cargo>30</cap_cargo> + </characteristics> + <outfits> + <outfit quantity="2">Ion Cannon</outfit> + <outfit quantity="1">Heavy Ion Turret</outfit> + <outfit quantity="2">Headhunter Launcher</outfit> + <outfit quantity="20">Headhunter</outfit> + </outfits> </ship> <ship name="Hawking"> <GFX>hawking</GFX>