From c2ee213631a7544f31c16dad621227b1fd84cf8d Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 18 Nov 2023 01:27:15 +0100 Subject: Fixed Slug Pet stat and added Jacob ticket to garden sack (#1042) * Fixed Slug Pet stat and added Jacob ticket to garden sack * Added parent for slug pet --- constants/parents.json | 3 +++ constants/petnums.json | 4 ++-- constants/sacks.json | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) (limited to 'constants') diff --git a/constants/parents.json b/constants/parents.json index d4561142..6e1633f8 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3399,5 +3399,8 @@ "PET_SKIN_RAT_SECURATY_GUARD", "PET_SKIN_RAT_JUNK_RAT", "PET_SKIN_RAT_PIRATE" + ], + "SLUG;4": [ + "SLUG;3" ] } \ No newline at end of file diff --git a/constants/petnums.json b/constants/petnums.json index dd8337c6..1ccba472 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -4182,7 +4182,7 @@ }, "100": { "otherNums": [ - 40, + 50, 40 ], "statNums": { @@ -4205,7 +4205,7 @@ }, "100": { "otherNums": [ - 40, + 50, 40, 100 ], diff --git a/constants/sacks.json b/constants/sacks.json index 98ad7aa9..4b4258d2 100644 --- a/constants/sacks.json +++ b/constants/sacks.json @@ -505,7 +505,8 @@ "HONEY_JAR", "DUNG", "CHEESE_FUEL", - "PLANT_MATTER" + "PLANT_MATTER", + "JACOBS_TICKET" ] }, "Flower": { -- cgit