diff options
author | Stijn Buys <ingar@osirion.org> | 2009-11-12 20:50:14 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2009-11-12 20:50:14 +0000 |
commit | 7b075e679fede1337c655c99bed3ae27c1ea8510 (patch) | |
tree | 518b721f5f3dee871800888c95facdfdb3ca830a | |
parent | 8768885f6a27261557582257cec1fb117980aa67 (diff) |
added ini file for commodities
-rw-r--r-- | base/ini/commodities.ini | 21 |
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 |