I imagine the break grapple is also not coded correctly but I figured you would see that as well.
A Grappled creature can use its action to make a Strength (Athletics) or Dexterity (Acrobatics) check against the grapple's escape DC, ending the condition on itself on a success.
Since it uses the source DC, I figured it would require a change in the code. Maybe not.
Not sure how it is coded is all. I will take it for a spin and report back if things are not working. Thanks for the changes.
Will you be adding support for the 2024 Spell Sniper Feat? It has the same ability that Crossbow Expert (both 2014/2024) has in that there is no DIS when firing and having an enemy within 5 foot.
? Spell Sniper has always been unsupported by GA even in 2014.
Gist is I support weapon feats not spell feats as the modAttack code gets processed the same for both and I have no desire to parse out if its a spell or weapon attack (if that is even easily done) - so simply support the weapon feat only. Less likely a spell caster will have the weapon feat when casting within 5ft (or they would not be penalized) and more likely if I supported spell sniper they would not getting the penalty when throwing daggers (or any other ranged weapon - which they do). Hence, I just support the one and leave it up to the DM to worry out whether they need to hit the DIS/ADV button to get the result to come out correct.
Always been this way - not a 2024 issue at all.
Thanks for the details.