diff options
Diffstat (limited to 'items/LORD_JAWBUS_SC.json')
-rw-r--r-- | items/LORD_JAWBUS_SC.json | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/items/LORD_JAWBUS_SC.json b/items/LORD_JAWBUS_SC.json new file mode 100644 index 00000000..b6b8ea76 --- /dev/null +++ b/items/LORD_JAWBUS_SC.json @@ -0,0 +1,58 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§3Lord Jawbus (Sea Creature)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a46a9adf-60a3-38f2-a3dd-335d85f1cc10\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjJiY2FjZWViNDE2MmY0MDBkNDQ3NDMzMTU5MzJhYzgyMGQzMTE5YWM4OTg2YTAxNjFhNzI2MTYxY2NjOTNmYyJ9fX0\"}]}},display:{Lore:[0:\"§7The Lord Jawbus is a Sea Creature that \",1:\"§7spawns while fishing after unlocking Fishing level\",2:\"§745. It takes the appearance of an iron golem. \",3:\"\",4:\"§c❤ Health§8: §c100,000,000\",5:\"\",6:\"§d§lMYTHIC\"],Name:\"§3Lord Jawbus (Sea Creature)\"},ExtraAttributes:{id:\"LORD_JAWBUS_SC\"}}", + "damage": 3, + "lore": [ + "§7The Lord Jawbus is a Sea Creature that ", + "§7spawns while fishing after unlocking Fishing level", + "§745. It takes the appearance of an iron golem. ", + "", + "§c❤ Health§8: §c100,000,000", + "", + "§d§lMYTHIC" + ], + "internalname": "LORD_JAWBUS_SC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Lord_Jawbus", + "https://wiki.hypixel.net/Lord_Jawbus" + ], + "crafttext": "", + "recipes": [ + { + "name": "§cLord Jawbus", + "coins": 10000, + "level": 600, + "xp": 20000, + "render": "Eisengolem", + "panorama": "hub", + "type": "drops", + "extra": [ + "§cRequirements:", + "§7- Fishing Skill 45", + "§7- §bCrimson Isle Lava" + ], + "drops": [ + { + "id": "MAGMA_FISH:25", + "chance": "100%" + }, + { + "id": "MAGMA_LORD_FRAGMENT:1", + "chance": "100%" + }, + { + "id": "ATTRIBUTE_SHARD", + "chance": "2%" + }, + { + "id": "RADIOACTIVE_VIAL", + "chance": "0.3%" + } + ] + } + ] +}
\ No newline at end of file |