Iron Bird - TinyModularThings/UniqueEnchantments GitHub Wiki
1.16+ Post-Transcended Update
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 |
[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 |
N/A
N/A
Legacy 1.12.2 & 1.14.4
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 |
[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 |
N/A
N/A