From 3e1eaf449377a38b10128cf35847c2f40411c412 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 15 Aug 2023 23:49:23 +0200 Subject: Fixed mob, added wet napkin and wiki links (#967) --- constants/petnums.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'constants') diff --git a/constants/petnums.json b/constants/petnums.json index a2f3d9c3..03e49ce5 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -3564,7 +3564,7 @@ "otherNums": [ 15.0, 0.2, - 0.3 + 1.0 ], "statNums": { "DEFENSE": 2.0, @@ -3575,7 +3575,7 @@ "otherNums": [ 15, 25, - 30 + 1.3 ], "statNums": { "DEFENSE": 200.0, -- cgit