Fragility - RedWirePlatinumTwo/RedWiresMinecraftMod GitHub Wiki
Effect icon

Obtaining

Description
- Effected entities deal 50% more damage for each effect level. The default is 150%.
Change History
- 2.5.0: Introduced effect.
- 2.7.4: Improved effect to have certain enchantments such as Fire Aspect still apply when entities die.
- 2.11.0: Changed effect icon.
- 3.4.0: If a Blaze is hit with a Freeze Bow, this effect will also be applied.
- 3.9.6: Attempted to fix issue where extra damage taken would bypass armor.
- 3.9.9: Decreased Fragility damage bonuses per level from 100% -> 50%.
- 3.9.12: Added a death message if someone dies while having this effect.
- 3.13.9: Actually fixed issue where extra damage would bypass armor.
- 4.3.1: Added a death message if someone dies from another entity while having this effect applied.
- 4.8.3: Armor reduction is now accurate and not manually calculated.
- 5.4.3: Bonus damage from this effect will now use the same damage source instead of defaulting to
mob_attack
.
- 6.0.0: Re-worked this effect to simply change the number of damage dealt instead of damaging it in the same tick but with a higher amount.