Streaker's Will - TinyModularThings/UniqueEnchantments GitHub Wiki

1.16+ Post-Transcended Update

Effect:

With every hit get a chance to damage Target's armor except Boots


Max. Level: 4
Treasure: No
Rarity: Uncommon
Equipable: WEAPON, Axe, BOW
Tradeable: False

Formula:

[DurabilityLoss] -= ceil((DurabilityLossPerLvL * Level) / AttackSpeed^2)
[Chance] = BaseChance + (ChancePerLvL * Level)
DurabilityLossPerLvL 4.25
BaseChance 0.1
ChancePerLvL 0.15

Incompatible:

N/A


Special Notes:

Order: Chestplate --> Leggings --> Feet Helmet wont be targeted

Legacy 1.12.2 & 1.14.4

Effect:

With every hit get a chance to damage Target's armor except Boots


Max. Level: 4
Treasure: No
Rarity: Uncommon
Equipable: WEAPON, Axe, BOW
Tradeable: False

Formula:

[DurabilityLoss] (DurabilityLossPerLvL * Level) / AttackSpeed^3
[Chance] BaseChance + (ChancePerLvL * Level)
DurabilityLossPerLvL 11.25
BaseChance 0.1
ChancePerLvL 0.15

Incompatible:

N/A


Special Notes:

Order: Chestplate --> Leggings --> Feet Helmet wont be targeted

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