Bone Crusher - TinyModularThings/UniqueEnchantments GitHub Wiki

1.16+ Post-Transcended Update

Effect:

Deals Bonus Damage against Skeletons and increases Looting(against Skeletons), if they are unarmored(Helmet excluded)

Transcend:

Unarmored Targets have a chance for each item to drop it twice


Max. Level: 4
Transcending: 500
Treasure: Yes
Rarity: Very_rare
Equipable: Weapon, Axe
Tradeable: True

Formula:

Normal

[Damage] *= Log10(10 + BonusDamagePerLvL * Level)
[Looting] += Level + 1

Transcended

[Chance] = TranscendedChance
BonusDamagePerLvL 0.15
TranscendedChance 0.4

Incompatible:

N/A


Special Notes:

The damage increase is percentual.
The chance is for each item individually and not all at once

Legacy 1.12.2 & 1.14.4

Effect:

Deals Bonus Damage against Skeletons and increases Looting(against Skeletons), if they are unarmored(Helmet excluded)


Max. Level: 4
Treasure: Yes
Rarity: Very_rare
Equipable: Weapon, Axe
Tradeable: True

Formula:

[Damage] *= 1 + Log10(1+BonusDamagePerLvL * Level)
[Looting] += Level + 1
BonusDamagePerLvL 0.15

Incompatible:

N/A


Special Notes:

The damage increase is percentual

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