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

Remove negative resists from werebeast's ego

There's precedent for not giving negative stats from egos, which this breaks for no good reason 
parent 5b2f6169
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -325,9 +325,6 @@ newEntity{
rarity = 30,
cost = 80,
wielder = {
resists={
[DamageType.LIGHT] = resolvers.mbonus_material(25, 15, function(e, v) return 0, -v end),
},
inc_stats = {
[Stats.STAT_STR] = resolvers.mbonus_material(8, 1),
[Stats.STAT_DEX] = resolvers.mbonus_material(8, 1),
......
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