Focused Impact - TinyModularThings/UniqueEnchantments GitHub Wiki

1.16+ Post-Transcended Update

Effect:

The lower the Attack Speed of your Weapon, the higher the Damage it deals.

Transcend:

Reduces Attack Speed


Max. Level: 3
Transcending: 200
Treasure: No
Rarity: Rare
Equipable: Weapon, Axe
Tradeable: True

Formula:

Normal

[Damage] *= 1 + Log10((AttackSpeedComparison/AttackSpeed)^2 * Ln(6+Level))

Transcended

[AttackSpeed] *= TranscendedAttackSpeedModifier
AttackSpeedComparison 1.2
TranscendedAttackSpeedModifier 0.5

Incompatible:

Swift Blade


Special Notes:

Percentual Damage increase

Legacy 1.12.2 & 1.14.4

Effect:

The lower the Attack Speed of your Weapon, the higher the Damage it deals.


Max. Level: 3
Treasure: No
Rarity: Rare
Equipable: Weapon, Axe
Tradeable: True

Formula:

[Damage] *= 1 + Log10((AttackSpeedComparison/AttackSpeed)^2 * Ln(6+Level))
AttackSpeedComparison 1.2

Incompatible:

Swift Blade


Special Notes:

Percentual Damage increase

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