From 968bb2a232c535234ef994f53a85abd04cf23618 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 26 Sep 2022 10:06:23 +0200 Subject: Fixed a few (81) items (#828) * Fixed a few (21) pets * Fixed another (1) pet * Fixed Alert Flare recipe * Fixed ench coal * Fixed ench charcoal * Fixed Farm Armours * Fixed a few (48) reforge stones Combinable in Reforge Anvil * Fixed more (6) items --- constants/petnums.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'constants/petnums.json') diff --git a/constants/petnums.json b/constants/petnums.json index 758767f6..36a837f4 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -4416,7 +4416,7 @@ "otherNums": [ 0.3, 0.5, - 0.4 + 0.5 ], "statNums": { "CRIT_CHANCE": 0.0, @@ -4428,7 +4428,7 @@ "otherNums": [ 30, 50, - 40 + 50 ], "statNums": { "CRIT_CHANCE": 10.0, -- cgit