diff options
Diffstat (limited to 'items/MASTIFF_CHESTPLATE.json')
-rw-r--r-- | items/MASTIFF_CHESTPLATE.json | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/items/MASTIFF_CHESTPLATE.json b/items/MASTIFF_CHESTPLATE.json index 98ac9c21..973ad925 100644 --- a/items/MASTIFF_CHESTPLATE.json +++ b/items/MASTIFF_CHESTPLATE.json @@ -1,10 +1,10 @@ { "internalname": "MASTIFF_CHESTPLATE", "itemid": "minecraft:golden_chestplate", - "displayname": "Mastiff Chestplate", - "clickcommand": "viewrecipe", + "displayname": "§5Mastiff Chestplate", + "clickcommand": "", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+500 HP\",1:\"§7Defense: §a-10,000\",2:\"\",3:\"§6Full Set Bonus: Absolute Unit\",4:\"§c+50❤ §7per §c1% Crit Damage\",5:\"§7Regain §c2% §7of §cmax ❤ §7when hit. §8(1s cd)\",6:\"§7Receive §a-20% §7damage from wolves.\",7:\"§7Your crit damage is §950% §7less effective.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§c☠ §5Requires Wolf LVL 4\",11:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Mastiff Chestplate\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"MASTIFF_CHESTPLATE\",uuid:\"47324c16-5773-4755-b983-6526486ebdba\",timestamp:\"3/31/20 1:09 AM\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+500 HP\",1:\"§7Defense: §a-10,000\",2:\"\",3:\"§6Full Set Bonus: Absolute Unit\",4:\"§c+50❤ §7per §c1% Crit Damage\",5:\"§7Regain §c2% §7of §cmax ❤ §7when hit. §8(1s cd)\",6:\"§7Receive §a-20% §7damage from wolves.\",7:\"§7Your crit damage is §950% §7less effective.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§c☠ §5Requires Wolf LVL 4\",11:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Mastiff Chestplate\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"MASTIFF_CHESTPLATE\",uuid:\"7bbc7f01-40e6-49cc-9c28-288901e80163\",timestamp:\"4/1/20 8:32 PM\"}}", "modver": "1.0.0", "lore": [ "§7Health: §a+500 HP", @@ -19,5 +19,21 @@ "§7§8This item can be reforged!", "§c☠ §5Requires Wolf LVL 4", "§5§lEPIC CHESTPLATE" + ], + "recipe": { + "A1": "GOLDEN_TOOTH:1", + "A2": "ENCHANTED_GOLD:16", + "A3": "GOLDEN_TOOTH:1", + "B1": "ENCHANTED_GOLD:16", + "B2": "GROWTH_CHESTPLATE:1", + "B3": "ENCHANTED_GOLD:16", + "C1": "GOLDEN_TOOTH:1", + "C2": "ENCHANTED_GOLD:16", + "C3": "GOLDEN_TOOTH:1" + }, + "clickcommand": "viewrecipe", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mastiff_Armor" ] }
\ No newline at end of file |