diff options
author | jani270 <jani270@gmx.de> | 2023-06-22 11:44:12 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2023-06-22 11:44:12 +0200 |
commit | aac6311f7fee18a4635ae6d28c218fac458e95a5 (patch) | |
tree | 7f55de7366999ed83738b5de1981cca41cd235d5 /constants | |
parent | 9088df4cfdfa34b369258c287b75bf5009905ad1 (diff) | |
download | NotEnoughUpdates-REPO-aac6311f7fee18a4635ae6d28c218fac458e95a5.tar.gz NotEnoughUpdates-REPO-aac6311f7fee18a4635ae6d28c218fac458e95a5.tar.bz2 NotEnoughUpdates-REPO-aac6311f7fee18a4635ae6d28c218fac458e95a5.zip |
Fixed Rift Ferret Pet
Diffstat (limited to 'constants')
-rw-r--r-- | constants/petnums.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index d611c275..1092d7fc 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -3494,6 +3494,28 @@ } } }, + "RIFT_FERRET": { + "EPIC": { + "1": { + "otherNums": [ + 10 + ], + "statNums": { + "SPEED": 0.5, + "INTELLIGENCE": 0.02 + } + }, + "100": { + "otherNums": [ + 10 + ], + "statNums": { + "SPEED": 5, + "INTELLIGENCE": 2 + } + } + } + }, "ROCK": { "COMMON": { "1": { |