A sword-devil of 20th level becomes a living avatar of vengeance, infused with supernatural powers that push her beyond the mortal. Recognized for her battle prowess and unparalleled skill at killing by a potent otherworldly entity. The sword-devil becomes the living vessel of an immortal, intangible, and inscrutable being obsessed only with slaying her foes, meting out violent retribution to those who have wronged her, or simply dispatching her enemies in dazzling display of wanton destruction. As a standard action, the sword-devil allows herself to be infused with this killing spirit. She gains a fly speed of 60-feet (perfect), a +6 morale bonus to AC, and fire resistance 30- This ability can be used for 10 minutes per day. but it must be used in 1-minute increments.
Ok, so here is the problem, I created a racial ability called Fly, and bootstrapped it to the Class Special, and come up with the following code
Pre-Attr/10000
But it is not adding them when I activate the ability, I am obviously doing something wrong but Ican't figure it out, HELP please!
Ok, so here is the problem, I created a racial ability called Fly, and bootstrapped it to the Class Special, and come up with the following code
Pre-Attr/10000
Code:
doneif (tagis[Helper.SpcDisable] <> 0)
hero.child[ArmorClass].field[BonMorale].value = maximum(hero.child[ArmorClass].field[BonMorale].value, 6)
#applyresist[xDamRsFire,30]
But it is not adding them when I activate the ability, I am obviously doing something wrong but Ican't figure it out, HELP please!