From 83400f72e8343a119de737f7cbed081ec49a1a39 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 20 Oct 2023 18:42:44 +0200 Subject: Fixed Yeti Drops (#1006) --- items/YETI_SC.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'items') diff --git a/items/YETI_SC.json b/items/YETI_SC.json index 4650b4b5..b5ff4f9f 100644 --- a/items/YETI_SC.json +++ b/items/YETI_SC.json @@ -55,13 +55,17 @@ "chance": "100%" }, { - "id": "BLUE_ICE_HUNK", - "chance": "20%" + "id": "BLUE_ICE_HUNK:2", + "chance": "100%" }, { "id": "RED_GIFT", "chance": "100%" }, + { + "id": "ENCHANTED_PACKED_ICE:1", + "chance": "50%" + }, { "id": "BABY_YETI;3", "chance": "3%" -- cgit