-
Notifications
You must be signed in to change notification settings - Fork 1
/
sets.json
51 lines (51 loc) · 953 Bytes
/
sets.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
{
"default_set": {
"name": "Panoplie du fragile",
"stats": {
"3": {
"vitality": 5,
"mind": 5,
"strength": 5,
"intelligence": 5,
"chance": 5,
"agility": 5,
"speed": 0,
"reach": 0,
"haste": 0,
"raw_damage": 0
},
"8": {
"vitality": 15,
"mind": 10,
"strength": 10,
"intelligence": 10,
"chance": 10,
"agility": 10,
"speed": 0,
"reach": 0,
"haste": 0,
"raw_damage": 0
}
},
"items": [
"default_sword",
"default_helmet",
"default_legging",
"default_chestplate",
"default_bow",
"default_stick",
"default_ring",
"default_necklace",
"default_boots",
"default_belt",
"default_axe"
]
},
"genshin": {
"name": "Genshin",
"stats": {},
"items": [
"wolf_gravestone"
]
}
}