[Add] New ship. Renamed several outfits too.
This commit is contained in:
parent
a76a98de2a
commit
61291921fe
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Outfits>
|
||||
<outfit name="Laser">
|
||||
<outfit name="Laser Cannon">
|
||||
<general>
|
||||
<max>5</max>
|
||||
<tech>2</tech>
|
||||
@ -42,7 +42,7 @@
|
||||
<damage type="energy">10</damage>
|
||||
</specific>
|
||||
</outfit>
|
||||
<outfit name="Plasma Cannon">
|
||||
<outfit name="Plasma Blaster">
|
||||
<general>
|
||||
<max>4</max>
|
||||
<tech>3</tech>
|
||||
|
46
dat/ship.xml
46
dat/ship.xml
@ -30,7 +30,7 @@
|
||||
<cap_cargo>20</cap_cargo>
|
||||
</characteristics>
|
||||
<outfits>
|
||||
<outfit quantity='1'>Laser</outfit>
|
||||
<outfit quantity='1'>Laser Cannon</outfit>
|
||||
</outfits>
|
||||
</ship>
|
||||
<ship name="Hyena">
|
||||
@ -63,7 +63,7 @@
|
||||
<cap_cargo>10</cap_cargo>
|
||||
</characteristics>
|
||||
<outfits>
|
||||
<outfit quantity='2'>Laser</outfit>
|
||||
<outfit quantity='2'>Laser Cannon</outfit>
|
||||
</outfits>
|
||||
</ship>
|
||||
<ship name="Pacifier">
|
||||
@ -96,7 +96,7 @@
|
||||
<cap_cargo>30</cap_cargo>
|
||||
</characteristics>
|
||||
<outfits>
|
||||
<outfit quantity='2'>Laser</outfit>
|
||||
<outfit quantity='2'>Laser Cannon</outfit>
|
||||
<outfit quantity='1'>Laser Turret</outfit>
|
||||
<outfit quantity='2'>Headhunter Launcher</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>
|
||||
</characteristics>
|
||||
<outfits>
|
||||
<outfit quantity='2'>Laser</outfit>
|
||||
<outfit quantity='2'>Laser Cannon</outfit>
|
||||
<outfit quantity='1'>Headhunter Launcher</outfit>
|
||||
<outfit quantity='20'>Headhunter</outfit>
|
||||
</outfits>
|
||||
@ -179,7 +179,7 @@ Used by security agencies all over the universe for it's reliability and availab
|
||||
<sound>engine</sound>
|
||||
<class>2</class>
|
||||
<price>900000</price>
|
||||
<fabricator>Nexus</fabricator>
|
||||
<fabricator>Melendez Corp</fabricator>
|
||||
<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>
|
||||
<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>
|
||||
</outfits>
|
||||
</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>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<Start>
|
||||
<name>Dark Tides</name>
|
||||
<player>
|
||||
<ship>Lancelot</ship>
|
||||
<ship>Admonisher</ship>
|
||||
<credits>
|
||||
<low>500000</low>
|
||||
<high>1500000</high>
|
||||
|
BIN
gfx/ship/admonisher.png
Normal file
BIN
gfx/ship/admonisher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 381 KiB |
BIN
gfx/ship/admonisher_target.png
Normal file
BIN
gfx/ship/admonisher_target.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
Loading…
Reference in New Issue
Block a user