Add new metal, wood, stone, and leaves types for various mods including BetterEnd, Natures Spirit, and Quark; enhance configuration clarity and organization across multiple files.
This commit is contained in:
@@ -0,0 +1,670 @@
|
||||
{
|
||||
"ranged_weapons": {
|
||||
"bards_rpg:harp_crossbow": {
|
||||
"damage": 8.4,
|
||||
"pull_time_bonus": 0.2,
|
||||
"velocity_bonus": 0.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attributeId": "spell_power:arcane",
|
||||
"modifier": {
|
||||
"modifierId": "ranged_weapon:ranged_weapon",
|
||||
"operation": "ADD_VALUE",
|
||||
"value": 3.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"attributeId": "spell_power:healing",
|
||||
"modifier": {
|
||||
"modifierId": "ranged_weapon:ranged_weapon",
|
||||
"operation": "ADD_VALUE",
|
||||
"value": 2.5
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"bards_rpg:diamond_harp_crossbow": {
|
||||
"damage": 8.4,
|
||||
"pull_time_bonus": 0.2,
|
||||
"velocity_bonus": 0.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attributeId": "spell_power:arcane",
|
||||
"modifier": {
|
||||
"modifierId": "ranged_weapon:ranged_weapon",
|
||||
"operation": "ADD_VALUE",
|
||||
"value": 3.5
|
||||
}
|
||||
},
|
||||
{
|
||||
"attributeId": "spell_power:healing",
|
||||
"modifier": {
|
||||
"modifierId": "ranged_weapon:ranged_weapon",
|
||||
"operation": "ADD_VALUE",
|
||||
"value": 2.5
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"bards_rpg:netherite_harp_crossbow": {
|
||||
"damage": 8.4,
|
||||
"pull_time_bonus": 0.2,
|
||||
"velocity_bonus": 0.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attributeId": "spell_power:arcane",
|
||||
"modifier": {
|
||||
"modifierId": "ranged_weapon:ranged_weapon",
|
||||
"operation": "ADD_VALUE",
|
||||
"value": 4.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"attributeId": "spell_power:healing",
|
||||
"modifier": {
|
||||
"modifierId": "ranged_weapon:ranged_weapon",
|
||||
"operation": "ADD_VALUE",
|
||||
"value": 3.0
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"bards_rpg:unique_harp_crossbow_0": {
|
||||
"damage": 8.4,
|
||||
"pull_time_bonus": 0.2,
|
||||
"velocity_bonus": 0.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attributeId": "spell_power:arcane",
|
||||
"modifier": {
|
||||
"modifierId": "ranged_weapon:ranged_weapon",
|
||||
"operation": "ADD_VALUE",
|
||||
"value": 4.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"attributeId": "spell_power:healing",
|
||||
"modifier": {
|
||||
"modifierId": "ranged_weapon:ranged_weapon",
|
||||
"operation": "ADD_VALUE",
|
||||
"value": 3.0
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"bards_rpg:unique_harp_crossbow_1": {
|
||||
"damage": 8.4,
|
||||
"pull_time_bonus": 0.2,
|
||||
"velocity_bonus": 0.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attributeId": "spell_power:arcane",
|
||||
"modifier": {
|
||||
"modifierId": "ranged_weapon:ranged_weapon",
|
||||
"operation": "ADD_VALUE",
|
||||
"value": 4.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"attributeId": "spell_power:healing",
|
||||
"modifier": {
|
||||
"modifierId": "ranged_weapon:ranged_weapon",
|
||||
"operation": "ADD_VALUE",
|
||||
"value": 3.0
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"melee_weapons": {
|
||||
"golden_rapier": {
|
||||
"attack_damage": 2.1,
|
||||
"attack_speed": -2.0,
|
||||
"attributes": []
|
||||
},
|
||||
"iron_rapier": {
|
||||
"attack_damage": 3.6,
|
||||
"attack_speed": -2.0,
|
||||
"attributes": []
|
||||
},
|
||||
"diamond_rapier": {
|
||||
"attack_damage": 4.4,
|
||||
"attack_speed": -2.0,
|
||||
"attributes": []
|
||||
},
|
||||
"netherite_rapier": {
|
||||
"attack_damage": 5.9,
|
||||
"attack_speed": -2.0,
|
||||
"attributes": []
|
||||
},
|
||||
"wooden_lute": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 3.5,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 3.5,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"diamond_lute": {
|
||||
"attack_damage": 6.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 4.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 4.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"netherite_lute": {
|
||||
"attack_damage": 8.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 4.5,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 4.5,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"golden_lyre": {
|
||||
"attack_damage": 3.0,
|
||||
"attack_speed": -2.2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 2.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 5.5,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"diamond_lyre": {
|
||||
"attack_damage": 3.0,
|
||||
"attack_speed": -2.2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 2.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 6.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"netherite_lyre": {
|
||||
"attack_damage": 3.0,
|
||||
"attack_speed": -2.2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 2.5,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 7.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"aeternium_rapier": {
|
||||
"attack_damage": 6.7,
|
||||
"attack_speed": -2.0,
|
||||
"attributes": []
|
||||
},
|
||||
"aeternium_lyre": {
|
||||
"attack_damage": 3.0,
|
||||
"attack_speed": -2.2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 2.5,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 7.5,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"unique_rapier_0": {
|
||||
"attack_damage": 6.7,
|
||||
"attack_speed": -2.0,
|
||||
"attributes": []
|
||||
},
|
||||
"unique_rapier_1": {
|
||||
"attack_damage": 6.7,
|
||||
"attack_speed": -2.0,
|
||||
"attributes": []
|
||||
},
|
||||
"unique_lute_0": {
|
||||
"attack_damage": 10.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 5.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 5.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"unique_lute_1": {
|
||||
"attack_damage": 10.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 5.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 5.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"unique_lyre_0": {
|
||||
"attack_damage": 3.0,
|
||||
"attack_speed": -2.2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 2.5,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 7.5,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"unique_lyre_1": {
|
||||
"attack_damage": 3.0,
|
||||
"attack_speed": -2.2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 2.5,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 7.5,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"armor_sets": {
|
||||
"entertainer_garb": {
|
||||
"armor_toughness": 0.0,
|
||||
"knockback_resistance": 0.0,
|
||||
"head": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"armor": 3,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"legs": {
|
||||
"armor": 2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"feet": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"troubadour_garb": {
|
||||
"armor_toughness": 0.0,
|
||||
"knockback_resistance": 0.0,
|
||||
"head": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.04,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"armor": 3,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.04,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"legs": {
|
||||
"armor": 2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.04,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"feet": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.04,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"netherite_troubadour_garb": {
|
||||
"armor_toughness": 0.0,
|
||||
"knockback_resistance": 0.0,
|
||||
"head": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"armor": 3,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"legs": {
|
||||
"armor": 2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"feet": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"storyteller_garb": {
|
||||
"armor_toughness": 0.0,
|
||||
"knockback_resistance": 0.0,
|
||||
"head": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.06,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"armor": 3,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.06,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"legs": {
|
||||
"armor": 2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.06,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"feet": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.06,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user