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/petnums.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'constants/petnums.json') 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