Skip to content

SettingsPaladin

Martin Lindhe edited this page Nov 11, 2023 · 5 revisions

Level 30 Paladin example (Kunark era)

return {
    gems = {
        ["pal_heal"] = 1,

        ["pal_yaulp"] = 7,
    },
    combat_buffs = {
        "pal_yaulp",
    },
    healing = {
        life_support = {
            "pal_heal/HealPct|50/MinMana|5",
            "Lay on Hands/HealPct|5",
        },
        important = {
            "Mainhealer",
        },
        important_heal = {
            "Lay on Hands/HealPct|10",
        },
    },
    assist = {
        stick_point = "Front",
    },
}
Clone this wiki locally