diff options
Diffstat (limited to 'base/ini')
-rw-r--r-- | base/ini/zones/ghant.ini | 13 | ||||
-rw-r--r-- | base/ini/zones/kronenbaden.ini | 10 |
2 files changed, 22 insertions, 1 deletions
diff --git a/base/ini/zones/ghant.ini b/base/ini/zones/ghant.ini index a56844b..89aee3a 100644 --- a/base/ini/zones/ghant.ini +++ b/base/ini/zones/ghant.ini @@ -152,7 +152,7 @@ complex=yes ; typically, a station uses a 'model=' line. however, since this is technically ; a ship that acts just like a station, we need to use a 'ship=' line instead. ; this allows us to scale the model automatically based on the ship's template, -; meaning less maintenence in the event that the template is changed in the +; meaning less maintenance in the event that the template is changed in the ; future. make sure you specify 'ship=' before any other lines to make sure you ; don't override anything unintentionally. ship=custodian @@ -229,6 +229,17 @@ color=0.4 0.7 0 complex=yes ; ------------------------------------------------------------------ +; KRONENBADEN JUMPGATE + +[jumpgate] +; name and info are automaticly set for jumpgates +label=jumpgate_kronenbaden +target=kronenbaden:jumpgate_ghant +faction=colonies +location=460 1440 64 +yaw=270 + +; ------------------------------------------------------------------ ; IKARUS SATELLITE [entity] diff --git a/base/ini/zones/kronenbaden.ini b/base/ini/zones/kronenbaden.ini index 51372e8..06ebe32 100644 --- a/base/ini/zones/kronenbaden.ini +++ b/base/ini/zones/kronenbaden.ini @@ -51,3 +51,13 @@ location=256 -1280 -72 yaw=120 faction=colonies +; ------------------------------------------------------------------ +; GHANT JUMPGATE + +[jumpgate] +label=jumpgate_ghant +target=ghant:jumpgate_kronenbaden +faction=lindblade +location=-300 -768 32 +yaw=30 +faction=colonies |