Kendall-DM
Spy
I see that there is a Helper.DamageUp tag for natural weapons, is there one that would be the equivalent to reducing damage for natural weapons? Coding reduce animal, don't know how to reduce the natural weapon damage.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
In pathfinder by putting that on a Natural Attack it automatically increases/decreases size damage based on the size of the creature it is attached to. No other scripting required.what's Helper.NatSizeDmg do?
In pathfinder by putting that on a Natural Attack it automatically increases/decreases size damage based on the size of the creature it is attached to. No other scripting required.
Here is a POST I did for the Gravity Bow spell adjustment for pathfinder.
In it I used wDamage field to up the damage dice of the weapon so I assume it would work backwards. Though again I have no way of currently checking if wDamage exists in d20 like it does in Pathfinder for weapons.
Nevermind, I found a solution that works, though I also found an error in the HL damage sizing table. 2d8->3d8 sizes down to 1d10 when it should be 2d6. 2d8->2d10 sizes down correctly though, weird.