From 81b07827e028134c07b709410b9e91b6c5dba97d Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 31 Jan 2023 10:18:22 +0100 Subject: Added Power Stones to slayer drops, fixed lore of 19 items (#892) * Added Power Stones to slayer drops, fixed lore of 19 items * Remove wrong item drop * Fixed lore of funny items doing nbt later --- items/SVEN_PACKMASTER_3_BOSS.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'items/SVEN_PACKMASTER_3_BOSS.json') diff --git a/items/SVEN_PACKMASTER_3_BOSS.json b/items/SVEN_PACKMASTER_3_BOSS.json index e63ab48e..65518c22 100644 --- a/items/SVEN_PACKMASTER_3_BOSS.json +++ b/items/SVEN_PACKMASTER_3_BOSS.json @@ -56,6 +56,10 @@ "id": "CRITICAL;6", "chance": "0.41%" }, + { + "id": "FURBALL", + "chance": "0.82%" + }, { "id": "RED_CLAW_EGG", "chance": "0.04%" -- cgit