-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharmour.json
More file actions
71 lines (68 loc) · 1.49 KB
/
armour.json
File metadata and controls
71 lines (68 loc) · 1.49 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[
{
"name": "Iron Armour",
"desc": "Reduces damage taken by 10% and gain 10 additional health",
"dmg": 0,
"dmgperc": 0,
"self_dmg": 0,
"reflect_dmgperc": 0,
"absorbed_dmgperc": 0,
"self_dmg_taken_reduc": 10,
"enemy_dmg_deal_reduc": 0,
"stunTime": 0,
"heal": 0,
"healPerc": 0,
"HP_stealperc": 0,
"additional_health": 10,
"duration": 0,
"money_cost": 200,
"SP_cost": 0,
"SP_stealperc": 0,
"BP_cost": 0,
"Remove_debuff": 0
},
{
"name": "Gold Armour",
"desc": "Reduces damage taken by 15% and gain 20 additional health",
"dmg": 0,
"dmgperc": 0,
"self_dmg": 0,
"reflect_dmgperc": 0,
"absorbed_dmgperc": 0,
"self_dmg_taken_reduc": 15,
"enemy_dmg_deal_reduc": 0,
"stunTime": 0,
"heal": 0,
"healPerc": 0,
"HP_stealperc": 0,
"additional_health": 20,
"duration": 0,
"money_cost": 400,
"SP_cost": 0,
"SP_stealperc": 0,
"BP_cost": 0,
"Remove_debuff": 0
},
{
"name": "Diamond Armour",
"desc": "Reduces damage taken by 20% and gain 30 additional health",
"dmg": 0,
"dmgperc": 0,
"self_dmg": 0,
"reflect_dmgperc": 0,
"absorbed_dmgperc": 0,
"self_dmg_taken_reduc": 20,
"enemy_dmg_deal_reduc": 0,
"stunTime": 0,
"heal": 0,
"healPerc": 0,
"HP_stealperc": 0,
"additional_health": 30,
"duration": 0,
"money_cost": 600,
"SP_cost": 0,
"SP_stealperc": 0,
"BP_cost": 0,
"Remove_debuff": 0
}
]