diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-25 17:19:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 15:19:17 +0000 |
commit | 156b92fe445fb9e28b573ed460b01f8296e37719 (patch) | |
tree | beb4d598857d5f6d7d924e431d0e50666511c6c5 /constants/petnums.json | |
parent | 6a5302d4553717c0fb395ad22d69c812e7dbe4f9 (diff) | |
download | NotEnoughUpdates-REPO-156b92fe445fb9e28b573ed460b01f8296e37719.tar.gz NotEnoughUpdates-REPO-156b92fe445fb9e28b573ed460b01f8296e37719.tar.bz2 NotEnoughUpdates-REPO-156b92fe445fb9e28b573ed460b01f8296e37719.zip |
Added rare pet and fixed piggy lore (#1016)
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 68075b83..8111e547 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1079,6 +1079,22 @@ "INTELLIGENCE": 50 } } + }, + "RARE": { + "1": { + "otherNums": [], + "statNums": { + "SPEED": 0.1, + "INTELLIGENCE": 0.5 + } + }, + "100": { + "otherNums": [], + "statNums": { + "SPEED": 10, + "INTELLIGENCE": 60 + } + } } }, "ELEPHANT": { |