-
Notifications
You must be signed in to change notification settings - Fork 1
SettingsShaman
Martin Lindhe edited this page Nov 11, 2023
·
1 revision
return {
gems = {
["shm_heal"] = 1,
["shm_cold_nuke"] = 2,
["Shrink"] = 3,
["shm_dex"] = 4,
["shm_poison_cure"] = 6,
["shm_slow"] = 7,
["shm_str"] = 8,
},
self_buffs = {
"Shrink",
},
healing = {
life_support = {
"shm_heal/HealPct|80",
},
tanks = {
"Zoro",
"Nullius",
},
tank_heal = {
"shm_heal/HealPct|70/MinMana|5",
},
all_heal = {
"shm_heal/HealPct|63/MinMana|5",
},
},
assist = {
nukes = {
main = {
"shm_cold_nuke/NoAggro/MinMana|50/MaxHP|85/Delay|6",
},
},
debuffs = {
"shm_slow/MinMana|90",
},
},
}