From e5413c6e707b234c5600880c047d0a8935d4d4ad Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 26 Mar 2021 01:36:53 +0100 Subject: 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 --- items/LIVID_BOSS.json | 57 ++++++++++++++++++++++++++++++++------------------- 1 file changed, 36 insertions(+), 21 deletions(-) (limited to 'items/LIVID_BOSS.json') diff --git a/items/LIVID_BOSS.json b/items/LIVID_BOSS.json index f5f6608e..6a57afbc 100644 --- a/items/LIVID_BOSS.json +++ b/items/LIVID_BOSS.json @@ -1,21 +1,36 @@ -{ - "itemid": "minecraft:spawn_egg", - "displayname": "§6Livid (Boss)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7Livid is the boss of Floor 5 of the Catacombs. He is a\",1:\"§7'Master Necromancer' and has only one phase. In this\",2:\"§7phase he makes eight clones of himself. Each with\",3:\"§7different abilities. The player must kill the\",4:\"§7true livid to complete the boss fight. \"],Name:\"§6Livid (Boss)\"},ExtraAttributes:{id:\"LIVID_BOSS\"}}", - "damage": 93, - "lore": [ - "§7Livid is the boss of Floor 5 of the Catacombs. He is a", - "§7'Master Necromancer' and has only one phase. In this", - "§7phase he makes eight clones of himself. Each with", - "§7different abilities. The player must kill the", - "§7true livid to complete the boss fight." - ], - "internalname": "LIVID_BOSS", - "clickcommand": "", - "modver": "2.0.0-REL", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Livid" - ], - "entityrender": "Zombie" - } \ No newline at end of file +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§6Livid (Boss)", + "nbttag": "{ench:[],display:{Lore:[0:\"§7Livid is the boss of Floor 5 of the Catacombs. He is a\",1:\"§7\u0027Master Necromancer\u0027 and has only one phase. In this\",2:\"§7phase he makes eight clones of himself. Each with\",3:\"§7different abilities. The player must kill the\",4:\"§7true livid to complete the boss fight.\",5:\"\",6:\"§c❤ Health§8: §c7.000.000\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§9Warped Stone §a(1x)\",10:\"§6Shadow Assassin Helmet §a(1x)\",11:\"§6Shadow Assassin Chestplate §a(1x)\",12:\"§6Shadow Assassin Leggings §a(1x)\",13:\"§6Shadow Assassin Boots §a(1x)\",14:\"§6Shadow Assassin Sword §a(1x)\",15:\"§9Dark Orb §a(1x)\",16:\"§6Livid Dagger §a(1x)\",17:\"§6Last Breath §a(1x)\",18:\"§6Shadow Fury §a(1x)\"],Name:\"§6Livid (Boss)\"},ExtraAttributes:{id:\"LIVID_BOSS\"}}", + "damage": 93, + "lore": [ + "§7Livid is the boss of Floor 5 of the Catacombs. He is a", + "§7\u0027Master Necromancer\u0027 and has only one phase. In this", + "§7phase he makes eight clones of himself. Each with", + "§7different abilities. The player must kill the", + "§7true livid to complete the boss fight.", + "", + "§c❤ Health§8: §c7.000.000", + "", + "§6§lPossible Drops:", + "§9Warped Stone §a(1x)", + "§6Shadow Assassin Helmet §a(1x)", + "§6Shadow Assassin Chestplate §a(1x)", + "§6Shadow Assassin Leggings §a(1x)", + "§6Shadow Assassin Boots §a(1x)", + "§6Shadow Assassin Sword §a(1x)", + "§9Dark Orb §a(1x)", + "§6Livid Dagger §a(1x)", + "§6Last Breath §a(1x)", + "§6Shadow Fury §a(1x)" + ], + "internalname": "LIVID_BOSS", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Livid" + ], + "entityrender": "Zombie", + "crafttext": "" +} \ No newline at end of file -- cgit