diff options
Diffstat (limited to 'items/WITHER_SKELETON_MONSTER.json')
-rw-r--r-- | items/WITHER_SKELETON_MONSTER.json | 59 |
1 files changed, 40 insertions, 19 deletions
diff --git a/items/WITHER_SKELETON_MONSTER.json b/items/WITHER_SKELETON_MONSTER.json index 17e0b4bc..4286311b 100644 --- a/items/WITHER_SKELETON_MONSTER.json +++ b/items/WITHER_SKELETON_MONSTER.json @@ -1,34 +1,55 @@ { "itemid": "minecraft:skull", "displayname": "§aWither Skeleton (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Wither Skeleton is a mob in the Blazing Fortress.\",1:\"§7It has 250 HP and will always be level 10. It has a\",2:\"§7chance to drop Coal, Enchanted Coal or Enchanted\",3:\"§7Charcoal on death.\",4:\"\",5:\"§c❤ Health§8: §c250\",6:\"§7Coins per Kill: §64\",7:\"§7Combat XP: §313\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§fCommon Loot\",11:\"§8 ■ §fCoal §8(§a50%§8)\",12:\"§8 ■ §fBone §8x3\",13:\"\",14:\"§9Rare Loot §8[Lvl 42-50]\",15:\"§8 ■ §aEnchanted Coal §8(§a1%§8)\",16:\"§8 ■ §aEnchanted Charcoal §8(§a1%§8)\"],Name:\"§aWither Skeleton (Monster)\"},ExtraAttributes:{id:\"WITHER_SKELETON_MONSTER\"}}", + "nbttag": "{display:{Lore:[0:\"§7Keepers of the Blazing Fortress.\",1:\"\",2:\"§c❤ Health§8: §c250\"],Name:\"§aWither Skeleton (Monster)\"},ExtraAttributes:{id:\"WITHER_SKELETON_MONSTER\"}}", "damage": 1, "lore": [ - "§7The Wither Skeleton is a mob in the Blazing Fortress.", - "§7It has 250 HP and will always be level 10. It has a", - "§7chance to drop Coal, Enchanted Coal or Enchanted", - "§7Charcoal on death.", + "§7Keepers of the Blazing Fortress.", "", - "§c❤ Health§8: §c250", - "§7Coins per Kill: §64", - "§7Combat XP: §313", - "", - "§6§lPossible Drops:", - "§fCommon Loot", - "§8 ■ §fCoal §8(§a50%§8)", - "§8 ■ §fBone §8x3", - "", - "§9Rare Loot §8[Lvl 42-50]", - "§8 ■ §aEnchanted Coal §8(§a1%§8)", - "§8 ■ §aEnchanted Charcoal §8(§a1%§8)" + "§c❤ Health§8: §c250" ], "internalname": "WITHER_SKELETON_MONSTER", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wither_Skeleton", "https://wiki.hypixel.net/Wither_Skeleton" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "level": 25, + "coins": 4, + "xp": 15, + "combat_xp": 13, + "name": "§cWither Skeleton", + "panorama": "combat_2", + "render": "@neurepo:mobs/witherskeleton.json", + "type": "drops", + "extra": [], + "drops": [ + { + "id": "BONE:3", + "chance": "100%" + }, + { + "id": "COAL:1", + "chance": "50%" + }, + { + "id": "ENCHANTED_CHARCOAL:1", + "chance": "1%" + }, + { + "id": "ENCHANTED_COAL:1", + "chance": "1%" + }, + { + "id": "DYE_BONE:1", + "chance": "0.0000333%" + } + ] + } + ] }
\ No newline at end of file |