diff options
Diffstat (limited to 'items/LORD_JAWBUS_SC.json')
-rw-r--r-- | items/LORD_JAWBUS_SC.json | 54 |
1 files changed, 39 insertions, 15 deletions
diff --git a/items/LORD_JAWBUS_SC.json b/items/LORD_JAWBUS_SC.json index 6258a4ce..51f6b3fe 100644 --- a/items/LORD_JAWBUS_SC.json +++ b/items/LORD_JAWBUS_SC.json @@ -1,7 +1,7 @@ { "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:\"§cDrops:\",7:\"§7- §7Attribute Shard\",8:\"§7- §5Silver Magmafish\",9:\"§7- §6Magma Lord Fragment\",10:\"§7- §dRadioactive Vial\",11:\"\",12:\"§cRequirements:\",13:\"§7- Fishing Skill XLV\",14:\"§7- §6Crimson Isle Lava\",15:\"§7- Adept Trophy Fisher\",16:\"\",17:\"§d§lMYTHIC\"],Name:\"§3Lord Jawbus (Sea Creature)\"},ExtraAttributes:{id:\"LORD_JAWBUS_SC\"}}", + "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 ", @@ -10,25 +10,49 @@ "", "§c❤ Health§8: §c100,000,000", "", - "§cDrops:", - "§7- §7Attribute Shard", - "§7- §5Silver Magmafish", - "§7- §6Magma Lord Fragment", - "§7- §dRadioactive Vial", - "", - "§cRequirements:", - "§7- Fishing Skill XLV", - "§7- §6Crimson Isle Lava", - "§7- Adept Trophy Fisher", - "", "§d§lMYTHIC" ], "internalname": "LORD_JAWBUS_SC", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Lord_Jawbus" + "https://hypixel-skyblock.fandom.com/wiki/Lord_Jawbus", + "https://wiki.hypixel.net/Lord_Jawbus" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "name": "§cLord Jawbus", + "coins": 10000, + "level": 600, + "xp": 20000, + "render": "Eisengolem", + "panorama": "crimson_isle", + "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 |