Add crumble data
This commit is contained in:
parent
562981cc2e
commit
098bcfc7b6
|
|
@ -0,0 +1,49 @@
|
||||||
|
{
|
||||||
|
"anvil_cost": 5,
|
||||||
|
"description": {
|
||||||
|
"translate": "enchantment.mc_rebalance.crumble"
|
||||||
|
},
|
||||||
|
"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",
|
||||||
|
"amount": 0.8
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"affected": "victim",
|
||||||
|
"enchanted": "attacker",
|
||||||
|
"effect": {
|
||||||
|
"type": "mc_rebalance:crumble",
|
||||||
|
"amount": 1.2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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/hoe",
|
||||||
|
"weight": 10
|
||||||
|
}
|
||||||
|
|
@ -20,6 +20,7 @@
|
||||||
"minecraft:multishot",
|
"minecraft:multishot",
|
||||||
"minecraft:quick_charge",
|
"minecraft:quick_charge",
|
||||||
"minecraft:efficiency",
|
"minecraft:efficiency",
|
||||||
|
"mc_rebalance:crumble",
|
||||||
"mc_rebalance:trowel",
|
"mc_rebalance:trowel",
|
||||||
"mc_rebalance:whallop",
|
"mc_rebalance:whallop",
|
||||||
"mc_rebalance:smack",
|
"mc_rebalance:smack",
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"values": [
|
||||||
|
"#minecraft:hoes"
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue