Lephisto/dat/planet.xml
Allanis 943cbecf70 [Add] Fleets. Not actually making use of them yet though.
[Add] More error checking for XML files
2013-02-08 14:26:53 +00:00

32 lines
597 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<Planets>
<planet name="KonoSphere">
<pos>
<x>10</x>
<y>15</y>
</pos>
<general>
<class>A</class>
<faction>Independent</faction>
<services>1</services>
<tech>0</tech>
<commodities>1</commodities>
</general>
<GFX>konosphere.png</GFX>
</planet>
<planet name="SaraCraft">
<pos>
<x>125</x>
<y>-345</y>
</pos>
<general>
<class>A</class>
<faction>Independent</faction>
<services>1</services>
<tech>0</tech>
<commodities>1</commodities>
</general>
<GFX>saracraft.png</GFX>
</planet>
</Planets>