View Single Post
Fenris447
Senior Member
 
Join Date: Sep 2017
Posts: 600

Old March 4th, 2020, 11:26 AM
Not to necro the thread, but I had a realization about this. I did something similar with the Ravnica guild backgrounds. When chosen, they add a specific set of spells to your overall spell list. Am I crazy, or could this code do the trick as well? It certainly works when added as part of a background.

Code:
  <thing id="ab5CGGRAzSpl" name="Azorius Spellcasting" description="Azorius spellcasters blah blah blah" compset="Ability">
    <tag group="Helper" tag="ShowSpec" name="Show Spec" abbrev="Show Spec"/>
    <tag group="ClsAllowSp" tag="sp5CFriend"/>
    <tag group="ClsAllowSp" tag="spMessage"/>
    <tag group="ClsAllowSp" tag="spCommand"/>
    <tag group="ClsAllowSp" tag="sp5CEnsnaS"/>
    <tag group="ClsAllowSp" tag="spArcaLock"/>
    <tag group="ClsAllowSp" tag="spCalmEmot"/>
    <tag group="ClsAllowSp" tag="spHoldPers"/>
    <tag group="ClsAllowSp" tag="spClairvoy"/>
    <tag group="ClsAllowSp" tag="sp5CCounte"/>
    <tag group="ClsAllowSp" tag="sp5CCompul"/>
    <tag group="ClsAllowSp" tag="spDivinati"/>
    <tag group="ClsAllowSp" tag="spDomiPers"/>
    <tag group="AbilFunc" tag="Background"/>
    <eval phase="First">foreach pick in hero from Class
    perform eachpick.pushtags[ClsAllowSp.?]
    nexteach</eval>
    </thing>
You'd need to modify the eval script to be specific to that class. Other than that, it seems sensical.

Found an issue with or have a suggestion for the 5e Community Pack? Please post it here at our GitHub.

Feel free to stop by the Lone Wolf Development Subreddit, for discussion of any and all LWD products and community efforts!

Last edited by Fenris447; March 4th, 2020 at 11:28 AM.
Fenris447 is offline   #14 Reply With Quote