diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-02-04 21:40:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-04 15:40:06 -0500 |
commit | fee25e01b45adde24db7c15191ee13933443f24f (patch) | |
tree | dbe22dd32c0c834332e1fe10d389456efebf455d /items/SHARK_SCALE_LEGGINGS.json | |
parent | 1e34a3658aac7bb2a5c54ee161228e967a1692df (diff) | |
download | NotEnoughUpdates-REPO-fee25e01b45adde24db7c15191ee13933443f24f.tar.gz NotEnoughUpdates-REPO-fee25e01b45adde24db7c15191ee13933443f24f.tar.bz2 NotEnoughUpdates-REPO-fee25e01b45adde24db7c15191ee13933443f24f.zip |
Fixed and Added Things (#384)
* Mining Stuff
* Fixed Fairy Soul, fixed 2 Books, Added Jerry & Titanium Misc Things and added Tabs instead of weird Spaces
* Added Fishings Req's
* im dumb
Diffstat (limited to 'items/SHARK_SCALE_LEGGINGS.json')
-rw-r--r-- | items/SHARK_SCALE_LEGGINGS.json | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/items/SHARK_SCALE_LEGGINGS.json b/items/SHARK_SCALE_LEGGINGS.json index fccddce9..61a27d75 100644 --- a/items/SHARK_SCALE_LEGGINGS.json +++ b/items/SHARK_SCALE_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Shark Scale Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+2.5%\",1:\"\",2:\"§7Health: §a+150 HP\",3:\"§7Defense: §a+150\",4:\"\",5:\"§6Full Set Bonus: Absorb\",6:\"§7§9Doubles§7 your §a❈ Defense§7\",7:\"§7while in water.\",8:\"\",9:\"§6Full Set Bonus: Reflect\",10:\"§7§7Your sharp scales reflect\",11:\"§7§915% §7of damage onto the\",12:\"§7attacker.\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§6§lLEGENDARY LEGGINGS\"],color:11430,Name:\"§6Shark Scale Leggings\"},ExtraAttributes:{id:\"SHARK_SCALE_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+2.5%\",1:\"\",2:\"§7Health: §a+150 HP\",3:\"§7Defense: §a+150\",4:\"\",5:\"§6Full Set Bonus: Absorb\",6:\"§7§9Doubles§7 your §a❈ Defense§7\",7:\"§7while in water.\",8:\"\",9:\"§6Full Set Bonus: Reflect\",10:\"§7§7Your sharp scales reflect\",11:\"§7§915% §7of damage onto the\",12:\"§7attacker.\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§4❣ §cRequires §aFishing Skill 24\",16:\"§6§lLEGENDARY LEGGINGS\"],color:11430,Name:\"§6Shark Scale Leggings\"},ExtraAttributes:{id:\"SHARK_SCALE_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+2.5%", @@ -19,12 +19,24 @@ "§7attacker.", "", "§7§8This item can be reforged!", + "§4❣ §cRequires §aFishing Skill 24", "§6§lLEGENDARY LEGGINGS" ], "internalname": "SHARK_SCALE_LEGGINGS", + "recipe": { + "A1": "ENCHANTED_SHARK_FIN:1", + "A2": "SPONGE_LEGGINGS:1", + "A3": "ENCHANTED_SHARK_FIN:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, "crafttext": "", "clickcommand": "viewrecipe", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shark_Scale_Armor" |