From 1f76876500aa24e7121fb8355910f1674fcd8add Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 30 May 2022 17:04:09 +0200 Subject: Added new bingo stuff (#749) --- constants/misc.json | 6 +++++- constants/parents.json | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'constants') diff --git a/constants/misc.json b/constants/misc.json index 72866bc4..6bf73d88 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -875,7 +875,8 @@ "POWER_ARTIFACT" ], "BINGO_TALISMAN": [ - "BINGO_RING" + "BINGO_RING", + "BINGO_ARTIFACT" ], "ODGERS_BRONZE_TOOTH": [ "ODGERS_SILVER_TOOTH", @@ -891,6 +892,9 @@ ], "BURSTSTOPPER_TALISMAN": [ "BURSTSTOPPER_ARTIFACT" + ], + "BINGO_RING": [ + "BINGO_ARTIFACT" ] }, "special_bois": [ diff --git a/constants/parents.json b/constants/parents.json index 8b891f2b..7f70c4bf 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2816,7 +2816,8 @@ "KUUDRA_HOT_TIER_KEY", "KUUDRA_TIER_KEY" ], - "BINGO_RING": [ + "BINGO_ARTIFACT": [ + "BINGO_RING", "BINGO_TALISMAN" ], "HUNTER_RING": [ -- cgit