diff options
Diffstat (limited to 'items/SPLITTER_SPIDER_MONSTER.json')
-rw-r--r-- | items/SPLITTER_SPIDER_MONSTER.json | 91 |
1 files changed, 69 insertions, 22 deletions
diff --git a/items/SPLITTER_SPIDER_MONSTER.json b/items/SPLITTER_SPIDER_MONSTER.json index 03bf2345..859c1489 100644 --- a/items/SPLITTER_SPIDER_MONSTER.json +++ b/items/SPLITTER_SPIDER_MONSTER.json @@ -1,39 +1,86 @@ { "itemid": "minecraft:skull", "displayname": "§9Splitter Spider (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"50010472-fa22-3519-b941-2d6d22f47bf1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmFjZjY5ZmM3YWY1NDk3YTE3NDE4OTFkMWU1YmYzMmI5NmFlMGQ2YzBiYmQzYzE0NzU4ZWE0NGEwM2M1NzI4MyJ9fX0\"}]}},display:{Lore:[0:\"§7The Splitter Spider is a spider that splits into two\",1:\"§7silverfish upon death. They spawn in the Spider's\",2:\"§7Den (Northwest of the Graveyard). \",3:\"\",4:\"§c❤ Health§8: §c160\",5:\"§7Coins per Kill: §62-15\",6:\"§7Combat XP: §39-36\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §fString §8x2\",11:\"\",12:\"§aUncommon §8[Lv42-50]\",13:\"§8 ■ §fSpider Eye §8(§a10%§8)\",14:\"\",15:\"§6Legendary Loot\",16:\"§8 ■ §5 Travel Scroll to Spider's Den\",17:\" §5Top of Nest §8(§a0.02%§8)\",18:\"\",19:\"§dRNGesus Loot\",20:\"§8 ■ §7[Lvl 1] §5Tarantula §8(§a0.002%§8)\",21:\"§8 ■ §7[Lvl 1] §6Tarantula §8(§a0.0008%§8)\"],Name:\"§9Splitter Spider (Monster)\"},ExtraAttributes:{id:\"SPLITTER_SPIDER_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"50010472-fa22-3519-b941-2d6d22f47bf1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmFjZjY5ZmM3YWY1NDk3YTE3NDE4OTFkMWU1YmYzMmI5NmFlMGQ2YzBiYmQzYzE0NzU4ZWE0NGEwM2M1NzI4MyJ9fX0\"}]}},display:{Lore:[0:\"§7The Splitter Spider is a spider that splits into two\",1:\"§7silverfish upon death. They spawn in the Spider\u0027s\",2:\"§7Den (Northwest of the Graveyard). \",3:\"\",4:\"§c❤ Health§8: §c160\"],Name:\"§9Splitter Spider (Monster)\"},ExtraAttributes:{id:\"SPLITTER_SPIDER_MONSTER\"}}", "damage": 3, "lore": [ "§7The Splitter Spider is a spider that splits into two", - "§7silverfish upon death. They spawn in the Spider's", + "§7silverfish upon death. They spawn in the Spider\u0027s", "§7Den (Northwest of the Graveyard). ", "", - "§c❤ Health§8: §c160", - "§7Coins per Kill: §62-15", - "§7Combat XP: §39-36", - "", - "§6§lPossible Drops:", - "§fCommon Loot", - "§8 ■ §fString §8x2", - "", - "§aUncommon §8[Lv42-50]", - "§8 ■ §fSpider Eye §8(§a10%§8)", - "", - "§6Legendary Loot", - "§8 ■ §5 Travel Scroll to Spider's Den", - " §5Top of Nest §8(§a0.02%§8)", - "", - "§dRNGesus Loot", - "§8 ■ §7[Lvl 1] §5Tarantula §8(§a0.002%§8)", - "§8 ■ §7[Lvl 1] §6Tarantula §8(§a0.0008%§8)" + "§c❤ Health§8: §c160" ], "internalname": "SPLITTER_SPIDER_MONSTER", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Splitter_Spider", "https://wiki.hypixel.net/Splitter_Spider" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "level": 3, + "coins": 2, + "xp": 9, + "combat_xp": 9, + "name": "§cSplitter Spider", + "panorama": "combat_1", + "render": "Spider", + "type": "drops", + "drops": [ + { + "id": "SPIDER_EYE", + "chance": "10%" + }, + { + "id": "STRING" + }, + { + "id": "SPIDERS_DEN_TOP_TRAVEL_SCROLL", + "chance": "0.02%" + }, + { + "id": "TARANTULA;3", + "chance": "0.002%" + }, + { + "id": "TARANTULA;4", + "chance": "0.0008%" + } + ] + }, + { + "level": 42, + "coins": 2, + "xp": 9, + "combat_xp": 9, + "name": "§cSplitter Spider", + "panorama": "combat_1", + "render": "Spider", + "type": "drops", + "drops": [ + { + "id": "SPIDER_EYE", + "chance": "10%" + }, + { + "id": "STRING" + }, + { + "id": "SPIDERS_DEN_TOP_TRAVEL_SCROLL", + "chance": "0.02%" + }, + { + "id": "TARANTULA;3", + "chance": "0.002%" + }, + { + "id": "TARANTULA;4", + "chance": "0.001%" + } + ] + } + ] }
\ No newline at end of file |