Modify gold tool attack damage/speed values
This commit is contained in:
parent
c4e8399b5b
commit
5698498e49
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"targets": [
|
||||
"minecraft:golden_axe"
|
||||
],
|
||||
"components": {
|
||||
"attribute_modifiers": [
|
||||
{
|
||||
"type": "generic.attack_damage",
|
||||
"slot": "mainhand",
|
||||
"id": "base_attack_damage",
|
||||
"amount": 8,
|
||||
"operation": "add_value"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:generic.attack_speed",
|
||||
"id": "minecraft:base_attack_speed",
|
||||
"amount": -3.0999999046325684,
|
||||
"operation": "add_value",
|
||||
"slot": "mainhand"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"targets": [
|
||||
"minecraft:golden_hoe"
|
||||
],
|
||||
"components": {
|
||||
"attribute_modifiers": [
|
||||
{
|
||||
"type": "generic.attack_damage",
|
||||
"slot": "mainhand",
|
||||
"id": "base_attack_damage",
|
||||
"amount": 0,
|
||||
"operation": "add_value"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:generic.attack_speed",
|
||||
"id": "minecraft:base_attack_speed",
|
||||
"amount": -1,
|
||||
"operation": "add_value",
|
||||
"slot": "mainhand"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"targets": [
|
||||
"minecraft:golden_pickaxe"
|
||||
],
|
||||
"components": {
|
||||
"attribute_modifiers": [
|
||||
{
|
||||
"type": "generic.attack_damage",
|
||||
"slot": "mainhand",
|
||||
"id": "base_attack_damage",
|
||||
"amount": 3,
|
||||
"operation": "add_value"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:generic.attack_speed",
|
||||
"id": "minecraft:base_attack_speed",
|
||||
"amount": -2.799999952316284,
|
||||
"operation": "add_value",
|
||||
"slot": "mainhand"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"targets": [
|
||||
"minecraft:golden_shovel"
|
||||
],
|
||||
"components": {
|
||||
"attribute_modifiers": [
|
||||
{
|
||||
"type": "generic.attack_damage",
|
||||
"slot": "mainhand",
|
||||
"id": "base_attack_damage",
|
||||
"amount": 3.5,
|
||||
"operation": "add_value"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:generic.attack_speed",
|
||||
"id": "minecraft:base_attack_speed",
|
||||
"amount": -3,
|
||||
"operation": "add_value",
|
||||
"slot": "mainhand"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"targets": [
|
||||
"minecraft:golden_sword"
|
||||
],
|
||||
"components": {
|
||||
"attribute_modifiers": [
|
||||
{
|
||||
"type": "generic.attack_damage",
|
||||
"slot": "mainhand",
|
||||
"id": "base_attack_damage",
|
||||
"amount": 5.5,
|
||||
"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