diff --git a/dat/planet.xml b/dat/planet.xml index b51be22..8c7ff0e 100644 --- a/dat/planet.xml +++ b/dat/planet.xml @@ -57,4 +57,23 @@ <exterior>station00.png</exterior> </GFX> </planet> + <planet name="S72839"> + <pos> + <x>0</x> + <y>0</y> + </pos> + <general> + <class>0</class> + <description>You should not be here! There is no life support module!</description> + <bar>The Omega Canteen is a dark place that seems calm, although everytime a robotic drone approaches, an alarm is sounded, sending pilots to man their ships to fight off the menace.</bar> + <faction>Collective</faction> + <services>0</services> + <tech>0</tech> + <commodities>0</commodities> + </general> + <GFX> + <space>station01.png</space> + <exterior>station01.png</exterior> + </GFX> + </planet> </Planets> diff --git a/dat/ssys.xml b/dat/ssys.xml index e2fa781..8830ceb 100644 --- a/dat/ssys.xml +++ b/dat/ssys.xml @@ -117,6 +117,7 @@ <interference>0</interference> </general> <planets> + <planet>S72839</planet> </planets> <fleets> <fleet chance="80">Collective Drone</fleet> diff --git a/gfx/planet/exterior/station01.png b/gfx/planet/exterior/station01.png new file mode 100644 index 0000000..b218431 Binary files /dev/null and b/gfx/planet/exterior/station01.png differ diff --git a/gfx/planet/space/station01.png b/gfx/planet/space/station01.png new file mode 100644 index 0000000..f5b6acf Binary files /dev/null and b/gfx/planet/space/station01.png differ