aboutsummaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorTomEngMaster <70163122+TomEngMaster@users.noreply.github.com>2020-11-22 08:31:24 +0100
committerGitHub <noreply@github.com>2020-11-22 08:31:24 +0100
commit602818f42840f321b1658849c9d7d1af8887a85b (patch)
tree4f5e3c376340f1b74dcd1439fd124eee84086e5a /constants
parenta6d967c513053d1f53a3e0944be6f6097e27876a (diff)
downloadNotEnoughUpdates-REPO-602818f42840f321b1658849c9d7d1af8887a85b.tar.gz
NotEnoughUpdates-REPO-602818f42840f321b1658849c9d7d1af8887a85b.tar.bz2
NotEnoughUpdates-REPO-602818f42840f321b1658849c9d7d1af8887a85b.zip
Fix talisman chains
Fixed talisman chains (hoofs, bat person, candy relic, wither relic)
Diffstat (limited to 'constants')
-rw-r--r--constants/misc.json22
1 files changed, 20 insertions, 2 deletions
diff --git a/constants/misc.json b/constants/misc.json
index 1e50b7a7..ae163c9d 100644
--- a/constants/misc.json
+++ b/constants/misc.json
@@ -268,12 +268,17 @@
"HEALING_RING"
],
"CANDY_RING": [
- "CANDY_ARTIFACT"
+ "CANDY_ARTIFACT",
+ "CANDY_RELIC"
],
"CANDY_TALISMAN": [
"CANDY_RING",
- "CANDY_ARTIFACT"
+ "CANDY_ARTIFACT",
+ "CANDY_RELIC"
],
+ "CANDY_ARTIFACT": [
+ "CANDY_RELIC"
+ ],
"INTIMIDATION_RING": [
"INTIMIDATION_ARTIFACT"
],
@@ -459,6 +464,19 @@
],
"WEDDING_RING_8": [
"WEDDING_RING_9"
+ ],
+ "BAT_PERSON_TALISMAN": [
+ "BAT_PERSON_RING",
+ "BAT_PERSON_ARTIFACT"
+ ],
+ "BAT_PERSON_RING": [
+ "BAT_PERSON_ARTIFACT"
+ ],
+ "WITHER_ARTIFACT": [
+ "WITHER_RELIC"
+ ],
+ "LUCKY_HOOF": [
+ "ETERNAL_HOOF"
]
},