1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
{
"itemid": "minecraft:golden_sword",
"displayname": "§fRogue Sword",
"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,
"lore": [
"§7Damage: §c+20",
"",
"§6Ability: Speed Boost §e§lRIGHT CLICK",
"§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",
"https://wiki.hypixel.net/Rogue_Sword"
],
"recipes": [
{
"type": "trade",
"cost": "EMERALD:120",
"result": "ROGUE_SWORD"
}
]
}
|