diff options
Diffstat (limited to 'items/BURSTSTOPPER_ARTIFACT.json')
-rw-r--r-- | items/BURSTSTOPPER_ARTIFACT.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/items/BURSTSTOPPER_ARTIFACT.json b/items/BURSTSTOPPER_ARTIFACT.json new file mode 100644 index 00000000..b86e5140 --- /dev/null +++ b/items/BURSTSTOPPER_ARTIFACT.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Burststopper Artifact", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1b16b8df-088d-3f72-b717-42c3e11df12d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTYzOTQ4NzcwMSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODljYmJiZTdlZDAzNTZkNTg0NjU5NmM0YWQxY2ZhOWZhNzE5ZGIxYzQ1NjhmM2Y3ZjBjNzk3OWU3YTQwMTIwOCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Strength: §c+2\",1:\"§7True Defense: §a+3\",2:\"\",3:\"§7If an incoming hit would deal at\",4:\"§7least §c50% §7of your §c❤§7,\",5:\"§7multiply its damage by §a0.9§7.\",6:\"\",7:\"§7§4☠ §cRequires §5Blaze Slayer 7.\",8:\"§5§lEPIC ACCESSORY\"],Name:\"§f§f§5Burststopper Artifact\"},ExtraAttributes:{id:\"BURSTSTOPPER_ARTIFACT\"}}", + "damage": 3, + "lore": [ + "§7Strength: §c+2", + "§7True Defense: §a+3", + "", + "§7If an incoming hit would deal at", + "§7least §c50% §7of your §c❤§7,", + "§7multiply its damage by §a0.9§7.", + "", + "§7§4☠ §cRequires §5Blaze Slayer 7.", + "§5§lEPIC ACCESSORY" + ], + "recipe": { + "A1": "MOLTEN_POWDER:32", + "A2": "COMPACT_OOZE:20", + "A3": "MOLTEN_POWDER:32", + "B1": "COMPACT_OOZE:20", + "B2": "REFINED_TITANIUM:64", + "B3": "COMPACT_OOZE:20", + "C1": "MOLTEN_POWDER:32", + "C2": "COMPACT_OOZE:20", + "C3": "MOLTEN_POWDER:32" + }, + "internalname": "BURSTSTOPPER_ARTIFACT", + "clickcommand": "viewrecipe", + "slayer_req": "BLAZE_7", + "modver": "2.1.0-REL", + "infoType": "", + "crafttext": "" +}
\ No newline at end of file |