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.
I am in the Item Powers and makeing a magical effect that justs gives a damage bonus.
What is the script for giving a bonus to just damage. i.e. a +3 damage bonus to an bow.
And, while we're at Bonus Damages for Weapons...
Should'nt the bonus Damage from Flaming also appear in the damage-line, like:
Melee +2 Flaming Burst Rapier +18/+13/+8 (1d6+6 plus 1d6 fire/15-20/x2)?
Item powers go on Magic weapons which are actually a Container that contains the base weapon. So you actually need to modify the Container's value not the item power itself.Thanks, but the error is:
Attempt to access field 'wDamBonus' that does not exist for thing 'ipExplosiv'
- - -
Attempt to access field 'wDamBonus' that does not exist for thing 'ipExplosiv'
~ We need to alter our parent if we are a magic item
if (container.ishero = 0) then
container.parent.field[wDamBonus].value += 3
endif