Add windup to exploit
This commit is contained in:
parent
7f396f30bd
commit
9a8c71957c
|
|
@ -10,6 +10,22 @@
|
|||
"attribute": "generic.attack_damage",
|
||||
"id": "mc_rebalance:enchantment.exploit",
|
||||
"operation": "add_multiplied_total"
|
||||
},
|
||||
{
|
||||
"amount": 1024,
|
||||
"attribute": "generic.attack_speed",
|
||||
"id": "mc_rebalance:enchantment.windup",
|
||||
"operation": "add_value"
|
||||
}
|
||||
],
|
||||
"minecraft:post_attack": [
|
||||
{
|
||||
"affected": "victim",
|
||||
"enchanted": "attacker",
|
||||
"effect": {
|
||||
"type": "mc_rebalance:windup_effect",
|
||||
"amount": 0.8
|
||||
}
|
||||
}
|
||||
],
|
||||
"minecraft:damage": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue