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/CRYSTAL_LEGGINGS.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/CRYSTAL_LEGGINGS.json')
-rw-r--r-- | items/CRYSTAL_LEGGINGS.json | 32 |
1 files changed, 24 insertions, 8 deletions
diff --git a/items/CRYSTAL_LEGGINGS.json b/items/CRYSTAL_LEGGINGS.json index 86dd5edc..7ceec250 100644 --- a/items/CRYSTAL_LEGGINGS.json +++ b/items/CRYSTAL_LEGGINGS.json @@ -1,14 +1,11 @@ { - "internalname": "CRYSTAL_LEGGINGS", "itemid": "minecraft:leather_leggings", - "displayname": "Smart Crystal Leggings", - "clickcommand": "viewrecipe", + "displayname": "§5Crystal Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+30\",1:\"§7Intelligence: §a+100\",2:\"\",3:\"§6Full Set Bonus: Refraction\",4:\"§7The stats of this armor change\",5:\"§7from §a0§7 to §a200%§7 depending\",6:\"§7on the current light level.\",7:\"\",8:\"§7Current Light Level\",9:\"§a0➡15§8 (0%➡200%)\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§5§lEPIC LEGGINGS\"],color:16577535,Name:\"§5Crystal Leggings\"},ExtraAttributes:{id:\"CRYSTAL_LEGGINGS\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+33 §8(Smart +3)\",1:\"§7Intelligence: §a+132 §8(Smart +32)\",2:\"\",3:\"§6Full Set Bonus: Refraction\",4:\"§7The stats of this armor change\",5:\"§7from §a0§7 to §a200%§7 depending\",6:\"§7on the current light level.\",7:\"\",8:\"§7Current Light Level\",9:\"§a14§8 (187.5%)\",10:\"\",11:\"§5§lEPIC LEGGINGS\"],color:14270947,Name:\"§5Smart Crystal Leggings\"},ExtraAttributes:{color:\"217:193:227\",modifier:\"smart\",originTag:\"CRAFTING_GRID_COLLECT\",id:\"CRYSTAL_LEGGINGS\",uuid:\"e3577ef6-a9a7-42e1-b672-67028e60b126\",timestamp:\"2/23/20 10:57 AM\"}}", - "modver": "1.0.0", "lore": [ - "§7Defense: §a+33 §8(Smart +3)", - "§7Intelligence: §a+132 §8(Smart +32)", + "§7Defense: §a+30", + "§7Intelligence: §a+100", "", "§6Full Set Bonus: Refraction", "§7The stats of this armor change", @@ -16,8 +13,27 @@ "§7on the current light level.", "", "§7Current Light Level", - "§a14§8 (187.5%)", + "§a0➡15§8 (0%➡200%)", "", + "§7§8This item can be reforged!", "§5§lEPIC LEGGINGS" + ], + "recipe": { + "A1": "CRYSTAL_FRAGMENT:1", + "A2": "CRYSTAL_FRAGMENT:1", + "A3": "CRYSTAL_FRAGMENT:1", + "B1": "CRYSTAL_FRAGMENT:1", + "B2": "", + "B3": "CRYSTAL_FRAGMENT:1", + "C1": "CRYSTAL_FRAGMENT:1", + "C2": "", + "C3": "CRYSTAL_FRAGMENT:1" + }, + "internalname": "CRYSTAL_LEGGINGS", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crystal_Armor" ] }
\ No newline at end of file |