Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pedrogrullada opened this issue Sep 10, 2024 · 0 comments
Assignees
Labels
bug Functionality that is not working as intended

Comments

@pedrogrullada
Copy link
Collaborator

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 pedrogrullada added the bug Functionality that is not working as intended label Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Functionality that is not working as intended
Projects
None yet
Development

No branches or pull requests

2 participants