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
35
|
{
"itemid": "minecraft:wooden_sword",
"displayname": "§9Tactician\u0027s Sword",
"nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\"§7Crit Chance: §c+20%\",2:\"\",3:\"§7§7Gains §c+15 Damage §7for each\",4:\"§7Combat collection at Tier VII or\",5:\"§7higher.\",6:\"\",7:\"§7Your Collections: §e§k1§7/§e11\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§9§lRARE SWORD\"],Name:\"§9Tactician\u0027s Sword\"},ExtraAttributes:{id:\"TACTICIAN_SWORD\"}}",
"damage": 0,
"lore": [
"§7Damage: §c+200",
"§7Crit Chance: §c+20%",
"",
"§7§7Gains §c+15 Damage §7for each",
"§7Combat collection at Tier VII or",
"§7higher.",
"",
"§7Your Collections: §e§k1§7/§e11",
"",
"§7§8This item can be reforged!",
"§9§lRARE SWORD"
],
"internalname": "TACTICIAN_SWORD",
"crafttext": "",
"clickcommand": "",
"modver": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Tactician%27s_Sword",
"https://wiki.hypixel.net/Tactician%27s_Sword"
],
"recipes": [
{
"type": "trade",
"cost": "ENCHANTED_EMERALD:9",
"result": "TACTICIAN_SWORD"
}
]
}
|