-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOfTheStatistician_Suffixes.lua
More file actions
29 lines (23 loc) · 1.58 KB
/
OfTheStatistician_Suffixes.lua
File metadata and controls
29 lines (23 loc) · 1.58 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
-- Data pulled from wow.gamepedia.com/Item_suffix
-- Level 1 and up
OTS_OneAttr_Suffixes = {"Spirit", "Intellect", "Strength", "Stamina", "Agility", "Defense", "Nimbleness", "Power", "Speed", "Marksmanship", "Healing"};
OTS_Resistance_Suffixes = {"Fire", "Nature", "Arcane", "Frost", "Shadow"}; -- Used for Resistance AND Protection suffixes.
OTS_TwoAttr_Suffixes_nonThe = {"Blocking", "Eluding"};
OTS_TwoAttr_Suffixes = {"Tiger", "Bear", "Gorilla", "Boar", "Monkey", "Falcon", "Wolf", "Eagle", "Whale", "Owl", "Invoker"};
-- Level 1 and up
OTS_BC_Suffixes_nonThe = {"Battle"};
OTS_BC_Suffixes = {"Ancestor", "Bandit", "Beast", "Champion", "Crusade", "Elder", "Grove", "Hunt", "Hierophant", "Knight",
"Mind", "Moon", "Nightmare", "Physician", "Prophet", "Seer", "Shadow", "Soldier", "Sorcerer", "Sun",
"Vision", "Wild"};
-- Level 55 and up
OTS_Abyssal_Suffixes = {"Striking", "Sorcery", "Restoration"};
-- Level 70 and up
OTS_WOTLK_Suffixes = {"Foreseer", "Marksman", "Mercenary", "Necromancer", "Squire", "Thief"};
-- Level 80 and up
OTS_FourAttr_Suffixes = {'Bedrock', 'Bouldercrag', 'Earthbreaker', 'Earthfall', 'Earthshaker', 'Faultline', 'Feverflare',
'Fireflash', 'Flameblaze', 'Galeburst', 'Landslide', 'Mountainbed', 'Rockslab', 'Stormblast',
'Undertow', 'Wavecrest', 'Wildfire', 'Windfury', 'Windstorm', 'Zephyr'};
-- Level 90 and up
OTS_WOD_Suffixes = {'Augur', 'Aurora', 'Deft', 'Diviner', 'Fanatic', 'Guileful', 'Harmonius', 'Herald', 'Merciless',
'Noble', 'Peerless', 'Quickblade', 'Saveage', 'Stalwart', 'Stormbreaker', 'Strategist', 'Windshaper',
'Zealot'};