Compare commits
2 commits
6fd76464ba
...
d5c6424887
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d5c6424887 | ||
|
|
ff0cfc27cd |
|
|
@ -2,6 +2,7 @@
|
|||
"values": [
|
||||
"mc_rebalance:wooden_paxel",
|
||||
"mc_rebalance:stone_paxel",
|
||||
"mc_rebalance:copper_paxel",
|
||||
"mc_rebalance:iron_paxel",
|
||||
"mc_rebalance:golden_paxel",
|
||||
"mc_rebalance:diamond_paxel",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"items": [
|
||||
"minecraft:golden_spear"
|
||||
],
|
||||
"patch": {
|
||||
"attribute_modifiers": [
|
||||
{
|
||||
"type": "generic.attack_damage",
|
||||
"slot": "mainhand",
|
||||
"id": "base_attack_damage",
|
||||
"amount": 2.5,
|
||||
"operation": "add_value"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:generic.attack_speed",
|
||||
"id": "minecraft:base_attack_speed",
|
||||
"amount": -3,
|
||||
"operation": "add_value",
|
||||
"slot": "mainhand"
|
||||
}
|
||||
],
|
||||
"kinetic_weapon": {
|
||||
"damage_multiplier": 1,
|
||||
"sound": "minecraft:item.spear.use",
|
||||
"hit_sound": "minecraft:item.spear.hit",
|
||||
"damage_conditions": {
|
||||
"max_duration_ticks": 225,
|
||||
"min_relative_speed": 4.6
|
||||
},
|
||||
"forward_movement": 0.38,
|
||||
"delay_ticks": 11,
|
||||
"dismount_conditions": {
|
||||
"max_duration_ticks": 55,
|
||||
"min_speed": 8.0
|
||||
},
|
||||
"knockback_conditions": {
|
||||
"max_duration_ticks": 85,
|
||||
"min_speed": 5.1
|
||||
},
|
||||
"hitbox_margin": 0.125
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue