diff options
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%" } ] } |