Pestilence's Odium - TinyModularThings/UniqueEnchantments GitHub Wiki
1.16+ Post-Transcended Update
Hostile Entities in your area will be continuously damaged
Max. Level: | 2 |
Treasure: | Yes : Curse |
Rarity: | Rare |
Equipable: | Durability-based |
Tradeable: | True |
[DamagerPerTick] = DamagePerItem * Ln(2.8+PotionLevel)
[Frequency] = BaseDuration / TotalCurseLevelOfType {Ticks}
[PotionLevel] = floor(Ln(2.8+Level^3)) -1
[Range] = Range * Ln(2.8+(TotalCurseLevelOfType/16))
DamagePerItem | 0.25 |
DurationPerItem | 300 |
Range | 7 Blocks |
N/A
Will only affect entities that do not have any potion effect active
Legacy 1.12.2 & 1.14.4
Non-hostile Entities in your area will be continuously damaged
Max. Level: | 2 |
Treasure: | Yes : Curse |
Rarity: | Rare |
Equipable: | Durability-based |
Tradeable: | True |
[DamagerPerTick] = DamagePerItem * Ln(2.8+PotionLevel)
[Frequency] = BaseDuration / TotalCurseLevelOfType {Ticks}
[PotionLevel] = floor(Ln(2.8+Level^3)) -1
[Range] = Range * Ln(2.8+(TotalCurseLevelOfType/16))
DamagePerItem | 0.25 |
DurationPerItem | 300 |
Range | 7 Blocks |
N/A
N/A