diff options
author | MisterCheezeCake <75341435+MisterCheezeCake@users.noreply.github.com> | 2021-03-12 22:21:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 22:21:00 -0500 |
commit | 9c4b82a13a5ae68fa21a255f9a0558845cd90a53 (patch) | |
tree | f00244d78834d07ce0fafffc7e01ee188d623e49 /items/WATCHER_MINIBOSS.json | |
parent | fe5008daa0293e8c46a1380336da898dea26c9b5 (diff) | |
download | NotEnoughUpdates-REPO-9c4b82a13a5ae68fa21a255f9a0558845cd90a53.tar.gz NotEnoughUpdates-REPO-9c4b82a13a5ae68fa21a255f9a0558845cd90a53.tar.bz2 NotEnoughUpdates-REPO-9c4b82a13a5ae68fa21a255f9a0558845cd90a53.zip |
Dungeon Bosses (#436)
Diffstat (limited to 'items/WATCHER_MINIBOSS.json')
-rw-r--r-- | items/WATCHER_MINIBOSS.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/WATCHER_MINIBOSS.json b/items/WATCHER_MINIBOSS.json new file mode 100644 index 00000000..defe14dd --- /dev/null +++ b/items/WATCHER_MINIBOSS.json @@ -0,0 +1,21 @@ + {
+ "itemid": "minecraft:spawn_egg",
+ "displayname": "§5The Watcher (Miniboss)",
+ "nbttag": "{ench:[],display:{Lore:[0:\"§7The Watcher is the miniboss on every floor of\",1:\"§7the Catacombs. It spawns in the Blood Room and must be\",2:\"§7defeated to advance to the boss. It summons undead\",3:\"§7to fight for it and will only attack the player when they\",4:\"§7attempt to attack it. It is also the boss of the enterence. \"],Name:\"§5The Watcher (Miniboss)\"},ExtraAttributes:{id:\"WATCHER_MINIBOSS\"}}",
+ "damage": 93,
+ "lore": [
+ "§7The Watcher is the miniboss on every floor of",
+ "§7the Catacombs. It spawns in the Blood Room and must be",
+ "§7defeated to advance to the boss. It summons undead",
+ "§7to fight for it and will only attack the player when they",
+ "§7attempt to attack it. It is also the boss of the enterence."
+ ],
+ "internalname": "WATCHER_MINIBOSS",
+ "clickcommand": "",
+ "modver": "2.0.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Watcher"
+ ],
+ "entityrender": "Zombie"
+ }
\ No newline at end of file |