diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-19 09:14:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 18:14:54 +1100 |
commit | 5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc (patch) | |
tree | 6ae23d4819eb974901de2743065c3ad23327dd06 /items/WITHERMANCER_MONSTER.json | |
parent | c02c2d3e9d856aed9a5d118da8f3839897cf68c3 (diff) | |
download | NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.gz NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.bz2 NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.zip |
NEU 2.1 Things (#660)
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>
Co-authored-by: nea <romangraef@gmail.com>
Co-authored-by: efefury <69400149+efefury@users.noreply.github.com>
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 |