pf2e icon indicating copy to clipboard operation
pf2e copied to clipboard

Typed bonus to splash damage does not use base alchemical bomb damage type

Open pedrogrullada opened this issue 5 months ago • 0 comments

PC2 introduced a few typed bonuses to splash damage (Expanded Splash and Alchemist's Goggles with status and item respectively), but when these are added using Flat Modifier, instead of using the damage type of the bomb, they become untyped damage. If the bonus type is untyped instead of circumstance, item, or status, then the damage type works as expected, using the base damage type of the bomb.

Here is the rule element used to reproduce the issue.

{
  "key": "FlatModifier",
  "selector": "alchemical-bomb-base-damage",
  "value": 1,
  "type": "item",
  "damageCategory": "splash"
}

pedrogrullada avatar Sep 10 '24 17:09 pedrogrullada