diff options
author | jani270 <jani270@gmx.de> | 2022-04-22 06:57:21 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2022-04-22 06:57:21 +0200 |
commit | 63769b63076a9951a3089abf519b3e9fff825b13 (patch) | |
tree | 2fd8b4b8155e4a53e6ff4279c9685b81d9346fb7 /items/TIGER_SHARK_SC.json | |
parent | bbe06336ddc4d9480a9cb4792dbbcdfa2cd6b4b4 (diff) | |
download | NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.tar.gz NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.tar.bz2 NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.zip |
Nether stuff and mob recipes
Diffstat (limited to 'items/TIGER_SHARK_SC.json')
-rw-r--r-- | items/TIGER_SHARK_SC.json | 48 |
1 files changed, 34 insertions, 14 deletions
diff --git a/items/TIGER_SHARK_SC.json b/items/TIGER_SHARK_SC.json index 19ac8bcd..f6bc3e68 100644 --- a/items/TIGER_SHARK_SC.json +++ b/items/TIGER_SHARK_SC.json @@ -1,34 +1,54 @@ { "itemid": "minecraft:skull", "displayname": "§3Tiger Shark (Sea Creature)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9759a0b6-2a7f-4265-8271-e5dd183e0fb4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTk0YWU0MzNiMzAxYzdmYjdjNjhjYmE2MjViMGJkMzZiMGIxNDE5MGYyMGUzNGE3YzhlZTBkOWRlMDZkNTNiOSJ9fX0===\"}]}},display:{Lore:[0:\"§7The Tiger 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 18.\",3:\"\",4:\"§c❤ Health§8: §c250.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §9Shark Fin\",8:\"§7- §5Tiger Shark Tooth\",9:\"§7- §5Megalodon\",10:\"\",11:\"§cRequirements:\",12:\"§7- Fishing Skill 18\",13:\"§7- §9Fishing Festival\",14:\"§7- §bFished from water\",15:\"\",16:\"§c§lSPECIAL\"],Name:\"§3Tiger Shark (Sea Creature)\"},ExtraAttributes:{id:\"TIGER_SHARK_SC\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9759a0b6-2a7f-4265-8271-e5dd183e0fb4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTk0YWU0MzNiMzAxYzdmYjdjNjhjYmE2MjViMGJkMzZiMGIxNDE5MGYyMGUzNGE3YzhlZTBkOWRlMDZkNTNiOSJ9fX0===\"}]}},display:{Lore:[0:\"§7The Tiger 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 18.\",3:\"\",4:\"§c❤ Health§8: §c250,000\",5:\"\",6:\"§c§lSPECIAL\"],Name:\"§3Tiger Shark (Sea Creature)\"},ExtraAttributes:{id:\"TIGER_SHARK_SC\"}}", "damage": 3, "lore": [ "§7The Tiger 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 18.", "", - "§c❤ Health§8: §c250.000", - "", - "§cDrops:", - "§7- §9Shark Fin", - "§7- §5Tiger Shark Tooth", - "§7- §5Megalodon", - "", - "§cRequirements:", - "§7- Fishing Skill 18", - "§7- §9Fishing Festival", - "§7- §bFished from water", + "§c❤ Health§8: §c250,000", "", "§c§lSPECIAL" ], "internalname": "TIGER_SHARK_SC", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Tiger_Shark", "https://wiki.hypixel.net/Tiger_Shark" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "name": "§cTiger Shark", + "coins": 20, + "xp": 80, + "render": "@neurepo:mobs/tiger_shark.json", + "panorama": "hub", + "type": "drops", + "extra": [ + "§cRequirements:", + "§7- Fishing Skill 18", + "§7- §9Fishing Festival", + "§7- §bFished from water" + ], + "drops": [ + { + "id": "SHARK_FIN:8", + "chance": "100%" + }, + { + "id": "TIGER_SHARK_TOOTH", + "chance": "10%" + }, + { + "id": "MEGALODON;3", + "chance": "1%" + } + ] + } + ] }
\ No newline at end of file |