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/NECRON_BOSS.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/NECRON_BOSS.json')
-rw-r--r-- | items/NECRON_BOSS.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/NECRON_BOSS.json b/items/NECRON_BOSS.json new file mode 100644 index 00000000..56328331 --- /dev/null +++ b/items/NECRON_BOSS.json @@ -0,0 +1,21 @@ +{
+ "itemid": "minecraft:spawn_egg",
+ "displayname": "§6Necron (Boss)",
+ "nbttag": "{ench:[],display:{Lore:[0:\"§7Necron is the boss of Floor 7 of the Catacombs. He is\",1:\"§7a 'Wither Lord' and has 4 phases. In the 1st he must be\",2:\"§7killed after being frozen by energy crystals. In the 2nd he\",3:\"§7must be crushed with pillars. In the 3rd the player must solve\",4:\"§7terminals and must be killed again normally in the 4th. \"],Name:\"§6Necron (Boss)\"},ExtraAttributes:{id:\"NECRON_BOSS\"}}",
+ "damage": 93,
+ "lore": [
+ "§7Necron is the boss of Floor 7 of the Catacombs. He is",
+ "§7a 'Wither Lord' and has 4 phases. In the 1st he must be",
+ "§7killed after being frozen by energy crystals. In the 2nd he",
+ "§7must be crushed with pillars. In the 3rd the player must solve",
+ "§7terminals and must be killed again normally in the 4th."
+ ],
+ "internalname": "NECRON_BOSS",
+ "clickcommand": "",
+ "modver": "2.0.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Necron"
+ ],
+ "entityrender": "Wither"
+ }
\ No newline at end of file |