diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-03-26 01:36:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 20:36:53 -0400 |
commit | e5413c6e707b234c5600880c047d0a8935d4d4ad (patch) | |
tree | e69aceeebfecf5790346989a31389a81987e0426 /items/ZEALOT_MONSTER.json | |
parent | b054e4b55e36ad8219f65e5826eadfe18508a501 (diff) | |
download | NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.tar.gz NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.tar.bz2 NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.zip |
Possible Mobdrops Part 1, some Fixes and added a Item (#447)
* Monster & Boss Things
* Fix for 2 Items and a Wiki Link
* Added Vicious Bundle
Diffstat (limited to 'items/ZEALOT_MONSTER.json')
-rw-r--r-- | items/ZEALOT_MONSTER.json | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/items/ZEALOT_MONSTER.json b/items/ZEALOT_MONSTER.json index ec44ff97..2694e3e8 100644 --- a/items/ZEALOT_MONSTER.json +++ b/items/ZEALOT_MONSTER.json @@ -1,20 +1,32 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§9Zealot (Monster)", - "nbttag": "{display:{Lore:[0:\"§7Zealots are a type of Enderman found exclusively\",1:\"§7in the Dragon\u0027s Nest. Zealots are not hostile towards\",2:\"§7players, unless provoked, like normal Enderman. \"],Name:\"§9Zealot (Monster)\"},ExtraAttributes:{id:\"ZEALOT_MONSTER\"}}", + "nbttag": "{display:{Lore:[0:\"§7Zealots are a type of Enderman found exclusively\",1:\"§7in the Dragon\u0027s Nest. Zealots are not hostile towards\",2:\"§7players, unless provoked, like normal Enderman. \",3:\"\",4:\"§c❤ Health§8: §c13.000\",5:\"§7Coins per Kill: §615\",6:\"§7Combat XP: §340\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §fEnder Pearl §8x2-4\",11:\"\",12:\"§aUncommon Loot\",13:\"§8 ■ §aEnchanted Ender Pearl §8(§a2%§8)\"],Name:\"§9Zealot (Monster)\"},ExtraAttributes:{id:\"ZEALOT_MONSTER\"}}", "damage": 58, "lore": [ "§7Zealots are a type of Enderman found exclusively", "§7in the Dragon\u0027s Nest. Zealots are not hostile towards", - "§7players, unless provoked, like normal Enderman. " + "§7players, unless provoked, like normal Enderman. ", + "", + "§c❤ Health§8: §c13.000", + "§7Coins per Kill: §615", + "§7Combat XP: §340", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fEnder Pearl §8x2-4", + "", + "§aUncommon Loot", + "§8 ■ §aEnchanted Ender Pearl §8(§a2%§8)" ], "internalname": "ZEALOT_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Zealot" ], "entityrender": "Enderman", - "entityscale": 0.8 + "entityscale": 0.8, + "crafttext": "" }
\ No newline at end of file |