Ameliorated Sharpness - TinyModularThings/UniqueEnchantments GitHub Wiki

1.16+ Post-Transcended Update

Effect:

An improved Version of the Vanilla "Sharpness" Enchantment.

Transcend

Deals increased damage proportional to items' attack damage


Max. Level: 5
Transcending: 300
Treasure: Yes
Rarity: Very_Rare
Equipable: Weapon, Axe
Tradeable: False

Formula:

Normal

[AttackDamage] += Level * BonusBaseDamagePerLvL

Transcended

[Damage] += RandomDouble(sqrt(ItemAttackDamage*TranscendedDamageMultiplier))
BonusBaseDamagePerLvL 1.0
TranscendedDamageMultiplier 2.0

Incompatible:

Bane of Arthropod, Sharpness, Smite, Ameliorated Bane of Arthropod, Ameliorated Smite


Special Notes:

Yes this is not supposed to be compatible with Hoes unlike other Ameliorated Enchantments, don't report this as a Bug :)

Legacy 1.12.2 & 1.14.4

Effect:

An improved Version of the Vanilla "Sharpness" Enchantment.


Max. Level: 5
Treasure: Yes
Rarity: Rare
Equipable: Weapon, Axe
Tradeable: False

Formula:

[AttackDamage] += Level * BonusBaseDamagePerLvL
BonusBaseDamagePerLvL 1.0

Incompatible:

Bane of Arthropod, Sharpness, Smite, Ameliorated Bane of Arthropod, Ameliorated Smite


Special Notes:

Yes this is not supposed to be compatible with Hoes unlike other Ameliorated Enchantments, don't report this as a Bug :)

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