Streaker's Will - TinyModularThings/UniqueEnchantments GitHub Wiki
1.16+ Post-Transcended Update
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 |
[DurabilityLoss] -= ceil((DurabilityLossPerLvL * Level) / AttackSpeed^2)
[Chance] = BaseChance + (ChancePerLvL * Level)
DurabilityLossPerLvL | 4.25 |
BaseChance | 0.1 |
ChancePerLvL | 0.15 |
N/A
Order: Chestplate --> Leggings --> Feet Helmet wont be targeted
Legacy 1.12.2 & 1.14.4
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 |
[DurabilityLoss] (DurabilityLossPerLvL * Level) / AttackSpeed^3
[Chance] BaseChance + (ChancePerLvL * Level)
DurabilityLossPerLvL | 11.25 |
BaseChance | 0.1 |
ChancePerLvL | 0.15 |
N/A
Order: Chestplate --> Leggings --> Feet Helmet wont be targeted