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_CHESTPLATE_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_CHESTPLATE_12.json')
-rw-r--r-- | items/PERFECT_CHESTPLATE_12.json | 31 |
1 files changed, 21 insertions, 10 deletions
diff --git a/items/PERFECT_CHESTPLATE_12.json b/items/PERFECT_CHESTPLATE_12.json index b8783d08..9a8468fe 100644 --- a/items/PERFECT_CHESTPLATE_12.json +++ b/items/PERFECT_CHESTPLATE_12.json @@ -1,19 +1,30 @@ { - "internalname": "PERFECT_CHESTPLATE_12", "itemid": "minecraft:diamond_chestplate", - "displayname": "Godly Perfect Chestplate - Tier XII", - "clickcommand": "viewrecipe", + "displayname": "§6Perfect Chestplate - Tier XII", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+380\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Perfect Chestplate - Tier XII\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_12\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+10 §c(Godly +10)\",1:\"§7Crit Chance: §c+5% §c(Godly +5%)\",2:\"§7Crit Damage: §c+8% §c(Godly +8%)\",3:\"\",4:\"§7Defense: §a+380\",5:\"§7Intelligence: §a+5 §c(Godly +5)\",6:\"\",7:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Godly Perfect Chestplate - Tier XII\"},ExtraAttributes:{modifier:\"godly\",originTag:\"PERFECT_CHESTPLATE_11_UPGRADE\",id:\"PERFECT_CHESTPLATE_12\",uuid:\"a6b23259-2730-4ba9-83ef-654e365f20ca\",timestamp:\"3/30/20 6:22 AM\"}}", - "modver": "1.0.0", "lore": [ - "§7Strength: §c+10 §c(Godly +10)", - "§7Crit Chance: §c+5% §c(Godly +5%)", - "§7Crit Damage: §c+8% §c(Godly +8%)", - "", "§7Defense: §a+380", - "§7Intelligence: §a+5 §c(Godly +5)", "", + "§7§8This item can be reforged!", "§6§lLEGENDARY CHESTPLATE" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_CHESTPLATE_11:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_CHESTPLATE_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 |