diff options
Diffstat (limited to 'items/NIGHT_SQUID_SC.json')
-rw-r--r-- | items/NIGHT_SQUID_SC.json | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/items/NIGHT_SQUID_SC.json b/items/NIGHT_SQUID_SC.json index 54e7a3f7..fcbbe786 100644 --- a/items/NIGHT_SQUID_SC.json +++ b/items/NIGHT_SQUID_SC.json @@ -1,20 +1,37 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§3Night Squid (Sea Creature)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7Night Squid is a rarer variant of the Squid found only\",1:\"§7at night while using Dark Bait. The Night Squid emits\",2:\"§7particles and drops Squid Boots only obtainable\",3:\"§7from the Night Squid.\"],Name:\"§3Night Squid (Sea Creature)\"},ExtraAttributes:{id:\"NIGHT_SQUID_SC\"}}", + "nbttag": "{ench:[],display:{Lore:[0:\"§7Night Squid is a rarer variant of the Squid found only\",1:\"§7at night while using Dark Bait. The Night Squid emits\",2:\"§7particles and drops Squid Boots only obtainable\",3:\"§7from the Night Squid.\",4:\"\",5:\"§c❤ Health§8: §c4.000\",6:\"\",7:\"§cDrops:\",8:\"§7- §7Ink Sack\",9:\"§7- §7Lily Pad\",10:\"§7- §aFishing Exp Boost\",11:\"§7- §aSquid Boots\",12:\"§7- §9Fishing Exp Boost\",13:\"\",14:\"§cRequirements:\",15:\"§7- Fishing Skill 3\",16:\"§7- Nighttime\",17:\"§7- Darkbait\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§3Night Squid (Sea Creature)\"},ExtraAttributes:{id:\"NIGHT_SQUID_SC\"}}", "damage": 94, "lore": [ "§7Night Squid is a rarer variant of the Squid found only", "§7at night while using Dark Bait. The Night Squid emits", "§7particles and drops Squid Boots only obtainable", - "§7from the Night Squid." + "§7from the Night Squid.", + "", + "§c❤ Health§8: §c4.000", + "", + "§cDrops:", + "§7- §7Ink Sack", + "§7- §7Lily Pad", + "§7- §aFishing Exp Boost", + "§7- §aSquid Boots", + "§7- §9Fishing Exp Boost", + "", + "§cRequirements:", + "§7- Fishing Skill 3", + "§7- Nighttime", + "§7- Darkbait", + "", + "§f§lCOMMON" ], "internalname": "NIGHT_SQUID_SC", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Night_Squid" ], - "entityrender": "Squid" + "entityrender": "Squid", + "crafttext": "" }
\ No newline at end of file |