From bebdbe0971a2fe83b7d1c27fe3e3d3fd139b8f59 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 25 Dec 2022 10:03:48 +0100 Subject: Fixed a few items and added snowman (#877) * Fixed a few items and added snowman * Fixed more items and :cookie: * Fixed Mana Disintegrator * nopo im sorry :sob: * North :star: --- items/REDSTONE_PIGMAN_MONSTER.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'items/REDSTONE_PIGMAN_MONSTER.json') diff --git a/items/REDSTONE_PIGMAN_MONSTER.json b/items/REDSTONE_PIGMAN_MONSTER.json index 6da79792..f7ca00e7 100644 --- a/items/REDSTONE_PIGMAN_MONSTER.json +++ b/items/REDSTONE_PIGMAN_MONSTER.json @@ -30,8 +30,12 @@ "type": "drops", "drops": [ { - "id": "GOLD_NUGGET", - "chance": "x2" + "id": "GOLD_NUGGET:2", + "chance": "50%" + }, + { + "id": "REDSTONE:5", + "chance": "50%" }, { "id": "PET_ITEM_EXP_SHARE_DROP:1", -- cgit