From 51b9e153d681408b54b03aca18a2a7875653192d Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 19 Apr 2022 11:56:33 +0200 Subject: :pig: (#717) --- constants/petnums.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'constants') diff --git a/constants/petnums.json b/constants/petnums.json index 3c5c48b0..0df4ea78 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -2126,8 +2126,8 @@ "COMMON": { "1": { "otherNums": [ - 0.0, - 0.0 + 0.03, + 0.03 ], "statNums": { "SPEED": 0.0, @@ -2150,8 +2150,8 @@ "EPIC": { "1": { "otherNums": [ - 0.1, - 0.1, + 0.15, + 0.15, 1.0 ], "statNums": { @@ -2230,8 +2230,8 @@ "UNCOMMON": { "1": { "otherNums": [ - 0.1, - 0.1 + 0.05, + 0.05 ], "statNums": { "SPEED": 0.0, -- cgit