diff options
Diffstat (limited to 'items/FROSTY_SC.json')
-rw-r--r-- | items/FROSTY_SC.json | 79 |
1 files changed, 58 insertions, 21 deletions
diff --git a/items/FROSTY_SC.json b/items/FROSTY_SC.json index 617326a0..b8352331 100644 --- a/items/FROSTY_SC.json +++ b/items/FROSTY_SC.json @@ -1,34 +1,71 @@ { "itemid": "minecraft:skull", "displayname": "§3Frosty (Sea Creature)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6dbe7d9f-0c7c-4301-b0f4-649b26660917\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTExMzY2MTZkOGM0YTg3YTU0Y2U3OGE5N2I1NTE2MTBjMmIyYzhmNmQ0MTBiYzM4Yjg1OGY5NzRiMTEzYjIwOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§c❤ Health§8: §c10\",1:\"\",2:\"§cDrops:\",3:\"§7- §7Ice\",4:\"§7- §7Lily Pad\",5:\"§7- §7Pufferfish\",6:\"§7- §7Raw Fish\",7:\"§7- §7Raw Salmon\",8:\"§7- §7White Gift\",9:\"§7- §aHunk of Ice\",10:\"§7- §9Ice Rod\",11:\"\",12:\"§cRequirements:\",13:\"§7- Fishing Skill 4\",14:\"§7- §bJerry Pond\",15:\"§7- §bFished from water\",16:\"\",17:\"§a§lUNCOMMON\"],Name:\"§3Frosty (Sea Creature)\"},ExtraAttributes:{id:\"FROSTY_SC\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6dbe7d9f-0c7c-4301-b0f4-649b26660917\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTExMzY2MTZkOGM0YTg3YTU0Y2U3OGE5N2I1NTE2MTBjMmIyYzhmNmQ0MTBiYzM4Yjg1OGY5NzRiMTEzYjIwOCJ9fX0=\"}]}},display:{Lore:[0:\"§c❤ Health§8: §c10\",1:\"\",2:\"§a§lUNCOMMON\"],Name:\"§3Frosty (Sea Creature)\"},ExtraAttributes:{id:\"FROSTY_SC\"}}", "damage": 3, "lore": [ "§c❤ Health§8: §c10", "", - "§cDrops:", - "§7- §7Ice", - "§7- §7Lily Pad", - "§7- §7Pufferfish", - "§7- §7Raw Fish", - "§7- §7Raw Salmon", - "§7- §7White Gift", - "§7- §aHunk of Ice", - "§7- §9Ice Rod", - "", - "§cRequirements:", - "§7- Fishing Skill 4", - "§7- §bJerry Pond", - "§7- §bFished from water", - "", "§a§lUNCOMMON" ], "internalname": "FROSTY_SC", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Frosty_(mob)" + "https://hypixel-skyblock.fandom.com/wiki/Frosty_(mob)", + "https://wiki.hypixel.net/Frosty" ], - "crafttext": "" -} + "crafttext": "", + "recipes": [ + { + "name": "§cFrosty", + "level": 13, + "coins": 12, + "xp": 30, + "render": "Snowman", + "panorama": "winter", + "type": "drops", + "extra": [ + "§cRequirements:", + "§7- Fishing Skill 4", + "§7- §bJerry Pond", + "§7- §bFished from water" + ], + "drops": [ + { + "id": "SNOW_BLOCK:8", + "chance": "100%" + }, + { + "id": "ICE:4", + "chance": "100%" + }, + { + "id": "WATER_LILY:2", + "chance": "100%" + }, + { + "id": "CARROT_ITEM:2", + "chance": "100%" + }, + { + "id": "SPONGE", + "chance": "100%" + }, + { + "id": "RAW_FISH:2", + "chance": "100%" + }, + { + "id": "WHITE_GIFT", + "chance": "40%" + }, + { + "id": "ICE_HUNK:2", + "chance": "100%" + } + ] + } + ] +}
\ No newline at end of file |