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/SMOLDERING_BLAZE_MONSTER.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/SMOLDERING_BLAZE_MONSTER.json')
-rw-r--r-- | items/SMOLDERING_BLAZE_MONSTER.json | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/items/SMOLDERING_BLAZE_MONSTER.json b/items/SMOLDERING_BLAZE_MONSTER.json index af1f61db..514a7468 100644 --- a/items/SMOLDERING_BLAZE_MONSTER.json +++ b/items/SMOLDERING_BLAZE_MONSTER.json @@ -22,7 +22,7 @@ "level": 95, "coins": 25, "xp": 10, - "combat_xp": 0, + "combat_xp": 240, "name": "§fSmoldering Blaze", "type": "drops", "panorama": "crimson_isle", @@ -38,6 +38,21 @@ "id": "BLAZE_ASHES:1", "extra": [], "chance": "20%" + }, + { + "id": "NETHERRACK_LOOKING_SUNSHADE:1", + "extra": [], + "chance": "0.1%" + }, + { + "id": "SMOLDERING;1:1", + "extra": [], + "chance": "0.016%" + }, + { + "id": "DYE_FLAME:1", + "extra": [], + "chance": "0.0001%" } ] } |