Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'base/ini/zones/ghant')
-rw-r--r--base/ini/zones/ghant/alexandria.ini38
-rw-r--r--base/ini/zones/ghant/custodian.ini17
-rw-r--r--base/ini/zones/ghant/regula.ini27
3 files changed, 0 insertions, 82 deletions
diff --git a/base/ini/zones/ghant/alexandria.ini b/base/ini/zones/ghant/alexandria.ini
deleted file mode 100644
index ab61e2c..0000000
--- a/base/ini/zones/ghant/alexandria.ini
+++ /dev/null
@@ -1,38 +0,0 @@
-;
-; ghant/alexandria.ini
-; Alexandria outpost trading definitions
-
-;
-; ship dealer
-
-[dealer]
-ship=vector
-ship=pod
-
-;
-; available ship types
-
-[ship]
-label=vector
-
-[ship]
-label=pod
-
-;
-; available cargo types
-
-[cargo]
-; always declare the label first
-label=crates
-price=15
-amount=-1
-
-[cargo]
-label=niobium
-price=190
-amount=0
-
-[cargo]
-label=liquor
-price=475
-amount=5
diff --git a/base/ini/zones/ghant/custodian.ini b/base/ini/zones/ghant/custodian.ini
deleted file mode 100644
index ab6ff03..0000000
--- a/base/ini/zones/ghant/custodian.ini
+++ /dev/null
@@ -1,17 +0,0 @@
-;
-; ghant/custodian.ini
-; battleship Custodian menus
-
-;
-; ship dealer
-
-[dealer]
-ship=sharkan
-
-[ship]
-label=sharkan
-
-[cargo]
-label=liquor
-price=500
-amount=0
diff --git a/base/ini/zones/ghant/regula.ini b/base/ini/zones/ghant/regula.ini
deleted file mode 100644
index d7f5c8a..0000000
--- a/base/ini/zones/ghant/regula.ini
+++ /dev/null
@@ -1,27 +0,0 @@
-;
-; ghant/regula.ini
-; Regula station menus
-
-;
-; ship dealer
-
-[dealer]
-ship=vector
-ship=scalar
-
-[ship]
-label=vector
-
-[ship]
-label=scalar
-
-[cargo]
-label=crates
-price=25
-amount=0
-
-[cargo]
-label=niobium
-price=150
-; unlimited
-amount=-1