summaryrefslogtreecommitdiff
path: root/json/items/generic/currency.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/generic/currency.json')
-rw-r--r--json/items/generic/currency.json37
1 files changed, 37 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
+ }
+]