diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-01 00:18:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-31 18:18:38 -0400 |
commit | 124eac92c3ed3bd9077466d810be4dcec7690374 (patch) | |
tree | 2184ec539c77197a6253c59b530c9fefe9f393f9 /items/ZOMBIE_VILLAGER_MONSTER.json | |
parent | 2c56d17904839ecb7ec002e821e4d82f9f58e0f5 (diff) | |
download | NotEnoughUpdates-REPO-124eac92c3ed3bd9077466d810be4dcec7690374.tar.gz NotEnoughUpdates-REPO-124eac92c3ed3bd9077466d810be4dcec7690374.tar.bz2 NotEnoughUpdates-REPO-124eac92c3ed3bd9077466d810be4dcec7690374.zip |
Update Things and Mobs (#451)
* Update Things and Mobs
* Forgot that
Diffstat (limited to 'items/ZOMBIE_VILLAGER_MONSTER.json')
-rw-r--r-- | items/ZOMBIE_VILLAGER_MONSTER.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/items/ZOMBIE_VILLAGER_MONSTER.json b/items/ZOMBIE_VILLAGER_MONSTER.json new file mode 100644 index 00000000..9cca552f --- /dev/null +++ b/items/ZOMBIE_VILLAGER_MONSTER.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aZombie Villager (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3acb9940-fc42-328e-91e8-c9a9a57e8698\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTVlMDhhODc3NmMxNzY0YzNmZTZhNmRkZDQxMmRmY2I4N2Y0MTMzMWRhZDQ3OWFjOTZjMjFkZjRiZjNhYzg5YyJ9fX0\"}]}},display:{Lore:[0:\"§7The real enemy isn\u0027t the dead -\",1:\"§7it\u0027s the living\",2:\"§c❤ Health§8: §c120\",3:\"§7Combat XP: §37\",4:\"§7Coins per Kill: §61\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§fCommon Loot\",8:\"§8 ■ §fRotten Flesh\",9:\"\",10:\"§aUncommon Loot\",11:\"§8 ■ §fPoisonous Potato §8(§a0.1%§8)\",12:\"\",13:\"§9Rare Loot\",14:\"§8 ■ §fCarrot §8(§a1%§8)\",15:\"§8 ■ §fPotato §8(§a1%§8)\"],Name:\"§aZombie Villager (Monster)\"},ExtraAttributes:{id:\"ZOMBIE_VILLAGER_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7The real enemy isn\u0027t the dead -", + "§7it\u0027s the living", + "§c❤ Health§8: §c120", + "§7Combat XP: §37", + "§7Coins per Kill: §61", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fRotten Flesh", + "", + "§aUncommon Loot", + "§8 ■ §fPoisonous Potato §8(§a0.1%§8)", + "", + "§9Rare Loot", + "§8 ■ §fCarrot §8(§a1%§8)", + "§8 ■ §fPotato §8(§a1%§8)" + ], + "internalname": "ZOMBIE_VILLAGER_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Villager" + ], + "crafttext": "" +}
\ No newline at end of file |