Ares Grace - TinyModularThings/UniqueEnchantments GitHub Wiki

1.16+ Post-Transcended Update

Effect:

Increases damage against protected Entities


Max. Level: 3
Treasure: No
Rarity: Common
Equipable: WEAPON, Axe, BOW, Hoe
Tradeable: False

Formula:

[CurrentHealthDamage] +=  ln(1+sqrt((Armor+Toughness*2.5)*EnemyHealth*PlayerLevel*Level)*DamageScaling) 
[DurabilityPerHit] -= ceil(log(1+Level * [CurrentHealthDamage]) * DurabilityScaling)
DamageScaling 1.0
DurabilityScaling 1.0

Incompatible:

Ares Fragment


Special Notes:

Not Armor and Toughness from Armor, but the overall Values, as Players can also get Armor and Toughness outside of Armor

Legacy 1.12.2 & 1.14.4

Effect:

Increases damage against protected Entities


Max. Level: 3
Treasure: No
Rarity: Common
Equipable: WEAPON, Axe, BOW, Hoe
Tradeable: False

Formula:

[CurrentHealthDamage] +=  ln(1+sqrt((Armor+Toughness*2.5)*EnemyHealth*PlayerLevel*Level)*DamageScaling) 
[DurabilityPerHit] -= ceil(log(1+Level * [CurrentHealthDamage]) * DurabilityScaling)
DamageScaling 1.0
DurabilityScaling 1.0

Incompatible:

Ares Fragment


Special Notes:

Not Armor and Toughness from Armor, but the overall Values, as Players can also get Armor and Toughness outside of Armor

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