#Damage tags
21 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
wdym? lava and fire have a same tag called is_fire.
Hi, i want to merge modded damage in one, so resistances can work for both
oh, ok, so you want some modded damage type to have "is_fire" tag?
You can add/remove/edit tags with KubeJS, and the wiki has a page on that!
You can add tags to damage type with ServerEvents.tags
I want to make iron's spell and mana and artifice spells to have different damage tags to each spell type damage, it override the tag if i add it to kubejs?
so instead of pure magic damage, it will make both have, for example, fire spell damage?
It will be tricky if it involves changing damage types.
it'll be easier if i make a attribute that check for both kinds of damage?
hold on.
I don't know about MNA, but ISS does HAVE separated damage types for different spells.
You can just add minecraft:is_fire to irons_spellbooks:fire_magic"
then, if i add the tags to the MNA spells, i can make a enchantment that work for both?
Well. If the MNA does separate its spell damage type based on spell categories, then it's possible.
i see, thanks for the help!