Files
PupaMLupa/config/more_rpg_classes/elemental_weaknesses.json
T

105 lines
2.7 KiB
JSON

{
"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
}
}
}
]
}
}