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/PERFECT_HELMET_12.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/PERFECT_HELMET_12.json')
-rw-r--r-- | items/PERFECT_HELMET_12.json | 38 |
1 files changed, 22 insertions, 16 deletions
diff --git a/items/PERFECT_HELMET_12.json b/items/PERFECT_HELMET_12.json index 8cd7ab78..a6ee6173 100644 --- a/items/PERFECT_HELMET_12.json +++ b/items/PERFECT_HELMET_12.json @@ -1,24 +1,30 @@ { - "internalname": "PERFECT_HELMET_12", "itemid": "minecraft:diamond_helmet", - "displayname": "Titanic Perfect Helmet - Tier XII", - "clickcommand": "viewrecipe", + "displayname": "§6Perfect Helmet - Tier XII", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+330\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§6§lLEGENDARY HELMET\"],Name:\"§6Perfect Helmet - Tier XII\"},ExtraAttributes:{id:\"PERFECT_HELMET_12\"}}", "damage": 0, - "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+95 HP §8(Titanic +20 HP)\",1:\"§7Defense: §a+365 §8(Titanic +20)\",2:\"\",3:\"§9Growth V\",4:\"§7Grants §a+75 §c❤ Health§7.\",5:\"§9Protection V\",6:\"§7Grants §a+15 §a❈ Defense§7.\",7:\"§9Thorns III\",8:\"§7Grants a §a50% §7chance to\",9:\"§7rebound §a9% §7of damage dealt\",10:\"§7back at the attacker.\",11:\"\",12:\"§6§lLEGENDARY HELMET\"],Name:\"§6Titanic Perfect Helmet - Tier XII\"},ExtraAttributes:{modifier:\"titanic\",originTag:\"PERFECT_HELMET_11_UPGRADE\",id:\"PERFECT_HELMET_12\",enchantments:{thorns:3,growth:5,protection:5},uuid:\"5e0da70a-1a39-4834-9611-4605f8188d92\",anvil_uses:1,timestamp:\"3/28/20 6:02 AM\"}}", - "modver": "1.0.0", "lore": [ - "§7Health: §a+95 HP §8(Titanic +20 HP)", - "§7Defense: §a+365 §8(Titanic +20)", - "", - "§9Growth V", - "§7Grants §a+75 §c❤ Health§7.", - "§9Protection V", - "§7Grants §a+15 §a❈ Defense§7.", - "§9Thorns III", - "§7Grants a §a50% §7chance to", - "§7rebound §a9% §7of damage dealt", - "§7back at the attacker.", + "§7Defense: §a+330", "", + "§7§8This item can be reforged!", "§6§lLEGENDARY HELMET" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_HELMET_11:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_HELMET_12", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" ] }
\ No newline at end of file |