Simon Ward
Simon Ward
If it looks good I'll add the extract
Closes https://github.com/foundryvtt/pf2e/issues/15405
FlatModifers with selector of type "*-dc" don't have "check:statistic:*" included in their context
For example, Forest Troll (BB) has automation for "Easily Misled": ``` { "key": "FlatModifier", "predicate": [ "check:statistic:deception" ], "selector": "perception-dc", "type": "circumstance", "value": -4 } ``` It doesn't seem to...
This example is (pending) from Amphisbaena Handwraps: ``` { "definition": [ "item:category:unarmed" ], "key": "AdjustStrike", "mode": "add", "property": "weapon-traits", "value": "versatile-p" } ```
Dragon Handwraps and Amphisbaena Handwraps should behave as Handwraps of Mighty Blows
This would be useful for [Double Slice](https://2e.aonprd.com/Feats.aspx?ID=356) and [Flurry of Blows](https://2e.aonprd.com/Actions.aspx?ID=9).
This example is using "Effect: Incendiary Dollop": I would imagine it would look similar to this example for Striking off-guard:
Adding `"splash-damage": "PF2E.Damage.IWR.Type.splash-damage"` to `resistanceTypes` allow it to be selected in the UI, but it's not actually functional. This is needed for Tardigrade Swarm.
While it's not technically a roll, this would be useful functionality. `ItemAlteration` with `"description"` could be used instead, but it always displays to players, which is not ideal for secret...