From f066e6c3cc55225df9ae6f1b84a060bce684ffbb Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 25 Oct 2023 17:55:27 +0200 Subject: Fixed Bee Pet Buzz Buzz Perk (#1017) --- constants/petnums.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'constants') diff --git a/constants/petnums.json b/constants/petnums.json index 8111e547..7ef1def6 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -403,7 +403,8 @@ "otherNums": [ 1.05, 1.04, - 1.02 + 1.02, + 0.2 ], "statNums": { "INTELLIGENCE": 0.0, @@ -418,7 +419,8 @@ "otherNums": [ 6, 5, - 3 + 3, + 20 ], "statNums": { "INTELLIGENCE": 50.0, @@ -435,7 +437,8 @@ "otherNums": [ 1.09, 1.07, - 1.04 + 1.04, + 0.3 ], "statNums": { "STRENGTH": 5.0, @@ -450,7 +453,8 @@ "otherNums": [ 10, 8, - 5 + 5, + 30 ], "statNums": { "STRENGTH": 30.0, @@ -468,6 +472,7 @@ 1.09, 1.07, 1.04, + 0.3, 5 ], "statNums": { @@ -484,6 +489,7 @@ 10, 8, 5, + 30, 25 ], "statNums": { -- cgit