From 8ae1a68fc8c8275a7f76ebed9c411bb9954df370 Mon Sep 17 00:00:00 2001 From: Moulberry Date: Mon, 27 Jul 2020 20:33:03 +1000 Subject: pet3 --- constants/petnums.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'constants') 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" } -- cgit