91 lines
2.0 KiB
XML
91 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Ships>
|
|
<ship name="Merchant Ship">
|
|
<GFX>ship</GFX>
|
|
<GUI>minimal</GUI>
|
|
<sound>engine</sound>
|
|
<class>1</class>
|
|
<movement>
|
|
<thrust>320</thrust>
|
|
<turn>150</turn>
|
|
<speed>360</speed>
|
|
</movement>
|
|
<health>
|
|
<shield>70</shield>
|
|
<armour>80</armour>
|
|
<energy>240</energy>
|
|
<shield_regen>80</shield_regen>
|
|
<armour_regen>50</armour_regen>
|
|
<energy_regen>40</energy_regen>
|
|
</health>
|
|
<characteristics>
|
|
<crew>2</crew>
|
|
<mass>32</mass>
|
|
<cap_weapon>20</cap_weapon>
|
|
<cap_cargo>25</cap_cargo>
|
|
</characteristics>
|
|
<outfits>
|
|
<outfit quantity='1'>Laser</outfit>
|
|
</outfits>
|
|
</ship>
|
|
<ship name = "Leapard">
|
|
<GFX>leapard</GFX>
|
|
<GUI>minimal</GUI>
|
|
<sound>engine</sound>
|
|
<class>1</class>
|
|
<movement>
|
|
<thrust>400</thrust>
|
|
<turn>180</turn>
|
|
<speed>380</speed>
|
|
</movement>
|
|
<health>
|
|
<shield>50</shield>
|
|
<armour>60</armour>
|
|
<energy>180</energy>
|
|
<shield_regen>100</shield_regen>
|
|
<armour_regen>60</armour_regen>
|
|
<energy_regen>40</energy_regen>
|
|
</health>
|
|
<characteristics>
|
|
<crew>2</crew>
|
|
<mass>25</mass>
|
|
<cap_weapon>25</cap_weapon>
|
|
<cap_cargo>10</cap_cargo>
|
|
</characteristics>
|
|
<outfits>
|
|
<outfit quantity ='2'>Laser</outfit>
|
|
</outfits>
|
|
</ship>
|
|
<ship name="Lancer">
|
|
<GFX>ship1</GFX>
|
|
<GUI>minimal</GUI>
|
|
<sound>engine</sound>
|
|
<class>2</class>
|
|
<movement>
|
|
<thrust>320</thrust>
|
|
<turn>150</turn>
|
|
<speed>360</speed>
|
|
</movement>
|
|
<health>
|
|
<shield>160</shield>
|
|
<armour>120</armour>
|
|
<energy>360</energy>
|
|
<shield_regen>90</shield_regen>
|
|
<armour_regen>60</armour_regen>
|
|
<energy_regen>50</energy_regen>
|
|
</health>
|
|
<characteristics>
|
|
<crew>9</crew>
|
|
<mass>130</mass>
|
|
<cap_weapon>60</cap_weapon>
|
|
<cap_cargo>40</cap_cargo>
|
|
</characteristics>
|
|
<outfits>
|
|
<outfit quantity='3'>Laser</outfit>
|
|
<outfit quantity='2'>Missile Launcher</outfit>
|
|
<outfit quantity='20'>Missile</outfit>
|
|
</outfits>
|
|
</ship>
|
|
</Ships>
|
|
|