diff options
Diffstat (limited to 'items/GRINCH_SC.json')
-rw-r--r-- | items/GRINCH_SC.json | 53 |
1 files changed, 38 insertions, 15 deletions
diff --git a/items/GRINCH_SC.json b/items/GRINCH_SC.json index d76bd9e1..e0c8579c 100644 --- a/items/GRINCH_SC.json +++ b/items/GRINCH_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Grinch (Sea Creature)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c1f891d62-66c0-45dd-82a4-44669aeb19fa\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTljODlhODg5YzRiYjQyMWVhOWM1NmNiZWFlN2FmMWU2ZDg1ZjRmYWZmMzRhY2JhNzJlMWE4ZDVjNDExNmE4In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7The Grinch is a Sea Creature that can only be fished up from the Jerry Pond. \",1:\"§7It is very fast, and tries to throw itself in to the Void. \",2:\"§7It takes only §c1❤ §7each hit and drops 1 Gift every time it is damaged.\",3:\"\",4:\"§c❤ Health§8: §c10\",5:\"\",6:\"§cDrops:\",7:\"§7- §7White Gift\",8:\"§7- §aGreen Gift\",9:\"\",10:\"§cRequirements:\",11:\"§7- Fishing Skill 21\",12:\"§7- §bJerry Pond\",13:\"§7- §bFished from water\",14:\"\",15:\"§a§lUNCOMMON\"],Name:\"§3Grinch (Sea Creature)\"},ExtraAttributes:{id:\"GRINCH_SC\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c1f891d62-66c0-45dd-82a4-44669aeb19fa\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTljODlhODg5YzRiYjQyMWVhOWM1NmNiZWFlN2FmMWU2ZDg1ZjRmYWZmMzRhY2JhNzJlMWE4ZDVjNDExNmE4In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7The Grinch is a Sea Creature that can only be fished up from the Jerry Pond. \",1:\"§7It is very fast, and tries to throw itself in to the Void. \",2:\"§7It takes only §c1❤ §7each hit and drops 1 Gift every time it is damaged.\",3:\"\",4:\"§c❤ Health§8: §c10\",5:\"\",6:\"§a§lUNCOMMON\"],Name:\"§3Grinch (Sea Creature)\"},ExtraAttributes:{id:\"GRINCH_SC\"}}", "damage": 3, "lore": [ "§7The Grinch is a Sea Creature that can only be fished up from the Jerry Pond. ", @@ -10,23 +10,46 @@ "", "§c❤ Health§8: §c10", "", - "§cDrops:", - "§7- §7White Gift", - "§7- §aGreen Gift", - "", - "§cRequirements:", - "§7- Fishing Skill 21", - "§7- §bJerry Pond", - "§7- §bFished from water", - "", "§a§lUNCOMMON" ], "internalname": "GRINCH_SC", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Grinch" + "https://hypixel-skyblock.fandom.com/wiki/Grinch", + "https://wiki.hypixel.net/Grinch" ], - "crafttext": "" -} + "crafttext": "", + "recipes": [ + { + "name": "§cGrinch", + "level": 21, + "coins": 10, + "xp": 25, + "render": "@neurepo:mobs/grinch.json", + "panorama": "winter", + "type": "drops", + "extra": [ + "§cRequirements:", + "§7- Fishing Skill 21", + "§7- §bJerry Pond", + "§7- §bFished from water" + ], + "drops": [ + { + "id": "WHITE_GIFT:1", + "chance": "100%" + }, + { + "id": "GREEN_GIFT", + "chance": "100%" + }, + { + "id": "RED_GIFT", + "chance": "100%" + } + ] + } + ] +}
\ No newline at end of file |