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

Old February 17th, 2022, 11:22 AM
Off the top of my head, something like:

Code:
~find every spell with the ritual tag
foreach pick in hero from BaseSpell where "Helper.RitualSpel"

~set the name to be the name & ritual
    eachpick.field[livename].text = eachpick.field[name].text & " (Ritual)"
    nexteach
You may need to experiment with the timing, and which fields you're modifying and using (name, thingname, shortname, livename, etc.).

Throw this eval script onto an adjustment, add that adjustment to the hero.

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; February 17th, 2022 at 11:26 AM.
Fenris447 is offline   #2 Reply With Quote