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/INFERNO_DEMONLORD_2_BOSS.json | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) (limited to 'items/INFERNO_DEMONLORD_2_BOSS.json') diff --git a/items/INFERNO_DEMONLORD_2_BOSS.json b/items/INFERNO_DEMONLORD_2_BOSS.json index 96aa25c6..169d092d 100644 --- a/items/INFERNO_DEMONLORD_2_BOSS.json +++ b/items/INFERNO_DEMONLORD_2_BOSS.json @@ -55,41 +55,48 @@ ], "chance": "100%" }, + { + "id": "ENCHANTED_BLAZE_POWDER", + "extra": [ + "x2-3" + ], + "chance": "13.17%" + }, { "id": "ARROW_BUNDLE_MAGMA", - "chance": "8.47%" + "chance": "8.43%" }, { "id": "MANA_DISINTEGRATOR", - "chance": "3.95%" + "chance": "3.93%" }, { "id": "SCORCHED_BOOKS", - "chance": "2.26%" + "chance": "2.25%" }, { "id": "KELVIN_INVERTER", - "chance": "2.82%" + "chance": "2.81%" }, { "id": "BLAZE_ROD_DISTILLATE", - "chance": "5.08%" + "chance": "3.93%" }, { "id": "GLOWSTONE_DUST_DISTILLATE", - "chance": "5.08%" + "chance": "3.93%" }, { "id": "MAGMA_CREAM_DISTILLATE", - "chance": "5.08%" + "chance": "3.93%" }, { "id": "NETHER_STALK_DISTILLATE", - "chance": "5.08%" + "chance": "3.93%" }, { "id": "CRUDE_GABAGOOL_DISTILLATE", - "chance": "2.82%" + "chance": "7.87%" } ] } -- cgit