I'm working on creating a template that will turn off the DR of Zombies. I can get the "Special" turned off, but the DR still displays on the character sheet.
Here is the initial code...
Here is the initial code...
Code:
~find the copy of Damage Resistance added by the zombie template and disable it
var searchexpr as string
searchexpr = "(SpecSource.tmZombie) & thingid.xDamRdS"
perform hero.findchild[Ability,searchexpr].assign[Helper.SpcDisable]