Iron Bird - TinyModularThings/UniqueEnchantments GitHub Wiki

1.16+ Post-Transcended Update

Effect:

Your Elytra now grants you better protection. On ground grants a Toughend Potion Effect


Max. Level: 4
Treasure: No
Rarity: Very_rare
Equipable: Elytra
Tradeable: False

Formula:

[BaseArmor] += BaseArmorValue+sqrt(Level*ArmorLevelScaling)
[BaseToughness] += sqrt([BaseArmor]*ToughnessLevelScaling) 
[ToughendLevel] = max(floor(sqrt(Level)-1), 0)
[ToughendDamageTaken] *= 0.9^(PotionLevel+1)
BaseArmorValue 3.0
ArmorLevelScaling 1.0
ToughnessLevelScaling 1.0

Incompatible:

N/A


Special Notes:

N/A

Legacy 1.12.2 & 1.14.4

Effect:

Your Elytra now grants you better protection. On ground grants a Toughend Potion Effect


Max. Level: 4
Treasure: No
Rarity: Very_rare
Equipable: Elytra
Tradeable: False

Formula:

[BaseArmor] += BaseArmorValue+sqrt(Level*ArmorLevelScaling)
[BaseToughness] += sqrt([BaseArmor]*ToughnessLevelScaling) 
[ToughendLevel] = max(floor(sqrt(Level)-1), 0)
[ToughendDamageTaken] *= 0.9^(PotionLevel+1)
BaseArmorValue 3.0
ArmorLevelScaling 1.0
ToughnessLevelScaling 1.0

Incompatible:

N/A


Special Notes:

N/A

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