diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-04 20:36:19 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-04 20:36:19 -0400 |
commit | 446eee57d01b3e334a0132854e3392e469baaa16 (patch) | |
tree | 9e6aabbdb7f5b77beba758f8014226da2811e6b4 /items/STONE_BLADE.json | |
parent | daf1557b85b7c890923bae7e4519a9336697dc36 (diff) | |
download | NotEnoughUpdates-REPO-446eee57d01b3e334a0132854e3392e469baaa16.tar.gz NotEnoughUpdates-REPO-446eee57d01b3e334a0132854e3392e469baaa16.tar.bz2 NotEnoughUpdates-REPO-446eee57d01b3e334a0132854e3392e469baaa16.zip |
Some Fixes v2
Diffstat (limited to 'items/STONE_BLADE.json')
-rw-r--r-- | items/STONE_BLADE.json | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/items/STONE_BLADE.json b/items/STONE_BLADE.json index 90e32ed9..7ad91999 100644 --- a/items/STONE_BLADE.json +++ b/items/STONE_BLADE.json @@ -1,14 +1,11 @@ { - "internalname": "STONE_BLADE", - "itemid": 272, + "itemid": "minecraft:stone_sword", "displayname": "§5Adaptive Blade", - "clickcommand": "", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d220\",1:\"§7Damage: §c+170\",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:\"§7§4❣ §cRequires §aCatacombs Floor II\",15:\"§aCompletion\",16:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Adaptive Blade\"},ExtraAttributes:{dungeon_item_level:0,id:\"STONE_BLADE\"}}", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d215 §8(309)\",1:\"§7Damage: §c+165 §8(+259.05)\",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:\"§5Adaptive Blade\"},ExtraAttributes:{id:\"STONE_BLADE\"}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d215 §8(309)", - "§7Damage: §c+165 §8(+259.05)", + "§7Gear Score: §d220", + "§7Damage: §c+170", "", "§7Weapon created by §cScarf§7, it automatically adapts to its user inside Dungeons.", "", @@ -21,6 +18,16 @@ "§eRight-click to use your class ability!", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor II", + "§aCompletion", "§5§lEPIC DUNGEON SWORD" + ], + "internalname": "STONE_BLADE", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Adaptive_Blade" ] }
\ No newline at end of file |