From 863d80d22f05bfaf6e3014871b2f02cc916870b0 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 21 Mar 2024 18:54:08 +0100 Subject: Added new skins and some lore fixes (#1136) * Added new skins and some lore fixes * Fixed Cactus Knife lore * Added parents for new skin --- constants/parents.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'constants') diff --git a/constants/parents.json b/constants/parents.json index 86a37c2d..e6da8ccc 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3447,5 +3447,23 @@ ], "BONE_NECKLACE": [ "STARRED_BONE_NECKLACE" + ], + "RECORD_3": [ + "RECORD_4", + "RECORD_5", + "RECORD_6", + "RECORD_7", + "RECORD_8", + "RECORD_9", + "RECORD_10", + "RECORD_11", + "RECORD_12", + "GOLD_RECORD", + "GREEN_RECORD" + ], + "PET_SKIN_TARANTULA_PINK": [ + "PET_SKIN_SPIDER_BLACK_WIDOW", + "PET_SKIN_TARANTULA_GREENBOTTLE", + "PET_SKIN_SPIDER_PEACOCK" ] } \ No newline at end of file -- cgit