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/OLD_WOLF_MONSTER.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'items/OLD_WOLF_MONSTER.json') diff --git a/items/OLD_WOLF_MONSTER.json b/items/OLD_WOLF_MONSTER.json index 77ce51e4..cdffe377 100644 --- a/items/OLD_WOLF_MONSTER.json +++ b/items/OLD_WOLF_MONSTER.json @@ -20,7 +20,7 @@ "crafttext": "", "recipes": [ { - "level": 1, + "level": 50, "coins": 40, "xp": 30, "combat_xp": 40, @@ -39,11 +39,11 @@ }, { "id": "HOUND;3", - "chance": "0.001%" + "chance": "0.003%" }, { "id": "HOUND;4", - "chance": "0.0003%" + "chance": "0.001%" } ] } -- cgit