summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-08-18 13:26:27 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-08-18 13:26:27 -0700
commit889a2c3b35f5ac513ad73c9d9bd588e0705a48b7 (patch)
treebf44789234b44052f6e150c8d0a549f16183a367
downloadcataclysm-dda-mod_stackable-currency-889a2c3b35f5ac513ad73c9d9bd588e0705a48b7.tar.xz
Initial commit
-rw-r--r--json/items/generic/currency.json37
-rw-r--r--modinfo.json11
2 files changed, 48 insertions, 0 deletions
diff --git a/json/items/generic/currency.json b/json/items/generic/currency.json
new file mode 100644
index 0000000..65b4412
--- /dev/null
+++ b/json/items/generic/currency.json
@@ -0,0 +1,37 @@
+[
+ {
+ "type": "GENERIC",
+ "id": "FMCNote",
+ "name": { "str": "Merch" },
+ "copy-from": "FMCNote",
+ "stackable": true
+ },
+ {
+ "type": "GENERIC",
+ "id": "RobofacCoin",
+ "name": { "str": "Hub 01 Gold Coin" },
+ "copy-from": "RobofacCoin",
+ "stackable": true
+ },
+ {
+ "type": "GENERIC",
+ "id": "FlatCoin",
+ "name": { "str": "FlatCoin" },
+ "copy-from": "FlatCoin",
+ "stackable": true
+ },
+ {
+ "type": "GENERIC",
+ "id": "signed_chit",
+ "name": { "str": "chit" },
+ "copy-from": "signed_chit",
+ "stackable": true
+ },
+ {
+ "type": "GENERIC",
+ "id": "icon",
+ "name": { "str": "icon" },
+ "copy-from": "icon",
+ "stackable": true
+ }
+]
diff --git a/modinfo.json b/modinfo.json
new file mode 100644
index 0000000..6e76e7a
--- /dev/null
+++ b/modinfo.json
@@ -0,0 +1,11 @@
+[
+ {
+ "type": "MOD_INFO",
+ "ident": "stackable-currency",
+ "name": "Stackable Currency",
+ "authors": ["jc_gargma"],
+ "description": "Considering how much is required to do any trading, it takes way too long to move.",
+ "category": "rebalance",
+ "dependencies": [ "dda" ]
+ }
+]