Added increased attack speed to Windup enchantment
This commit is contained in:
parent
cd2deb7d7e
commit
cd1c47291b
|
|
@ -4,6 +4,14 @@
|
|||
"translate": "enchantment.mc_rebalance.windup"
|
||||
},
|
||||
"effects": {
|
||||
"minecraft:attributes": [
|
||||
{
|
||||
"amount": 1024,
|
||||
"attribute": "generic.attack_speed",
|
||||
"id": "mc_rebalance:enchantment.windup",
|
||||
"operation": "add_value"
|
||||
}
|
||||
],
|
||||
"minecraft:post_attack": [
|
||||
{
|
||||
"affected": "victim",
|
||||
|
|
|
|||
Loading…
Reference in a new issue