Port axe/sword attack damage changes
This commit is contained in:
parent
0f3d4b8b3f
commit
052306bd21
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"items": [
|
||||
"minecraft:diamond_axe"
|
||||
],
|
||||
"patch": {
|
||||
"attribute_modifiers": [
|
||||
{
|
||||
"type": "generic.attack_damage",
|
||||
"slot": "mainhand",
|
||||
"id": "base_attack_damage",
|
||||
"amount": 11,
|
||||
"operation": "add_value"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:generic.attack_speed",
|
||||
"id": "minecraft:base_attack_speed",
|
||||
"amount": -3,
|
||||
"operation": "add_value",
|
||||
"slot": "mainhand"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"items": [
|
||||
"minecraft:diamond_sword"
|
||||
],
|
||||
"patch": {
|
||||
"attribute_modifiers": [
|
||||
{
|
||||
"type": "generic.attack_damage",
|
||||
"slot": "mainhand",
|
||||
"id": "base_attack_damage",
|
||||
"amount": 7,
|
||||
"operation": "add_value"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:generic.attack_speed",
|
||||
"id": "minecraft:base_attack_speed",
|
||||
"amount": -2.4000000953674316,
|
||||
"operation": "add_value",
|
||||
"slot": "mainhand"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
"type": "generic.attack_damage",
|
||||
"slot": "mainhand",
|
||||
"id": "base_attack_damage",
|
||||
"amount": 8,
|
||||
"amount": 9,
|
||||
"operation": "add_value"
|
||||
},
|
||||
{
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
"type": "generic.attack_damage",
|
||||
"slot": "mainhand",
|
||||
"id": "base_attack_damage",
|
||||
"amount": 5.5,
|
||||
"amount": 6,
|
||||
"operation": "add_value"
|
||||
},
|
||||
{
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"items": [
|
||||
"minecraft:netherite_axe"
|
||||
],
|
||||
"patch": {
|
||||
"attribute_modifiers": [
|
||||
{
|
||||
"type": "generic.attack_damage",
|
||||
"slot": "mainhand",
|
||||
"id": "base_attack_damage",
|
||||
"amount": 14,
|
||||
"operation": "add_value"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:generic.attack_speed",
|
||||
"id": "minecraft:base_attack_speed",
|
||||
"amount": -3,
|
||||
"operation": "add_value",
|
||||
"slot": "mainhand"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"items": [
|
||||
"minecraft:netherite_sword"
|
||||
],
|
||||
"patch": {
|
||||
"attribute_modifiers": [
|
||||
{
|
||||
"type": "generic.attack_damage",
|
||||
"slot": "mainhand",
|
||||
"id": "base_attack_damage",
|
||||
"amount": 9,
|
||||
"operation": "add_value"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:generic.attack_speed",
|
||||
"id": "minecraft:base_attack_speed",
|
||||
"amount": -2.4000000953674316,
|
||||
"operation": "add_value",
|
||||
"slot": "mainhand"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue