From 4d1e4ba9816b9247324e3a6337fcd0c53b732d32 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 16 Dec 2022 08:01:06 +0100 Subject: Added new skins (#872) * Added new skins * Stuff * Added not cracker * Added new cosmetic * [December 14] Winter Follow Up --- constants/parents.json | 5 +++++ constants/petnums.json | 16 ++++++++++++---- 2 files changed, 17 insertions(+), 4 deletions(-) (limited to 'constants') diff --git a/constants/parents.json b/constants/parents.json index 28ef732f..cdfd5bbf 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3152,5 +3152,10 @@ "RARE_KUUDRA_CHUNK", "EPIC_KUUDRA_CHUNK", "LEGENDARY_KUUDRA_CHUNK" + ], + "MAXOR_CELESTIAL": [ + "GOLDOR_CELESTIAL", + "NECRON_CELESTIAL", + "STORM_CELESTIAL" ] } \ No newline at end of file diff --git a/constants/petnums.json b/constants/petnums.json index e20d409e..cc734d2d 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -3534,20 +3534,28 @@ "LEGENDARY": { "1": { "otherNums": [ - 1.0 + 1.0, + 0.1, + 0.05, + 0.2 ], "statNums": { "HEALTH": 1.0, - "SEA_CREATURE_CHANCE": 0.05 + "SEA_CREATURE_CHANCE": 0.05, + "FISHING_SPEED": 0.25 } }, "100": { "otherNums": [ - 100 + 75, + 10, + 5, + 20 ], "statNums": { "HEALTH": 100.0, - "SEA_CREATURE_CHANCE": 5.0 + "SEA_CREATURE_CHANCE": 5.0, + "FISHING_SPEED": 25.0 } } } -- cgit