diff options
author | Schlaumeyer <51930935+SchIaumeyer@users.noreply.github.com> | 2022-05-13 17:02:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 17:02:55 +0200 |
commit | f9f4623383cd873d2d6087f12ae9d3b390b031e1 (patch) | |
tree | aa2839075400f0217df558f21af4196e28b52ff6 /items/ROGUE_SWORD.json | |
parent | a832b289337a0b3d1bd20f0db79808052f4fe66d (diff) | |
download | NotEnoughUpdates-REPO-f9f4623383cd873d2d6087f12ae9d3b390b031e1.tar.gz NotEnoughUpdates-REPO-f9f4623383cd873d2d6087f12ae9d3b390b031e1.tar.bz2 NotEnoughUpdates-REPO-f9f4623383cd873d2d6087f12ae9d3b390b031e1.zip |
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...
Diffstat (limited to 'items/ROGUE_SWORD.json')
-rw-r--r-- | items/ROGUE_SWORD.json | 17 |
1 files changed, 9 insertions, 8 deletions
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 |