View Single Post
Spyderbane
Member
 
Join Date: Apr 2017
Posts: 71

Old January 30th, 2020, 06:25 AM
I figured out how to add dex bonus to attack for the weapon.

Post Attributes: 10000

var enhbonus as number
enhbonus = hero.child[aDEX].field[aModBonus].value
parent.field[wAttBonus].value = enhbonus

How do I lower the damage dice i.e. 1d6 => 1d4 and so on?
Spyderbane is offline   #2 Reply With Quote