From cf2ad629853bf5b652c016afb71d37bd0a877c1d Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 15 Nov 2023 01:32:18 +0100 Subject: Added some of the alpha items (#1035) * Added some of the alpha items * Added new sakc and museum items Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> * Added new items * Fixed Pesthunter Badge in parents * Added missing garden update items --------- Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> --- constants/petnums.json | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'constants/petnums.json') diff --git a/constants/petnums.json b/constants/petnums.json index 09d94b34..dd8337c6 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -4168,6 +4168,54 @@ } } }, + "SLUG": { + "EPIC": { + "1": { + "otherNums": [ + 1, + 0.4 + ], + "statNums": { + "DEFENSE": 0.2, + "INTELLIGENCE": 0.25 + } + }, + "100": { + "otherNums": [ + 40, + 40 + ], + "statNums": { + "DEFENSE": 20.0, + "INTELLIGENCE": 25.0 + } + } + }, + "LEGENDARY": { + "1": { + "otherNums": [ + 1, + 0.4, + 1 + ], + "statNums": { + "DEFENSE": 0.2, + "INTELLIGENCE": 0.25 + } + }, + "100": { + "otherNums": [ + 40, + 40, + 100 + ], + "statNums": { + "DEFENSE": 20.0, + "INTELLIGENCE": 25.0 + } + } + } + }, "SPIDER": { "COMMON": { "1": { -- cgit