diff options
Diffstat (limited to 'items/WITHERMANCER_MONSTER.json')
-rw-r--r-- | items/WITHERMANCER_MONSTER.json | 55 |
1 files changed, 43 insertions, 12 deletions
diff --git a/items/WITHERMANCER_MONSTER.json b/items/WITHERMANCER_MONSTER.json index ac6ab065..957984a9 100644 --- a/items/WITHERMANCER_MONSTER.json +++ b/items/WITHERMANCER_MONSTER.json @@ -1,25 +1,56 @@ { "itemid": "minecraft:skull", "displayname": "§9Withermancer (Monster)", - "nbttag": "{overrideMeta:1b,display:{Lore:[0:\"§7Learned their sorcery from the\",1:\"§7most vicious of teachers.\",2:\"\",3:\"§7Coins per Kill: §61\",4:\"§7Combat XP: §380-165\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§aUncommon Loot\",8:\"§8 ■ §9Conjuring §8(§a2%§8)\"],Name:\"§9Withermancer (Monster)\"},ExtraAttributes:{id:\"WITHERMANCER_MONSTER\"}}", + "nbttag": "{overrideMeta:1b,display:{Lore:[0:\"§7Learned their sorcery from the\",1:\"§7most vicious of teachers.\",2:\"\",3:\"§c❤ Health§8: §c300,000 - 88,000,000\"],Name:\"§9Withermancer (Monster)\"},ExtraAttributes:{id:\"WITHERMANCER_MONSTER\"}}", "damage": 1, "lore": [ "§7Learned their sorcery from the", "§7most vicious of teachers.", "", - "§7Coins per Kill: §61", - "§7Combat XP: §380-165", - "", - "§6§lPossible Drops:", - "§aUncommon Loot", - "§8 ■ §9Conjuring §8(§a2%§8)" + "§c❤ Health§8: §c300,000 - 88,000,000" ], "internalname": "WITHERMANCER_MONSTER", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Withermancer" + "https://hypixel-skyblock.fandom.com/wiki/Withermancer", + "https://wiki.hypixel.net/Withermancer" ], - "crafttext": "" -} + "crafttext": "", + "recipes": [ + { + "level": 90, + "coins": 1, + "xp": 30, + "combat_xp": 80, + "name": "§cWithermancer", + "panorama": "dungeon", + "render": "@neurepo:mobs/withermancer.json", + "type": "drops", + "drops": [ + { + "id": "CONJURING_SWORD:1", + "extra": [], + "chance": "2%" + } + ] + }, + { + "level": 120, + "coins": 1, + "xp": 50, + "combat_xp": 165, + "name": "§cWithermancer §8(§cMaster§8)", + "render": "@neurepo:mobs/withermancer.json", + "type": "drops", + "drops": [ + { + "id": "CONJURING_SWORD:1", + "extra": [], + "chance": "2%" + } + ] + } + ] +}
\ No newline at end of file |