diff options
author | TomEngMaster <70163122+TomEngMaster@users.noreply.github.com> | 2020-11-03 14:59:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-03 14:59:25 +0100 |
commit | 38c5377d6c083b24c96c919388cad2fd8c8f43e4 (patch) | |
tree | e67d99eeec916d23a17fac9a38c1a04a58071600 /items/STARRED_STONE_BLADE.json | |
parent | db63d87d9fde7219b6c82e795625eb35f71cee2b (diff) | |
parent | 54f0e070d0302675177a6c6c6da16f2c2880a551 (diff) | |
download | NotEnoughUpdates-REPO-38c5377d6c083b24c96c919388cad2fd8c8f43e4.tar.gz NotEnoughUpdates-REPO-38c5377d6c083b24c96c919388cad2fd8c8f43e4.tar.bz2 NotEnoughUpdates-REPO-38c5377d6c083b24c96c919388cad2fd8c8f43e4.zip |
Merge pull request #2 from Moulberry/master
Update
Diffstat (limited to 'items/STARRED_STONE_BLADE.json')
-rw-r--r-- | items/STARRED_STONE_BLADE.json | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/items/STARRED_STONE_BLADE.json b/items/STARRED_STONE_BLADE.json new file mode 100644 index 00000000..90791dd3 --- /dev/null +++ b/items/STARRED_STONE_BLADE.json @@ -0,0 +1,43 @@ +{ + "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", + "parent": "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 |