Ares Grace - TinyModularThings/UniqueEnchantments GitHub Wiki
1.16+ Post-Transcended Update
Increases damage against protected Entities
Max. Level: | 3 |
Treasure: | No |
Rarity: | Common |
Equipable: | WEAPON, Axe, BOW, Hoe |
Tradeable: | False |
[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 |
Ares Fragment
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
Increases damage against protected Entities
Max. Level: | 3 |
Treasure: | No |
Rarity: | Common |
Equipable: | WEAPON, Axe, BOW, Hoe |
Tradeable: | False |
[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 |
Ares Fragment
Not Armor and Toughness from Armor, but the overall Values, as Players can also get Armor and Toughness outside of Armor