aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--constants/petnums.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/constants/petnums.json b/constants/petnums.json
index 7ba66337..d1f9ce91 100644
--- a/constants/petnums.json
+++ b/constants/petnums.json
@@ -2609,7 +2609,10 @@
1.5,
0.4
],
- "statNums": {}
+ "statNums": {
+ "INTELLIGENCE": 1,
+ "SPEED": 0,
+ }
},
"100": {
"otherNums": [
@@ -2618,7 +2621,10 @@
150.0,
40.0
],
- "statNums": {}
+ "statNums": {
+ "INTELLIGENCE": 100,
+ "SPEED": 50,
+ }
},
"interp": "1:61"
}