TikaelSol / starfinder-field-test

A Foundry VTT module for the Starfinder Field Test playtest for Pathfinder 2nd edition.
Apache License 2.0
7 stars 15 forks source link

Clustered shots rule element improperly configured #157

Closed MatthewJaluvka closed 1 month ago

MatthewJaluvka commented 1 month ago

Right now, the clustered shots action suppresses all modifiers., changing attack rolls to only use item bonuses and nothing else. image My fix was to change the adjust modifier rule element to the following:

{
  "key": "AdjustModifier",
  "predicate": [
    "clustered-shots",
    "penalty:type:circumstance"
  ],
  "selector": "attack-roll",
  "suppress": true
}