Massively nerfed gravity talismans

This commit is contained in:
Auxilor
2021-01-18 18:37:16 +00:00
parent 2334bfb8cd
commit f6df0785cf
3 changed files with 8 additions and 8 deletions

View File

@@ -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
height-multiplier: 0.4

View File

@@ -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
height-multiplier: 0.3

View File

@@ -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
# 63/64 * multiplier is roughly 0.2, +1 = 1.2x less
height-multiplier: 0.2