aboutsummaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2023-10-25 17:19:17 +0200
committerGitHub <noreply@github.com>2023-10-25 15:19:17 +0000
commit156b92fe445fb9e28b573ed460b01f8296e37719 (patch)
treebeb4d598857d5f6d7d924e431d0e50666511c6c5 /constants
parent6a5302d4553717c0fb395ad22d69c812e7dbe4f9 (diff)
downloadNotEnoughUpdates-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')
-rw-r--r--constants/parents.json3
-rw-r--r--constants/petnums.json16
2 files changed, 19 insertions, 0 deletions
diff --git a/constants/parents.json b/constants/parents.json
index 86fc1633..64fc36c8 100644
--- a/constants/parents.json
+++ b/constants/parents.json
@@ -3349,5 +3349,8 @@
"PET_SKIN_BABY_YETI_MIDNIGHT": [
"PET_SKIN_BABY_YETI_LIGHT_SASQUATCH",
"PET_SKIN_BABY_YETI_DARK_SASQUATCH"
+ ],
+ "EERIE;2": [
+ "EERIE;0"
]
}
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": {