diff options
Diffstat (limited to 'items/WITHER_SPECTRE_MONSTER.json')
-rw-r--r-- | items/WITHER_SPECTRE_MONSTER.json | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/items/WITHER_SPECTRE_MONSTER.json b/items/WITHER_SPECTRE_MONSTER.json new file mode 100644 index 00000000..a2a24f0a --- /dev/null +++ b/items/WITHER_SPECTRE_MONSTER.json @@ -0,0 +1,73 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aWither Spectre (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9a1699a4-9b61-37a5-be7a-ca23a1f092a1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NDA4Mjg1NzcxMCwKICAicHJvZmlsZUlkIiA6ICIwNTVhOTk2NTk2M2E0YjRmOGMwMjRmMTJmNDFkMmNmMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGVWb3hlbGxlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzdmNWYzMzg0Mzg0ZDdmMDNiZjk3YTczMDk5YjBiYWZiNzJjNTM4ZmMwNDE1YWM4NjEzYjY2NGY4NzU3OWEzNzkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Used to be a prince.\",1:\"\",2:\"§c❤ Health§8: §c1,000,000\"],Name:\"§aWither Spectre (Monster)\"},ExtraAttributes:{id:\"WITHER_SPECTRE_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7Used to be a prince.", + "", + "§c❤ Health§8: §c1,000,000" + ], + "internalname": "WITHER_SPECTRE_MONSTER", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Wither_Spectre", + "https://wiki.hypixel.net/Wither_Spectre" + ], + "crafttext": "", + "recipes": [ + { + "level": 70, + "coins": 20, + "xp": 100, + "combat_xp": 120, + "name": "§fWither Spectre", + "type": "drops", + "render": "@neurepo:mobs/wither_spectre.json", + "panorama": "crimson_isle", + "extra": [], + "drops": [ + { + "id": "SULPHUR:1", + "extra": [] + }, + { + "id": "SPECTRE_DUST:1", + "extra": [], + "chance": "20%" + }, + { + "id": "REDSTONE:1", + "extra": [], + "chance": "20%" + }, + { + "id": "RAMPART_HELMET:1", + "chance": "0.1%" + }, + { + "id": "RAMPART_CHESTPLATE:1", + "chance": "0.1%" + }, + { + "id": "RAMPART_LEGGINGS:1", + "chance": "0.1%" + }, + { + "id": "RAMPART_BOOTS:1", + "chance": "0.1%" + }, + { + "id": "SWORD_OF_BAD_HEALTH:1", + "chance": "0.05%" + }, + { + "id": "DYE_BONE:1", + "chance": "0.0000333%" + } + ] + } + ] +}
\ No newline at end of file |