From 8890bbf84fb032040da2b02eea7871be9b94e286 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 1 Oct 2020 17:11:54 -0400 Subject: Some Floor 6 Stuff --- items/NECROMANCER_LORD_BOOTS.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 items/NECROMANCER_LORD_BOOTS.json (limited to 'items/NECROMANCER_LORD_BOOTS.json') diff --git a/items/NECROMANCER_LORD_BOOTS.json b/items/NECROMANCER_LORD_BOOTS.json new file mode 100644 index 00000000..d0de3cfc --- /dev/null +++ b/items/NECROMANCER_LORD_BOOTS.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§6Necromancer Lord Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d510 \",1:\"§7Health: §a+180 HP \",2:\"§7Defense: §a+150 \",3:\"§7Intelligence: §a+10 \",4:\"\",5:\"§6Full Set Bonus: Soul Whisper\",6:\"§7Increase the damage of your\",7:\"§7necromancer summoned mobs by\",8:\"§7§c20%§7.\",9:\"\",10:\"§7Allows the wearer to store\",11:\"§7and summon an additional\",12:\"§7§e1 §7souls in their\",13:\"§7necromancer weapon.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VI\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:4195154,Name:\"§6Necromancer Lord Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECROMANCER_LORD_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d510 ", + "§7Health: §a+180 HP ", + "§7Defense: §a+150 ", + "§7Intelligence: §a+10 ", + "", + "§6Full Set Bonus: Soul Whisper", + "§7Increase the damage of your", + "§7necromancer summoned mobs by", + "§7§c20%§7.", + "", + "§7Allows the wearer to store", + "§7and summon an additional", + "§7§e1 §7souls in their", + "§7necromancer weapon.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor VI", + "§aCompletion", + "§6§lLEGENDARY DUNGEON BOOTS" + ], + "internalname": "NECROMANCER_LORD_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +} \ No newline at end of file -- cgit