Shielded Casting Prerequisites

Discussion in 'General Modification' started by Pygmy, Jun 17, 2021.

Remove all ads!
  1. Pygmy

    Pygmy Established Member Supporter

    Joined:
    Oct 8, 2010
    Messages:
    674
    Likes Received:
    71
    As the Shielded Casting feat works with light shields would it be reasonable to replace line

    if not char_editor.has_feat(feat_shield_proficiency):

    in scr\feats\Shielded Casting.py with

    if not char_editor.has_feat(feat_shield_proficiency) and not char_editor.has_feat("Light Shield Proficiency"):

    Especially as Warmage seems to be the class which would make the greatest use of this feat?
     
  2. Endarire

    Endarire Ronald Rynnwrathi

    Joined:
    Jan 7, 2004
    Messages:
    953
    Likes Received:
    112
    Clerics and maybe also Druids may use this feat well.
     
  3. Daryk

    Daryk Veteran Member

    Joined:
    Jan 14, 2012
    Messages:
    1,170
    Likes Received:
    32
    Clerics and Druids don't have to sweat arcane spell failure at all?
     
  4. Endarire

    Endarire Ronald Rynnwrathi

    Joined:
    Jan 7, 2004
    Messages:
    953
    Likes Received:
    112
    Shielded Casting is to prevent attacks of opportunity when casting while wearing a shield. It's separate from spell failure.
     
  5. Daryk

    Daryk Veteran Member

    Joined:
    Jan 14, 2012
    Messages:
    1,170
    Likes Received:
    32
    Ah... my mistake.
     
Our Host!