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"
|
"translate": "enchantment.mc_rebalance.windup"
|
||||||
},
|
},
|
||||||
"effects": {
|
"effects": {
|
||||||
|
"minecraft:attributes": [
|
||||||
|
{
|
||||||
|
"amount": 1024,
|
||||||
|
"attribute": "generic.attack_speed",
|
||||||
|
"id": "mc_rebalance:enchantment.windup",
|
||||||
|
"operation": "add_value"
|
||||||
|
}
|
||||||
|
],
|
||||||
"minecraft:post_attack": [
|
"minecraft:post_attack": [
|
||||||
{
|
{
|
||||||
"affected": "victim",
|
"affected": "victim",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue