View Single Post
Paris.Crenshaw
Senior Member
 
Join Date: Jul 2010
Posts: 178

Old March 9th, 2015, 04:32 PM
Quote:
Originally Posted by Paris.Crenshaw View Post
Cool. So, is there an option to use the wOverDMG tag and not apply any ability score at all?
So, this was actually pretty easy. I was able to use the wMaxStrBon.0 tag to eliminate the strength bonus on that attack. Since the creature won't have this attack when it's corporeal, there's no reason to remove the bonus from other attacks.

I was going to use the following code:

Code:
hero.child[Damage].field[tDamStr].value = 0
But that turned out to be unnecessary.

Last edited by Paris.Crenshaw; March 9th, 2015 at 04:37 PM. Reason: Found a better solution.
Paris.Crenshaw is offline   #4 Reply With Quote