diff options
Diffstat (limited to 'items/NIGHT_SQUID_SC.json')
-rw-r--r-- | items/NIGHT_SQUID_SC.json | 68 |
1 files changed, 48 insertions, 20 deletions
diff --git a/items/NIGHT_SQUID_SC.json b/items/NIGHT_SQUID_SC.json index 81d045b9..0ee4cba6 100644 --- a/items/NIGHT_SQUID_SC.json +++ b/items/NIGHT_SQUID_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Night Squid (Sea Creature)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1d1bdf36-9472-41de-b691-ae316ed90bab\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDljMmM5Y2U2N2ViNTk3MWNjNTk1ODQ2M2U2YzlhYmFiOGU1OTlhZGMyOTVmNGQ0MjQ5OTM2YjAwOTU3NjlkZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Night Squid is a rarer variant of the Squid found only\",1:\"§7at night while using Dark Bait. The Night Squid emits\",2:\"§7particles and drops Squid Boots only obtainable\",3:\"§7from the Night Squid.\",4:\"\",5:\"§c❤ Health§8: §c4.000\",6:\"\",7:\"§cDrops:\",8:\"§7- §7Ink Sack\",9:\"§7- §7Lily Pad\",10:\"§7- §aFishing Exp Boost\",11:\"§7- §aSquid Boots\",12:\"§7- §9Fishing Exp Boost\",13:\"\",14:\"§cRequirements:\",15:\"§7- Fishing Skill 3\",16:\"§7- Nighttime\",17:\"§7- Darkbait\",18:\"§7- §bFished from water\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§3Night Squid (Sea Creature)\"},ExtraAttributes:{id:\"NIGHT_SQUID_SC\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1d1bdf36-9472-41de-b691-ae316ed90bab\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDljMmM5Y2U2N2ViNTk3MWNjNTk1ODQ2M2U2YzlhYmFiOGU1OTlhZGMyOTVmNGQ0MjQ5OTM2YjAwOTU3NjlkZCJ9fX0=\"}]}},display:{Lore:[0:\"§7Night Squid is a rarer variant of the Squid found only\",1:\"§7at night while using Dark Bait. The Night Squid emits\",2:\"§7particles and drops Squid Boots only obtainable\",3:\"§7from the Night Squid.\",4:\"\",5:\"§c❤ Health§8: §c4,000\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§3Night Squid (Sea Creature)\"},ExtraAttributes:{id:\"NIGHT_SQUID_SC\"}}", "damage": 3, "lore": [ "§7Night Squid is a rarer variant of the Squid found only", @@ -9,29 +9,57 @@ "§7particles and drops Squid Boots only obtainable", "§7from the Night Squid.", "", - "§c❤ Health§8: §c4.000", - "", - "§cDrops:", - "§7- §7Ink Sack", - "§7- §7Lily Pad", - "§7- §aFishing Exp Boost", - "§7- §aSquid Boots", - "§7- §9Fishing Exp Boost", - "", - "§cRequirements:", - "§7- Fishing Skill 3", - "§7- Nighttime", - "§7- Darkbait", - "§7- §bFished from water", + "§c❤ Health§8: §c4,000", "", "§f§lCOMMON" ], "internalname": "NIGHT_SQUID_SC", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Night_Squid" + "https://hypixel-skyblock.fandom.com/wiki/Night_Squid", + "https://wiki.hypixel.net/Night_Squid" ], - "crafttext": "" -} + "crafttext": "", + "recipes": [ + { + "name": "§cNight Squid", + "level": 6, + "coins": 5, + "xp": 10, + "render": "Squid", + "panorama": "hub", + "type": "drops", + "extra": [ + "§cRequirements:", + "§7- Fishing Skill 3", + "§7- Nighttime", + "§7- Darkbait", + "§7- §bFished from water" + ], + "drops": [ + { + "id": "INK_SACK:6", + "chance": "100%" + }, + { + "id": "WATER_LILY", + "chance": "100%" + }, + { + "id": "PET_ITEM_FISHING_SKILL_BOOST_UNCOMMON", + "chance": "0.5%" + }, + { + "id": "SQUID_BOOTS", + "chance": "8%" + }, + { + "id": "PET_ITEM_FISHING_SKILL_BOOST_RARE", + "chance": "0.1%" + } + ] + } + ] +}
\ No newline at end of file |