From 889a2c3b35f5ac513ad73c9d9bd588e0705a48b7 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 18 Aug 2020 13:26:27 -0700 Subject: Initial commit --- json/items/generic/currency.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 json/items/generic/currency.json (limited to 'json') 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 + } +] -- cgit v1.2.1