-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathoptions.json
More file actions
104 lines (100 loc) · 2.27 KB
/
options.json
File metadata and controls
104 lines (100 loc) · 2.27 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"relevant_enchants":
{
"ultimate_wise": [1,2,3,4,5],
"ultimate_wisdom": [1,2,3,4,5],
"ultimate_chimera": [1,2,3,4,5],
"ultimate_combo": [3,4,5],
"ultimate_last_stand": [1,2,3,4,5],
"ultimate_legion": [1,2,3,4,5],
"ultimate_one_for_all": [1],
"ultimate_rend": [1,2,3,4,5],
"ultimate_soul_eater": [1,2,3,4,5],
"ultimate_swarm": [1,2,3,4,5],
"ultimate_refrigerate": [1,2,3,4,5],
"ultimate_flowstate": [1,2,3,4,5]
},
"tier_6_enchants": {
"protection": [6],
"growth": [6]
},
"tier_7_enchants": {
"protection": [7],
"growth": [7],
"giant_killer": [7]
},
"regular_relevant_enchants": {
"efficiency": [10]
},
"rarities":[
"UNKNOWN",
"COMMON",
"UNCOMMON",
"RARE",
"EPIC",
"LEGENDARY",
"SPECIAL",
"VERY_SPECIAL",
"MYTHIC",
"SUPREME",
"DIVINE"
],
"reforges":[
"ambered",
"ancient",
"aote_stone",
"Auspicious",
"blessed",
"bountiful",
"candied",
"cubic",
"Deadly",
"Demonic",
"dirty",
"empowered",
"Epic",
"Fabled",
"Fierce",
"fleet",
"Forceful",
"fruitful",
"Gentle",
"Giant",
"Gilded",
"Grand",
"headstrong",
"heated",
"Heavy",
"Heroic",
"jaded",
"Loving",
"lucky",
"mithraic",
"moil",
"Necrotic",
"odd_bow",
"odd_sword",
"Precise",
"Refined",
"Reinforced",
"Renowned",
"rich_bow",
"rich_sword",
"shaded",
"Sharp",
"Spiked",
"Spiritual",
"stellar",
"stiff",
"Strange",
"Strong",
"submerged",
"suspicious",
"sweet",
"toil",
"undead",
"warped",
"Wise",
"withered"
]
}