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
39
|
{
"itemid": "minecraft:leather_leggings",
"displayname": "§9Creeper Pants",
"nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+200 HP\",1:\"§7Defense: §a+65\",2:\"\",3:\"§6Ability: Detonate\",4:\"§7Causes an explosion when\",5:\"§7dropping below §a20% HP§7,\",6:\"§7damaging and knocking back all\",7:\"§7monsters around you.\",8:\"§8Cooldown: §a60s\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE LEGGINGS\"],color:8054828,Name:\"§9Creeper Pants\"},ExtraAttributes:{color:\"122:232:44\",id:\"CREEPER_LEGGINGS\"}}",
"damage": 0,
"lore": [
"§7Health: §a+200 HP",
"§7Defense: §a+65",
"",
"§6Ability: Detonate",
"§7Causes an explosion when",
"§7dropping below §a20% HP§7,",
"§7damaging and knocking back all",
"§7monsters around you.",
"§8Cooldown: §a60s",
"",
"§7§8This item can be reforged!",
"§9§lRARE LEGGINGS"
],
"recipe": {
"A1": "ENCHANTED_GUNPOWDER:32",
"A2": "ENCHANTED_GUNPOWDER:32",
"A3": "ENCHANTED_GUNPOWDER:32",
"B1": "ENCHANTED_GUNPOWDER:32",
"B2": "",
"B3": "ENCHANTED_GUNPOWDER:32",
"C1": "ENCHANTED_GUNPOWDER:32",
"C2": "",
"C3": "ENCHANTED_GUNPOWDER:32"
},
"internalname": "CREEPER_LEGGINGS",
"clickcommand": "viewrecipe",
"modver": "2.0.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Creeper_Pants"
],
"crafttext": "Requires: Gunpowder VIII"
}
|