diff options
Diffstat (limited to 'items/WATCHER_MONSTER.json')
-rw-r--r-- | items/WATCHER_MONSTER.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/items/WATCHER_MONSTER.json b/items/WATCHER_MONSTER.json new file mode 100644 index 00000000..97bcff80 --- /dev/null +++ b/items/WATCHER_MONSTER.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§9Watcher (Monster)", + "nbttag": "{display:{Lore:[0:\"§7The Watcher is a naturally-spawning skeleton in The End.\",1:\"§7They are Level 55 and have what appears to be a\",2:\"§7Summoning Eye on their head. They are often found near\",3:\"§7the middle and back areas. \"],Name:\"§9Watcher (Monster)\"},ExtraAttributes:{id:\"WATCHER_MONSTER\"}}", + "damage": 51, + "lore": [ + "§7The Watcher is a naturally-spawning skeleton in The End.", + "§7They are Level 55 and have what appears to be a", + "§7Summoning Eye on their head. They are often found near", + "§7the middle and back areas. " + ], + "internalname": "WATCHER_MONSTER", + "clickcommand": "", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Watcher" + ], + "entityrender": "Skeleton" +}
\ No newline at end of file |