Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2010-09-17 23:07:41 +0000
committerStijn Buys <ingar@osirion.org>2010-09-17 23:07:41 +0000
commit92fb8e11a453529af453bdcaa647969972ac0bee (patch)
treef6a59f2dcf49700b3524cea4097069629d978b24 /base
parent868cb6ad218494b59d6c9762497fad8e96a46b6d (diff)
cargo and inventory updates
Diffstat (limited to 'base')
-rw-r--r--base/ini/cargo.ini8
-rw-r--r--base/ini/ships.ini6
-rw-r--r--base/ini/zones/ghant/alexandria.ini17
3 files changed, 28 insertions, 3 deletions
diff --git a/base/ini/cargo.ini b/base/ini/cargo.ini
index 2d99855..f3b2df1 100644
--- a/base/ini/cargo.ini
+++ b/base/ini/cargo.ini
@@ -1,7 +1,13 @@
+;
+; cargo.ini
+;
+; global cargo type definitions
+; This file describes all types of cargo that can be traded.
+;
[cargo]
label=crate_bs
name=Big Box of BS
-info=This mysterious container is said to contain anything the owner's heart desires. Few people actually believe this, but the ones who do are usually prepared to pay generously.
+info=This mysterious container is said to contain anything the owner's heart desires. Few people actually believe this, but the ones who do are usually prepared to pay a handsome price.
model=maps/cargo/crate_bs
[cargo]
diff --git a/base/ini/ships.ini b/base/ini/ships.ini
index abc2de0..f8f515b 100644
--- a/base/ini/ships.ini
+++ b/base/ini/ships.ini
@@ -1,6 +1,8 @@
;
; ships.ini
-; these are the ships that can be purchased with the 'buy' command
+;
+; global ship type definitions
+; This file describes all types of ships that can be used.
;
; ------------------------------------------------------------------ ;
@@ -25,6 +27,8 @@ price=12500
; cargo hold size, 10 is one metric tonne
cargo=50
; ship info
+; long text will be wrapped in-game
+; empty lines are allowed
info=Micron Corporation's entry-level model has been a hit sale for many decades. Despite the moderate size of its cargo hold, this ship offers a fast and reliable means of transport, capable of outrunning many larger ships.
[ship]
diff --git a/base/ini/zones/ghant/alexandria.ini b/base/ini/zones/ghant/alexandria.ini
index 20daf2d..bba0eab 100644
--- a/base/ini/zones/ghant/alexandria.ini
+++ b/base/ini/zones/ghant/alexandria.ini
@@ -1,6 +1,6 @@
;
; ghant/alexandria.ini
-; Alexandria outpost menus
+; Alexandria outpost trading definitions
;
; ship dealer
@@ -8,3 +8,18 @@
[dealer]
ship=vector
ship=pod
+
+;
+; available ship types
+
+[ship]
+label=vector
+
+[ship]
+label=pod
+
+;
+; available cargo types
+
+[cargo]
+label=crate_bs \ No newline at end of file