Alchemist's Grace - TinyModularThings/UniqueEnchantments GitHub Wiki

1.16+ Post-Transcended Update

Effect:

Hitting an Enemy will grant you Potion Effects. Quantity & Quality scale with Level. Can also be triggered by mining.


Max. Level: 4
Treasure: Yes
Rarity: Rare
Equipable: Weapon, Bow, Axe, Hoe, Tool
Tradeable: False

Formula:

[Duration] (Potion)BaseDuration * Ln((HitScalar + 0.5) * Level) {Ticks}
[Potions] Potion;StartEnchantmentLvL;StartPotionLvL;PotionLvLPerEnchantLvL;BaseDuration;Fighting;Mining  

minecraft:regeneration;1;0;0.25;10;true;false 
minecraft:speed;1;0;1.0;60;true;true 
minecraft:haste;2;0;1,0;40;true;true 
minecraft:speed;2;1;0.5;70;true;true 
minecraft:resistance;3;0;1.0;20;true;false 
minecraft:haste;3;1;0.5;60;true;true 
minecraft:strength;4;0;1.0;20;true;false 
minecraft:resistance;4;1;0.25;25;true;false 
minecraft:fire_resistance;4;0;1.0;30;false;true 
minecraft:strength;5;1;0.2;30;true;false  
HitScalar(for non-Blocks) 1.5 or Block Hardness

Incompatible:

Warrior's Grace


Special Notes:

All Effects are read from config, for full customization for Pack Devs. Mining will trigger with every mined Block.

Legacy 1.12.2 & 1.14.4

Effect:

Hitting an Enemy will grant you Potion Effects. Quantity & Quality scale with Level. Can also be triggered by mining.


Max. Level: 4
Treasure: Yes
Rarity: Rare
Equipable: Weapon, Bow, Axe, Hoe, Tool
Tradeable: False

Formula:

[Duration] (Potion)BaseDuration * Ln((HitScalar + 0.5) * Level) {Ticks}
[Potions] Potion;StartEnchantmentLvL;StartPotionLvL;PotionLvLPerEnchantLvL;BaseDuration;Fighting;Mining  

minecraft:regeneration;1;0;0.25;10;true;false 
minecraft:speed;1;0;1.0;60;true;true 
minecraft:haste;2;0;1,0;40;true;true 
minecraft:speed;2;1;0.5;70;true;true 
minecraft:resistance;3;0;1.0;20;true;false 
minecraft:haste;3;1;0.5;60;true;true 
minecraft:strength;4;0;1.0;20;true;false 
minecraft:resistance;4;1;0.25;25;true;false 
minecraft:fire_resistance;4;0;1.0;30;false;true 
minecraft:strength;5;1;0.2;30;true;false  
HitScalar(for non-Blocks) 1.5 or Block Hardness

Incompatible:

Warrior's Grace


Special Notes:

All Effects are read from config, for full customization for Pack Devs. Mining will trigger with every mined Block.

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