diff --git a/Plugin/src/main/resources/enchants/normal/aquatic.yml b/Plugin/src/main/resources/enchants/normal/aquatic.yml index c910bc13..6048298c 100644 --- a/Plugin/src/main/resources/enchants/normal/aquatic.yml +++ b/Plugin/src/main/resources/enchants/normal/aquatic.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 3 + maximum-level: 8 config: - percent-more-per-level: 6 # Percent more damage to do per level + percent-more-per-level: 2.5 # Percent more damage to do per level diff --git a/Plugin/src/main/resources/enchants/normal/arcanic.yml b/Plugin/src/main/resources/enchants/normal/arcanic.yml index ad83c96f..54a12be9 100644 --- a/Plugin/src/main/resources/enchants/normal/arcanic.yml +++ b/Plugin/src/main/resources/enchants/normal/arcanic.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 4 + maximum-level: 6 config: - chance-per-point: 3 #Chance of ignoring potion damage = Total points (16 points * 3 chance = 48% chance) \ No newline at end of file + chance-per-point: 2 #Chance of ignoring potion damage = Total points (16 points * 3 chance = 48% chance) \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/bleed.yml b/Plugin/src/main/resources/enchants/normal/bleed.yml index 7445cb23..10a5fafc 100644 --- a/Plugin/src/main/resources/enchants/normal/bleed.yml +++ b/Plugin/src/main/resources/enchants/normal/bleed.yml @@ -17,10 +17,10 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 3 + maximum-level: 7 config: - chance-per-level: 3 #chance of bleeding per level + chance-per-level: 1.5 #chance of bleeding per level allow-not-fully-charged: false #dont require sword attack to be at full charge bleed-damage: 1 - amount-per-level: 2 # Bleed number per level + amount-per-level: 1 # Bleed number per level diff --git a/Plugin/src/main/resources/enchants/normal/blind.yml b/Plugin/src/main/resources/enchants/normal/blind.yml index fd4ed278..f0c1d897 100644 --- a/Plugin/src/main/resources/enchants/normal/blind.yml +++ b/Plugin/src/main/resources/enchants/normal/blind.yml @@ -17,8 +17,8 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 2 + maximum-level: 6 config: - chance-per-level: 3 #as percentage + chance-per-level: 1 #as percentage duration-per-level: 15 \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/bosshunter.yml b/Plugin/src/main/resources/enchants/normal/bosshunter.yml index 0a265f1f..f201b012 100644 --- a/Plugin/src/main/resources/enchants/normal/bosshunter.yml +++ b/Plugin/src/main/resources/enchants/normal/bosshunter.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 5 + maximum-level: 8 config: - multiplier: 0.2 \ No newline at end of file + multiplier: 0.1 \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/cerebral.yml b/Plugin/src/main/resources/enchants/normal/cerebral.yml index d8722114..a4f8ad99 100644 --- a/Plugin/src/main/resources/enchants/normal/cerebral.yml +++ b/Plugin/src/main/resources/enchants/normal/cerebral.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 5 + maximum-level: 8 config: - multiplier: 0.05 # Damage = level * multiplier + 1. Headshot with Cerebral 5 = 5 * 0.05 + 1 = 1.25x damage \ No newline at end of file + multiplier: 0.03 # Damage = level * multiplier + 1. Headshot with Cerebral 5 = 5 * 0.05 + 1 = 1.25x damage \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/chopless.yml b/Plugin/src/main/resources/enchants/normal/chopless.yml index 161e27dc..b20c73bf 100644 --- a/Plugin/src/main/resources/enchants/normal/chopless.yml +++ b/Plugin/src/main/resources/enchants/normal/chopless.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 5 + maximum-level: 6 config: - percent-less-per-level: 1 # Points * Percent less / 100 * damage = damage taken \ No newline at end of file + percent-less-per-level: 0.8 # Points * Percent less / 100 * damage = damage taken \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/cleave.yml b/Plugin/src/main/resources/enchants/normal/cleave.yml index 2f045a63..a693f332 100644 --- a/Plugin/src/main/resources/enchants/normal/cleave.yml +++ b/Plugin/src/main/resources/enchants/normal/cleave.yml @@ -18,8 +18,8 @@ general-config: grindstoneable: true conflicts: - carve - maximum-level: 4 + maximum-level: 8 config: - damage-percentage-per-level: 5 - radius-per-level: 1 \ No newline at end of file + damage-percentage-per-level: 2.5 + radius-per-level: 0.5 \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/cranial.yml b/Plugin/src/main/resources/enchants/normal/cranial.yml index d30581d1..4aaf9ef6 100644 --- a/Plugin/src/main/resources/enchants/normal/cranial.yml +++ b/Plugin/src/main/resources/enchants/normal/cranial.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 5 + maximum-level: 8 config: - multiplier: 0.05 # Damage = level * multiplier + 1. Headshot with Cranial 5 = 5 * 0.05 + 1 = 1.25x damage \ No newline at end of file + multiplier: 0.03 # Damage = level * multiplier + 1. Headshot with Cranial 5 = 5 * 0.05 + 1 = 1.25x damage \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/cubism.yml b/Plugin/src/main/resources/enchants/normal/cubism.yml index 98e05789..8e42bb31 100644 --- a/Plugin/src/main/resources/enchants/normal/cubism.yml +++ b/Plugin/src/main/resources/enchants/normal/cubism.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 5 + maximum-level: 7 config: - multiplier: 0.05 # Damage = level * multiplier + 1 \ No newline at end of file + multiplier: 0.035 # Damage = level * multiplier + 1 \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/deflection.yml b/Plugin/src/main/resources/enchants/normal/deflection.yml index 1953a243..ba391199 100644 --- a/Plugin/src/main/resources/enchants/normal/deflection.yml +++ b/Plugin/src/main/resources/enchants/normal/deflection.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 5 + maximum-level: 6 config: percent-deflected-per-level: 5 # Percent of damage to deal to attacker per level (can go above 100) \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/disappear.yml b/Plugin/src/main/resources/enchants/normal/disappear.yml index b1d597bb..a3cadd34 100644 --- a/Plugin/src/main/resources/enchants/normal/disappear.yml +++ b/Plugin/src/main/resources/enchants/normal/disappear.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 4 + maximum-level: 6 config: ticks-per-level: 2 diff --git a/Plugin/src/main/resources/enchants/normal/diurnal.yml b/Plugin/src/main/resources/enchants/normal/diurnal.yml index e764428f..19f2765e 100644 --- a/Plugin/src/main/resources/enchants/normal/diurnal.yml +++ b/Plugin/src/main/resources/enchants/normal/diurnal.yml @@ -18,7 +18,7 @@ general-config: grindstoneable: true conflicts: - nocturnal - maximum-level: 5 + maximum-level: 6 config: per-level-multiplier: 0.02 # Multiplier per level for damage. Calculated as damage * (1 + level * multiplier) diff --git a/Plugin/src/main/resources/enchants/normal/diverse.yml b/Plugin/src/main/resources/enchants/normal/diverse.yml index fb485ac1..af07c76c 100644 --- a/Plugin/src/main/resources/enchants/normal/diverse.yml +++ b/Plugin/src/main/resources/enchants/normal/diverse.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 5 + maximum-level: 6 config: per-level-multiplier: 0.05 # Multiplier per level for damage. Calculated as damage * (1 + level * multiplier) diff --git a/Plugin/src/main/resources/enchants/normal/enderism.yml b/Plugin/src/main/resources/enchants/normal/enderism.yml index fe920836..8011c8b4 100644 --- a/Plugin/src/main/resources/enchants/normal/enderism.yml +++ b/Plugin/src/main/resources/enchants/normal/enderism.yml @@ -18,7 +18,7 @@ general-config: grindstoneable: true conflicts: - netheric - maximum-level: 5 + maximum-level: 6 config: per-level-multiplier: 0.02 # Multiplier per level for damage. Calculated as damage * (1 + level * multiplier) diff --git a/Plugin/src/main/resources/enchants/normal/endinfusion.yml b/Plugin/src/main/resources/enchants/normal/endinfusion.yml index 33b8d6e0..bd1a0337 100644 --- a/Plugin/src/main/resources/enchants/normal/endinfusion.yml +++ b/Plugin/src/main/resources/enchants/normal/endinfusion.yml @@ -18,7 +18,7 @@ general-config: grindstoneable: true conflicts: - nether_infusion - maximum-level: 5 + maximum-level: 6 config: per-level-multiplier: 0.02 # Multiplier per level for damage. Calculated as damage * (1 + level * multiplier) diff --git a/Plugin/src/main/resources/enchants/normal/extract.yml b/Plugin/src/main/resources/enchants/normal/extract.yml index c03bf0f1..c606cf79 100644 --- a/Plugin/src/main/resources/enchants/normal/extract.yml +++ b/Plugin/src/main/resources/enchants/normal/extract.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 3 + maximum-level: 6 config: - damage-multiplier-per-level: 0.04 # Damage * Level * Multiplier is used to calculate how much health to heal + damage-multiplier-per-level: 0.02 # Damage * Level * Multiplier is used to calculate how much health to heal diff --git a/Plugin/src/main/resources/enchants/normal/famine.yml b/Plugin/src/main/resources/enchants/normal/famine.yml index 5a77449c..5edf5155 100644 --- a/Plugin/src/main/resources/enchants/normal/famine.yml +++ b/Plugin/src/main/resources/enchants/normal/famine.yml @@ -17,8 +17,8 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 3 + maximum-level: 8 config: allow-not-fully-charged: false - chance-per-level: 4 \ No newline at end of file + chance-per-level: 1.5 \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/fireaffinity.yml b/Plugin/src/main/resources/enchants/normal/fireaffinity.yml index 92666df7..cc10ab12 100644 --- a/Plugin/src/main/resources/enchants/normal/fireaffinity.yml +++ b/Plugin/src/main/resources/enchants/normal/fireaffinity.yml @@ -18,7 +18,7 @@ general-config: grindstoneable: true conflicts: - water_affinity - maximum-level: 5 + maximum-level: 7 config: - percent-more-per-level: 3 # percent more damage to deal per level when on fire + percent-more-per-level: 2 # percent more damage to deal per level when on fire diff --git a/Plugin/src/main/resources/enchants/normal/flinch.yml b/Plugin/src/main/resources/enchants/normal/flinch.yml index 9c2486c6..9d8db113 100644 --- a/Plugin/src/main/resources/enchants/normal/flinch.yml +++ b/Plugin/src/main/resources/enchants/normal/flinch.yml @@ -17,8 +17,8 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 3 + maximum-level: 6 config: - chance-per-level: 5 - ticks-per-level: 10 \ No newline at end of file + chance-per-level: 2.5 + ticks-per-level: 5 \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/freerunner.yml b/Plugin/src/main/resources/enchants/normal/freerunner.yml index 02a60163..2550efc0 100644 --- a/Plugin/src/main/resources/enchants/normal/freerunner.yml +++ b/Plugin/src/main/resources/enchants/normal/freerunner.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 3 + maximum-level: 6 config: - chance-per-level: 20 \ No newline at end of file + chance-per-level: 10 \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/frozen.yml b/Plugin/src/main/resources/enchants/normal/frozen.yml index b482d94e..51020f1c 100644 --- a/Plugin/src/main/resources/enchants/normal/frozen.yml +++ b/Plugin/src/main/resources/enchants/normal/frozen.yml @@ -17,8 +17,8 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 4 + maximum-level: 6 config: - chance-per-point: 1 - points-per-level: 4 # Points of frozen required to increment slowness level by 1 + chance-per-point: 0.6 + points-per-level: 6 # Points of frozen required to increment slowness level by 1 diff --git a/Plugin/src/main/resources/enchants/normal/fury.yml b/Plugin/src/main/resources/enchants/normal/fury.yml index 770c096b..de2c85eb 100644 --- a/Plugin/src/main/resources/enchants/normal/fury.yml +++ b/Plugin/src/main/resources/enchants/normal/fury.yml @@ -17,9 +17,9 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 5 + maximum-level: 7 config: allow-not-fully-charged: false #require sword attack to be at full charge - chance-per-level: 3 - distance-per-level: 4 # Distance for mobs to check \ No newline at end of file + chance-per-level: 2 + distance-per-level: 3 # Distance for mobs to check \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/goliath.yml b/Plugin/src/main/resources/enchants/normal/goliath.yml index 90cc5284..4c4e3900 100644 --- a/Plugin/src/main/resources/enchants/normal/goliath.yml +++ b/Plugin/src/main/resources/enchants/normal/goliath.yml @@ -17,8 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 5 + maximum-level: 8 config: - damage-multiplier-per-level: 0.02 # If enemy has 200 health, and you have 20 w/ goliath 5 then your damage is multiplied by: ((200/10)*5*0.02) + 1 = 3 - cap: 3 # Multiplier cap \ No newline at end of file + damage-multiplier-per-level: 0.01 # If enemy has 200 health, and you have 20 w/ goliath 8 then your damage is multiplied by: ((200/10)*8*0.01) + 1 = 2.6 \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/graceful.yml b/Plugin/src/main/resources/enchants/normal/graceful.yml index 8d5187ef..3ef5cd58 100644 --- a/Plugin/src/main/resources/enchants/normal/graceful.yml +++ b/Plugin/src/main/resources/enchants/normal/graceful.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 4 + maximum-level: 6 config: - chance-per-level: 5 #chance of slow falling per level \ No newline at end of file + chance-per-level: 4 #chance of slow falling per level \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/hellish.yml b/Plugin/src/main/resources/enchants/normal/hellish.yml index 0d250ddc..eea2a1f7 100644 --- a/Plugin/src/main/resources/enchants/normal/hellish.yml +++ b/Plugin/src/main/resources/enchants/normal/hellish.yml @@ -18,7 +18,7 @@ general-config: grindstoneable: true conflicts: - void_affinity - maximum-level: 5 + maximum-level: 6 config: per-level-multiplier: 0.02 # Multiplier per level for damage. Calculated as damage * (1 + level * multiplier) diff --git a/Plugin/src/main/resources/enchants/normal/ignite.yml b/Plugin/src/main/resources/enchants/normal/ignite.yml index 507c1521..f1090946 100644 --- a/Plugin/src/main/resources/enchants/normal/ignite.yml +++ b/Plugin/src/main/resources/enchants/normal/ignite.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 5 + maximum-level: 8 config: - chance-per-level: 20 \ No newline at end of file + chance-per-level: 12.5 \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/infuriate.yml b/Plugin/src/main/resources/enchants/normal/infuriate.yml index 39f36eca..d97c10e2 100644 --- a/Plugin/src/main/resources/enchants/normal/infuriate.yml +++ b/Plugin/src/main/resources/enchants/normal/infuriate.yml @@ -17,8 +17,8 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 3 + maximum-level: 7 config: - chance-per-level: 5 - distance-per-level: 3 \ No newline at end of file + chance-per-level: 2 + distance-per-level: 2 \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/instantaneous.yml b/Plugin/src/main/resources/enchants/normal/instantaneous.yml index c3210852..7db36378 100644 --- a/Plugin/src/main/resources/enchants/normal/instantaneous.yml +++ b/Plugin/src/main/resources/enchants/normal/instantaneous.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 5 + maximum-level: 7 config: chance-per-level: 3 \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/kinetic.yml b/Plugin/src/main/resources/enchants/normal/kinetic.yml index e20ffed3..9cab53a4 100644 --- a/Plugin/src/main/resources/enchants/normal/kinetic.yml +++ b/Plugin/src/main/resources/enchants/normal/kinetic.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 3 + maximum-level: 6 config: - reduction-per-level: 20 #Percent less damage taken per level \ No newline at end of file + reduction-per-level: 10 #Percent less damage taken per level \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/launch.yml b/Plugin/src/main/resources/enchants/normal/launch.yml index 7f2fd54c..d5f6b62f 100644 --- a/Plugin/src/main/resources/enchants/normal/launch.yml +++ b/Plugin/src/main/resources/enchants/normal/launch.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 5 + maximum-level: 8 config: - multiplier: 0.4 # Velocity multiplier per level \ No newline at end of file + multiplier: 0.3 # Velocity multiplier per level \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/leeching.yml b/Plugin/src/main/resources/enchants/normal/leeching.yml index 9a8e53ee..b0073e47 100644 --- a/Plugin/src/main/resources/enchants/normal/leeching.yml +++ b/Plugin/src/main/resources/enchants/normal/leeching.yml @@ -18,7 +18,7 @@ general-config: grindstoneable: true conflicts: - life_steal - maximum-level: 3 + maximum-level: 6 config: - damage-multiplier-per-level: 0.04 # Damage * Level * Multiplier is used to calculate how much health to heal + damage-multiplier-per-level: 0.02 # Damage * Level * Multiplier is used to calculate how much health to heal diff --git a/Plugin/src/main/resources/enchants/normal/lesion.yml b/Plugin/src/main/resources/enchants/normal/lesion.yml index b9150f78..19369c4d 100644 --- a/Plugin/src/main/resources/enchants/normal/lesion.yml +++ b/Plugin/src/main/resources/enchants/normal/lesion.yml @@ -17,9 +17,9 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 3 + maximum-level: 7 config: chance-per-level: 3 #chance of bleeding per level bleed-damage: 1 - amount-per-level: 2 # Bleed number per level + amount-per-level: 1 # Bleed number per level diff --git a/Plugin/src/main/resources/enchants/normal/lumberjack.yml b/Plugin/src/main/resources/enchants/normal/lumberjack.yml index 720d2974..694c2dae 100644 --- a/Plugin/src/main/resources/enchants/normal/lumberjack.yml +++ b/Plugin/src/main/resources/enchants/normal/lumberjack.yml @@ -16,13 +16,13 @@ obtaining: general-config: grindstoneable: true - maximum-level: 5 + maximum-level: 6 conflicts: - drill config: disable-on-sneak: true - blocks-per-level: 64 + blocks-per-level: 32 whitelisted-blocks: - oak_wood - dark_oak_wood diff --git a/Plugin/src/main/resources/enchants/normal/necrotic.yml b/Plugin/src/main/resources/enchants/normal/necrotic.yml index 317a9d04..20648176 100644 --- a/Plugin/src/main/resources/enchants/normal/necrotic.yml +++ b/Plugin/src/main/resources/enchants/normal/necrotic.yml @@ -18,7 +18,7 @@ general-config: grindstoneable: true conflicts: - looting - maximum-level: 2 + maximum-level: 4 config: - chance-per-level: 10 #Chance of dropping a wither skull per level \ No newline at end of file + chance-per-level: 5 #Chance of dropping a wither skull per level \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/netheric.yml b/Plugin/src/main/resources/enchants/normal/netheric.yml index 26848d37..80790d00 100644 --- a/Plugin/src/main/resources/enchants/normal/netheric.yml +++ b/Plugin/src/main/resources/enchants/normal/netheric.yml @@ -18,7 +18,7 @@ general-config: grindstoneable: true conflicts: - enderism - maximum-level: 5 + maximum-level: 6 config: per-level-multiplier: 0.02 # Multiplier per level for damage. Calculated as damage * (1 + level * multiplier) diff --git a/Plugin/src/main/resources/enchants/normal/netherinfusion.yml b/Plugin/src/main/resources/enchants/normal/netherinfusion.yml index 14740bb9..f4342da4 100644 --- a/Plugin/src/main/resources/enchants/normal/netherinfusion.yml +++ b/Plugin/src/main/resources/enchants/normal/netherinfusion.yml @@ -18,7 +18,7 @@ general-config: grindstoneable: true conflicts: - end_infusion - maximum-level: 5 + maximum-level: 6 config: per-level-multiplier: 0.02 # Multiplier per level for damage. Calculated as damage * (1 + level * multiplier) diff --git a/Plugin/src/main/resources/enchants/normal/nocturnal.yml b/Plugin/src/main/resources/enchants/normal/nocturnal.yml index 28334545..ab080bdb 100644 --- a/Plugin/src/main/resources/enchants/normal/nocturnal.yml +++ b/Plugin/src/main/resources/enchants/normal/nocturnal.yml @@ -18,7 +18,7 @@ general-config: grindstoneable: true conflicts: - diurnal - maximum-level: 5 + maximum-level: 6 config: per-level-multiplier: 0.02 # Multiplier per level for damage. Calculated as damage * (1 + level * multiplier) diff --git a/Plugin/src/main/resources/enchants/normal/oxygenate.yml b/Plugin/src/main/resources/enchants/normal/oxygenate.yml index ebd75ebf..181c1d9e 100644 --- a/Plugin/src/main/resources/enchants/normal/oxygenate.yml +++ b/Plugin/src/main/resources/enchants/normal/oxygenate.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 5 + maximum-level: 8 config: - oxygen-per-level: 10 # Oxygen ticks to give per level + oxygen-per-level: 8 # Oxygen ticks to give per level diff --git a/Plugin/src/main/resources/enchants/normal/paralyze.yml b/Plugin/src/main/resources/enchants/normal/paralyze.yml index 00edc78e..0825d564 100644 --- a/Plugin/src/main/resources/enchants/normal/paralyze.yml +++ b/Plugin/src/main/resources/enchants/normal/paralyze.yml @@ -17,8 +17,8 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 3 + maximum-level: 6 config: - chance-per-level: 2 - ticks-per-level: 10 \ No newline at end of file + chance-per-level: 1.5 + ticks-per-level: 5 \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/parasitic.yml b/Plugin/src/main/resources/enchants/normal/parasitic.yml index db0a1a09..2a8499b2 100644 --- a/Plugin/src/main/resources/enchants/normal/parasitic.yml +++ b/Plugin/src/main/resources/enchants/normal/parasitic.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 3 + maximum-level: 6 config: - damage-multiplier-per-level: 0.04 # Damage * Level * Multiplier is used to calculate how much health to heal + damage-multiplier-per-level: 0.02 # Damage * Level * Multiplier is used to calculate how much health to heal diff --git a/Plugin/src/main/resources/enchants/normal/puncture.yml b/Plugin/src/main/resources/enchants/normal/puncture.yml index eb6bec9e..f2b6f3f5 100644 --- a/Plugin/src/main/resources/enchants/normal/puncture.yml +++ b/Plugin/src/main/resources/enchants/normal/puncture.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 3 + maximum-level: 6 config: - percent-more-per-level: 25 # Percent more damage to do per level + percent-more-per-level: 12 # Percent more damage to do per level diff --git a/Plugin/src/main/resources/enchants/normal/quadrilateralism.yml b/Plugin/src/main/resources/enchants/normal/quadrilateralism.yml index 587ee5ab..9ac30ac4 100644 --- a/Plugin/src/main/resources/enchants/normal/quadrilateralism.yml +++ b/Plugin/src/main/resources/enchants/normal/quadrilateralism.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 5 + maximum-level: 7 config: - multiplier: 0.05 # Damage = level * multiplier + 1 \ No newline at end of file + multiplier: 0.035 # Damage = level * multiplier + 1 \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/rapid.yml b/Plugin/src/main/resources/enchants/normal/rapid.yml index 815ad140..6f9f87cb 100644 --- a/Plugin/src/main/resources/enchants/normal/rapid.yml +++ b/Plugin/src/main/resources/enchants/normal/rapid.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 5 + maximum-level: 6 config: percent-faster-per-level: 10 \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/sating.yml b/Plugin/src/main/resources/enchants/normal/sating.yml index b74a0aa0..e5d6b563 100644 --- a/Plugin/src/main/resources/enchants/normal/sating.yml +++ b/Plugin/src/main/resources/enchants/normal/sating.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 5 + maximum-level: 6 config: chance-per-level: 10 # Chance to "ignore" food loss (in percent) every time you lose food \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/shotassist.yml b/Plugin/src/main/resources/enchants/normal/shotassist.yml index 4293ca55..d252d281 100644 --- a/Plugin/src/main/resources/enchants/normal/shotassist.yml +++ b/Plugin/src/main/resources/enchants/normal/shotassist.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 3 + maximum-level: 6 config: - damage-multiplier-per-level: 0.02 + damage-multiplier-per-level: 0.015 diff --git a/Plugin/src/main/resources/enchants/normal/slicing.yml b/Plugin/src/main/resources/enchants/normal/slicing.yml index 44576c25..c40ea63a 100644 --- a/Plugin/src/main/resources/enchants/normal/slicing.yml +++ b/Plugin/src/main/resources/enchants/normal/slicing.yml @@ -17,9 +17,9 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 5 + maximum-level: 8 config: - damage-per-level: 1 #Damage given to opponent per level + damage-per-level: 0.7 #Damage given to opponent per level cooldown: 20 #Cooldown in ticks until player can attack another entity with slicing damage-elytra: true \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/spearfishing.yml b/Plugin/src/main/resources/enchants/normal/spearfishing.yml index f69c6305..08fb89d1 100644 --- a/Plugin/src/main/resources/enchants/normal/spearfishing.yml +++ b/Plugin/src/main/resources/enchants/normal/spearfishing.yml @@ -17,10 +17,10 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 4 + maximum-level: 6 config: - chance-per-level: 5 + chance-per-level: 4 drops: - cod - salmon diff --git a/Plugin/src/main/resources/enchants/normal/stoneswitcher.yml b/Plugin/src/main/resources/enchants/normal/stoneswitcher.yml index 5f9854f0..51e5b3a6 100644 --- a/Plugin/src/main/resources/enchants/normal/stoneswitcher.yml +++ b/Plugin/src/main/resources/enchants/normal/stoneswitcher.yml @@ -19,11 +19,11 @@ general-config: conflicts: - transfuse - silk_touch - maximum-level: 3 + maximum-level: 6 config: blocks: - andesite - granite - diorite - chance-per-level: 20 # Chance for drop to be switched + chance-per-level: 10 # Chance for drop to be switched diff --git a/Plugin/src/main/resources/enchants/normal/strayaspect.yml b/Plugin/src/main/resources/enchants/normal/strayaspect.yml index 8e7f675c..aad709e7 100644 --- a/Plugin/src/main/resources/enchants/normal/strayaspect.yml +++ b/Plugin/src/main/resources/enchants/normal/strayaspect.yml @@ -17,8 +17,8 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 3 + maximum-level: 6 config: allow-not-fully-charged: false - chance-per-level: 2 #chance of slowness per level \ No newline at end of file + chance-per-level: 1 #chance of slowness per level \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/thor.yml b/Plugin/src/main/resources/enchants/normal/thor.yml index c4558916..83b67ea9 100644 --- a/Plugin/src/main/resources/enchants/normal/thor.yml +++ b/Plugin/src/main/resources/enchants/normal/thor.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 4 + maximum-level: 6 config: chance-per-level: 2 diff --git a/Plugin/src/main/resources/enchants/normal/transfuse.yml b/Plugin/src/main/resources/enchants/normal/transfuse.yml index f09f59c8..d465d12e 100644 --- a/Plugin/src/main/resources/enchants/normal/transfuse.yml +++ b/Plugin/src/main/resources/enchants/normal/transfuse.yml @@ -19,7 +19,7 @@ general-config: conflicts: - stone_switcher - silk_touch - maximum-level: 4 + maximum-level: 7 config: blocks: @@ -28,4 +28,4 @@ config: - lapis_ore - redstone_ore - iron_ore - chance-per-level: 0.05 # Chance for drop to be switched + chance-per-level: 0.03 # Chance for drop to be switched diff --git a/Plugin/src/main/resources/enchants/normal/venom.yml b/Plugin/src/main/resources/enchants/normal/venom.yml index c14dae2b..aed56463 100644 --- a/Plugin/src/main/resources/enchants/normal/venom.yml +++ b/Plugin/src/main/resources/enchants/normal/venom.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 3 + maximum-level: 6 config: - chance-per-level: 2 #chance of wither per level \ No newline at end of file + chance-per-level: 1 #chance of wither per level \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/normal/voltage.yml b/Plugin/src/main/resources/enchants/normal/voltage.yml index 8469d09a..d571db52 100644 --- a/Plugin/src/main/resources/enchants/normal/voltage.yml +++ b/Plugin/src/main/resources/enchants/normal/voltage.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 3 + maximum-level: 5 config: - multiplier: 0.02 # bonus damage multiplier = multiplier * level * pieces + multiplier: 0.015 # bonus damage multiplier = multiplier * level * pieces diff --git a/Plugin/src/main/resources/enchants/normal/wateraffinity.yml b/Plugin/src/main/resources/enchants/normal/wateraffinity.yml index 17195183..0906b015 100644 --- a/Plugin/src/main/resources/enchants/normal/wateraffinity.yml +++ b/Plugin/src/main/resources/enchants/normal/wateraffinity.yml @@ -18,7 +18,7 @@ general-config: grindstoneable: true conflicts: - fire_affinity - maximum-level: 5 + maximum-level: 7 config: - percent-more-per-level: 4 # percent more damage to deal per level when on fire + percent-more-per-level: 2 # percent more damage to deal per level when on fire diff --git a/Plugin/src/main/resources/enchants/normal/wound.yml b/Plugin/src/main/resources/enchants/normal/wound.yml index 25bf1f79..d72e847f 100644 --- a/Plugin/src/main/resources/enchants/normal/wound.yml +++ b/Plugin/src/main/resources/enchants/normal/wound.yml @@ -17,9 +17,9 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 3 + maximum-level: 7 config: chance-per-level: 3 #chance of bleeding per level bleed-damage: 1 - amount-per-level: 2 # Bleed number per level + amount-per-level: 1 # Bleed number per level diff --git a/Plugin/src/main/resources/enchants/normal/zeus.yml b/Plugin/src/main/resources/enchants/normal/zeus.yml index a2566d57..dd467a09 100644 --- a/Plugin/src/main/resources/enchants/normal/zeus.yml +++ b/Plugin/src/main/resources/enchants/normal/zeus.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 5 + maximum-level: 6 config: chance-per-level: 1 diff --git a/Plugin/src/main/resources/enchants/special/carve.yml b/Plugin/src/main/resources/enchants/special/carve.yml index 8c6c2616..dacc5813 100644 --- a/Plugin/src/main/resources/enchants/special/carve.yml +++ b/Plugin/src/main/resources/enchants/special/carve.yml @@ -18,8 +18,8 @@ general-config: grindstoneable: true conflicts: - cleave - maximum-level: 4 + maximum-level: 8 config: - damage-percentage-per-level: 20 - radius-per-level: 1 \ No newline at end of file + damage-percentage-per-level: 10 + radius-per-level: 0.5 \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/special/force.yml b/Plugin/src/main/resources/enchants/special/force.yml index 6ae7ae55..90848fb5 100644 --- a/Plugin/src/main/resources/enchants/special/force.yml +++ b/Plugin/src/main/resources/enchants/special/force.yml @@ -22,7 +22,7 @@ general-config: - insecticide - slaughter - settle - maximum-level: 5 + maximum-level: 8 config: multiplier: 0.25 # Formula is (multiplier * (level + 6) + 1)*damage | Default functions as power 5 + level, eg force 2 = power 7 \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/special/lifesteal.yml b/Plugin/src/main/resources/enchants/special/lifesteal.yml index 639bba75..4665d10d 100644 --- a/Plugin/src/main/resources/enchants/special/lifesteal.yml +++ b/Plugin/src/main/resources/enchants/special/lifesteal.yml @@ -18,7 +18,7 @@ general-config: grindstoneable: true conflicts: - leeching - maximum-level: 3 + maximum-level: 6 config: - damage-multiplier-per-level: 0.12 # Damage * Level * Multiplier is used to calculate how much health to heal + damage-multiplier-per-level: 0.06 # Damage * Level * Multiplier is used to calculate how much health to heal diff --git a/Plugin/src/main/resources/enchants/special/razor.yml b/Plugin/src/main/resources/enchants/special/razor.yml index 323d7574..a63efb15 100644 --- a/Plugin/src/main/resources/enchants/special/razor.yml +++ b/Plugin/src/main/resources/enchants/special/razor.yml @@ -23,9 +23,9 @@ general-config: - defusion - butchering - ender_slayer - maximum-level: 5 + maximum-level: 8 config: - per-level-multiplier: 1.0 # Vanilla sharpness is 0.5*level + 0.5 extra damage. Razor formula is multiplier*level + base extra damage. - base-damage: 7.5 # Vanilla Smite 5/BOA 5 extra damage is 12.5 + per-level-multiplier: 0.5 # Vanilla sharpness is 0.5*level + 0.5 extra damage. Razor formula is multiplier*level + base extra damage. + base-damage: 10 # Vanilla Smite 5/BOA 5 extra damage is 12.5 decrease-if-cooldown: true \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/special/streamlining.yml b/Plugin/src/main/resources/enchants/special/streamlining.yml index d35adac2..9227eef9 100644 --- a/Plugin/src/main/resources/enchants/special/streamlining.yml +++ b/Plugin/src/main/resources/enchants/special/streamlining.yml @@ -17,7 +17,7 @@ obtaining: general-config: grindstoneable: true conflicts: [] - maximum-level: 5 + maximum-level: 8 config: speed-per-level: 0.02 # Base is 0.2 \ No newline at end of file