diff options
Diffstat (limited to 'items/SUPERIOR_DRAGON_BOOTS.json')
-rw-r--r-- | items/SUPERIOR_DRAGON_BOOTS.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/SUPERIOR_DRAGON_BOOTS.json b/items/SUPERIOR_DRAGON_BOOTS.json index 6f07ccda..cce82656 100644 --- a/items/SUPERIOR_DRAGON_BOOTS.json +++ b/items/SUPERIOR_DRAGON_BOOTS.json @@ -1,11 +1,8 @@ { - "internalname": "SUPERIOR_DRAGON_BOOTS", "itemid": "minecraft:leather_boots", - "displayname": "Superior Dragon Boots", - "clickcommand": "viewrecipe", + "displayname": "§6Superior Dragon Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+10\",1:\"§7Crit Chance: §c+2%\",2:\"§7Crit Damage: §c+10%\",3:\"\",4:\"§7Health: §a+80 HP\",5:\"§7Defense: §a+110\",6:\"§7Speed: §a+3\",7:\"§7Intelligence: §a+25\",8:\"\",9:\"§6Full Set Bonus: Superior Blood\",10:\"§7All your stats are increased by\",11:\"§7§a5%§7 and §6Aspect of the\",12:\"§6Dragons§7 ability deals §a50%§7\",13:\"§7more damage.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§6§lLEGENDARY BOOTS\"],color:15883544,Name:\"§6Superior Dragon Boots\"},ExtraAttributes:{id:\"SUPERIOR_DRAGON_BOOTS\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+10\",1:\"§7Crit Chance: §c+2%\",2:\"§7Crit Damage: §c+10%\",3:\"\",4:\"§7Health: §a+80 HP\",5:\"§7Defense: §a+110\",6:\"§7Speed: §a+3\",7:\"§7Intelligence: §a+25\",8:\"\",9:\"§6Full Set Bonus: Superior Blood\",10:\"§7All your stats are increased by\",11:\"§7§a5%§7 and §6Aspect of the\",12:\"§6Dragons§7 ability deals §a50%§7\",13:\"§7more damage.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§6§lLEGENDARY BOOTS\"],color:15883544,Name:\"§6Superior Dragon Boots\"},ExtraAttributes:{color:\"242:93:24\",originTag:\"CRAFTING_GRID_SHIFT\",id:\"SUPERIOR_DRAGON_BOOTS\",uuid:\"17c11ac7-936d-4df2-859a-56b90f2c2bf9\",timestamp:\"3/30/20 1:44 PM\"}}", - "modver": "1.0.0", "lore": [ "§7Strength: §c+10", "§7Crit Chance: §c+2%", @@ -24,5 +21,23 @@ "", "§7§8This item can be reforged!", "§6§lLEGENDARY BOOTS" + ], + "recipe": { + "A1": "SUPERIOR_FRAGMENT:10", + "A2": "", + "A3": "SUPERIOR_FRAGMENT:10", + "B1": "SUPERIOR_FRAGMENT:10", + "B2": "", + "B3": "SUPERIOR_FRAGMENT:10", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "SUPERIOR_DRAGON_BOOTS", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Superior_Dragon_Armor" ] }
\ No newline at end of file |