Page 1 of 1

Resistance Question

Posted: Mon Sep 14, 2015 6:02 pm
by TheSAguy
Does a negative resistance mean that the unit will receive additional damage?

Code: Select all

    resistances =
    {
      {
        type = "explosion",
        percent = -15,
      }
    },
So the above would result in 15% more damage from explosions?

Thanks.

Re: Resistance Question

Posted: Tue Sep 15, 2015 4:26 pm
by jorgenRe
Yes. That's how the shadow biters take so much more damage from fire :D!

Re: Resistance Question

Posted: Tue Sep 15, 2015 5:12 pm
by TheSAguy
jorgenRe wrote:Yes. That's how the shadow biters take so much more damage from fire :D!
Thanks JorgenRe!