diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-03-26 01:36:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 20:36:53 -0400 |
commit | e5413c6e707b234c5600880c047d0a8935d4d4ad (patch) | |
tree | e69aceeebfecf5790346989a31389a81987e0426 /items/NECRON_BOSS.json | |
parent | b054e4b55e36ad8219f65e5826eadfe18508a501 (diff) | |
download | NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.tar.gz NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.tar.bz2 NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.zip |
Possible Mobdrops Part 1, some Fixes and added a Item (#447)
* Monster & Boss Things
* Fix for 2 Items and a Wiki Link
* Added Vicious Bundle
Diffstat (limited to 'items/NECRON_BOSS.json')
-rw-r--r-- | items/NECRON_BOSS.json | 60 |
1 files changed, 39 insertions, 21 deletions
diff --git a/items/NECRON_BOSS.json b/items/NECRON_BOSS.json index 56328331..fb922491 100644 --- a/items/NECRON_BOSS.json +++ b/items/NECRON_BOSS.json @@ -1,21 +1,39 @@ -{
- "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 +{ + "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 \u0027Wither Lord\u0027 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.\",5:\"\",6:\"§c❤ Health§8: §c1.000.000.000\",7:\"§a❈ Defense§8: §a300\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§9Wither Catalyst §a(1x)\",11:\"§6Wither Helmet §a(1x)\",12:\"§6Wither Chestplate §a(1x)\",13:\"§6Wither Leggings §a(1x)\",14:\"§6Wither Boots §a(1x)\",15:\"§5Wither Blood §a(1x)\",16:\"§5Precursor Gear §a(1x)\",17:\"§6Auto Recombobulator §a(1x)\",18:\"§5Implosion §a(1x)\",19:\"§5Wither Shield §a(1x)\",20:\"§5Shadow Warp §a(1x)\",21:\"§5Necron\u0027s Handle §a(1x)\"],Name:\"§6Necron (Boss)\"},ExtraAttributes:{id:\"NECRON_BOSS\"}}", + "damage": 93, + "lore": [ + "§7Necron is the boss of Floor 7 of the Catacombs. He is", + "§7a \u0027Wither Lord\u0027 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.", + "", + "§c❤ Health§8: §c1.000.000.000", + "§a❈ Defense§8: §a300", + "", + "§6§lPossible Drops:", + "§9Wither Catalyst §a(1x)", + "§6Wither Helmet §a(1x)", + "§6Wither Chestplate §a(1x)", + "§6Wither Leggings §a(1x)", + "§6Wither Boots §a(1x)", + "§5Wither Blood §a(1x)", + "§5Precursor Gear §a(1x)", + "§6Auto Recombobulator §a(1x)", + "§5Implosion §a(1x)", + "§5Wither Shield §a(1x)", + "§5Shadow Warp §a(1x)", + "§5Necron\u0027s Handle §a(1x)" + ], + "internalname": "NECRON_BOSS", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Necron" + ], + "entityrender": "Wither", + "crafttext": "" +}
\ No newline at end of file |