diff options
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 |