-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathitems.json
55 lines (55 loc) · 1.28 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"items": [
{
"id": "ITEM_0002",
"name": " Love Potion",
"description": "A Love potion.",
"tags": [],
"properties": {},
"stackable": true,
"stack_limit": 1,
"equippable": true,
"effects": [{"amount":5,"stat":"max_hp","type":"stat_boost"}],
"projectile": true,
"projectile_min_damage": 1,
"projectile_max_damage": 6,
"projectile_speed": 0,
"projectile_min_range": 1,
"projectile_max_range": 8,
"projectile_sound": "drink.wav",
"image": "blue_potion.png",
"usable": false
},
{
"id": "ITEM_0003",
"name": "Cheese",
"description": "A wedge of stinky cheese.",
"tags": [],
"properties": {},
"stackable": false,
"image": "cheese.png",
"usable": false
},
{
"id": "ITEM_0004",
"name": "Scroll",
"description": "A dusty old scroll.",
"tags": [],
"properties": {},
"stackable": false,
"image": "scroll.png",
"usable": false
},
{
"id": "ITEM_0001",
"name": "Yellow Key",
"description": "A key that is yellow.",
"tags": [],
"properties": {},
"stackable": false,
"image": "yellow_key.png",
"usable": false
}
],
"localized": false
}