From 63ba167a1d31bdfefc452de23af4fc161d2b7b61 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sat, 31 Oct 2020 13:45:15 -0400 Subject: Stuff I Missed Still Need to add WIKI URLS to previous comit --- items/SKELETON_LORD_LEGGINGS.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 items/SKELETON_LORD_LEGGINGS.json (limited to 'items/SKELETON_LORD_LEGGINGS.json') diff --git a/items/SKELETON_LORD_LEGGINGS.json b/items/SKELETON_LORD_LEGGINGS.json new file mode 100644 index 00000000..6f724304 --- /dev/null +++ b/items/SKELETON_LORD_LEGGINGS.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:leather_leggings", + "displayname": "§6Skeleton Lord Leggings", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d162 \",1:\"§7Crit Chance: §c+1%\",2:\"§7Crit Damage: §c+19% \",3:\"\",4:\"§7Health: §a+24 HP \",5:\"§7Defense: §a+48 \",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 70000 / 70000\",9:\"§7§4❣ §cRequires §aCatacombs Level 25\",10:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:2523397,Name:\"§6Skeleton Lord Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_LORD_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d162 ", + "§7Crit Chance: §c+1%", + "§7Crit Damage: §c+19% ", + "", + "§7Health: §a+24 HP ", + "§7Defense: §a+48 ", + "", + "§7§8This item can be reforged!", + "§aPerfect 70000 / 70000", + "§7§4❣ §cRequires §aCatacombs Level 25", + "§6§lLEGENDARY DUNGEON LEGGINGS" + ], + "internalname": "SKELETON_LORD_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Lord_Armor" + ] +} \ No newline at end of file -- cgit