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

When using an array-form for additional damage parts in an enchantment, allow for multiple damage types #4880

Open
krbz999 opened this issue Dec 14, 2024 · 1 comment

Comments

@krbz999
Copy link
Contributor

krbz999 commented Dec 14, 2024

While possible when using system.damage.parts | Add | {types: [...], number: 1, denomination: 6}, it would be good if multiple damage types could also be allowed in the array form such as:

system.damage.parts | Add | [["1d6", ["acid", "cold", "fire"]]]
@arbron
Copy link
Collaborator

arbron commented Dec 14, 2024

I doubt we will be adding improvements to the array form since it is only there for backwards compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants