-
Notifications
You must be signed in to change notification settings - Fork 1
/
profiles.lua
45 lines (45 loc) · 1.7 KB
/
profiles.lua
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
return T{
['Mythic'] = S{
'Nyzul Tokens',
'Therion Ichor'
},
['Crafting'] = S{
'Crafter Points',
'Fire Crystals Set',
'Ice Crystals Set',
'Wind Crystals Set',
'Earth Crystals Set',
'Lightning Crystals Set',
'Water Crystals Set',
'Light Crystals Set',
'Dark Crystals Set',
},
['Spheres'] = S{
'Liquefaction Spheres Set',
'Induration Spheres Set',
'Detonation Spheres Set',
'Scission Spheres Set',
'Impaction Spheres Set',
'Reverberation Spheres Set',
'Transfixion Spheres Set',
'Compression Spheres Set',
'Fusion Spheres Set',
'Distortion Spheres Set',
'Fragmentation Spheres Set',
'Gravitation Spheres Set',
'Light Spheres Set',
'Darkness Spheres Set',
},
['Rems'] = S{
"Rems Tale Chapter 1",
"Rems Tale Chapter 2",
"Rems Tale Chapter 3",
"Rems Tale Chapter 4",
"Rems Tale Chapter 5",
"Rems Tale Chapter 6",
"Rems Tale Chapter 7",
"Rems Tale Chapter 8",
"Rems Tale Chapter 9",
"Rems Tale Chapter 10",
},
}