aboutsummaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2022-11-29 22:35:51 +0100
committerGitHub <noreply@github.com>2022-11-30 08:35:51 +1100
commiteb78fb7fe219a0ac5f7a937008be6b65c515e6cf (patch)
treecf78541235e9cd5fb22be5465777dfc799da58e2 /constants
parentdc710886048e9e92f32f020764e9052474793ff3 (diff)
downloadNotEnoughUpdates-REPO-eb78fb7fe219a0ac5f7a937008be6b65c515e6cf.tar.gz
NotEnoughUpdates-REPO-eb78fb7fe219a0ac5f7a937008be6b65c515e6cf.tar.bz2
NotEnoughUpdates-REPO-eb78fb7fe219a0ac5f7a937008be6b65c515e6cf.zip
Fixed 1 NPC, 1 Mob, added 1 npc and fixed 1 item (#868)
Diffstat (limited to 'constants')
-rw-r--r--constants/misc.json10
-rw-r--r--constants/parents.json12
2 files changed, 20 insertions, 2 deletions
diff --git a/constants/misc.json b/constants/misc.json
index ac591d58..5bd10b70 100644
--- a/constants/misc.json
+++ b/constants/misc.json
@@ -876,7 +876,15 @@
],
"BINGO_TALISMAN": [
"BINGO_RING",
- "BINGO_ARTIFACT"
+ "BINGO_ARTIFACT",
+ "BINGO_RELIC"
+ ],
+ "BINGO_RING": [
+ "BINGO_ARTIFACT",
+ "BINGO_RELIC"
+ ],
+ "BINGO_ARTIFACT": [
+ "BINGO_RELIC"
],
"ODGERS_BRONZE_TOOTH": [
"ODGERS_SILVER_TOOTH",
diff --git a/constants/parents.json b/constants/parents.json
index ee1b567f..7b8439e3 100644
--- a/constants/parents.json
+++ b/constants/parents.json
@@ -2820,7 +2820,8 @@
"KUUDRA_HOT_TIER_KEY",
"KUUDRA_TIER_KEY"
],
- "BINGO_ARTIFACT": [
+ "BINGO_RELIC": [
+ "BINGO_ARTIFACT",
"BINGO_RING",
"BINGO_TALISMAN"
],
@@ -3114,6 +3115,15 @@
"DRACONIC_RING",
"DRACONIC_TALISMAN"
],
+ "ABICASE_BLUE_RED": [
+ "ABICASE_BLUE_BLUE",
+ "ABICASE_BLUE_GREEN",
+ "ABICASE_BLUE_YELLOW",
+ "ABICASE_BLUE_AQUA"
+ ],
+ "ABICASE_SUMSUNG_1": [
+ "ABICASE_SUMSUNG_2"
+ ],
"VACCINE_ARTIFACT": [
"VACCINE_RING",
"VACCINE_TALISMAN"