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
36
37
|
{
"itemid": "minecraft:bow",
"displayname": "§5Sulphur Bow",
"nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\"§7Strength: §c+100\",2:\" §8[§7⚔§8]\",3:\"\",4:\"§7Consumes 1 §6Sulphur§7 from the\",5:\"§7§eInventory §7or §aQuiver §7to\",6:\"§7§adouble§7 the damage per shot.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§5§lEPIC BOW\"],Name:\"§5Sulphur Bow\"},ExtraAttributes:{id:\"SULPHUR_BOW\"}}",
"damage": 0,
"lore": [
"§7Damage: §c+200",
"§7Strength: §c+100",
" §8[§7⚔§8]",
"",
"§7Consumes 1 §6Sulphur§7 from the",
"§7§eInventory §7or §aQuiver §7to",
"§7§adouble§7 the damage per shot.",
"",
"§7§8This item can be reforged!",
"§5§lEPIC BOW"
],
"recipe": {
"A1": "ENCHANTED_STRING:50",
"A2": "ENCHANTED_SULPHUR:50",
"A3": "",
"B1": "ENCHANTED_STRING:50",
"B2": "",
"B3": "BEZOS:50",
"C1": "ENCHANTED_STRING:50",
"C2": "ENCHANTED_SULPHUR:50",
"C3": ""
},
"internalname": "SULPHUR_BOW",
"crafttext": "",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Sulphur_Bow"
]
}
|