summaryrefslogtreecommitdiff
path: root/json/items/generic/currency.json
blob: 65b4412ada1e6196dfe914d05d82d1f13c881245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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
  }
]