Compare commits
No commits in common. "9a8c71957cbbfdddbea7f4c237c08f4811fd711b" and "85dde37675e829aefaac4326780ffd8ba3fc62dd" have entirely different histories.
9a8c71957c
...
85dde37675
|
|
@ -10,22 +10,6 @@
|
||||||
"attribute": "generic.attack_damage",
|
"attribute": "generic.attack_damage",
|
||||||
"id": "mc_rebalance:enchantment.exploit",
|
"id": "mc_rebalance:enchantment.exploit",
|
||||||
"operation": "add_multiplied_total"
|
"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": [
|
"minecraft:damage": [
|
||||||
|
|
|
||||||
|
|
@ -1,41 +0,0 @@
|
||||||
{
|
|
||||||
"anvil_cost": 5,
|
|
||||||
"description": {
|
|
||||||
"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",
|
|
||||||
"enchanted": "attacker",
|
|
||||||
"effect": {
|
|
||||||
"type": "mc_rebalance:windup_effect",
|
|
||||||
"amount": 0.8
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"exclusive_set": "#mc_rebalance:exclusive_set/capability",
|
|
||||||
"max_cost": {
|
|
||||||
"base": 51,
|
|
||||||
"per_level_above_first": 10
|
|
||||||
},
|
|
||||||
"max_level": 1,
|
|
||||||
"min_cost": {
|
|
||||||
"base": 1,
|
|
||||||
"per_level_above_first": 10
|
|
||||||
},
|
|
||||||
"slots": [
|
|
||||||
"mainhand"
|
|
||||||
],
|
|
||||||
"supported_items": "#mc_rebalance:enchantable/axe",
|
|
||||||
"weight": 10
|
|
||||||
}
|
|
||||||
|
|
@ -8,7 +8,6 @@
|
||||||
"minecraft:feather_falling",
|
"minecraft:feather_falling",
|
||||||
"minecraft:fire_aspect",
|
"minecraft:fire_aspect",
|
||||||
"minecraft:sweeping_edge",
|
"minecraft:sweeping_edge",
|
||||||
"mc_rebalance:windup",
|
|
||||||
"mc_rebalance:exploit",
|
"mc_rebalance:exploit",
|
||||||
"minecraft:channeling",
|
"minecraft:channeling",
|
||||||
"minecraft:riptide",
|
"minecraft:riptide",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue