diff options
Diffstat (limited to 'items/YETI_SC.json')
-rw-r--r-- | items/YETI_SC.json | 92 |
1 files changed, 67 insertions, 25 deletions
diff --git a/items/YETI_SC.json b/items/YETI_SC.json index 696169da..7c7ec441 100644 --- a/items/YETI_SC.json +++ b/items/YETI_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Yeti (Sea Creature)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0f7e2dc4-3319-41d6-85dc-cc7a9bae89bb\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWIxMjY4MTRmYzNmYTg0NmRhZDkzNGMzNDk2MjhhN2ExZGU1YjQxNTAyMWEwM2VmNDIxMWQ2MjUxNGQ1In19fQ\"}]}},display:{Lore:[0:\"§7The Yeti is a Legendary mob unlocked from Fishing\",1:\"§7level 25. It can only be fished at Jerry Pond.\",2:\"§7It uses a similar ability to the \\\"Terrain Toss\\\" ability\",3:\"§7of the Yeti Sword.\",4:\"\",5:\"§c❤ Health§8: §c2.000.000\",6:\"\",7:\"§cDrops:\",8:\"§7- §7Ice\",9:\"§7- §7Lily Pad\",10:\"§7- §7Raw Fish\",11:\"§7- §7Sponge\",12:\"§7- §aEnchanted Lily Pad\",13:\"§7- §9Hunk of Blue Ice\",14:\"§7- §cRed Gift\",15:\"§7- §5Baby Yeti Pet\",16:\"§7- §5Yeti Rod\",17:\"§7- §6Baby Yeti Pet\",18:\"§7- §6Hilt of True Ice\",19:\"\",20:\"§cRequirements:\",21:\"§7- Fishing Skill 25\",22:\"§7- §bJerry Pond\",23:\"§7- §bFished from water\",24:\"\",25:\"§6§lLEGENDARY\"],Name:\"§3Yeti (Sea Creature)\"},ExtraAttributes:{id:\"YETI_SC\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0f7e2dc4-3319-41d6-85dc-cc7a9bae89bb\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWIxMjY4MTRmYzNmYTg0NmRhZDkzNGMzNDk2MjhhN2ExZGU1YjQxNTAyMWEwM2VmNDIxMWQ2MjUxNGQ1In19fQ\"}]}},display:{Lore:[0:\"§7The Yeti is a Legendary mob unlocked from Fishing\",1:\"§7level 25. It can only be fished at Jerry Pond.\",2:\"§7It uses a similar ability to the \\\"Terrain Toss\\\" ability\",3:\"§7of the Yeti Sword.\",4:\"\",5:\"§c❤ Health§8: §c2,000,000\",6:\"\",7:\"§6§lLEGENDARY\"],Name:\"§3Yeti (Sea Creature)\"},ExtraAttributes:{id:\"YETI_SC\"}}", "damage": 3, "lore": [ "§7The Yeti is a Legendary mob unlocked from Fishing", @@ -9,34 +9,76 @@ "§7It uses a similar ability to the \"Terrain Toss\" ability", "§7of the Yeti Sword.", "", - "§c❤ Health§8: §c2.000.000", - "", - "§cDrops:", - "§7- §7Ice", - "§7- §7Lily Pad", - "§7- §7Raw Fish", - "§7- §7Sponge", - "§7- §aEnchanted Lily Pad", - "§7- §9Hunk of Blue Ice", - "§7- §cRed Gift", - "§7- §5Baby Yeti Pet", - "§7- §5Yeti Rod", - "§7- §6Baby Yeti Pet", - "§7- §6Hilt of True Ice", - "", - "§cRequirements:", - "§7- Fishing Skill 25", - "§7- §bJerry Pond", - "§7- §bFished from water", + "§c❤ Health§8: §c2,000,000", "", "§6§lLEGENDARY" ], "internalname": "YETI_SC", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Yeti" + "https://hypixel-skyblock.fandom.com/wiki/Yeti", + "https://wiki.hypixel.net/Yeti" ], - "crafttext": "" -} + "crafttext": "", + "recipes": [ + { + "name": "§cYeti", + "coins": 1, + "level": 175, + "xp": 1, + "render": "@neurepo:mobs/yeti.json", + "panorama": "winter", + "type": "drops", + "extra": [ + "§cRequirements:", + "§7- Fishing Skill 24", + "§7- §bJerry Pond", + "§7- §bFished from water" + ], + "drops": [ + { + "id": "ICE:20", + "chance": "100%" + }, + { + "id": "WATER_LILY:32", + "chance": "25%" + }, + { + "id": "RAW_FISH:20", + "chance": "100%" + }, + { + "id": "SPONGE", + "chance": "100%" + }, + { + "id": "BLUE_ICE_HUNK", + "chance": "20%" + }, + { + "id": "RED_GIFT", + "chance": "100%" + }, + { + "id": "BABY_YETI;3", + "chance": "3%" + }, + { + "id": "YETI_ROD", + "chance": "2%" + }, + { + "id": "BABY_YETI;4", + "chance": "0.8%" + }, + { + "id": "HILT_OF_TRUE_ICE", + "chance": "1.5%" + } + ] + } + ] +}
\ No newline at end of file |