diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-27 00:39:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-26 22:39:00 +0000 |
commit | 37802259111f4d21b0e8a36cb9da509d0a01b55b (patch) | |
tree | 9567cf54a4b891a991a5b97fc4d13a7dbbe59b40 /constants/petnums.json | |
parent | 6dc008881f807c9485162556520db3f5a460071b (diff) | |
download | NotEnoughUpdates-REPO-37802259111f4d21b0e8a36cb9da509d0a01b55b.tar.gz NotEnoughUpdates-REPO-37802259111f4d21b0e8a36cb9da509d0a01b55b.tar.bz2 NotEnoughUpdates-REPO-37802259111f4d21b0e8a36cb9da509d0a01b55b.zip |
Added new pet skins and fixed int value (#1019)
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index de3996a0..d06f4a7b 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1098,7 +1098,7 @@ "otherNums": [], "statNums": { "SPEED": 10, - "INTELLIGENCE": 60 + "INTELLIGENCE": 50 } } }, @@ -1118,7 +1118,7 @@ ], "statNums": { "SPEED": 10, - "INTELLIGENCE": 60 + "INTELLIGENCE": 50 } } } |