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

Casters should autolevel caster

parent 58c90b2f
No related branches found
No related tags found
1 merge request!607Living weapons vault fix
......@@ -98,7 +98,8 @@ local make_poltergeist = function(type)
local el = {}
if o.subtype == "staff" then
class = "Archmage"
e.autolevel = "warriormage"
e.autolevel = "caster"
e.max_mana = e.max_mana + 250 -- protect staffs from being dumb and having 0 mana left over after sustains
e[#e+1] = resolvers.talents{
[Talents.T_CHANNEL_STAFF]={base=1, every=10, max=5},
[Talents.T_FLAME]={base=1, every=10, max=5},
......@@ -142,7 +143,7 @@ local make_poltergeist = function(type)
make_req(el, o, "mindstar")
elseif o.subtype == "whip" then
class = "Corruptor"
e.autolevel = "warriormage"
e.autolevel = "caster"
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