diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-03 15:28:59 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-03 15:28:59 -0400 |
commit | fda898157180835ef537d70e5137f108a61c7bed (patch) | |
tree | eab66b43c47cc4a7aec2c55040b11b7a73a79863 /items/STARRED_STONE_BLADE.json | |
parent | 53df26bfed360f90f5eed3947e854606138888c7 (diff) | |
download | NotEnoughUpdates-REPO-fda898157180835ef537d70e5137f108a61c7bed.tar.gz NotEnoughUpdates-REPO-fda898157180835ef537d70e5137f108a61c7bed.tar.bz2 NotEnoughUpdates-REPO-fda898157180835ef537d70e5137f108a61c7bed.zip |
More dungeon stuff| also added some more parenting
Diffstat (limited to 'items/STARRED_STONE_BLADE.json')
-rw-r--r-- | items/STARRED_STONE_BLADE.json | 42 |
1 files changed, 42 insertions, 0 deletions
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 |