diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-03 21:08:33 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-03 21:08:33 -0400 |
commit | 9e10cb8251ce059f9a4cc091ca33437f3b1705fb (patch) | |
tree | deabeb4ea94e96a96340bb5a18b3d9aa609f22c0 /items/HOLY_DRAGON_LEGGINGS.json | |
parent | 32b05164af402c1566ab956ba9d58ae430d058cc (diff) | |
download | NotEnoughUpdates-REPO-9e10cb8251ce059f9a4cc091ca33437f3b1705fb.tar.gz NotEnoughUpdates-REPO-9e10cb8251ce059f9a4cc091ca33437f3b1705fb.tar.bz2 NotEnoughUpdates-REPO-9e10cb8251ce059f9a4cc091ca33437f3b1705fb.zip |
Fixed Holy Dragon Armor
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 |