diff options
Diffstat (limited to 'items/CREEPER_LEGGINGS.json')
-rw-r--r-- | items/CREEPER_LEGGINGS.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/CREEPER_LEGGINGS.json b/items/CREEPER_LEGGINGS.json new file mode 100644 index 00000000..6be95727 --- /dev/null +++ b/items/CREEPER_LEGGINGS.json @@ -0,0 +1,23 @@ +{ + "internalname": "CREEPER_LEGGINGS", + "itemid": "minecraft:leather_leggings", + "displayname": "Creeper Pants", + "clickcommand": "viewrecipe", + "damage": 0, + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+200 HP\",1:\"§7Defense: §a+65\",2:\"\",3:\"§6Item Ability: 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\",originTag:\"UNKNOWN\",id:\"CREEPER_LEGGINGS\",uuid:\"b0540ef4-4240-41af-9b30-8abf71f0e916\",timestamp:\"3/31/20 1:20 AM\"}}", + "modver": "1.0.0", + "lore": [ + "§7Health: §a+200 HP", + "§7Defense: §a+65", + "", + "§6Item Ability: 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" + ] +}
\ No newline at end of file |