Golem Soul - TinyModularThings/UniqueEnchantments GitHub Wiki

1.16+ Post-Transcended Update

Effect:

Gain Knockback Resistance, in exchange for Speed.

Transcend:

Falling from a height more than 4 Blocks, slows all Entities in range


Max. Level: 4
Transcending: 200
Treasure: No
Rarity: Common
Equipable: Chestplate
Tradeable: True

Formula:

Normal

[Resistance] += KnockbackResistancePerLvL * Level
[MovementSpeed] *= (1-MovementSpeedLossPerLvL)^Level

#Transcended

[SlownessLevel] = Level
[Duration] = TranscendedSlowTime * Level
KnockbackResistancePerLvL 0.25
MovementSpeedLossPerLvL 0.05
TranscendedSlowTime 20 Ticks

Incompatible:

N/A


Special Notes:

N/A

Legacy 1.12.2 & 1.14.4

Effect:

Gain Knockback Resistance, in exchange for Speed.


Max. Level: 4
Treasure: No
Rarity: Common
Equipable: Chestplate
Tradeable: True

Formula:

[Resistance] += KnockbackResistancePerLvL * Level
[MovementSpeed] *= (1-MovementSpeedLossPerLvL)^Level
KnockbackResistancePerLvL 0.25
MovementSpeedLossPerLvL 0.05

Incompatible:

N/A


Special Notes:

N/A

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