View Single Post
Provos
Senior Member
 
Join Date: Mar 2011
Location: USA
Posts: 383

Old December 17th, 2020, 09:51 PM
I made another adjustment this is for the spell: Rage effect but I can't get the armor penalty working. Any suggestions?

Code:
<<Post-Levels (Users) 10000>>
   ~ If we're not enabled, get out now
      if (field[pIsOn].value = 0) then
        done
        endif

        
      ~ Add a +1 Morale Bonus to will saves
      #applybonus[BonMorale, hero.child[vWill], 1]

        ~ Add a +2 Morale bonus to our Strength
	#applybonus[BonMorale, hero.child[aSTR], 2]
	
	    ~ Add a +2 Morale bonus to our Constitution
	#applybonus[BonMorale, hero.child[aCON], 2]
	
		~ Add a -2 Armor bonus to our armor class
	#applybonus[tACArmor,hero.child[ArmorClass],-2]

Last edited by Provos; December 17th, 2020 at 10:18 PM.
Provos is offline   #26 Reply With Quote