From 82aa90c2ee5cf63674d0c754ee6c8c068dd3f39c Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 3 Oct 2023 12:03:49 +0200 Subject: Fixed lore of 2 items, fixed a chest price and corleone drop chance (#994) --- constants/parents.json | 4 ++++ constants/reforgestones.json | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'constants') diff --git a/constants/parents.json b/constants/parents.json index 9e5d1703..4ceae16c 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3324,5 +3324,9 @@ ], "THORNS_BOOTS": [ "STARRED_THORNS_BOOTS" + ], + "PET_SKIN_BABY_YETI_MIDNIGHT": [ + "PET_SKIN_BABY_YETI_LIGHT_SASQUATCH", + "PET_SKIN_BABY_YETI_DARK_SASQUATCH" ] } diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 6af1072f..c9c4eeb4 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -163,27 +163,27 @@ "reforgeStats": { "COMMON": { "health": 2, - "farming_fortune": 4 + "farming_fortune": 6 }, "UNCOMMON": { "health": 5, - "farming_fortune": 6 + "farming_fortune": 9 }, "RARE": { "health": 8, - "farming_fortune": 8 + "farming_fortune": 12 }, "EPIC": { "health": 11, - "farming_fortune": 10 + "farming_fortune": 15 }, "LEGENDARY": { "health": 14, - "farming_fortune": 12 + "farming_fortune": 18 }, "MYTHIC": { "health": 17, - "farming_fortune": 14 + "farming_fortune": 21 } } }, -- cgit