Massively nerfed gravity talismans
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user