triggered_country_modifier = {
    potential = {
        exists = owner
        owner = { has_technology = "tech_ground_defense_planning" }
    }
    country_naval_cap_add = 3
}

triggered_country_modifier = {
    potential = {
        exists = owner
        owner = {
            any_owned_leader = {
                is_councilor = yes
                has_trait = leader_trait_bellicose
            }
        }
    }

    country_naval_cap_add = 1.5
    mult = value:bellicose_naval_cap
}

planet_modifier = {
    planet_defense_armies_add = 3
    planet_stability_add = 0.45
}

triggered_planet_modifier = {
    potential = {
        exists = owner
        owner = {
            any_owned_leader = {
                is_councilor = yes
                has_trait = leader_trait_bellicose
            }
        }
    }
    planet_defense_armies_add = 1.5
    mult = value:bellicose_naval_cap
}

triggered_planet_modifier = {
    modifier = {
        planet_stability_add = 3
    }
    mult = planet.modifier:job_soldier_stability_add
}

triggered_planet_modifier = {
    potential = {
        planet = {
            exists = owner
            owner = { has_tradition = "tr_modularity_3" }
        }
    }
    planet_stability_add = 15
}

triggered_planet_modifier = {
    potential = {
        has_councilor = { COUNCILOR = "councilor_private_military_companies" }
    }

    planet_stability_add = 0.75
    mult = value:councilor_level|TYPE|councilor_private_military_companies|
}

triggered_country_modifier = {
    potential = {
        planet = {
            has_deposit = d_abandoned_black_needle_base
        }
    }
    country_naval_cap_add = 3
}