From fda898157180835ef537d70e5137f108a61c7bed Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sat, 3 Oct 2020 15:28:59 -0400 Subject: More dungeon stuff| also added some more parenting --- items/STARRED_SHADOW_ASSASSIN_HELMET.json | 51 +++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 items/STARRED_SHADOW_ASSASSIN_HELMET.json (limited to 'items/STARRED_SHADOW_ASSASSIN_HELMET.json') diff --git a/items/STARRED_SHADOW_ASSASSIN_HELMET.json b/items/STARRED_SHADOW_ASSASSIN_HELMET.json new file mode 100644 index 00000000..41ccf271 --- /dev/null +++ b/items/STARRED_SHADOW_ASSASSIN_HELMET.json @@ -0,0 +1,51 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6⚚ Shadow Assassin Helmet", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8c29f21d-0af3-324e-982b-dca5c7659bc4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWI4YWY1MmVmMmY3MmMzYmY1ZWNlNmU3MGE4MmYxMzcxOTU5Y2UzZmNiNzM2YzUwMDMwNWNhZGRjNTA1YzVlMiJ9fX0\"}]}},display:{Lore:[0:\"§7Gear Score: §d385 \",1:\"§7Strength: §c+30 \",2:\"§7Crit Damage: §c+25% \",3:\"\",4:\"§7Health: §a+170 HP \",5:\"§7Defense: §a+70 \",6:\"§7Speed: §a+8 \",7:\"\",8:\"§6Full Set Bonus: Shadow Assassin\",9:\"§7Collect the shadows of the\",10:\"§7enemies you kill increasing your\",11:\"§7damage for the rest of the\",12:\"§7dungeon while wearing this set.\",13:\"§7§c+1❁ Strength §7every kill\",14:\"\",15:\"§7On teleport: Grants invisibility\",16:\"§7and §f+20✦ Speed §7for §b10\",17:\"§b§7seconds.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aCatacombs Floor V\",21:\"§aCompletion\",22:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6⚚ Shadow Assassin Helmet\"},ExtraAttributes:{id:\"STARRED_SHADOW_ASSASSIN_HELMET\"}}", + "damage": 3, + "lore": [ + "§7Gear Score: §d385 ", + "§7Strength: §c+30 ", + "§7Crit Damage: §c+25% ", + "", + "§7Health: §a+170 HP ", + "§7Defense: §a+70 ", + "§7Speed: §a+8 ", + "", + "§6Full Set Bonus: Shadow Assassin", + "§7Collect the shadows of the", + "§7enemies you kill increasing your", + "§7damage for the rest of the", + "§7dungeon while wearing this set.", + "§7§c+1❁ Strength §7every kill", + "", + "§7On teleport: Grants invisibility", + "§7and §f+20✦ Speed §7for §b10", + "§b§7seconds.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor V", + "§aCompletion", + "§6§lLEGENDARY DUNGEON HELMET" + ], + "recipe": { + "A1": "LIVID_FRAGMENT:1", + "A2": "LIVID_FRAGMENT:1", + "A3": "LIVID_FRAGMENT:1", + "B1": "LIVID_FRAGMENT:1", + "B2": "SHADOW_ASSASSIN_HELMET:1", + "B3": "LIVID_FRAGMENT:1", + "C1": "LIVID_FRAGMENT:1", + "C2": "LIVID_FRAGMENT:1", + "C3": "LIVID_FRAGMENT:1" + }, + "internalname": "STARRED_SHADOW_ASSASSIN_HELMET", + "parent": "SHADOW_ASSASSIN_HELMET", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Shadow_Assassin_Armor" + ] +} \ No newline at end of file -- cgit