I'm working on a template that gives a bonus to damage on all melee attacks based on if its target's alignment.
In the ability I have a foreach loop of:
but I'm not sure what I would add for changing the damage text to something like
"+1d8 soulfire to neutral or +2d6 soulfire to evil"
or if there is a better way to do it in general.
Thanks
Andrew
In the ability I have a foreach loop of:
Code:
foreach pick in hero from BaseWep where "wCategory.Melee"
nexteach
but I'm not sure what I would add for changing the damage text to something like
"+1d8 soulfire to neutral or +2d6 soulfire to evil"
or if there is a better way to do it in general.
Thanks
Andrew