From aac6311f7fee18a4635ae6d28c218fac458e95a5 Mon Sep 17 00:00:00 2001 From: jani270 Date: Thu, 22 Jun 2023 11:44:12 +0200 Subject: Fixed Rift Ferret Pet --- constants/petnums.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'constants') 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": { -- cgit