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/GHOST_MONSTER.json | 54 +++++++++++++++++++++++++++++++----------------- 1 file changed, 35 insertions(+), 19 deletions(-) (limited to 'items/GHOST_MONSTER.json') diff --git a/items/GHOST_MONSTER.json b/items/GHOST_MONSTER.json index a3088b0f..81af2c7e 100644 --- a/items/GHOST_MONSTER.json +++ b/items/GHOST_MONSTER.json @@ -1,19 +1,35 @@ -{ - "itemid": "minecraft:spawn_egg", - "displayname": "§9Ghost (Monster)", - "nbttag": "{display:{Lore:[0:\"§7Ghosts are powerful mobs that spawn in the\",1:\"§7mist area of the Dwarven mines. They appear as\",2:\"§7the outer part of charged creepers.\"],Name:\"§9Ghost (Monster)\"},ExtraAttributes:{id:\"GHOST_MONSTER\"}}", - "damage": 54, - "lore": [ - "§7Ghosts are powerful mobs that spawn in the", - "§7mist area of the Dwarven mines. They appear as", - "§7the outer part of charged creepers." - ], - "internalname": "GHOST_MONSTER", - "clickcommand": "", - "modver": "2.0.0-REL", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Ghost" - ], - "entityrender": "Creeper" - } \ No newline at end of file +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§9Ghost (Monster)", + "nbttag": "{display:{Lore:[0:\"§7Ghosts are powerful mobs that spawn in the\",1:\"§7mist area of the Dwarven mines. They appear as\",2:\"§7the outer part of charged creepers.\",3:\"\",4:\"§c❤ Health§8: §c1.000.000\",5:\"§7Combat XP: §3100\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§9Rare Loot\",9:\"§8 ■ §9Volta §8(§a0.2%§8)\",10:\"§8 ■ §9Sorrow §8(§a0.12%§8)\",11:\"\",12:\"§6Legendary Loot\",13:\"§8 ■ §9Plasma §8(§a0.1%§8)\",14:\"\",15:\"§dRNGesus Loot\",16:\"§8 ■ §9Ghostly Boots §8(§a0.01%§8)\",17:\"§8 ■ §9Bag of Cash §8(§a0.01%§8)\"],Name:\"§9Ghost (Monster)\"},ExtraAttributes:{id:\"GHOST_MONSTER\"}}", + "damage": 54, + "lore": [ + "§7Ghosts are powerful mobs that spawn in the", + "§7mist area of the Dwarven mines. They appear as", + "§7the outer part of charged creepers.", + "", + "§c❤ Health§8: §c1.000.000", + "§7Combat XP: §3100", + "", + "§6§lPossible Drops:", + "§9Rare Loot", + "§8 ■ §9Volta §8(§a0.2%§8)", + "§8 ■ §9Sorrow §8(§a0.12%§8)", + "", + "§6Legendary Loot", + "§8 ■ §9Plasma §8(§a0.1%§8)", + "", + "§dRNGesus Loot", + "§8 ■ §9Ghostly Boots §8(§a0.01%§8)", + "§8 ■ §9Bag of Cash §8(§a0.01%§8)" + ], + "internalname": "GHOST_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ghost" + ], + "entityrender": "Creeper", + "crafttext": "" +} \ No newline at end of file -- cgit