diff options
Diffstat (limited to 'items/FROZEN_STEVE_SC.json')
-rw-r--r-- | items/FROZEN_STEVE_SC.json | 71 |
1 files changed, 53 insertions, 18 deletions
diff --git a/items/FROZEN_STEVE_SC.json b/items/FROZEN_STEVE_SC.json index e726af42..5ae3928a 100644 --- a/items/FROZEN_STEVE_SC.json +++ b/items/FROZEN_STEVE_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Frozen Steve (Sea Creature)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0a449771-7d30-43bc-9db3-3f0a8db7d833\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjA2OTFjOTljNDU1NTE3ZGVkMzdiZjM5ODA2MjI2MzYyZDdjZTYxMjVhMDRiZTcwZWM2ODNiM2M4YTI1ZmUyNCJ9fX0=\"}]}},display:{Lore:[0:\"§7The Frozen Steve is a Common Sea Creature that\",1:\"§7can only be fished up from the Jerry Pond and\",2:\"§7requires Fishing IV. \",3:\"\",4:\"§c❤ Health§8: §c700\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Ice\",8:\"§7- §7Lily Pad\",9:\"§7- §7Pufferfish\",10:\"§7- §7Raw Fish\",11:\"§7- §7Raw Salmon\",12:\"§7- §7White Gift\",13:\"§7- §aHunk of Ice\",14:\"§7- §9Ice Rod\",15:\"\",16:\"§cRequirements:\",17:\"§7- Fishing Skill 1\",18:\"§7- §bJerry Pond\",19:\"§7- §bFished from water\",20:\"\",21:\"§f§lCOMMON\"],Name:\"§3Frozen Steve (Sea Creature)\"},ExtraAttributes:{id:\"FROZEN_STEVE_SC\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0a449771-7d30-43bc-9db3-3f0a8db7d833\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjA2OTFjOTljNDU1NTE3ZGVkMzdiZjM5ODA2MjI2MzYyZDdjZTYxMjVhMDRiZTcwZWM2ODNiM2M4YTI1ZmUyNCJ9fX0=\"}]}},display:{Lore:[0:\"§7The Frozen Steve is a Common Sea Creature that\",1:\"§7can only be fished up from the Jerry Pond and\",2:\"§7requires Fishing IV. \",3:\"\",4:\"§c❤ Health§8: §c700\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§3Frozen Steve (Sea Creature)\"},ExtraAttributes:{id:\"FROZEN_STEVE_SC\"}}", "damage": 3, "lore": [ "§7The Frozen Steve is a Common Sea Creature that", @@ -10,30 +10,65 @@ "", "§c❤ Health§8: §c700", "", - "§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 1", - "§7- §bJerry Pond", - "§7- §bFished from water", - "", "§f§lCOMMON" ], "internalname": "FROZEN_STEVE_SC", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Frozen_Steve", "https://wiki.hypixel.net/Frozen_Steve" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "name": "§cFrozen Steve", + "coins": 5, + "xp": 20, + "render": "@neurepo:mobs/frozen_steve.json", + "panorama": "winter", + "type": "drops", + "extra": [ + "§cRequirements:", + "§7- Fishing Skill 1", + "§7- §bJerry Pond", + "§7- §bFished from water" + ], + "drops": [ + { + "id": "ICE:2", + "chance": "100%" + }, + { + "id": "WATER_LILY", + "chance": "100%" + }, + { + "id": "RAW_FISH-2", + "chance": "50%" + }, + { + "id": "RAW_FISH:2", + "chance": "100%" + }, + { + "id": "RAW_FISH-1:3", + "chance": "100%" + }, + { + "id": "WHITE_GIFT", + "chance": "10%" + }, + { + "id": "ICE_HUNK", + "chance": "100%" + }, + { + "id": "ICE_ROD", + "chance": "4%" + } + ] + } + ] }
\ No newline at end of file |