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,186 @@
|
||||
{
|
||||
"effects": {
|
||||
"bards_rpg:ballad": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:generic",
|
||||
"value": 0.025,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_damage",
|
||||
"value": 0.025,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "ranged_weapon:damage",
|
||||
"value": 0.025,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"bards_rpg:troubadours_minuet": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_engine:damage_taken",
|
||||
"value": -0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"bards_rpg:wanderers_minuet": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:critical_chance",
|
||||
"value": 0.005,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "critical_strike:chance",
|
||||
"value": 0.005,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"bards_rpg:armys_paeon": {
|
||||
"attributes": []
|
||||
},
|
||||
"bards_rpg:armys_motivation": {
|
||||
"attributes": []
|
||||
},
|
||||
"bards_rpg:natures_minne": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_engine:healing_taken",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"bards_rpg:song_of_celerity": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.025,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"bards_rpg:crescendo": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_engine:damage_taken",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"bards_rpg:vicious_mockery": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:generic",
|
||||
"value": -0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_damage",
|
||||
"value": -0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "ranged_weapon:damage",
|
||||
"value": -0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_engine:damage_taken",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"bards_rpg:wardens_paean_harmful": {
|
||||
"attributes": []
|
||||
},
|
||||
"bards_rpg:wardens_paean_beneficial": {
|
||||
"attributes": []
|
||||
},
|
||||
"bards_rpg:astral_shots": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "ranged_weapon:pull_time",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_TOTAL"
|
||||
}
|
||||
]
|
||||
},
|
||||
"bards_rpg:hymn_of_the_golden_light": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.max_absorption",
|
||||
"value": 2.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"bards_rpg:song_of_the_turning_sky": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_engine:damage_taken",
|
||||
"value": -0.02,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"bards_rpg:discordant_note": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:generic",
|
||||
"value": -0.02,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_damage",
|
||||
"value": -0.02,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "ranged_weapon:damage",
|
||||
"value": -0.02,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"bards_rpg:canticle_of_the_tides": {
|
||||
"attributes": []
|
||||
},
|
||||
"bards_rpg:tale_of_the_dragonslayer": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:generic",
|
||||
"value": 0.01,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_damage",
|
||||
"value": 0.01,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "ranged_weapon:damage",
|
||||
"value": 0.01,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"bards_rpg:eclipse_mantle": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_engine:evasion_chance",
|
||||
"value": 0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"ignore_items_required_mods": false,
|
||||
"armies_paeon_impact_multiplier": 0.035,
|
||||
"discordant_selfdamage_chance_per_stack": 0.02,
|
||||
"discordant_selfdamage_multiplier_per_stack": 0.1
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"pool": "minecraft:village/desert/houses",
|
||||
"structures": [
|
||||
{
|
||||
"id": "bards_rpg:village/desert/pub",
|
||||
"weight": 3,
|
||||
"limit": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"pool": "minecraft:village/savanna/houses",
|
||||
"structures": [
|
||||
{
|
||||
"id": "bards_rpg:village/savanna/pub",
|
||||
"weight": 3,
|
||||
"limit": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"pool": "minecraft:village/plains/houses",
|
||||
"structures": [
|
||||
{
|
||||
"id": "bards_rpg:village/plains/pub",
|
||||
"weight": 3,
|
||||
"limit": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"pool": "minecraft:village/snowy/houses",
|
||||
"structures": [
|
||||
{
|
||||
"id": "bards_rpg:village/snowy/pub",
|
||||
"weight": 3,
|
||||
"limit": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user