-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buttons.lua
155 lines (155 loc) · 14.8 KB
/
buttons.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
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
return {
{ texture = nil, ptr = nil, action = nil, name = 'carbuncle', commands = {
{ texture = nil, ptr = nil, action = nil, command = 'assault', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'retreat', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'release', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'poison nails', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'meteorite', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'holy mist', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'healing ruby', target = '<stpc>', ranks = 2 },
{ texture = nil, ptr = nil, action = nil, command = 'shining ruby', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'glittering ruby', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'soothing ruby', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'pacifying ruby', target = '<me>', ranks = 1 },
} },
{ texture = nil, ptr = nil, action = nil, name = 'titan', commands = {
{ texture = nil, ptr = nil, action = nil, command = 'assault', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'retreat', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'release', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'stone', target = '<stnpc>', ranks = 4 },
{ texture = nil, ptr = nil, action = nil, command = 'rock buster', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'megalith throw', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'mountain buster', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'geocrush', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'crag throw', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'earthen ward', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'earthen armor', target = '<me>', ranks = 1 },
} },
{ texture = nil, ptr = nil, action = nil, name = 'leviathan', commands = {
{ texture = nil, ptr = nil, action = nil, command = 'assault', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'retreat', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'release', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'barracuda dive', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'water', target = '<stnpc>', ranks = 4 },
{ texture = nil, ptr = nil, action = nil, command = 'tail whip', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'spinning dive', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'grand fall', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'slowga', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'spring water', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'tidal roar', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'soothing current', target = '<me>', ranks = 1 },
} },
{ texture = nil, ptr = nil, action = nil, name = 'garuda', commands = {
{ texture = nil, ptr = nil, action = nil, command = 'assault', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'retreat', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'release', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'claw', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'aero', target = '<stnpc>', ranks = 4 },
{ texture = nil, ptr = nil, action = nil, command = 'predator claws', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'wind blade', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'aerial armor', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'whispering wind', target = '<stpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'hastega', target = '<me>', ranks = 2 },
{ texture = nil, ptr = nil, action = nil, command = 'fleet wind', target = '<me>', ranks = 1 },
} },
{ texture = nil, ptr = nil, action = nil, name = 'ifrit', commands = {
{ texture = nil, ptr = nil, action = nil, command = 'assault', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'retreat', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'release', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'punch', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'fire', target = '<stnpc>', ranks = 4 },
{ texture = nil, ptr = nil, action = nil, command = 'burning strike', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'double punch', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'flaming crush', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'meteor strike', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'conflag strike', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'crimson howl', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'inferno howl', target = '<me>', ranks = 1 },
} },
{ texture = nil, ptr = nil, action = nil, name = 'shiva', commands = {
{ texture = nil, ptr = nil, action = nil, command = 'assault', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'retreat', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'release', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'axe kick', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'blizzard', target = '<stnpc>', ranks = 4 },
{ texture = nil, ptr = nil, action = nil, command = 'double slap', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'rush' , target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'heavenly strike', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'frost armor', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'sleepga', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'diamond storm', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'crystal blessing', target = '<me>', ranks = 1 },
} },
{ texture = nil, ptr = nil, action = nil, name = 'ramuh', commands = {
{ texture = nil, ptr = nil, action = nil, command = 'assault', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'retreat', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'release', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'shock strike', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'thunder', target = '<stnpc>', ranks = 4 },
{ texture = nil, ptr = nil, action = nil, command = 'thunderspark', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'chaotic strike', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'thunderstorm', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'volt strike', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'rolling thunder', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'lightning armor', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'shock squall', target = '<stnpc>', ranks = 1 },
} },
{ texture = nil, ptr = nil, action = nil, name = 'fenrir', commands = {
{ texture = nil, ptr = nil, action = nil, command = 'assault', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'retreat', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'release', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'moonlit charge', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'crescent fang', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'eclipse bite', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'lunar bay', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'impact', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'lunar cry', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'lunar roar', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'ecliptic growl', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'ecliptic howl', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'heavenward howl', target = '<me>', ranks = 1 },
} },
{ texture = nil, ptr = nil, action = nil, name = 'diabolos', commands = {
{ texture = nil, ptr = nil, action = nil, command = 'assault', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'retreat', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'release', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'camisado', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'nether blast', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'night terror', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'blindside', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'somnolence', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'nightmare', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'ultimate terror', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'noctoshield', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'dream shroud', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'pavor nocturnus', target = '<stnpc>', ranks = 1 },
} },
{ texture = nil, ptr = nil, action = nil, name = 'cait sith', commands = {
{ texture = nil, ptr = nil, action = nil, command = 'assault', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'retreat', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'release', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'regal scratch', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'level ? holy', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'regal gash', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'raise', target = '<stpc>', ranks = 2 },
{ texture = nil, ptr = nil, action = nil, command = 'mewing lullaby', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'reraise', target = '<stpc>', ranks = 2 },
{ texture = nil, ptr = nil, action = nil, command = 'eerie eye', target = '<stnpc>', ranks = 1 },
} },
{ texture = nil, ptr = nil, action = nil, name = 'atomos' },
{ texture = nil, ptr = nil, action = nil, name = 'siren', commands = {
{ texture = nil, ptr = nil, action = nil, command = 'assault', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'retreat', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'release', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'welt', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'roundhouse', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'sonic buffet', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'tornado', target = '<stnpc>', ranks = 2 },
{ texture = nil, ptr = nil, action = nil, command = 'hysteric assault', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'lunatic voice', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'katabatic blades', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'chinook', target = '<me>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = 'bitter elegy', target = '<stnpc>', ranks = 1 },
{ texture = nil, ptr = nil, action = nil, command = "wind's blessing", target = '<me>', ranks = 1 },
} },
};