Ifrit's Blessing - TinyModularThings/UniqueEnchantments GitHub Wiki

1.16+ Post-Transcended Update

Effect:

Hitting a burning Entity will deal additional damage. Bonus is doubled if you are burning as well.


Max. Level: 5
Treasure: No
Rarity: Common
Equipable: Weapon, Axe, Bow, Crossbow, Hoe
Tradeable: True

Formula:

[Damage] *= (1 + BaseDamageBonus * ln(2.8 + DamageBonusPerLvL * Level))^(1+isPlayerBurning)
BaseDamageBonus 0.2
DamageBonusPerLvL 0.6

Incompatible:

N/A


Special Notes:

N/A

Legacy 1.12.2 & 1.14.4

Effect:

Hitting a burning Entity will deal additional damage. Bonus is doubled if you are burning as well.


Max. Level: 5
Treasure: No
Rarity: Common
Equipable: Weapon, Axe, Bow, Crossbow, Hoe
Tradeable: True

Formula:

[Damage] *= (1 + BaseDamageBonus * ln(2.8 + DamageBonusPerLvL * Level))^(1+isPlayerBurning)
BaseDamageBonus 0.2
DamageBonusPerLvL 0.6

Incompatible:

Berserker


Special Notes:

N/A

⚠️ **GitHub.com Fallback** ⚠️