diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-06 00:15:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 18:15:22 -0400 |
commit | 207e0ee6ed384dc8f8f66ac94684cc838ec74698 (patch) | |
tree | be31fcd39d9a83f60af0723ae22c8ab3510c8e6a /items/SEA_ARCHER_SC.json | |
parent | e0378a48c581b70571887a1bb44fbd4a3c74df99 (diff) | |
download | NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.tar.gz NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.tar.bz2 NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.zip |
SB Changes, Mobs Part 2 and Easter Things (#456)
* constants things
* SB Changes and Easter Things
* Mobs
* Update pls no hate
Diffstat (limited to 'items/SEA_ARCHER_SC.json')
-rw-r--r-- | items/SEA_ARCHER_SC.json | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/items/SEA_ARCHER_SC.json b/items/SEA_ARCHER_SC.json index 72f83047..911f58d7 100644 --- a/items/SEA_ARCHER_SC.json +++ b/items/SEA_ARCHER_SC.json @@ -1,21 +1,35 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§3Sea Archer (Sea Creature)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Sea Archer is an Uncommon sea creature that\",1:\"§7spawns while fishing after unlocking Fishing level IX.\",2:\"§7He looks like a normal Skeleton, and carries an\",3:\"§7enchanted Bow. He also wears an Enchanted Armor,\",4:\"§7probably a dyed Leather Armor.\"],Name:\"§3Sea Archer (Sea Creature)\"},ExtraAttributes:{id:\"SEA_ARCHER_SC\"}}", + "nbttag": "{ench:[],display:{Lore:[0:\"§7The Sea Archer is an Uncommon sea creature that\",1:\"§7spawns while fishing after unlocking Fishing level IX.\",2:\"§7He looks like a normal Skeleton, and carries an\",3:\"§7enchanted Bow. He also wears an Enchanted Armor,\",4:\"§7probably a dyed Leather Armor.\",5:\"\",6:\"§c❤ Health§8: §c7.000\",7:\"\",8:\"§cDrops:\",9:\"§7- §7Bone\",10:\"§7- §7Enchanted Bone\",11:\"§7- §7Lily Pad\",12:\"§7- §7Raw Fish\",13:\"\",14:\"§cRequirements:\",15:\"§7- Fishing Skill 9\",16:\"\",17:\"§a§lUNCOMMON\"],Name:\"§3Sea Archer (Sea Creature)\"},ExtraAttributes:{id:\"SEA_ARCHER_SC\"}}", "damage": 51, "lore": [ "§7The Sea Archer is an Uncommon sea creature that", "§7spawns while fishing after unlocking Fishing level IX.", "§7He looks like a normal Skeleton, and carries an", "§7enchanted Bow. He also wears an Enchanted Armor,", - "§7probably a dyed Leather Armor." + "§7probably a dyed Leather Armor.", + "", + "§c❤ Health§8: §c7.000", + "", + "§cDrops:", + "§7- §7Bone", + "§7- §7Enchanted Bone", + "§7- §7Lily Pad", + "§7- §7Raw Fish", + "", + "§cRequirements:", + "§7- Fishing Skill 9", + "", + "§a§lUNCOMMON" ], "internalname": "SEA_ARCHER_SC", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sea_Archer" ], - "entityrender": "Skeleton" + "entityrender": "Skeleton", + "crafttext": "" }
\ No newline at end of file |