• 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

[Feature Request]Anti-magic zone condition

zoberon

New member
Is there currently a way to remove all magic abilities and bonuses from a character temporarily, to reflect entering and Anti-magic zone? These would be very useful, especially for high level characters with lots of magic and buffs.
 
Nothing currently to do this. Also yea its not something easy to do. Not impossible to disable all magic on a character but that would be allot of "interesting scripting.....
 
+1 on this.

Wow, we just got attacked by a monster with an antimagic ability (like the spell).

Yow, that was difficult. We're used to having Hero Lab take care of stuff like this.

Antimagic is such an interesting and fun ability it's just so hard to use in practice.

Thanks y'all.
 
Also +1.

I know that this would be a bear of a problem for the devs, but as was stated earlier - anti-magic is one of those things I think is an awesome challenge for higher level characters, but it is something that I, as a GM, shy away from, because it is such a pacing killer.

Having a single switch to turn off magic items and spells would be a fantastic aid to play in these cases.
 
This is actually doable if my logic isnt too bad.
1) Check equipped gear and unequip if magical.
2) Loop over feats and abilities looking for any Su or Sp and do the same.

Would that logic work?
 
This is actually doable if my logic isnt too bad.
1) Check equipped gear and unequip if magical.
2) Loop over feats and abilities looking for any Su or Sp and do the same.

Would that logic work?

Maybe for abilities. But in the case of gear, simply unequipping the items would not work. A suit of magic armor, for example, is still armor and still needs to provide its AC bonus, armor check penalties, etc. You could zero out the enhancement bonus, but what if that bonus is coming from a non-magical source (like with an adamantine sword)? Not all "item powers" are magical either, so those can't just be disabled across the board.

I don't think there's a simple solution that won't leave us with dozens of corner cases that need to be chased down.
 
Back
Top