View Single Post
DeltaMasterMind
Senior Member
 
Join Date: Jul 2014
Posts: 412

Old October 10th, 2020, 08:10 PM
Like so:
Quote:
doneif (tagis[Helper.Disable] = 1)

~ foreach pick in hero from BaseWep
foreach pick in hero from BaseWep where "wGroup.JDWEldFam | !Hero.OffHand"
if (#attrmod[aCHA] + eachpick.field[dmrBonus].value = 1)then
eachpick.field[wDamExtra].text = " + 1d2 chaos"
endif
if (#attrmod[aCHA] + eachpick.field[dmrBonus].value = 2) then
eachpick.field[wDamExtra].text = " + 1d4 chaos"
endif
if (#attrmod[aCHA] + eachpick.field[dmrBonus].value = 3) then
eachpick.field[wDamExtra].text = " + 1d6 chaos"
endif
if (#attrmod[aCHA] + eachpick.field[dmrBonus].value = 4) then
eachpick.field[wDamExtra].text = " + 1d8 chaos"
endif
if (#attrmod[aCHA] + eachpick.field[dmrBonus].value = 5) then
eachpick.field[wDamExtra].text = " + 1d10 chaos"
endif
if (#attrmod[aCHA] + eachpick.field[dmrBonus].value = 6) then
eachpick.field[wDamExtra].text = " + 1d12 chaos"
endif
if (#attrmod[aCHA] + eachpick.field[dmrBonus].value = 7) then
eachpick.field[wDamExtra].text = " + 1d10 + 1d4 chaos"
endif
if (#attrmod[aCHA] + eachpick.field[dmrBonus].value = 8) then
eachpick.field[wDamExtra].text = " + 1d10 + 1d6 chaos"
endif
if (#attrmod[aCHA] + eachpick.field[dmrBonus].value = 9) then
eachpick.field[wDamExtra].text = " + 1d10 + 1d8 chaos"
endif
if (#attrmod[aCHA] + eachpick.field[dmrBonus].value = 10) then
eachpick.field[wDamExtra].text = " + 2d10 chaos"
endif
if (#attrmod[aCHA] + eachpick.field[dmrBonus].value = 11) then
eachpick.field[wDamExtra].text = " + 1d10 + 1d12 chaos"
endif
if (#attrmod[aCHA] + eachpick.field[dmrBonus].value >= 12) then
eachpick.field[wDamExtra].text = " + 2d10 + 1d4 chaos"
endif
nexteach

Forum link for my content work:
Pathfinder Thread
Forum link for SU 5e content work:
5e Steven Universe Thread
This link is for my group, but feel free to play it with:
DMM 5e | "https://www.dropbox.com/s/vsd9w1eodlnwjq0/updatesDMM.xml?dl=1" Copy this link to your update manager to get updates when available.
This adds the Pisky subrace to elves from Berserk! and additional subraces for the Gem Race.
Please post comments in the provided threads above.
DeltaMasterMind is offline   #5 Reply With Quote