From e8e8c6f8ad13b06bce6218714a4f03287a30ca01 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 24 Oct 2023 22:10:17 +0200 Subject: Added new items from the spook event (#1013) * Added new items and fixed intimidation texture * Fixed Rarity of Tnt and 2 textures * Added new items * Fixed Sack Size, added new npcs and fixed some lore * Fixed lores, added new pet stats, added new items * Added new item, added new essenceshop perks (missing diamond and fixed monocle req * Added new items to museum and fixed order * Added Diamond Essence Perks and fixed some gold essence perk * Tf did i do here * Added winter warp * Fixed Intimidation parent --- items/PERFECT_LEGGINGS_13.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 items/PERFECT_LEGGINGS_13.json (limited to 'items/PERFECT_LEGGINGS_13.json') diff --git a/items/PERFECT_LEGGINGS_13.json b/items/PERFECT_LEGGINGS_13.json new file mode 100644 index 00000000..6703dc5e --- /dev/null +++ b/items/PERFECT_LEGGINGS_13.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:diamond_leggings", + "displayname": "§6Perfect Leggings - Tier XIII", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+380\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Perfect Leggings - Tier XIII\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_13\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+380", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY LEGGINGS" + ], + "internalname": "PERFECT_LEGGINGS_13", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit