Lephisto/dat/ship.xml
Allanis 223a6185fb [Add] Command line option.
[Add] Finished(tm) joypad support.
[Change] Input comes from player.
2013-02-01 02:32:29 +00:00

56 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Ships>
<ship name="Ship">
<GFX>ship.png</GFX>
<class>1</class>
<movement>
<thrust>400</thrust>
<turn>960</turn>
<speed>360</speed>
</movement>
<health>
<shield>50</shield>
<armor>80</armor>
<energy>240</energy>
<shield_regen>80</shield_regen>
<armor_regen>50</armor_regen>
<energy_regen>40</energy_regen>
</health>
<characteristics>
<crew>2</crew>
<mass>7</mass>
<cap_weapon>20</cap_weapon>
<cap_cargo>20</cap_cargo>
</characteristics>
<outfits>
<outfit quantity='2'>laser</outfit>
</outfits>
</ship>
<ship name="Miss. Test">
<GFX>enemyship.png</GFX>
<class>1</class>
<movement>
<thrust>180</thrust>
<turn>100</turn>
<speed>260</speed>
</movement>
<health>
<shield>160</shield>
<armor>120</armor>
<energy>360</energy>
<shieldregen>90</shieldregen>
<armorregen>60</armorregen>
<energyregen>50</energyregen>
</health>
<characteristics>
<crew>9</crew>
<mass>130</mass>
<cap_weapon>60</cap_weapon>
<cap_cargo>40</cap_cargo>
</characteristics>
<outfits>
</outfits>
</ship>
</Ships>