0% found this document useful (0 votes)
13 views1 page

Alucard Greatsword: Minecraft Item Guide

The document describes an item in Minecraft called 'greatsword' with a damage value of 14 and a maximum durability of 2031. It features events for combo and ground slashes, which inflict damage and apply effects like slowness and levitation to nearby entities. The item is categorized under equipment and has a maximum stack size of 1.

Uploaded by

hibumo49
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

Alucard Greatsword: Minecraft Item Guide

The document describes an item in Minecraft called 'greatsword' with a damage value of 14 and a maximum durability of 2031. It features events for combo and ground slashes, which inflict damage and apply effects like slowness and levitation to nearby entities. The item is categorized under equipment and has a maximum stack size of 1.

Uploaded by

hibumo49
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

{

"format_version": "1.20.0",
"minecraft:item": {
"description": {
"identifier": "alucard:greatsword",
"category": "equipment"
},
"components": {
"minecraft:damage": 14,
"minecraft:hand_equipped": true,
"minecraft:max_stack_size": 1,
"minecraft:durability": {
"max_durability": 2031
},
"minecraft:on_hit_entity": {
"event": "combo_slash"
},
"minecraft:on_use": {
"event": "ground_slash"
}
},

"events": {
"combo_slash": {
"damage": {
"type": "entity_attack",
"amount": 6
},
"add_mob_effect": {
"effect": "slowness",
"duration": 1,
"amplifier": 1,
"target": "other"
}
},

"ground_slash": {
"run_command": {
"command": [
"particle minecraft:huge_explosion_emitter ~ ~ ~",
"effect @e[r=6] instant_damage 1 1",
"effect @e[r=6] levitation 1 1"
]
}
}
}
}
}

You might also like