diff options
author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-08-20 06:26:11 +1000 |
---|---|---|
committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-08-20 06:26:11 +1000 |
commit | d673233ca2315e92ec703a9d39ac3c436fa9fad1 (patch) | |
tree | 1cd56a32dc76b2c7173b2232049abc426793599e /items/HOLY_DRAGON_LEGGINGS.json | |
parent | 885669e05fb9476f3c96fca471df19588430fc24 (diff) | |
parent | a6d765c01b809e775c0dc1bc6c10ac8576086709 (diff) | |
download | NotEnoughUpdates-REPO-d673233ca2315e92ec703a9d39ac3c436fa9fad1.tar.gz NotEnoughUpdates-REPO-d673233ca2315e92ec703a9d39ac3c436fa9fad1.tar.bz2 NotEnoughUpdates-REPO-d673233ca2315e92ec703a9d39ac3c436fa9fad1.zip |
Merge branch 'master' of https://github.com/Moulberry/NotEnoughUpdates-REPO
Diffstat (limited to 'items/HOLY_DRAGON_LEGGINGS.json')
-rw-r--r-- | items/HOLY_DRAGON_LEGGINGS.json | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/items/HOLY_DRAGON_LEGGINGS.json b/items/HOLY_DRAGON_LEGGINGS.json index bc33bd30..dd441028 100644 --- a/items/HOLY_DRAGON_LEGGINGS.json +++ b/items/HOLY_DRAGON_LEGGINGS.json @@ -1,11 +1,11 @@ { "internalname": "HOLY_DRAGON_LEGGINGS", - "itemid": 300, + "itemid": "minecraft:leather_leggings", "displayname": "§6Holy Dragon Leggings", - "clickcommand": "", + "clickcommand": "viewrecipe", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+155 HP\",1:\"§7Defense: §a+140\",2:\"\",3:\"§6Full Set Bonus: Holy Blood\",4:\"§7Increases the natural health\",5:\"§7regeneration of you and all\",6:\"§7players in a §a6§7 block radius\",7:\"§7by §a3x§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§7§4❣ §cRequires §aCombat Skill 16\",11:\"§7§4❣ §cRequires §aCatacombs Level\",12:\"§a27 §cwhile in Catacombs\",13:\"§6§lLEGENDARY LEGGINGS\"],color:4706631,Name:\"§6Holy Dragon Leggings\"},ExtraAttributes:{color:\"71:209:71\",id:\"HOLY_DRAGON_LEGGINGS\"}}", - "modver": "1.0.0", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+155 HP\",1:\"§7Defense: §a+140\",2:\"\",3:\"§6Full Set Bonus: Holy Blood\",4:\"§7Increases the natural health\",5:\"§7regeneration of you and all\",6:\"§7players in a §a6§7 block radius\",7:\"§7by §a3x§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§6§lLEGENDARY LEGGINGS\"],color:4706631,Name:\"§6Holy Dragon Leggings\"},ExtraAttributes:{color:\"71:209:71\",id:\"HOLY_DRAGON_LEGGINGS\"}}", + "modver": "1.1-REL", "lore": [ "§7Health: §a+155 HP", "§7Defense: §a+140", @@ -17,9 +17,22 @@ "§7by §a3x§7.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCombat Skill 16", - "§7§4❣ §cRequires §aCatacombs Level", - "§a27 §cwhile in Catacombs", "§6§lLEGENDARY LEGGINGS" + ], + "recipe": { + "A1": "HOLY_FRAGMENT:10", + "A2": "HOLY_FRAGMENT:10", + "A3": "HOLY_FRAGMENT:10", + "B1": "HOLY_FRAGMENT:10", + "B2": "", + "B3": "HOLY_FRAGMENT:10", + "C1": "HOLY_FRAGMENT:10", + "C2": "", + "C3": "HOLY_FRAGMENT:10" + }, + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Holy_Dragon_Armor" ] }
\ No newline at end of file |