From f144e9fb45018e18ce16ea9c0f01518b877d34dd Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 19 Oct 2023 15:39:49 +0200 Subject: Added reqs to items, fixed slayer drops, added new drop, fixed some lores (#998) --- items/WOLF_MONSTER.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'items/WOLF_MONSTER.json') diff --git a/items/WOLF_MONSTER.json b/items/WOLF_MONSTER.json index a2829674..f2baec87 100644 --- a/items/WOLF_MONSTER.json +++ b/items/WOLF_MONSTER.json @@ -40,6 +40,10 @@ { "id": "HOUND;4", "chance": "0.0003%" + }, + { + "id": "DYE_CELESTE", + "chance": "0.000001%" } ] } -- cgit