-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathitems.json
37 lines (37 loc) · 827 Bytes
/
items.json
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
{
"items": [
{
"Id": "e0b25706-09d1-40b6-84c9-05e3db0e1048",
"name": "potato",
"description": "the mystical potato",
"tradeable": true,
"rarity": 2,
"sellable": true,
"buyable": true,
"sellablePrice": 90,
"buyablePrice": 90
},
{
"Id": "afb868c1-238a-474c-bd72-8bcad08e5970",
"name": "other potato",
"description": "the mystical other potato",
"tradeable": true,
"rarity": 2,
"sellable": true,
"buyable": false,
"sellablePrice": 120,
"buyablePrice": 120
},
{
"Id":"588b2bb3-65c2-4abe-ab8d-4e3557037ac6",
"name":"cheese",
"description":"a",
"tradeable":true,
"buyable":true,
"sellable":true,
"rarity":0,
"buyPrice":10,
"sellPrice":40
}
]
}