32 lines
597 B
XML
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>
|