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/STRONG_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/STRONG_DRAGON_BOOTS.json')
-rw-r--r-- | items/STRONG_DRAGON_BOOTS.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/STRONG_DRAGON_BOOTS.json b/items/STRONG_DRAGON_BOOTS.json index 24a3775c..6d6dc37c 100644 --- a/items/STRONG_DRAGON_BOOTS.json +++ b/items/STRONG_DRAGON_BOOTS.json @@ -1,11 +1,8 @@ { - "internalname": "STRONG_DRAGON_BOOTS", "itemid": "minecraft:leather_boots", - "displayname": "Strong Dragon Boots", - "clickcommand": "viewrecipe", + "displayname": "§6Strong Dragon Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"\",2:\"§7Health: §a+60 HP\",3:\"§7Defense: §a+90\",4:\"\",5:\"§6Full Set Bonus: Strong Blood\",6:\"§7Improves §9Aspect of the End\",7:\"§8⋗ §c+75 Damage\",8:\"\",9:\"§7Instant Transmission:\",10:\"§8⋗ §a+2 §7teleport range\",11:\"§8⋗ §a+3 §7seconds\",12:\"§8⋗ §c+5❁ Strength §7on cast\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§6§lLEGENDARY BOOTS\"],color:15782180,Name:\"§6Strong Dragon Boots\"},ExtraAttributes:{id:\"STRONG_DRAGON_BOOTS\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"\",2:\"§7Health: §a+60 HP\",3:\"§7Defense: §a+90\",4:\"\",5:\"§6Full Set Bonus: Strong Blood\",6:\"§7Improves §9Aspect of the End\",7:\"§8⋗ §c+75 Damage\",8:\"\",9:\"§7Instant Transmission:\",10:\"§8⋗ §a+2 §7teleport range\",11:\"§8⋗ §a+3 §7seconds\",12:\"§8⋗ §c+5❁ Strength §7on cast\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§6§lLEGENDARY BOOTS\"],color:15782180,Name:\"§6Strong Dragon Boots\"},ExtraAttributes:{color:\"240:209:36\",originTag:\"CRAFTING_GRID_COLLECT\",id:\"STRONG_DRAGON_BOOTS\",uuid:\"cd9eae09-19a2-41bb-8f46-cfac52d5f3e0\",timestamp:\"3/31/20 3:17 AM\"}}", - "modver": "1.0.0", "lore": [ "§7Strength: §c+25", "", @@ -23,5 +20,23 @@ "", "§7§8This item can be reforged!", "§6§lLEGENDARY BOOTS" + ], + "recipe": { + "A1": "STRONG_FRAGMENT:10", + "A2": "", + "A3": "STRONG_FRAGMENT:10", + "B1": "STRONG_FRAGMENT:10", + "B2": "", + "B3": "STRONG_FRAGMENT:10", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "STRONG_DRAGON_BOOTS", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Strong_Dragon_Armor" ] }
\ No newline at end of file |