diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-19 09:14:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 18:14:54 +1100 |
commit | 5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc (patch) | |
tree | 6ae23d4819eb974901de2743065c3ad23327dd06 /items/NURSE_SHARK_SC.json | |
parent | c02c2d3e9d856aed9a5d118da8f3839897cf68c3 (diff) | |
download | NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.gz NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.bz2 NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.zip |
NEU 2.1 Things (#660)
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>
Co-authored-by: nea <romangraef@gmail.com>
Co-authored-by: efefury <69400149+efefury@users.noreply.github.com>
Diffstat (limited to 'items/NURSE_SHARK_SC.json')
-rw-r--r-- | items/NURSE_SHARK_SC.json | 51 |
1 files changed, 35 insertions, 16 deletions
diff --git a/items/NURSE_SHARK_SC.json b/items/NURSE_SHARK_SC.json index dc5908a7..0ec97c6f 100644 --- a/items/NURSE_SHARK_SC.json +++ b/items/NURSE_SHARK_SC.json @@ -1,32 +1,51 @@ { "itemid": "minecraft:skull", "displayname": "§3Nurse Shark (Sea Creature)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8945bd10-8760-3922-8945-bd1087607922\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjA2N2NjZWZiYTVkODExZjQ3ZTNlMTg0Mzg1NTZiNzA0MzkzYWFmY2FmY2NlZGQ1ZDA5ODE5OTkyODZmNTk4YSJ9fX0\"}]}},display:{Lore:[0:\"§7The Nurse Shark is one of 4 sharks added in the fishing aspect of the\",1:\"§7community center update. It can be caught during fishing festivals\",2:\"§7while Marina is mayor by those of at least Fishing Level 5.\",3:\"\",4:\"§c❤ Health§8: §c2.500\",5:\"\",6:\"§cDrops:\",7:\"§7- §9Shark Fin\",8:\"§7- §aNurse Shark Tooth\",9:\"\",10:\"§cRequirements:\",11:\"§7- Fishing Skill 5\",12:\"§7- §9Fishing Festival\",13:\"§7- §bFished from water\",14:\"\",15:\"§c§lSPECIAL\"],Name:\"§3Nurse Shark (Sea Creature)\"},ExtraAttributes:{id:\"NURSE_SHARK_SC\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8945bd10-8760-3922-8945-bd1087607922\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjA2N2NjZWZiYTVkODExZjQ3ZTNlMTg0Mzg1NTZiNzA0MzkzYWFmY2FmY2NlZGQ1ZDA5ODE5OTkyODZmNTk4YSJ9fX0\"}]}},display:{Lore:[0:\"§7The Nurse Shark is one of 4 sharks added in the fishing aspect of the\",1:\"§7community center update. It can be caught during fishing festivals\",2:\"§7while Marina is mayor by those of at least Fishing Level 5.\",3:\"\",4:\"§c❤ Health§8: §c2,500\",5:\"\",6:\"§c§lSPECIAL\"],Name:\"§3Nurse Shark (Sea Creature)\"},ExtraAttributes:{id:\"NURSE_SHARK_SC\"}}", "damage": 3, "lore": [ "§7The Nurse Shark is one of 4 sharks added in the fishing aspect of the", "§7community center update. It can be caught during fishing festivals", "§7while Marina is mayor by those of at least Fishing Level 5.", "", - "§c❤ Health§8: §c2.500", - "", - "§cDrops:", - "§7- §9Shark Fin", - "§7- §aNurse Shark Tooth", - "", - "§cRequirements:", - "§7- Fishing Skill 5", - "§7- §9Fishing Festival", - "§7- §bFished from water", + "§c❤ Health§8: §c2,500", "", "§c§lSPECIAL" ], "internalname": "NURSE_SHARK_SC", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Nurse_Shark" + "https://hypixel-skyblock.fandom.com/wiki/Nurse_Shark", + "https://wiki.hypixel.net/Nurse_Shark" ], - "crafttext": "" -} + "crafttext": "", + "recipes": [ + { + "name": "§cNurse Shark", + "level": 6, + "coins": 5, + "xp": 20, + "render": "@neurepo:mobs/nurse_shark.json", + "panorama": "hub", + "type": "drops", + "extra": [ + "§cRequirements:", + "§7- Fishing Skill 5", + "§7- §9Fishing Festival", + "§7- §bFished from water" + ], + "drops": [ + { + "id": "SHARK_FIN:2", + "chance": "100%" + }, + { + "id": "NURSE_SHARK_TOOTH", + "chance": "10%" + } + ] + } + ] +}
\ No newline at end of file |