• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Possible feature idea

Unseelie

Well-known member
I'm not sure how hard this would be to do, because I haven't looked at how spells are implemented, but:

It would be great if there was a condition for when a spell component pouch/holy focus has been removed from a character.

If possible, I would love to see this implemented in a way that it would disable spells with a material component, or any abilities that require a physical focus.
 
This would mean potentially adding expr-req requirements for nearly every spell. Unless someone was able and willing to go through and build tags and an eval that looks for the tags. Even tagging all those spells would be hours of work though.

Most of my players take the Eschew Materials feat to avoid dealing with components.
 
Last edited:
Wouldn't an easier way would check for a particular piece of equipment being equipped then doing a foreach loop on all spells on the character that have a material component and disable them?
 
Wouldn't an easier way would check for a particular piece of equipment being equipped then doing a foreach loop on all spells on the character that have a material component and disable them?
My only thought on doing this would be can spells be disabled? I don't recall a tag that does it but I admit to never looking before. Be worth checking to see how a spell gets disabled when it gets cast.
 
Looks like the tag that does it is Helper.SpOverLev, but I haven't been able to figure the timing on it to be effective.
 
Back
Top