From f9f4623383cd873d2d6087f12ae9d3b390b031e1 Mon Sep 17 00:00:00 2001 From: Schlaumeyer <51930935+SchIaumeyer@users.noreply.github.com> Date: Fri, 13 May 2022 17:02:55 +0200 Subject: Rusty Stuff (#739) * Rusty Stuff Part 1 * I hate pets * Add files via upload * fine? * I swear I changed that... * thx jani * I already had that in my clipboard... --- items/ROGUE_SWORD.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'items/ROGUE_SWORD.json') diff --git a/items/ROGUE_SWORD.json b/items/ROGUE_SWORD.json index c6cbad18..ffc4b8e4 100644 --- a/items/ROGUE_SWORD.json +++ b/items/ROGUE_SWORD.json @@ -1,25 +1,26 @@ { - "internalname": "ROGUE_SWORD", "itemid": "minecraft:golden_sword", "displayname": "§fRogue Sword", - "clickcommand": "", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+20\",1:\"\",2:\"§6Ability: Speed Boost §e§lRIGHT CLICK\",3:\"§7Grants §f+100✦ Speed §7for\",4:\"§7§a30s§7.\",5:\"§8Mana Cost: §350\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§8§l* §8Co-op Soulbound §8§l*\",9:\"§f§lCOMMON SWORD\"],Name:\"§fRogue Sword\"},ExtraAttributes:{id:\"ROGUE_SWORD\"}}", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+20\",1:\"\",2:\"§6Ability: Speed Boost §e§lRIGHT CLICK\",3:\"§7Grants §f+100✦ Speed \",4:\"§7for§7 §a30s§7.\",5:\"§8Mana Cost: §350\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§f§lCOMMON SWORD\"],Name:\"§fRogue Sword\"},ExtraAttributes:{id:\"ROGUE_SWORD\"}}", - "modver": "2.1.0-REL", "lore": [ "§7Damage: §c+20", "", "§6Ability: Speed Boost §e§lRIGHT CLICK", - "§7Grants §f+100✦ Speed ", - "§7for§7 §a30s§7.", + "§7Grants §f+100✦ Speed §7for", + "§7§a30s§7.", "§8Mana Cost: §350", "", "§7§8This item can be reforged!", + "§8§l* §8Co-op Soulbound §8§l*", "§f§lCOMMON SWORD" ], + "internalname": "ROGUE_SWORD", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Rogue_Sword" - ], - "crafttext": "" + ] } \ No newline at end of file -- cgit