﻿ucp_child_death_minor_to_5_stress_gain = {
    value = minor_stress_impact_gain
    if = {
        limit = {
            has_character_modifier = ucp_faith_consolation_modifier
            any_child = { even_if_dead = yes this = scope:dead_character }
        }
        add = -15
    }
}

ucp_child_death_medium_to_5_stress_gain = {
    value = medium_stress_impact_gain
    if = {
        limit = {
            has_character_modifier = ucp_faith_consolation_modifier
            any_child = { even_if_dead = yes this = scope:dead_character }
        }
        add = -35
    }
}

ucp_child_death_minor_to_10_stress_gain = {
    value = minor_stress_impact_gain
    if = {
        limit = {
            has_character_modifier = ucp_faith_consolation_modifier
            any_child = { even_if_dead = yes this = scope:dead_character }
        }
        add = -10
    }
}

ucp_child_death_medium_to_10_stress_gain = {
    value = medium_stress_impact_gain
    if = {
        limit = {
            has_character_modifier = ucp_faith_consolation_modifier
            any_child = { even_if_dead = yes this = scope:dead_character }
        }
        add = -30
    }
}

ucp_child_heir_death_to_15_stress_gain = {
    value = minor_stress_impact_gain
    if = {
        limit = {
            has_character_modifier = ucp_faith_consolation_modifier
            any_child = { even_if_dead = yes this = scope:dead_character }
        }
        add = -5
    }
}
