[Add] New ship. Renamed several outfits too.

This commit is contained in:
Allanis 2013-08-03 12:59:59 +01:00
parent a76a98de2a
commit 61291921fe
5 changed files with 44 additions and 8 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<Outfits> <Outfits>
<outfit name="Laser"> <outfit name="Laser Cannon">
<general> <general>
<max>5</max> <max>5</max>
<tech>2</tech> <tech>2</tech>
@ -42,7 +42,7 @@
<damage type="energy">10</damage> <damage type="energy">10</damage>
</specific> </specific>
</outfit> </outfit>
<outfit name="Plasma Cannon"> <outfit name="Plasma Blaster">
<general> <general>
<max>4</max> <max>4</max>
<tech>3</tech> <tech>3</tech>

View File

@ -30,7 +30,7 @@
<cap_cargo>20</cap_cargo> <cap_cargo>20</cap_cargo>
</characteristics> </characteristics>
<outfits> <outfits>
<outfit quantity='1'>Laser</outfit> <outfit quantity='1'>Laser Cannon</outfit>
</outfits> </outfits>
</ship> </ship>
<ship name="Hyena"> <ship name="Hyena">
@ -63,7 +63,7 @@
<cap_cargo>10</cap_cargo> <cap_cargo>10</cap_cargo>
</characteristics> </characteristics>
<outfits> <outfits>
<outfit quantity='2'>Laser</outfit> <outfit quantity='2'>Laser Cannon</outfit>
</outfits> </outfits>
</ship> </ship>
<ship name="Pacifier"> <ship name="Pacifier">
@ -96,7 +96,7 @@
<cap_cargo>30</cap_cargo> <cap_cargo>30</cap_cargo>
</characteristics> </characteristics>
<outfits> <outfits>
<outfit quantity='2'>Laser</outfit> <outfit quantity='2'>Laser Cannon</outfit>
<outfit quantity='1'>Laser Turret</outfit> <outfit quantity='1'>Laser Turret</outfit>
<outfit quantity='2'>Headhunter Launcher</outfit> <outfit quantity='2'>Headhunter Launcher</outfit>
<outfit quantity='40'>Headhunter</outfit> <outfit quantity='40'>Headhunter</outfit>
@ -168,7 +168,7 @@ Used by security agencies all over the universe for it's reliability and availab
<cap_cargo>10</cap_cargo> <cap_cargo>10</cap_cargo>
</characteristics> </characteristics>
<outfits> <outfits>
<outfit quantity='2'>Laser</outfit> <outfit quantity='2'>Laser Cannon</outfit>
<outfit quantity='1'>Headhunter Launcher</outfit> <outfit quantity='1'>Headhunter Launcher</outfit>
<outfit quantity='20'>Headhunter</outfit> <outfit quantity='20'>Headhunter</outfit>
</outfits> </outfits>
@ -179,7 +179,7 @@ Used by security agencies all over the universe for it's reliability and availab
<sound>engine</sound> <sound>engine</sound>
<class>2</class> <class>2</class>
<price>900000</price> <price>900000</price>
<fabricator>Nexus</fabricator> <fabricator>Melendez Corp</fabricator>
<tech>5</tech> <tech>5</tech>
<description>A heavy liner specialized in freighting cargo all over the universe. Also has good accomodations for passengers depending on the model allowing for enjoyable cruises. Was a favorite target of pirates until they added stock turrets to the new models which can now defend themselves properly.</description> <description>A heavy liner specialized in freighting cargo all over the universe. Also has good accomodations for passengers depending on the model allowing for enjoyable cruises. Was a favorite target of pirates until they added stock turrets to the new models which can now defend themselves properly.</description>
<movement> <movement>
@ -309,4 +309,40 @@ Production is entirely done on Zhiru en the Goddard system by Goddard Inc, the s
<outfit quantity='40'>Headhunter</outfit> <outfit quantity='40'>Headhunter</outfit>
</outfits> </outfits>
</ship> </ship>
<ship name="Admonisher">
<GFX>admonisher</GFX>
<GUI>minimal</GUI>
<sound>engine</sound>
<class>2</class>
<price>900000</price>
<fabricator>Nexus</fabricator>
<tech>10</tech>
<description>A very versatile combat ship. Nexus defines it as the combination between the ruggedness of the Pacifier and the agility of the Lancelot. Overall a very solid fighter.</description>
<movement>
<thrust>200</thrust>
<turn>105</turn>
<speed>200</speed>
</movement>
<health>
<shield>240</shield>
<armour>170</armour>
<energy>380</energy>
<shield_regen>240</shield_regen>
<armour_regen>90</armour_regen>
<energy_regen>1180</energy_regen>
</health>
<characteristics>
<crew>13</crew>
<mass>170</mass>
<fuel>400</fuel>
<cap_weapon>110</cap_weapon>
<cap_cargo>20</cap_cargo>
</characteristics>
<outfits>
<outfit quantity='1'>Laser Cannon</outfit>
<outfit quantity='2'>Plasma Blaster</outfit>
<outfit quantity='1'>Headhunter Launcher</outfit>
<outfit quantity='10'>Headhunter</outfit>
</outfits>
</ship>
</Ships> </Ships>

View File

@ -1,7 +1,7 @@
<Start> <Start>
<name>Dark Tides</name> <name>Dark Tides</name>
<player> <player>
<ship>Lancelot</ship> <ship>Admonisher</ship>
<credits> <credits>
<low>500000</low> <low>500000</low>
<high>1500000</high> <high>1500000</high>

BIN
gfx/ship/admonisher.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 381 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB