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
38
|
{
"itemid": "minecraft:bow",
"displayname": "§5Explosive Bow",
"nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+100\",1:\"§7Strength: §c+20\",2:\"\",3:\"§6Ability: Explosive Shot\",4:\"§7Creates an explosion on impact!\",5:\"§7Every Monster caught in this\",6:\"§7explosion takes the full damage\",7:\"§7of the weapon!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC BOW\"],Name:\"§5Explosive Bow\"},ExtraAttributes:{id:\"EXPLOSIVE_BOW\"}}",
"damage": 0,
"lore": [
"§7Damage: §c+100",
"§7Strength: §c+20",
"",
"§6Ability: Explosive Shot",
"§7Creates an explosion on impact!",
"§7Every Monster caught in this",
"§7explosion takes the full damage",
"§7of the weapon!",
"",
"§7§8This item can be reforged!",
"§5§lEPIC BOW"
],
"recipe": {
"A1": "",
"A2": "ENCHANTED_FIREWORK_ROCKET:1",
"A3": "STRING:1",
"B1": "ENCHANTED_FIREWORK_ROCKET:1",
"B2": "",
"B3": "STRING:1",
"C1": "",
"C2": "ENCHANTED_FIREWORK_ROCKET:1",
"C3": "STRING:1"
},
"internalname": "EXPLOSIVE_BOW",
"clickcommand": "viewrecipe",
"modver": "2.0.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Explosive_Bow"
],
"crafttext": "Requires: Gunpowder IX"
}
|