From dbc8652fe22a0aabd25bd1b2dba7563d78fbce9f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 2 Dec 2021 13:58:12 +0100 Subject: Santa 🎅 (#663) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Santa * Fixing Bingo Items * "Fixed" tb e drag --- constants/petnums.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'constants') diff --git a/constants/petnums.json b/constants/petnums.json index 920c88bb..983d100f 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1233,7 +1233,8 @@ "otherNums": [ 0.2, 0.5, - 0.3 + 0.3, + 0.1 ], "statNums": { "CRIT_CHANCE": 0.0, @@ -1245,7 +1246,8 @@ "otherNums": [ 25, 50, - 30 + 30, + 10 ], "statNums": { "CRIT_CHANCE": 10.0, -- cgit