diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-08 15:43:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 09:43:53 -0400 |
commit | 88310a174871a22216cd17270d5d2e307413f5ad (patch) | |
tree | e31de21832e1d595d0e97fd8ba95cbf8ef95db64 /items/WITHERMANCER_MONSTER.json | |
parent | 413e520596fc9786d32cffa7041e8ce1b4795e82 (diff) | |
download | NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.tar.gz NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.tar.bz2 NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.zip |
Mobs Part 3 and fixes (#457)
* Item Things (Fixes and Updates)
* Added Dungeon Mobs, changed a few Mobs to Skulls, added Info to like 2 Mobs
Diffstat (limited to 'items/WITHERMANCER_MONSTER.json')
-rw-r--r-- | items/WITHERMANCER_MONSTER.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/items/WITHERMANCER_MONSTER.json b/items/WITHERMANCER_MONSTER.json new file mode 100644 index 00000000..abd0fe09 --- /dev/null +++ b/items/WITHERMANCER_MONSTER.json @@ -0,0 +1,25 @@ +{ + "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\"}}", + "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)" + ], + "internalname": "WITHERMANCER_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Withermancer" + ], + "crafttext": "" +}
\ No newline at end of file |