Skip to content
Snippets Groups Projects
Commit d702d721 authored by Chris Davidson's avatar Chris Davidson
Browse files

Replace Slumber with Nightmare on restful gloves

Both suck, but this is at least AoE so it can CC not-primary targets
parent c6ed080b
No related branches found
No related tags found
1 merge request!594WIP 1.6.5 misc
......@@ -269,7 +269,7 @@ newEntity{
life_regen = resolvers.mbonus_material(10, 1, function(e, v) return 0, v end),
stamina_regen = resolvers.mbonus_material(15, 5, function(e, v) v=v/10 return 0, v end),
combat = {
talent_on_hit = { [Talents.T_SLUMBER] = {level=resolvers.genericlast(function(e) return e.material_level end), chance=10} },
talent_on_hit = { [Talents.T_NIGHTMARE] = {level=resolvers.genericlast(function(e) return e.material_level end), chance=10} }, -- Breaks on damage but is at least in an AoE.. Maybe just use a mind damage talent?
},
},
}
......
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