diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-13 00:06:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 18:06:42 -0400 |
commit | 5f0a4ab62aa23b284ab6da92396d5293b85c670b (patch) | |
tree | 9e99671a8444eaf96d17a250846f253121d870ce /items/BROOD_MOTHER_MINIBOSS.json | |
parent | 9a130256dcc933d02a0577a7438dad0303e1e7c8 (diff) | |
download | NotEnoughUpdates-REPO-5f0a4ab62aa23b284ab6da92396d5293b85c670b.tar.gz NotEnoughUpdates-REPO-5f0a4ab62aa23b284ab6da92396d5293b85c670b.tar.bz2 NotEnoughUpdates-REPO-5f0a4ab62aa23b284ab6da92396d5293b85c670b.zip |
More Mobs and Resistance Things and Max Book Fix (#458)
* More Mobs and Resistance Things and Max Book Fix
* Removed UUID and Timestamp
Diffstat (limited to 'items/BROOD_MOTHER_MINIBOSS.json')
-rw-r--r-- | items/BROOD_MOTHER_MINIBOSS.json | 30 |
1 files changed, 24 insertions, 6 deletions
diff --git a/items/BROOD_MOTHER_MINIBOSS.json b/items/BROOD_MOTHER_MINIBOSS.json index 71400040..8c49242d 100644 --- a/items/BROOD_MOTHER_MINIBOSS.json +++ b/items/BROOD_MOTHER_MINIBOSS.json @@ -1,21 +1,39 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§5Brood Mother (Miniboss)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Brood Mother, Also known as the Broodmother,\",1:\"§7is a hostile Miniboss that can be found in the \",2:\"§7Spider\u0027s Den. It looks and acts like a regular spider, \",3:\"§7but upon death, it spawns Cave Spiders and drops \",4:\"§7the Spider Talisman. \"],Name:\"§5Brood Mother (Miniboss)\"},ExtraAttributes:{id:\"BROOD_MOTHER_MINIBOSS\"}}", - "damage": 52, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d7390e70-1e99-3c24-9b1c-bb098e0bbef1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2YwNjIyYjM5OThkNDJiMzRkNWJjNzYwYmIyYzgzZmRiYzZlNjhmYWIwNWI3ZWExN2IzNTA5N2VkODExOTBkNiJ9fX0\"}]}},display:{Lore:[0:\"§7The Brood Mother, Also known as the Broodmother,\",1:\"§7is a hostile Miniboss that can be found in the \",2:\"§7Spider\u0027s Den. It looks and acts like a regular spider, \",3:\"§7but upon death, it spawns Cave Spiders and drops \",4:\"§7the Spider Talisman. \",5:\"\",6:\"§c❤ Health§8: §c1.000.000\",7:\"§7Coins per Kill: §610\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§fCommon Loot\",11:\"§8 ■ §fSpider Eye\",12:\"§8 ■ §aSpider Talisman\",13:\"§8 ■ §fString\",14:\"§8 ■ §9Luxurious Spool\",15:\"\",16:\"§6Legendary Loot\",17:\"§8 ■ §8[Lvl 1] §5Tarantula §8(§a0.02%§8)\",18:\"§8 ■ §5 Travel Scroll to Spiders\u0027s Den\",19:\" §5Top of Nest §8(§a0.03%§8)\",20:\"\",21:\"§dRNGesus Loot\",22:\"§8 ■ §4More Info Needed\"],Name:\"§5Brood Mother (Miniboss)\"},ExtraAttributes:{id:\"BROOD_MOTHER_MINIBOSS\"}}", + "damage": 3, "lore": [ "§7The Brood Mother, Also known as the Broodmother,", "§7is a hostile Miniboss that can be found in the ", "§7Spider\u0027s Den. It looks and acts like a regular spider, ", "§7but upon death, it spawns Cave Spiders and drops ", - "§7the Spider Talisman. " + "§7the Spider Talisman. ", + "", + "§c❤ Health§8: §c1.000.000", + "§7Coins per Kill: §610", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fSpider Eye", + "§8 ■ §aSpider Talisman", + "§8 ■ §fString", + "§8 ■ §9Luxurious Spool", + "", + "§6Legendary Loot", + "§8 ■ §8[Lvl 1] §5Tarantula §8(§a0.02%§8)", + "§8 ■ §5 Travel Scroll to Spiders\u0027s Den", + " §5Top of Nest §8(§a0.03%§8)", + "", + "§dRNGesus Loot", + "§8 ■ §4More Info Needed" ], "internalname": "BROOD_MOTHER_MINIBOSS", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Brood_Mother" ], - "entityrender": "Spider" + "crafttext": "" }
\ No newline at end of file |