Skip to content
Snippets Groups Projects
Commit 4c06f4a6 authored by Lisa Greene's avatar Lisa Greene
Browse files

Archmage and corruptor prefer range

parent 49f8e336
No related branches found
No related tags found
No related merge requests found
......@@ -100,8 +100,9 @@ local make_poltergeist = function(type)
class = "Archmage"
e.autolevel = "caster"
e.max_mana = e.max_mana + 250 -- protect staffs from being dumb and having 0 mana left over after sustains
e.ai_tactic = resolvers.tactic"ranged"
e[#e+1] = resolvers.talents{
[Talents.T_CHANNEL_STAFF]={base=1, every=10, max=5},
[Talents.T_MANATHRUST]={base=1, every=10, max=5},
[Talents.T_FLAME]={base=1, every=10, max=5},
}
elseif o.subtype == "dagger" then
......@@ -144,6 +145,7 @@ local make_poltergeist = function(type)
elseif o.subtype == "whip" then
class = "Corruptor"
e.autolevel = "caster"
e.ai_tactic = resolvers.tactic"ranged"
e[#e+1] = resolvers.talents{
[Talents.T_CORRUPTED_NEGATION]={base=3, every=12, max=6},
[Talents.T_DRAIN]={base=5, every=10, max=7},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment