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

Old October 10th, 2020, 05:51 AM
So I was just browsing and when reading this I feel some of my code might help:
Quote:
<eval phase="First" priority="400" index="3"><![CDATA[ foreach pick in hero from BaseClSpec
if (eachpick.isroot <> 0) then
~ Domain Abilities
if (eachpick.root.tagexpr[component.BaseClrDom & CustSpPick.Tertiary & CustTaken.cHelpPal] <> 0) then
if (eachpick.tagis[ClSpecWhen.1] <> 0) then
perform eachpick.tagreplace[ClSpecWhen.1,ClSpecWhen.4]
if (eachpick.tagis[StandardDC.?] <> 0) then
perform eachpick.tagreplace[StandardDC.?,StandardDC.aWIS]
endif
if (eachpick.tagis[ChargeAttr.?] <> 0) then
perform eachpick.tagreplace[ChargeAttr.?,ChargeAttr.aWIS]
endif

else
perform eachpick.assign[Helper.SpcDisable]
perform eachpick.assign[Hide.All]
perform eachpick.forward[AbReplace.?]
endif
endif
endif
However the tagexpression on yours seems off like it too specific, I would drop the thing.user_added or try with a | instead of & between the thing and the rest of the string.
Looks like you will need to tagreplace alot for this to work as intended and sadly I am too rusty to just throw out some ideas.

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   #7 Reply With Quote