forked from quisquous/cactbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ability_name_map.ts
85 lines (83 loc) · 1.88 KB
/
ability_name_map.ts
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
export const abilityNameMap: { [id: string]: string } = {
'5C6': 'Attack',
'5C7': 'Attack',
'5C8': 'Attack',
'5C9': 'Attack',
'19E7': 'Attack',
'1AE2': 'Attack',
'1AFE': 'Attack',
'1C97': 'Attack',
'1CB7': 'Attack',
'2157': 'Lakshmi Auto',
'21C5': 'Attack',
'22EA': 'Attack',
'23F2': 'Exdeath Auto',
'249F': 'Attack',
'24E1': 'Attack',
'24E2': 'Attack',
'24E8': 'Attack',
'25B6': 'Attack',
'26A7': 'Twin Auto',
'26B4': 'Nael Auto',
'26D0': 'Baha Auto',
'2705': 'Attack',
'27FC': 'Attack',
'27FD': 'Attack',
'27FE': 'Attack',
'27FF': 'Attack',
'28C1': 'Attack',
'2B3E': 'Attack',
// uwu temp
'2B51': 'Attack',
'2B53': 'Slipstream',
'2B42': 'Mistral Song',
'2B41': 'Grand Whirlwind',
'2B50': 'Downburst',
'2B45': 'Cyclone',
'2B46': 'Gigaburst',
'2B4D': 'Feather Rain',
'2B54': 'Mistral Shriek',
'2B48': 'Friction',
'2BB5': 'Super Cyclone',
'2B47': 'Super Cyclone',
'2B55': 'Aerial Blast',
'2B4B': 'Mistral Song',
'2B52': 'Eye Of The Storm',
'2B4E': 'Wicked Wheel',
'2B4F': 'Wicked Tornado',
'2B5F': 'Crimson Cyclone',
'2B61': 'Radiant Plume',
'2B57': 'Vulcan Burst',
'2B56': 'Incinerate',
'2B49': 'Mesohigh',
'1CD': 'Nail Adds',
'2C19': 'Infernal Fetters',
'2B5A': 'Eruption',
'2B5B': 'Inferno Howl',
'2B5C': 'Searing Wind',
'2B5E': 'Hellfire',
'2B5D': 'Flaming Crush',
'2CFD': 'Geocrush',
'2B90': 'Earthen Fury',
'2B58': 'Infernal Surge',
'2B62': 'Rock Buster',
'2B63': 'Mountain Buster',
'2B64': 'Weight Of The Land',
'2B65': 'Weight Of The Land',
'2B66': 'Jump',
'2B67': 'Upheaval',
'2B68': 'Geocrush',
'2B69': 'Bury',
'2B6A': 'Detonation',
'2B6B': 'Rock Throw',
'2B6C': 'Rock Throw',
'2B6D': 'Granite Impact',
'2B6E': 'Freefire',
'2B6F': 'Landslide',
'2B70': 'Landslide',
'2B71': 'Landslide',
'2C18': 'Tumult',
// TEA
'4978': 'Attack',
'4979': 'Attack',
};