diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-25 17:55:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 15:55:27 +0000 |
commit | f066e6c3cc55225df9ae6f1b84a060bce684ffbb (patch) | |
tree | 4c90b27b2a932c3e1b83d7948c3dfe204ebd1c97 /constants/petnums.json | |
parent | 156b92fe445fb9e28b573ed460b01f8296e37719 (diff) | |
download | NotEnoughUpdates-REPO-f066e6c3cc55225df9ae6f1b84a060bce684ffbb.tar.gz NotEnoughUpdates-REPO-f066e6c3cc55225df9ae6f1b84a060bce684ffbb.tar.bz2 NotEnoughUpdates-REPO-f066e6c3cc55225df9ae6f1b84a060bce684ffbb.zip |
Fixed Bee Pet Buzz Buzz Perk (#1017)
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 14 |
1 files changed, 10 insertions, 4 deletions
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": { |