Lephisto/bin/data
Allanis 85bec426ba [Add] libxml for ship data etc.
[Fix] Memory leaks.
[Fix] fixed #1 For dear old KonoM.
2013-01-31 01:30:51 +00:00

179 lines
3.5 KiB
XML

-e <?xml version="1.0" encoding="UTF-8"?>
<Data>
<Ships>
<ship name="Ship">
<GFX>../gfx/ship.png</GFX>
<class>1</class>
<movement>
<thrust>240</thrust>
<turn>120</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>30</mass>
<cap_weapon>20</cap_weapon>
<cap_cargo>20</cap_cargo>
</caracteristics>
<outfits>
<outfit quantity='2'>laser</outfit>
</outfits>
</ship>
<ship name="Mr. Test">
<GFX>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>
</caracteristics>
<outfits>
</outfits>
</ship>
</Ships>
<Fleets>
<fleet name="Test">
<faction>2</faction>
<pilots>
<pilot chance='100'>Mr. Test</pilot>
</pilots>
</fleet>
<fleet name="Merchant Ship">
<faction>2</faction>
<pilots>
<pilot chance='100'>Ship</pilot>
</pilots>
</fleet>
<fleet name="Sml Merchant Convoy">
<faction>2</faction>
<pilots>
<pilot chance='80'>Ship</pilot>
<pilot chance='80'>Ship</pilot>
<pilot chance='60'>Ship</pilot>
<pilot chance='60'>Ship</pilot>
</pilots>
</fleet>
</Fleets>
<Outfits>
<outfit name="laser">
<general>
<max>0</max>
<type>1</type>
<tech>0</tech>
</general>
<sound>laser</sound>
<GFX>
<game>laser_green</game>
</GFX>
<parameters>
<parameter>7</parameter>
<parameter>7</parameter>
<parameter>600</parameter>
<parameter>400</parameter>
<parameter>18</parameter>
<parameter>500</parameter>
</parameters>
</outfit>
</Outfits>
<Planets>
<planet name="KonoSphere">
<pos>
<x>10</x>
<y>15</y>
</pos>
<general>
<class>1</class>
<services>1</services>
<tech>0</tech>
<commodities>1</commodities>
</general>
<GFX>KonoSphere</GFX>
</planet>
<planet name="SaraCraft">
<pos>
<x>125</x>
<y>-345</y>
</pos>
<general>
<class>1</class>
<services>1</services>
<tech>0</tech>
<commodities>1</commodities>
</general>
<GFX>SaraCraft</GFX>
</planet>
</Planets>
<Systems>
<ssys name="SaraSys">
<pos>
<x>15</x>
<y>8</y>
</pos>
<general>
<stars>50</stars>
<asteroids>0</asteroids>
<interference>0</interference>
<faction>2</faction>
</general>
<planets>
<planet>KonoSphere</planet>
</planets>
<fleets>
<fleet chance="100">Test</fleet>
<fleet chance="60">Merchant Ship</fleet>
<fleet chance="50">Merchant Ship</fleet>
<fleet chance="40">Merchant Ship</fleet>
<fleet chance="50">Sml Merchant Convoy</fleet>
<fleet chance="40">Sml Merchant Convoy</fleet>
</fleets>
<paths>
<path>KonoSys</path>
</paths>
</ssys>
<ssys name="KonoSys">
<pos>
<x>47</x>
<y>33</y>
</pos>
<general>
<stars>27</stars>
<asteroids>0</asteroids>
<interference>0</interference>
<faction>2</faction>
</general>
<planets>
<planet>SaraCraft</planet>
</planets>
<fleets>
<fleet chance="80">Merchant Ship</fleet>
<fleet chance="60">Merchant Ship</fleet>
</fleets>
<paths>
<path>SaraSys</path>
</paths>
</ssys>
</Systems>
-e </data>