aboutsummaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2023-10-31 10:43:15 +0100
committerGitHub <noreply@github.com>2023-10-31 09:43:15 +0000
commit47679fb21438c8109acaa938ef07031e9d5b774d (patch)
treedab8711332849e5c8fa5a1a9a1ee45b17dd3e7d2 /constants
parente44f888caee6ce399141999daadc29e172a46925 (diff)
downloadNotEnoughUpdates-REPO-47679fb21438c8109acaa938ef07031e9d5b774d.tar.gz
NotEnoughUpdates-REPO-47679fb21438c8109acaa938ef07031e9d5b774d.tar.bz2
NotEnoughUpdates-REPO-47679fb21438c8109acaa938ef07031e9d5b774d.zip
Added the mythic black cat (#1023)
Diffstat (limited to 'constants')
-rw-r--r--constants/parents.json3
-rw-r--r--constants/petnums.json38
2 files changed, 39 insertions, 2 deletions
diff --git a/constants/parents.json b/constants/parents.json
index 34378505..6431cf54 100644
--- a/constants/parents.json
+++ b/constants/parents.json
@@ -3353,5 +3353,8 @@
"EERIE;4": [
"EERIE;2",
"EERIE;0"
+ ],
+ "BLACK_CAT;5": [
+ "BLACK_CAT;4"
]
}
diff --git a/constants/petnums.json b/constants/petnums.json
index d06f4a7b..07857a23 100644
--- a/constants/petnums.json
+++ b/constants/petnums.json
@@ -645,7 +645,9 @@
],
"statNums": {
"INTELLIGENCE": 1.0,
- "SPEED": 0.0
+ "SPEED": 1.25,
+ "PET_LUCK": 0.15,
+ "MAGIC_FIND": 0.15
}
},
"100": {
@@ -656,7 +658,39 @@
],
"statNums": {
"INTELLIGENCE": 100.0,
- "SPEED": 25.0
+ "SPEED": 125.0,
+ "PET_LUCK": 15.0,
+ "MAGIC_FIND": 15.0
+ }
+ }
+ },
+ "MYTHIC": {
+ "1": {
+ "otherNums": [
+ 1.0,
+ 0.15,
+ 0.15,
+ 0.1
+ ],
+ "statNums": {
+ "INTELLIGENCE": 1.0,
+ "SPEED": 1.25,
+ "PET_LUCK": 0.15,
+ "MAGIC_FIND": 0.15
+ }
+ },
+ "100": {
+ "otherNums": [
+ 100,
+ 15,
+ 15,
+ 15
+ ],
+ "statNums": {
+ "INTELLIGENCE": 100.0,
+ "SPEED": 125.0,
+ "PET_LUCK": 15.0,
+ "MAGIC_FIND": 15.0
}
}
}