Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/base/ini
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-11-12 20:50:14 +0000
committerStijn Buys <ingar@osirion.org>2009-11-12 20:50:14 +0000
commit7b075e679fede1337c655c99bed3ae27c1ea8510 (patch)
tree518b721f5f3dee871800888c95facdfdb3ca830a /base/ini
parent8768885f6a27261557582257cec1fb117980aa67 (diff)
added ini file for commodities
Diffstat (limited to 'base/ini')
-rw-r--r--base/ini/commodities.ini21
1 files changed, 21 insertions, 0 deletions
diff --git a/base/ini/commodities.ini b/base/ini/commodities.ini
new file mode 100644
index 0000000..add79bc
--- /dev/null
+++ b/base/ini/commodities.ini
@@ -0,0 +1,21 @@
+[commodity]
+label=antracite
+name=Antracite
+info=Black coal, usually found underground.
+
+[commodity]
+label=candy
+name=Candy
+info=Candy for the sweet tooth.
+
+[commodity]
+label=liquor
+name=Liquor
+info=Flavoured liquids containing ethanol.
+
+[commodity]
+label=osirium
+name=Osirium
+info=Liquid metal similar to quicksilver,
+info=emits a faint blue light when exposed
+info=to ultra-violet radiation. \ No newline at end of file