aboutsummaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2022-04-30 16:16:31 +0200
committerGitHub <noreply@github.com>2022-04-30 16:16:31 +0200
commita370cd99fb25e4ab7549d9fb4a5d3c283ecf8b63 (patch)
treef56f597690456032e5017d09fc27d75c844895de /constants
parent267c29d1dcd34e09663351efc08dea5e0f9a8bf5 (diff)
downloadNotEnoughUpdates-REPO-a370cd99fb25e4ab7549d9fb4a5d3c283ecf8b63.tar.gz
NotEnoughUpdates-REPO-a370cd99fb25e4ab7549d9fb4a5d3c283ecf8b63.tar.bz2
NotEnoughUpdates-REPO-a370cd99fb25e4ab7549d9fb4a5d3c283ecf8b63.zip
atom (#729)
* atom * More Fixes * 185
Diffstat (limited to 'constants')
-rw-r--r--constants/misc.json3
-rw-r--r--constants/parents.json6
2 files changed, 8 insertions, 1 deletions
diff --git a/constants/misc.json b/constants/misc.json
index 82fcbf1f..1ef56de4 100644
--- a/constants/misc.json
+++ b/constants/misc.json
@@ -75,7 +75,8 @@
"winter": "Jerry's Workshop",
"dungeon": "Dungeon",
"dungeon_hub": "Dungeon Hub",
- "crystal_hollows": "Crystal Hollows"
+ "crystal_hollows": "Crystal Hollows",
+ "instanced": "Kuudra's End"
},
"talisman_upgrades": {
"WOLF_TALISMAN": [
diff --git a/constants/parents.json b/constants/parents.json
index 276fa359..c576528d 100644
--- a/constants/parents.json
+++ b/constants/parents.json
@@ -2805,5 +2805,11 @@
"KUUDRA_BURNING_TIER_KEY",
"KUUDRA_HOT_TIER_KEY",
"KUUDRA_TIER_KEY"
+ ],
+ "BINGO_RING": [
+ "BINGO_TALISMAN"
+ ],
+ "HUNTER_RING": [
+ "HUNTER_TALISMAN"
]
}