diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-19 15:39:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 15:39:49 +0200 |
commit | f144e9fb45018e18ce16ea9c0f01518b877d34dd (patch) | |
tree | 508463965aea3f3ad3dcda11b96b15ef717ee4eb /items/INFERNO_DEMONLORD_2_BOSS.json | |
parent | 1102dc62c60916df7095d266e907ed191e658e2b (diff) | |
download | NotEnoughUpdates-REPO-f144e9fb45018e18ce16ea9c0f01518b877d34dd.tar.gz NotEnoughUpdates-REPO-f144e9fb45018e18ce16ea9c0f01518b877d34dd.tar.bz2 NotEnoughUpdates-REPO-f144e9fb45018e18ce16ea9c0f01518b877d34dd.zip |
Added reqs to items, fixed slayer drops, added new drop, fixed some lores (#998)
Diffstat (limited to 'items/INFERNO_DEMONLORD_2_BOSS.json')
-rw-r--r-- | items/INFERNO_DEMONLORD_2_BOSS.json | 25 |
1 files changed, 16 insertions, 9 deletions
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 @@ -56,40 +56,47 @@ "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%" } ] } |