diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/gravityrelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/gravityrelic.yml index 2e4b2ee..9e8d388 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/gravityrelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/gravityrelic.yml @@ -1,5 +1,5 @@ name: "Gravity Relic" -description: Take less damage the lower down you are, up to 4x less. +description: Take less damage the lower down you are, up to 40%x less. enabled: true obtaining: @@ -28,4 +28,4 @@ config: # So if multiplier is 2, and you're at y = 1: # distance below y = 63 # 63/64 * multiplier is roughly 2, +1 = 3x less - height-multiplier: 3 \ No newline at end of file + height-multiplier: 0.4 \ No newline at end of file diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/gravityring.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/gravityring.yml index 576160c..d629b6c 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/gravityring.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/gravityring.yml @@ -1,5 +1,5 @@ name: "Gravity Ring" -description: Take less damage the lower down you are, up to 3x less. +description: Take less damage the lower down you are, up to 30% less. enabled: true obtaining: @@ -28,4 +28,4 @@ config: # So if multiplier is 2, and you're at y = 1: # distance below y = 63 # 63/64 * multiplier is roughly 2, +1 = 3x less - height-multiplier: 2 \ No newline at end of file + height-multiplier: 0.3 \ No newline at end of file diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/gravitytalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/gravitytalisman.yml index cff40a8..4d08183 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/gravitytalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/gravitytalisman.yml @@ -1,5 +1,5 @@ name: "Gravity Talisman" -description: Take less damage the lower down you are, up to 2x less. +description: Take less damage the lower down you are, up to 20% less. enabled: true obtaining: @@ -25,7 +25,7 @@ general-config: config: # Formula is ((distance below y = 64)/64) * multiplier + 1 times less - # So if multiplier is 2, and you're at y = 1: + # So if multiplier is 0.2, and you're at y = 1: # distance below y = 63 - # 63/64 * multiplier is roughly 2, +1 = 3x less - height-multiplier: 1 \ No newline at end of file + # 63/64 * multiplier is roughly 0.2, +1 = 1.2x less + height-multiplier: 0.2 \ No newline at end of file