-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstatics.lua
More file actions
22 lines (19 loc) · 1.52 KB
/
Copy pathstatics.lua
File metadata and controls
22 lines (19 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
st_targs = T{'<st>', '<stpc>', '<stpt>', '<stal>', '<stnpc>'}
st_actions = T{'/attack', '/a', '/assist', '/as',
'/magic', '/ma', '/ninjutsu', '/nin', '/song', '/so',
'/jobability', '/ja', '/pet', '/bstpet', '/weaponskill', '/ws', '/monsterskill', '/ms',
'/shoot', '/range', '/ra', '/throw',
'/check', '/c', '/checkname', '/cn', '/follow',
'/point', '/bow', '/salute', '/kneel', '/laugh', '/cry', '/no', '/nod', '/yes', '/wave', '/goodbye', '/farewell',
'/welcome', '/joy', '/cheer', '/clap', '/praise', '/smile', '/poke', '/slap', '/stagger', '/sigh', '/comfort',
'/surprised', '/amazed', '/stare', '/blush', '/angry', '/disgusted', '/upset', '/muted', '/doze', '/panic', '/grin',
'/dance', '/dance1', '/dance2', '/dance3', '/dance4', '/think', '/fume', '/doubt', '/sulk', '/psych', '/huh',
'/shocked', '/hurray', '/toss', '/jobemote'}
spell_prefixes = T{'/magic', '/ma', '/ninjutsu', '/nin', '/song', '/so'}
job_ability_prefixes = T{'/jobability', '/ja', '/pet'}
weapon_skill_prefixes = T{'/weaponskill', '/ws'}
emote_prefixes = T{'/point', '/bow', '/salute', '/kneel', '/laugh', '/cry', '/no', '/nod', '/yes', '/wave', '/goodbye', '/farewell',
'/welcome', '/joy', '/cheer', '/clap', '/praise', '/smile', '/poke', '/slap', '/stagger', '/sigh', '/comfort',
'/surprised', '/amazed', '/stare', '/blush', '/angry', '/disgusted', '/upset', '/muted', '/doze', '/panic', '/grin',
'/dance', '/dance1', '/dance2', '/dance3', '/dance4', '/think', '/fume', '/doubt', '/sulk', '/psych', '/huh',
'/shocked', '/hurray', '/toss', '/jobemote'}