Page 1 of 1

Setting "intrinsic" resistances and damages on NPCs

Posted: Tue Apr 03, 2012 5:52 am
by Yukiko
I'm trying to set resistances and damages on NPCs but they don't seem to take when I make the necessary entries in the NPCDesc.cfg file.

According to the POL docs to give an NPC a fire resistance of 10 you add the following to an NPCs template:

Code: Select all

FireResist   10
However when I try to read the resist_fire member for that NPC it returns a value of 0. The same holds true for damages as well.

Any idea what I am doing wrong?

Thanks in advance.

Re: Setting "intrinsic" resistances and damages on NPCs

Posted: Wed Apr 04, 2012 4:55 am
by Yukiko
Disregard my question. This seems to be working now. I must have made a typo.