ideas = {
    country = {
        
        idea_justification_tension = {
            picture = justification_tension
            modifier = {
                generate_wargoal_tension = -5.0
            }
            cancel = {
                OR = {
                    has_stability < 0.6
                    has_civil_war = yes
                    is_subject = yes
                }
            }
        }
        
        idea_trade_opinion = {
            picture = trade_opinion
            modifier = {
                trade_opinion_factor = 1.0
                faction_trade_opinion_factor = 1.5
            }
            cancel = {
                OR = {
                    has_stability < 0.6
                    has_civil_war = yes
                    is_subject = yes
                }
            }
        }
        
        idea_lend_lease = {
            picture = lend_lease
            modifier = {
                lend_lease_tension = -5.0
            }
            cancel = {
                OR = {
                    has_stability < 0.6
                    has_civil_war = yes
                    is_subject = yes
                }
            }
        }
        
        idea_volunteer = {
            picture = volunteer
            modifier = {
                send_volunteer_factor = 1.5
                send_volunteers_tension = -5.0
                air_volunteer_cap = 1000
            }
            rule = {
                can_send_volunteers = yes
            }
            cancel = {
                OR = {
                    has_stability < 0.6
                    has_civil_war = yes
                    is_subject = yes
                }
            }
        }
        
        idea_consumer_goods = {
            picture = consumer_goods
            modifier = {
                consumer_goods_factor = -0.2
            }
            cancel = {
                OR = {
                    has_stability < 0.6
                    has_civil_war = yes
                    is_subject = yes
                }
            }
        }
        
        idea_embargo = {
            picture = embargo
            modifier = {
                embargo_threshold_factor = -5.9
            }
            cancel = {
                OR = {
                    has_stability < 0.6
                    has_civil_war = yes
                    is_subject = yes
                }
            }
        }
    }
}