Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - D&D 5th Edition SRD (http://forums.wolflair.com/forumdisplay.php?f=89)
-   -   Weapon extra damage (http://forums.wolflair.com/showthread.php?t=65122)

spannclann November 19th, 2020 11:55 AM

Weapon extra damage
 
I am trying to make magical weapons that get an extra damage dice at certain levels. I am assuming that i should probably bootstrap this but maybe eval scripts would be better. Anyone know how I can do this?

i.e. Greatsword - 2d6 damage (at level 12 it would become 2d6 +1d4 damage)

spannclann November 19th, 2020 03:12 PM

If anyone is curious, I did figure it out. The code is:

if (hero.tagcount[Classes.?] >= 12) then
field[wDamExtra].text = " plus 2d4"
endif


All times are GMT -8. The time now is 11:41 AM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.