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

Elemental Blast breaks if the action is added manually #14651

Closed
oWave opened this issue May 7, 2024 · 2 comments · Fixed by #15521
Closed

Elemental Blast breaks if the action is added manually #14651

oWave opened this issue May 7, 2024 · 2 comments · Fixed by #15521
Labels
bug Functionality that is not working as intended

Comments

@oWave
Copy link
Contributor

oWave commented May 7, 2024

When manually adding the elemental blast action to a Kineticist (tested both class and dedication), the One/Two Actions rolloption toggle breaks: The toggle will now change the second action item's RE, while the strike I think still looks at the first

Replication:

  • Level 1 Kineticist, switch Elemental Blast roll option to Two Actions. Con is added correctly to the blast damage
  • Add a second elemental blast action
  • Toggling the roll option no longer changes the damage, it's just stuck on whatever was set before the second action was added

Issue is made worse by the actions being hidden, so fixing this requires deleting the second action via console.
In case anybody run into it and needs the fix: _token.actor.deleteEmbeddedDocuments("Item", _token.actor.itemTypes.action.filter(e => e.slug == "elemental-blast" && !e.grantedBy).map(e => e.id))

@stwlam
Copy link
Collaborator

stwlam commented Jun 30, 2024

Quite a lot of things would break if added in a way not setup by the system (e.g., manually adding psychic class features to a barbarian). What makes this a special case?

@CarlosFdez
Copy link
Collaborator

It seems to be, assuming I understood correctly, that a kineticist who adds elemental blast to their own sheet corrupts their character, without any means of deleting the duplicate item. So its more equivalent to a barbarian adding rage to their sheet and getting a double rage, but without any delete icon showing.

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

Successfully merging a pull request may close this issue.

3 participants