Add new metal, wood, and leaves types for various mods including BetterEnd, Born in Chaos, and Rechiseled; expand allowed sounds for Sound Physics Remastered; update sort order for Jade configuration.
This commit is contained in:
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"effects": {
|
||||
"arsenal:stun": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.jump_strength",
|
||||
"value": 0.0,
|
||||
"operation": "ADD_MULTIPLIED_TOTAL"
|
||||
}
|
||||
]
|
||||
},
|
||||
"arsenal:frostbite": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": -0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_speed",
|
||||
"value": -0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"arsenal:guarding": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_engine:damage_taken",
|
||||
"value": -0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"arsenal:sundering": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.armor",
|
||||
"value": -0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"arsenal:rampaging": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_damage",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"arsenal:focusing": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "ranged_weapon:damage",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"arsenal:unyielding": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.knockback_resistance",
|
||||
"value": 3.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.armor_toughness",
|
||||
"value": 0.5,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"arsenal:surging": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:critical_chance",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"arsenal:absorption": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.max_absorption",
|
||||
"value": 2.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,285 @@
|
||||
{
|
||||
"weapons": {
|
||||
"unique_claymore_1": {
|
||||
"attack_damage": 13.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": []
|
||||
},
|
||||
"unique_claymore_2": {
|
||||
"attack_damage": 13.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": []
|
||||
},
|
||||
"unique_claymore_sw": {
|
||||
"attack_damage": 13.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": []
|
||||
},
|
||||
"unique_staff_damage_1": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"unique_staff_damage_2": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"unique_staff_damage_3": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"unique_staff_damage_4": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"unique_staff_damage_5": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"unique_staff_damage_6": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"unique_staff_damage_sw": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"unique_staff_heal_1": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"unique_staff_heal_2": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"unique_staff_heal_sw": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"unique_spear_1": {
|
||||
"attack_damage": 8.0,
|
||||
"attack_speed": -2.6,
|
||||
"attributes": []
|
||||
},
|
||||
"unique_spear_2": {
|
||||
"attack_damage": 8.0,
|
||||
"attack_speed": -2.6,
|
||||
"attributes": []
|
||||
},
|
||||
"unique_spear_sw": {
|
||||
"attack_damage": 8.0,
|
||||
"attack_speed": -2.6,
|
||||
"attributes": []
|
||||
},
|
||||
"unique_dagger_1": {
|
||||
"attack_damage": 5.5,
|
||||
"attack_speed": -1.6,
|
||||
"attributes": []
|
||||
},
|
||||
"unique_dagger_2": {
|
||||
"attack_damage": 5.5,
|
||||
"attack_speed": -1.6,
|
||||
"attributes": []
|
||||
},
|
||||
"unique_dagger_sw": {
|
||||
"attack_damage": 5.5,
|
||||
"attack_speed": -1.6,
|
||||
"attributes": []
|
||||
},
|
||||
"unique_sickle_1": {
|
||||
"attack_damage": 6.8,
|
||||
"attack_speed": -2.0,
|
||||
"attributes": []
|
||||
},
|
||||
"unique_sickle_2": {
|
||||
"attack_damage": 6.8,
|
||||
"attack_speed": -2.0,
|
||||
"attributes": []
|
||||
},
|
||||
"unique_sickle_sw": {
|
||||
"attack_damage": 6.8,
|
||||
"attack_speed": -2.0,
|
||||
"attributes": []
|
||||
},
|
||||
"unique_longsword_sw": {
|
||||
"attack_damage": 8.0,
|
||||
"attack_speed": -2.4,
|
||||
"attributes": []
|
||||
},
|
||||
"unique_double_axe_1": {
|
||||
"attack_damage": 11.0,
|
||||
"attack_speed": -2.8,
|
||||
"attributes": []
|
||||
},
|
||||
"unique_double_axe_2": {
|
||||
"attack_damage": 11.0,
|
||||
"attack_speed": -2.8,
|
||||
"attributes": []
|
||||
},
|
||||
"unique_double_axe_sw": {
|
||||
"attack_damage": 11.0,
|
||||
"attack_speed": -2.8,
|
||||
"attributes": []
|
||||
},
|
||||
"unique_glaive_1": {
|
||||
"attack_damage": 9.3,
|
||||
"attack_speed": -2.6,
|
||||
"attributes": []
|
||||
},
|
||||
"unique_glaive_2": {
|
||||
"attack_damage": 9.3,
|
||||
"attack_speed": -2.6,
|
||||
"attributes": []
|
||||
},
|
||||
"unique_glaive_sw": {
|
||||
"attack_damage": 9.3,
|
||||
"attack_speed": -2.6,
|
||||
"attributes": []
|
||||
},
|
||||
"unique_hammer_1": {
|
||||
"attack_damage": 16.0,
|
||||
"attack_speed": -3.2,
|
||||
"attributes": []
|
||||
},
|
||||
"unique_hammer_2": {
|
||||
"attack_damage": 16.0,
|
||||
"attack_speed": -3.2,
|
||||
"attributes": []
|
||||
},
|
||||
"unique_hammer_sw": {
|
||||
"attack_damage": 16.0,
|
||||
"attack_speed": -3.2,
|
||||
"attributes": []
|
||||
},
|
||||
"unique_mace_1": {
|
||||
"attack_damage": 11.0,
|
||||
"attack_speed": -2.8,
|
||||
"attributes": []
|
||||
},
|
||||
"unique_mace_2": {
|
||||
"attack_damage": 11.0,
|
||||
"attack_speed": -2.8,
|
||||
"attributes": []
|
||||
},
|
||||
"unique_mace_sw": {
|
||||
"attack_damage": 11.0,
|
||||
"attack_speed": -2.8,
|
||||
"attributes": []
|
||||
}
|
||||
},
|
||||
"armor_sets": {}
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"ranged_weapons": {
|
||||
"arsenal:unique_longbow_1": {
|
||||
"damage": 13.5,
|
||||
"pull_time_bonus": 0.5,
|
||||
"velocity_bonus": 0.75
|
||||
},
|
||||
"arsenal:unique_longbow_2": {
|
||||
"damage": 13.5,
|
||||
"pull_time_bonus": 0.5,
|
||||
"velocity_bonus": 0.75
|
||||
},
|
||||
"arsenal:unique_longbow_sw": {
|
||||
"damage": 13.5,
|
||||
"pull_time_bonus": 0.5,
|
||||
"velocity_bonus": 0.75
|
||||
},
|
||||
"arsenal:unique_heavy_crossbow_1": {
|
||||
"damage": 17.0,
|
||||
"pull_time_bonus": 0.75,
|
||||
"velocity_bonus": 0.5
|
||||
},
|
||||
"arsenal:unique_heavy_crossbow_2": {
|
||||
"damage": 17.0,
|
||||
"pull_time_bonus": 0.75,
|
||||
"velocity_bonus": 0.5
|
||||
},
|
||||
"arsenal:unique_heavy_crossbow_sw": {
|
||||
"damage": 17.0,
|
||||
"pull_time_bonus": 0.75,
|
||||
"velocity_bonus": 0.5
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"shields": {
|
||||
"arsenal:unique_shield_1": {
|
||||
"durability": 4032,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.armor_toughness",
|
||||
"value": 2.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "generic.max_health",
|
||||
"value": 6.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"arsenal:unique_shield_2": {
|
||||
"durability": 4032,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.armor_toughness",
|
||||
"value": 2.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "generic.max_health",
|
||||
"value": 6.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"arsenal:unique_shield_sw": {
|
||||
"durability": 4032,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.armor_toughness",
|
||||
"value": 2.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "generic.max_health",
|
||||
"value": 6.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user