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,105 @@
|
||||
{
|
||||
"school_weaknesses": {
|
||||
"spell_power:water": [
|
||||
{
|
||||
"impact_type": "DAMAGE",
|
||||
"weakness": {
|
||||
"all_required": false,
|
||||
"conditions": [
|
||||
{
|
||||
"health_percent_above": 0.0,
|
||||
"health_percent_below": 1.0,
|
||||
"entity_type": "#TagKey[minecraft:entity_type / more_rpg_classes:resistant_to_water]"
|
||||
}
|
||||
],
|
||||
"execute": "PASS",
|
||||
"modifier": {
|
||||
"power_multiplier": -0.3,
|
||||
"critical_chance_bonus": 0.0,
|
||||
"critical_damage_bonus": 0.0
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"spell_power:earth": [
|
||||
{
|
||||
"impact_type": "DAMAGE",
|
||||
"weakness": {
|
||||
"all_required": false,
|
||||
"conditions": [
|
||||
{
|
||||
"health_percent_above": 0.0,
|
||||
"health_percent_below": 1.0,
|
||||
"entity_type": "#TagKey[minecraft:entity_type / more_rpg_classes:weak_to_earth]"
|
||||
}
|
||||
],
|
||||
"execute": "PASS",
|
||||
"modifier": {
|
||||
"power_multiplier": 0.0,
|
||||
"critical_chance_bonus": 0.3,
|
||||
"critical_damage_bonus": 0.0
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"spell_power:fire_ranged": [
|
||||
{
|
||||
"impact_type": "DAMAGE",
|
||||
"weakness": {
|
||||
"all_required": false,
|
||||
"conditions": [
|
||||
{
|
||||
"health_percent_above": 0.0,
|
||||
"health_percent_below": 1.0,
|
||||
"entity_type": "#spell_engine:vulnerability/weak_to_fire"
|
||||
}
|
||||
],
|
||||
"execute": "PASS",
|
||||
"modifier": {
|
||||
"power_multiplier": 0.0,
|
||||
"critical_chance_bonus": 0.3,
|
||||
"critical_damage_bonus": 0.0
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"spell_power:frost_ranged": [
|
||||
{
|
||||
"weakness": {
|
||||
"all_required": false,
|
||||
"conditions": [
|
||||
{
|
||||
"health_percent_above": 0.0,
|
||||
"health_percent_below": 1.0,
|
||||
"entity_type": "#spell_engine:vulnerability/weak_to_frost"
|
||||
}
|
||||
],
|
||||
"execute": "PASS",
|
||||
"modifier": {
|
||||
"power_multiplier": 0.3,
|
||||
"critical_chance_bonus": 0.0,
|
||||
"critical_damage_bonus": 0.0
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"weakness": {
|
||||
"all_required": false,
|
||||
"conditions": [
|
||||
{
|
||||
"health_percent_above": 0.0,
|
||||
"health_percent_below": 1.0,
|
||||
"entity_type": "#spell_engine:vulnerability/resistant_to_frost"
|
||||
}
|
||||
],
|
||||
"execute": "PASS",
|
||||
"modifier": {
|
||||
"power_multiplier": -0.3,
|
||||
"critical_chance_bonus": 0.0,
|
||||
"critical_damage_bonus": 0.0
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user