Wither effect from Pixies doesn't actually do anything
Partonetrain opened this issue ยท 0 comments
Mod Loader
Both Fabric and Forge (I confirm that I have tested both loaders and will specify both loader versions below)
Minecraft Version
1.20.1
Botania version
1.20.1-445
Modloader version
any
Modpack info
No response
The latest.log file
N/A
Issue description
The Wither effect given to enemies hit by pixies spawned by a full set of Elementium armor has no effect, because the damage the pixie deals by hitting the mob overwrites the damage that occurs on the application of the effect, and the effect only damages every 40 ticks at level 0
The other effects don't tick like this and work as intended
Steps to reproduce
- Wear full set of Elementium Armor and let mobs or other players hit you until you see one with black particles on them
- note the enemy did not receive extra damage
Reproducible on the player using 2 command blocks triggered at the same time:
damage @p 1 minecraft:generic
and effect give @p minecraft:wither 2 0
(notice you only received 1 damage)
Other information
Found this out while debugging my rpgattr issue
I would also like to note that Blindness is completely useless against anything that isn't another player. #BuffPixies