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/GOBLIN_MONSTER.json | 49 +++++++++++++++++++++++++++++------------------ 1 file changed, 30 insertions(+), 19 deletions(-) (limited to 'items/GOBLIN_MONSTER.json') diff --git a/items/GOBLIN_MONSTER.json b/items/GOBLIN_MONSTER.json index 5dbf5b15..4faf600a 100644 --- a/items/GOBLIN_MONSTER.json +++ b/items/GOBLIN_MONSTER.json @@ -1,19 +1,30 @@ -{ - "itemid": "minecraft:spawn_egg", - "displayname": "§9Goblin (Monster)", - "nbttag": "{display:{Lore:[0:\"§7Goblins are mobs that spawn in the Goblin Burrows\",1:\"§7area of the Dwarven Mines. They can also spawn\",2:\"§7during goblin raid events.\"],Name:\"§9Goblin (Monster)\"},ExtraAttributes:{id:\"GOBLIN_MONSTER\"}}", - "damage": 54, - "lore": [ - "§7Goblins are mobs that spawn in the Goblin Burrows", - "§7area of the Dwarven Mines. They can also spawn", - "§7during goblin raid events." - ], - "internalname": "GOBLIN_MONSTER", - "clickcommand": "", - "modver": "2.0.0-REL", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Goblins" - ], - "entityrender": "Zombie" - } \ No newline at end of file +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§9Goblin (Monster)", + "nbttag": "{display:{Lore:[0:\"§7Goblins are mobs that spawn in the Goblin Burrows\",1:\"§7area of the Dwarven Mines. They can also spawn\",2:\"§7during goblin raid events.\",3:\"\",4:\"§c❤ Health§8: §c800\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§9Rare Loot\",8:\"§8 ■ §9Goblin Helmet §8(§a0.3%§8)\",9:\"§8 ■ §9Goblin Chestplate §8(§a0.3%§8)\",10:\"§8 ■ §9Goblin Leggings §8(§a0.3%§8)\",11:\"§8 ■ §9Goblin Boots §8(§a0.3%§8)\",12:\"§8 ■ §9Goblin Egg §8(§a1%§8)\"],Name:\"§9Goblin (Monster)\"},ExtraAttributes:{id:\"GOBLIN_MONSTER\"}}", + "damage": 54, + "lore": [ + "§7Goblins are mobs that spawn in the Goblin Burrows", + "§7area of the Dwarven Mines. They can also spawn", + "§7during goblin raid events.", + "", + "§c❤ Health§8: §c800", + "", + "§6§lPossible Drops:", + "§9Rare Loot", + "§8 ■ §9Goblin Helmet §8(§a0.3%§8)", + "§8 ■ §9Goblin Chestplate §8(§a0.3%§8)", + "§8 ■ §9Goblin Leggings §8(§a0.3%§8)", + "§8 ■ §9Goblin Boots §8(§a0.3%§8)", + "§8 ■ §9Goblin Egg §8(§a1%§8)" + ], + "internalname": "GOBLIN_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Goblins" + ], + "entityrender": "Zombie", + "crafttext": "" +} \ No newline at end of file -- cgit