diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-11-18 01:27:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-18 00:27:15 +0000 |
commit | c2ee213631a7544f31c16dad621227b1fd84cf8d (patch) | |
tree | efcb3d26b2366cacd58855f44cfff2acf30d40f6 /constants | |
parent | 4c687096881e59f5032bd403e8ea2b7bd970ff66 (diff) | |
download | NotEnoughUpdates-REPO-c2ee213631a7544f31c16dad621227b1fd84cf8d.tar.gz NotEnoughUpdates-REPO-c2ee213631a7544f31c16dad621227b1fd84cf8d.tar.bz2 NotEnoughUpdates-REPO-c2ee213631a7544f31c16dad621227b1fd84cf8d.zip |
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
Diffstat (limited to 'constants')
-rw-r--r-- | constants/parents.json | 3 | ||||
-rw-r--r-- | constants/petnums.json | 4 | ||||
-rw-r--r-- | constants/sacks.json | 3 |
3 files changed, 7 insertions, 3 deletions
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": { |