From 4e27c2ab6eec0cd77e44de992cd851ccb56032ce Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 6 Oct 2022 17:56:26 +0200 Subject: Added new Spook Event Items (#837) * Added new Spook Event Items * Added another item * Added Ench Shears * Added Dead Seed * Added new Furniture Items * Added Precious Item * Added the other 6 items * Fixed Great Spook Armor --- constants/parents.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'constants/parents.json') diff --git a/constants/parents.json b/constants/parents.json index a6e0360d..bb383c16 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3086,5 +3086,9 @@ "ULTIMATE_BOBBIN_TIME;3": [ "ULTIMATE_BOBBIN_TIME;4", "ULTIMATE_BOBBIN_TIME;5" + ], + "GREAT_SPOOK_ARTIFACT": [ + "GREAT_SPOOK_RING", + "GREAT_SPOOK_TALISMAN" ] } \ No newline at end of file -- cgit