From c188080058f51b8dc6e583cb96c55a87374b1a52 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 17 Sep 2021 23:13:53 +0200 Subject: Upcoming Gemstone Changes (#616) * Upcoming Gemstone Changes * YEP * Fixes * Added new skin * Changes and new stuff * Forgot that * Rainbow Name * Fixes * Reforge Stats * Fixing a oopsi * Added Gemstone Slots --- items/PERFECT_LEGGINGS_2.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'items/PERFECT_LEGGINGS_2.json') diff --git a/items/PERFECT_LEGGINGS_2.json b/items/PERFECT_LEGGINGS_2.json index 08cce8e6..eace5ed5 100644 --- a/items/PERFECT_LEGGINGS_2.json +++ b/items/PERFECT_LEGGINGS_2.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_leggings", "displayname": "§9Perfect Leggings - Tier II", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+160\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE LEGGINGS\"],Name:\"§9Perfect Leggings - Tier II\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_2\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+160\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§9§lRARE LEGGINGS\"],Name:\"§9Perfect Leggings - Tier II\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_2\"}}", "damage": 0, "lore": [ "§7Defense: §a+160", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_LEGGINGS_2", "parent": "PERFECT_LEGGINGS_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +} \ No newline at end of file -- cgit