From add8630cd4c0fd33bca4bb6e884298cfee651c61 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 22 Apr 2023 05:55:32 +0200 Subject: Added new skin and added parent for dragon sack (#920) --- constants/parents.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'constants/parents.json') diff --git a/constants/parents.json b/constants/parents.json index 7ec3a87a..0c79dfcc 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -975,7 +975,8 @@ "GUARDIAN;1", "GUARDIAN;0" ], - "BAT;4": [ + "BAT;5": [ + "BAT;4", "BAT;3", "BAT;2", "BAT;1", @@ -1049,7 +1050,8 @@ "HORSE;1", "HORSE;0" ], - "JERRY;4": [ + "JERRY;5": [ + "JERRY;4", "JERRY;3", "JERRY;2", "JERRY;1", @@ -3190,5 +3192,12 @@ "DEDICATION;2", "DEDICATION;3", "DEDICATION;4" + ], + "LARGE_DRAGON_SACK": [ + "MEDIUM_DRAGON_SACK", + "SMALL_DRAGON_SACK" + ], + "KUUDRA_FOLLOWER_RELIC": [ + "KUUDRA_FOLLOWER_ARTIFACT" ] } \ No newline at end of file -- cgit