diff options
Diffstat (limited to 'items/ENDSTONE_PROTECTOR_BOSS.json')
-rw-r--r-- | items/ENDSTONE_PROTECTOR_BOSS.json | 68 |
1 files changed, 51 insertions, 17 deletions
diff --git a/items/ENDSTONE_PROTECTOR_BOSS.json b/items/ENDSTONE_PROTECTOR_BOSS.json index 2628b7a2..8dab2cea 100644 --- a/items/ENDSTONE_PROTECTOR_BOSS.json +++ b/items/ENDSTONE_PROTECTOR_BOSS.json @@ -1,30 +1,64 @@ { "itemid": "minecraft:skull", "displayname": "§6Endstone Protector (Boss)", - "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"a46a9adf-60a3-38f2-a3dd-335d85f1cc10\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjJiY2FjZWViNDE2MmY0MDBkNDQ3NDMzMTU5MzJhYzgyMGQzMTE5YWM4OTg2YTAxNjFhNzI2MTYxY2NjOTNmYyJ9fX0\"}]}},display:{Lore:[0:\"§7Risen from the debris of\",1:\"§7Endstone.\",2:\"\",3:\"§c❤ Health§8: §c5.000.000\",4:\"§7Coins per Kill: §6100\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§fCommon Loot\",8:\"§8 ■ §fEnchanted Endstone\",9:\"§8 ■ §9Endstone Rose\",10:\"§8 ■ §5Crystal Fragment\",11:\"§8 ■ §7[Lvl 1] §5Golem\",12:\"§8 ■ §6Tier Boost Core\",13:\"§8 ■ §7[Lvl 1] §6Golem\"],Name:\"§6Endstone Protector (Boss)\"},ExtraAttributes:{id:\"ENDSTONE_PROTECTOR_BOSS\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"a46a9adf-60a3-38f2-a3dd-335d85f1cc10\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjJiY2FjZWViNDE2MmY0MDBkNDQ3NDMzMTU5MzJhYzgyMGQzMTE5YWM4OTg2YTAxNjFhNzI2MTYxY2NjOTNmYyJ9fX0\"}]}},display:{Lore:[0:\"§7Risen from the debris of\",1:\"§7Endstone.\",2:\"\",3:\"§c❤ Health§8: §c5,000,000\"],Name:\"§6Endstone Protector (Boss)\"},ExtraAttributes:{id:\"ENDSTONE_PROTECTOR_BOSS\"}}", "damage": 3, "lore": [ "§7Risen from the debris of", "§7Endstone.", "", - "§c❤ Health§8: §c5.000.000", - "§7Coins per Kill: §6100", - "", - "§6§lPossible Drops:", - "§fCommon Loot", - "§8 ■ §fEnchanted Endstone", - "§8 ■ §9Endstone Rose", - "§8 ■ §5Crystal Fragment", - "§8 ■ §7[Lvl 1] §5Golem", - "§8 ■ §6Tier Boost Core", - "§8 ■ §7[Lvl 1] §6Golem" + "§c❤ Health§8: §c5,000,000" ], "internalname": "ENDSTONE_PROTECTOR_BOSS", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Endstone_Protector" + "https://hypixel-skyblock.fandom.com/wiki/Endstone_Protector", + "https://wiki.hypixel.net/Endstone_Protector" ], - "crafttext": "" -} + "crafttext": "", + "recipes": [ + { + "level": 100, + "coins": 125, + "xp": 5000, + "name": "§cEndstone Protector (Boss)", + "render": "Eisengolem", + "panorama": "combat_3", + "type": "drops", + "drops": [ + { + "id": "ENDSTONE_ROSE", + "extra": [], + "chance": "x1" + }, + { + "id": "ENCHANTED_ENDSTONE", + "extra": [], + "chance": "x-10" + }, + { + "id": "CRYSTAL_FRAGMENT", + "extra": [], + "chance": "x1-3" + }, + { + "id": "PET_ITEM_TIER_BOOST_DROP", + "extra": [], + "chance": "0.2%" + }, + { + "id": "GOLEM;3", + "extra": [], + "chance": "2%" + }, + { + "id": "GOLEM;4", + "extra": [], + "chance": "0.6%" + } + ] + } + ] +}
\ No newline at end of file |