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_STONE_BLADE.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 items/STARRED_STONE_BLADE.json (limited to 'items/STARRED_STONE_BLADE.json') diff --git a/items/STARRED_STONE_BLADE.json b/items/STARRED_STONE_BLADE.json new file mode 100644 index 00000000..a262162c --- /dev/null +++ b/items/STARRED_STONE_BLADE.json @@ -0,0 +1,42 @@ +{ + "itemid": "minecraft:stone_sword", + "displayname": "§5⚚ Adaptive Blade", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d240\",1:\"§7Damage: §c+190\",2:\"\",3:\"§7Weapon created by §cScarf§7, it automatically adapts to its user inside Dungeons.\",4:\"\",5:\"§bBerserk§7: §7+§c35❁ Strength §7+§f5✦ Speed\",6:\"§bHealer§7: §7+§a20% §7HP regeneration and Restore +§a5 §7HP/s to nearby allies\",7:\"§bMage§7: §7+§b200✎ Intelligence\",8:\"§bTank§7: §7+§a100❈ Defense §7+§f5❂ True Defense\",9:\"§bArcher§7: §7+§9100☠ Crit Damage\",10:\"\",11:\"§eRight-click to use your class ability!\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5⚚ Adaptive Blade\"},ExtraAttributes:{id:\"STARRED_STONE_BLADE\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d240", + "§7Damage: §c+190", + "", + "§7Weapon created by §cScarf§7, it automatically adapts to its user inside Dungeons.", + "", + "§bBerserk§7: §7+§c35❁ Strength §7+§f5✦ Speed", + "§bHealer§7: §7+§a20% §7HP regeneration and Restore +§a5 §7HP/s to nearby allies", + "§bMage§7: §7+§b200✎ Intelligence", + "§bTank§7: §7+§a100❈ Defense §7+§f5❂ True Defense", + "§bArcher§7: §7+§9100☠ Crit Damage", + "", + "§eRight-click to use your class ability!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC DUNGEON SWORD" + ], + "recipe": { + "A1": "SCARF_FRAGMENT:1", + "A2": "SCARF_FRAGMENT:1", + "A3": "SCARF_FRAGMENT:1", + "B1": "SCARF_FRAGMENT:1", + "B2": "STONE_BLADE:1", + "B3": "SCARF_FRAGMENT:1", + "C1": "SCARF_FRAGMENT:1", + "C2": "SCARF_FRAGMENT:1", + "C3": "SCARF_FRAGMENT:1" + }, + "internalname": "STARRED_STONE_BLADE", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Adaptive_Blade" + ] +} \ No newline at end of file -- cgit From 260349c5e76b64da21e226bb746f08a8d7d52682 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 8 Oct 2020 18:23:33 -0400 Subject: Removed Nulls and Fixed Starred Adaptive Blade --- items/BOW-96.json | 12 ------------ items/DIRT-8.json | 12 ------------ items/STARRED_STONE_BLADE.json | 1 + 3 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 items/BOW-96.json delete mode 100644 items/DIRT-8.json (limited to 'items/STARRED_STONE_BLADE.json') diff --git a/items/BOW-96.json b/items/BOW-96.json deleted file mode 100644 index 84273726..00000000 --- a/items/BOW-96.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "internalname": "BOW-96", - "itemid": 261, - "displayname": "§fnull", - "clickcommand": "", - "damage": 96, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fnull\"},ExtraAttributes:{id:\"BOW:96\"}}", - "modver": "1.0.0", - "lore": [ - "§f§lCOMMON" - ] -} \ No newline at end of file diff --git a/items/DIRT-8.json b/items/DIRT-8.json deleted file mode 100644 index 37bc4f77..00000000 --- a/items/DIRT-8.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "internalname": "DIRT-8", - "itemid": 3, - "displayname": "§fnull", - "clickcommand": "", - "damage": 8, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fnull\"},ExtraAttributes:{id:\"DIRT:8\"}}", - "modver": "1.0.0", - "lore": [ - "§f§lCOMMON" - ] -} \ No newline at end of file diff --git a/items/STARRED_STONE_BLADE.json b/items/STARRED_STONE_BLADE.json index a262162c..90791dd3 100644 --- a/items/STARRED_STONE_BLADE.json +++ b/items/STARRED_STONE_BLADE.json @@ -32,6 +32,7 @@ "C3": "SCARF_FRAGMENT:1" }, "internalname": "STARRED_STONE_BLADE", + "parent": "STONE_BLADE", "clickcommand": "viewrecipe", "modver": "1.3-REL", "crafttext": "", -- cgit