View Single Post
Lawful_g
Senior Member
Volunteer Data File Contributor
 
Join Date: Mar 2007
Posts: 1,245

Old April 26th, 2010, 02:51 PM
In this case, I would recommend adding a different, less common natural attack and renaming it. You might also need to modify the types of damage.

For example, there is no "wTail" listed as a natural attack, but Sivak Draconians have a tail attack. Instead I bootstrap the "wTentacle" natural attack and rename it. Also, since Tentacles deal Bludgeoning and Slashing, but my Tail attack is only Bludgeoning, I need to delete the Slashing tag.

I add this eval script to the race, at First 0

~ Rename to Tail
hero.child[wTentacle].field[livename].text = "Tail"
~ We do not do slashing damage
perform hero.child[wTentacle].delete[wType.S]
Lawful_g is offline   #2 Reply With Quote