diff options
author | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
commit | 2d2d7db222a466ea627238d005400b44b93e227b (patch) | |
tree | 4e44e1972bb494ab126624225d38c37e9e99e232 /items/PROTECTOR_DRAGON_BOOTS.json | |
parent | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (diff) | |
download | NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.gz NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.bz2 NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.zip |
Update items to RELEASE-1.0
Diffstat (limited to 'items/PROTECTOR_DRAGON_BOOTS.json')
-rw-r--r-- | items/PROTECTOR_DRAGON_BOOTS.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/PROTECTOR_DRAGON_BOOTS.json b/items/PROTECTOR_DRAGON_BOOTS.json index d06aa3c5..3efd58af 100644 --- a/items/PROTECTOR_DRAGON_BOOTS.json +++ b/items/PROTECTOR_DRAGON_BOOTS.json @@ -1,11 +1,8 @@ { - "internalname": "PROTECTOR_DRAGON_BOOTS", "itemid": "minecraft:leather_boots", - "displayname": "Protector Dragon Boots", - "clickcommand": "viewrecipe", + "displayname": "§6Protector Dragon Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+60 HP\",1:\"§7Defense: §a+115\",2:\"\",3:\"§6Full Set Bonus: Protective Blood\",4:\"§7Increases the defense of each\",5:\"§7armor piece by §a+1%§7 §a❈\",6:\"§aDefense§7 for each missing\",7:\"§7percent of HP.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§6§lLEGENDARY BOOTS\"],color:10065803,Name:\"§6Protector Dragon Boots\"},ExtraAttributes:{id:\"PROTECTOR_DRAGON_BOOTS\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+60 HP\",1:\"§7Defense: §a+115\",2:\"\",3:\"§6Full Set Bonus: Protective Blood\",4:\"§7Increases the defense of each\",5:\"§7armor piece by §a+1%§7 §a❈\",6:\"§aDefense§7 for each missing\",7:\"§7percent of HP.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§6§lLEGENDARY BOOTS\"],color:10065803,Name:\"§6Protector Dragon Boots\"},ExtraAttributes:{color:\"153:151:139\",originTag:\"QUICK_CRAFTING\",id:\"PROTECTOR_DRAGON_BOOTS\",uuid:\"c878484a-e728-4a11-bea2-3c5b1d6b0395\",timestamp:\"3/30/20 8:13 PM\"}}", - "modver": "1.0.0", "lore": [ "§7Health: §a+60 HP", "§7Defense: §a+115", @@ -18,5 +15,23 @@ "", "§7§8This item can be reforged!", "§6§lLEGENDARY BOOTS" + ], + "recipe": { + "A1": "PROTECTOR_FRAGMENT:10", + "A2": "", + "A3": "PROTECTOR_FRAGMENT:10", + "B1": "PROTECTOR_FRAGMENT:10", + "B2": "", + "B3": "PROTECTOR_FRAGMENT:10", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "PROTECTOR_DRAGON_BOOTS", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Protector_Dragon_Armor" ] }
\ No newline at end of file |