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

[#3617] Add enchantment effect for modifying damage types #4913

Open
wants to merge 1 commit into
base: 4.2.x
Choose a base branch
from

Conversation

arbron
Copy link
Collaborator

@arbron arbron commented Dec 20, 2024

Adds the ability for enchantments to replace or add to the damage types for all parts on an activity. This is done using an active effect targeting system.damage.types. Using the OVERRIDE mode will replace all existing damage types with the specified type, while ADD will introduce a new damage type to the existing types.

Closes #3617

Adds the ability for enchantments to replace or add to the damage
types for all parts on an activity. This is done using an active
effect targeting `system.damage.types`. Using the `OVERRIDE` mode
will replace all existing damage types with the specified type,
while `ADD` will introduce a new damage type to the existing
types.

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

Successfully merging this pull request may close these issues.

Allow Enchantments to change only damage types
1 participant