diff options
-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 |