VAT_vera_fides_expansion_corps_category = {

    #YUGOSLAVIA
    VAT_add_25_to_yugoslavian_uprusing = {

        visible = {
            is_debug = yes
            check_variable = {
                odd_selected_region = 3
            }
        }
        complete_effect = {
            add_to_variable = {
                yugoslavian_support_for_uprusing = 25
            }
            clamp_variable = {
                var = yugoslavian_support_for_uprusing
                min = 0
                max = 100
            }
        }
    }

    VAT_add_90_to_yugoslavian_uprusing = {

        visible = {
            is_debug = yes
            check_variable = {
                odd_selected_region = 3
            }
        }
        complete_effect = {
            add_to_variable = {
                yugoslavian_support_for_uprusing = 90
            }
            clamp_variable = {
                var = yugoslavian_support_for_uprusing
                min = 0
                max = 100
            }
        }
    }

    #Связаться с хорватскими священниками
    VAT_connect_with_croatian_priests = {
        icon = GFX_decision_generic_political_discourse

        cost = 25
        days_re_enable = 30

        targets = { YUG }

        visible = {
            check_variable = {
                odd_selected_region = 3
            }
            VAT_trigger_odd_yugoslavia = yes
            has_completed_focus = VAT_the_uprising_in_yugoslavia
        }

        available = {
            network_strength = {
                target = FROM
                value > 15
            }
        }

        complete_effect = {
            add_to_variable = {
                tooltip = add_10_to_yugoslavian_support_for_uprusing_tt
                var = yugoslavian_support_for_uprusing
                value = 10
            }
            clamp_variable = {
                var = yugoslavian_support_for_uprusing
                min = 0
                max = 100
            }
        }
    }

    #Поддержать Усташи
    VAT_support_ustashi = {
        icon = GFX_decision_hol_attract_foreign_investors

        cost = 30
        days_re_enable = 45

        targets = { YUG }

        visible = {
            check_variable = {
                odd_selected_region = 3
            }
            VAT_trigger_odd_yugoslavia = yes
            has_completed_focus = VAT_the_uprising_in_yugoslavia
        }

        available = {
            network_strength = {
                target = FROM
                value > 25
            }
        }

        complete_effect = {
            add_to_variable = {
                tooltip = add_15_to_yugoslavian_support_for_uprusing_tt
                var = yugoslavian_support_for_uprusing
                value = 15
            }
            clamp_variable = {
                var = yugoslavian_support_for_uprusing
                min = 0
                max = 100
            }
            add_popularity = {
                ideology = fascism
                popularity = 0.03
            }
            add_stability = -0.02
        }
    }

    #Подстрекать сербо-хорватскую борьбу
    VAT_toughen_serbo_croatian_fight = {
        icon = GFX_decision_generic_political_rally

        cost = 35
        days_re_enable = 50
        days_remove = 20

        targets = { YUG }

        visible = {
            check_variable = {
                odd_selected_region = 3
            }
            VAT_trigger_odd_yugoslavia = yes
            has_completed_focus = VAT_the_uprising_in_yugoslavia
        }

        available = {
            network_strength = {
                target = FROM
                value > 40
            }
        }

        complete_effect = {
            add_to_variable = {
                tooltip = add_20_to_yugoslavian_support_for_uprusing_tt
                var = yugoslavian_support_for_uprusing
                value = 20
            }
            clamp_variable = {
                var = yugoslavian_support_for_uprusing
                min = 0
                max = 100
            }
            YUG = {
                add_stability = -0.1
            }
        }

        modifier = {
            political_power_factor = -0.2
        }
    }

    VAT_intervention_in_yugoslavian_civil_war = {

        icon = GFX_decision_infiltrate_state

        cost = 15
        fire_only_once = yes

        days_remove = 7

        targets = { YUG }

        visible = {
            check_variable = {
                odd_selected_region = 3
            }
            NOT = {
                has_war_with = YUG
            }
            YUG = {
                is_puppet = no
                exists = yes
                has_capitulated = no
            }
            has_completed_focus = VAT_the_uprising_in_yugoslavia
        }
        
        available = {
            CRO = {
                has_war_with = YUG
                has_cosmetic_tag = CRO_VAT_uprusing
            }
        }

        remove_effect = {
            set_autonomy = {
                target = CRO
                autonomous_state = autonomy_collaboration_government
                end_wars = no
                end_civil_wars = no
            }
        }
    }

    VAT_war_with_yugoslavia = {

        icon = GFX_decision_infiltrate_state

        cost = 20
        fire_only_once = yes

        targets = { YUG }

        visible = {
            check_variable = {
                odd_selected_region = 3
            }
            # Если игрок не захочет через восстание, будет всегда доступно решение
            # YUG = {
            #     all_controlled_state = {
            #         NOT = { is_core_of = CRO }
            #     }
            # }
            has_completed_focus = VAT_the_uprising_in_yugoslavia
        }

        complete_effect = {
            create_wargoal = {
                target = YUG
                type = annex_everything
            }
            custom_effect_tooltip = vat_war_start_without_uprising_warning_tt
        }
    }


    # HUNGARY
    VAT_anti_german_propaganda_in_hungary = {
        icon = GFX_decision_SWI_consolidate_council_power

        cost = 20

        days_remove = 30
        days_re_enable = 30

        targets = { HUN }

        target_trigger = {
            FROM = {
                is_puppet = no
                NOT = {
                    has_war_with = VAT
                    is_ally_with = VAT
                }
            }
        }

        visible = {
            check_variable = {
                odd_selected_region = 3
            }
            FROM = { has_country_flag = VAT_declined_ultimatum }
            NOT = { is_in_array = { vat_countries_where_operation_happend = FROM } }
        }

        available = {
            network_national_coverage = {
                target = FROM
                value > 10
            }
        }

        remove_effect = {
            HUN = {
                add_popularity = {
                    ideology = fascism
                    popularity = -0.02
                }
            }
            add_to_variable = {
                tooltip = add_10_to_support_for_uprising_tt
                var = FROM.support_for_uprising
                value = 10
            }
            clamp_variable = {
                var = FROM.support_for_uprising
                min = 0
                max = 100
            }
        }
    }

    # BRAZIL
    VAT_connects_with_entourage_of_vargas = {
        icon = GFX_decision_generic_political_rally

        cost = 35

        days_remove = 30
        days_re_enable = 30

        targets = { BRA }

        target_trigger = {
            FROM = {
                is_puppet = no
                NOT = {
                    has_war_with = VAT
                    is_ally_with = VAT
                }
            }
        }

        visible = {
            check_variable = {
                odd_selected_region = 2
            }
            FROM = { has_country_flag = VAT_declined_ultimatum }
            NOT = { is_in_array = { vat_countries_where_operation_happend = FROM } } 
        }

        available = {
            network_strength = {
                target = FROM
                value > 50
            }
        }

        remove_effect = {
            add_to_variable = {
                tooltip = add_15_to_support_for_uprising_tt
                var = BRA.support_for_uprising
                value = 15
            }
            clamp_variable = {
                var = BRA.support_for_uprising
                min = 0
                max = 100
            }
        }
    }

    VAT_connects_with_priests = {
        icon = GFX_decision_eng_ally_imperialist_coup

        cost = 25

        days_remove = 15
        days_re_enable = 30

        targets = { HUN BRA }

        target_trigger = {
            FROM = {
                is_puppet = no
                NOT = {
                    has_war_with = VAT
                    is_ally_with = VAT
                }
            }
        }

        visible = {
            FROM = { has_country_flag = VAT_declined_ultimatum }
            NOT = { is_in_array = { vat_countries_where_operation_happend = FROM } } 
            if = {
                limit = { FROM = { tag = HUN } }
                check_variable = {
                    odd_selected_region = 3
                }
            }
            else_if = {
                limit = { FROM = { tag = BRA } }
                check_variable = {
                    odd_selected_region = 2
                }
            }
        }

        available = {
            network_strength = {
                target = FROM
                value > 15
            }
        }

        remove_effect = {
            add_to_variable = {
                tooltip = add_10_to_support_for_uprising_tt
                var = FROM.support_for_uprising
                value = 10
            }
            clamp_variable = {
                var = FROM.support_for_uprising
                min = 0
                max = 100
            }
        }
    }

    VAT_connects_with_politicians = {
        icon = GFX_decision_generic_political_discourse

        cost = 30

        days_remove = 20
        days_re_enable = 50

        targets = { HUN BRA }

        target_trigger = {
            FROM = {
                is_puppet = no
                NOT = {
                    has_war_with = VAT
                    is_ally_with = VAT
                }
            }
        }

        available = {
            network_strength = {
                target = FROM
                value > 25
            }
        }

        visible = {
            FROM = { has_country_flag = VAT_declined_ultimatum }
            NOT = { is_in_array = { vat_countries_where_operation_happend = FROM } } 
            if = {
                limit = { FROM = { tag = HUN } }
                check_variable = {
                    odd_selected_region = 3
                }
            }
            else_if = {
                limit = { FROM = { tag = BRA } }
                check_variable = {
                    odd_selected_region = 2
                }
            }
        }

        remove_effect = {
            add_to_variable = {
                tooltip = add_15_to_support_for_uprising_tt
                var = FROM.support_for_uprising
                value = 15
            }
            clamp_variable = {
                var = FROM.support_for_uprising
                min = 0
                max = 100
            }
        }
    }

    VAT_connects_with_generals = {
        icon = GFX_decision_generic_army_support

        cost = 35

        days_remove = 15
        days_re_enable = 60

        targets = { HUN BRA }

        target_trigger = {
            FROM = {
                is_puppet = no
                NOT = {
                    has_war_with = VAT
                    is_ally_with = VAT
                }
            }
        }

        available = {
            network_strength = {
                target = FROM
                value > 40
            }
        }

        visible = {
            FROM = { has_country_flag = VAT_declined_ultimatum }
            NOT = { is_in_array = { vat_countries_where_operation_happend = FROM } } 
            if = {
                limit = { FROM = { tag = HUN } }
                check_variable = {
                    odd_selected_region = 3
                }
            }
            else_if = {
                limit = { FROM = { tag = BRA } }
                check_variable = {
                    odd_selected_region = 2
                }
            }
        }

        remove_effect = {
            add_to_variable = {
                tooltip = add_20_to_support_for_uprising_tt
                var = FROM.support_for_uprising
                value = 20
            }
            clamp_variable = {
                var = FROM.support_for_uprising
                min = 0
                max = 100
            }
        }
    }

    VAT_add_25_to_uprising = {

        targets = { HUN BRA }

        visible = {
            is_debug = yes
            if = {
                limit = { FROM = { tag = HUN } }
                check_variable = {
                    odd_selected_region = 3
                }
            }
            else_if = {
                limit = { FROM = { tag = BRA } }
                check_variable = {
                    odd_selected_region = 2
                }
            }
        }
        complete_effect = {
            add_to_variable = {
                FROM.support_for_uprising = 25
            }
            clamp_variable = {
                var = FROM.support_for_uprising
                min = 0
                max = 100
            }
        }
    }

    VAT_add_90_to_uprising = {

        targets = { HUN BRA }

        visible = {
            is_debug = yes
            if = {
                limit = { FROM = { tag = HUN } }
                check_variable = {
                    odd_selected_region = 3
                }
            }
            else_if = {
                limit = { FROM = { tag = BRA } }
                check_variable = {
                    odd_selected_region = 2
                }
            }
        }
        complete_effect = {
            add_to_variable = {
                FROM.support_for_uprising = 90
            }
            clamp_variable = {
                var = FROM.support_for_uprising
                min = 0
                max = 100
            }
        }
    }

    #CENTRAL AMERICA
    VAT_increase_small_influence_on_central_america = {
        icon = GFX_decision_eng_trade_unions_demand

        cost = 15
        days_remove = 30
        days_re_enable = 30

        targets = { GUA ELS HON NIC COS PAN }

        target_trigger = {
            FROM = {
                NOT = {
                    has_capitulated = yes
                    is_puppet = yes
                    has_war_with = VAT
                }
            }
        }

        visible = {
            check_variable = {
                odd_selected_region = 1
            }
            has_completed_focus = VAT_impact_on_central_america
        }

        available = {
            FROM = {
                NOT = {
                    has_government = communism
                }
            }
        }

        remove_effect = {
            add_to_variable = {
                tooltip = increase_level_of_influence_10_tt
                var = from.vat_level_of_influence
                value = 10
            }
            clamp_variable = {
                var = from.vat_level_of_influence
                min = 0
                max = 100
            }
        }

        modifier = {
            political_power_factor = -0.07
        }
    }

    VAT_increase_medium_influence_on_central_america = {
        icon = GFX_decision_eng_trade_unions_demand

        cost = 30
        days_remove = 30
        days_re_enable = 50

        targets = { GUA ELS HON NIC COS PAN }

        target_trigger = {
            FROM = {
                NOT = {
                    has_capitulated = yes
                    is_puppet = yes
                    has_war_with = VAT
                }
            }
        }

        visible = {
            check_variable = {
                odd_selected_region = 1
            }
            has_completed_focus = VAT_impact_on_central_america
        }

        available = {
            FROM = {
                NOT = {
                    has_government = communism
                }
            }
        }

        remove_effect = {
            add_to_variable = {
                tooltip = increase_level_of_influence_20_tt
                var = from.vat_level_of_influence
                value = 20
            }
            clamp_variable = {
                var = from.vat_level_of_influence
                min = 0
                max = 100
            }
        }

        modifier = {
            political_power_factor = -0.15
        }
    }

    VAT_subdue_on_central_america = {
        icon = GFX_decision_eng_trade_unions_demand

        cost = 50
        fire_only_once = yes

        days_remove = 30

        targets = { GUA ELS HON NIC COS PAN }

        target_trigger = {
            FROM = {
                NOT = {
                    has_capitulated = yes
                    is_puppet = yes
                    has_war_with = VAT
                }
            }
        }

        visible = {
            check_variable = {
                odd_selected_region = 1
            }
            has_completed_focus = VAT_impact_on_central_america
        }

        available = {
            custom_trigger_tooltip = {
                tooltip = check_influence_on_central_america_tt
                check_variable = {
                    from.vat_level_of_influence = 100
                }
            }
            FROM = {
                NOT = {
                    has_government = communism
                    has_war = yes
                }
            }
        }

        remove_effect = {
            set_autonomy = {
				target = FROM
				autonomy_state = autonomy_puppet
                end_wars = no
				end_civil_wars = no
			}
        }

        modifier = {
            political_power_factor = -0.15
        }
    }

    VAT_intervention_in_communist_states_of_central_america = {
        icon = GFX_decision_eng_trade_unions_demand

        cost = 20
        fire_only_once = yes

        targets = { GUA ELS HON NIC COS PAN }

        target_trigger = {
            FROM = {
                NOT = {
                    has_capitulated = yes
                    is_puppet = yes
                    has_war_with = VAT
                }
            }
        }

        visible = {
            check_variable = {
                odd_selected_region = 1
            }
            has_completed_focus = VAT_impact_on_central_america
            FROM = {
                has_government = communism
            }
        }

        complete_effect = {
            create_wargoal = {
                target = FROM
                type = annex_everything
            }
        }
    }

    VAT_increase_debug_influence_on_central_america = {
        icon = GFX_decision_eng_trade_unions_demand

        targets = { GUA ELS HON NIC COS PAN }

        visible = {
            check_variable = {
                odd_selected_region = 1
            }
            is_debug = yes
        }

        remove_effect = {
            set_variable = {
                var = from.vat_level_of_influence
                value = 100
            }
        }
    }

    #SOUTH AMERICA
    VAT_increase_small_influence_on_south_america = {
        icon = GFX_decision_eng_trade_unions_demand

        cost = 25
        days_remove = 30
        days_re_enable = 30

        targets = { COL VEN ECU PRU CHL BOL ARG PAR URG }

        target_trigger = {
            FROM = {
                NOT = {
                    has_government = communism
                    has_war_with = VAT
                }
                has_capitulated = no
                is_puppet = no
            }
        }

        visible = {
            check_variable = {
                odd_selected_region = 2
            }
            if = {
                limit = { FROM = { OR = { tag = COL tag = VEN tag = ECU tag = PRU } } }
                has_completed_focus = VAT_the_takeover_of_grand_columbia
            }
            if = {
                limit = { FROM = { OR = { tag = CHL tag = ARG tag = BOL tag = PAR tag = URG } } }
                has_completed_focus = VAT_influence_on_the_south
            }
        }

        remove_effect = {
            add_to_variable = {
                tooltip = increase_level_of_influence_10_tt
                var = from.vat_level_of_influence
                value = 10
            }
            clamp_variable = {
                var = from.vat_level_of_influence
                min = 0
                max = 100
            }
        }

        modifier = {
            political_power_factor = -0.07
        }
    }

    VAT_increase_medium_influence_on_south_america = {
        icon = GFX_decision_eng_trade_unions_demand

        cost = 40
        days_remove = 30
        days_re_enable = 50

        targets = { COL VEN ECU PRU CHL BOL ARG PAR URG }

        target_trigger = {
            FROM = {
                NOT = {
                    has_government = communism
                    has_war_with = VAT
                }
                has_capitulated = no
                is_puppet = no
            }
        }

        visible = {
            check_variable = {
                odd_selected_region = 2
            }
            if = {
                limit = { FROM = { OR = { tag = COL tag = VEN tag = ECU tag = PRU } } }
                has_completed_focus = VAT_the_takeover_of_grand_columbia
            }
            if = {
                limit = { FROM = { OR = { tag = CHL tag = ARG tag = BOL tag = PAR tag = URG } } }
                has_completed_focus = VAT_influence_on_the_south
            }
        }

        remove_effect = {
            add_to_variable = {
                tooltip = increase_level_of_influence_20_tt
                var = from.vat_level_of_influence
                value = 20
            }
            clamp_variable = {
                var = from.vat_level_of_influence
                min = 0
                max = 100
            }
        }

        modifier = {
            political_power_factor = -0.15
        }
    }

    VAT_subdue_on_south_america = {
        icon = GFX_decision_eng_trade_unions_demand

        cost = 50
        fire_only_once = yes

        days_remove = 30

        targets = { COL VEN ECU PRU CHL BOL ARG PAR URG }

        target_trigger = {
            FROM = {
                NOT = {
                    has_government = communism
                    has_war_with = VAT
                }
                has_capitulated = no
                is_puppet = no
            }
        }

        visible = {
            check_variable = {
                odd_selected_region = 2
            }
            if = {
                limit = { FROM = { OR = { tag = COL tag = VEN tag = ECU tag = PRU } } }
                has_completed_focus = VAT_the_takeover_of_grand_columbia
            }
            if = {
                limit = { FROM = { OR = { tag = CHL tag = ARG tag = BOL tag = PAR tag = URG } } }
                has_completed_focus = VAT_influence_on_the_south
            }
        }

        available = {
            custom_trigger_tooltip = {
                tooltip = check_influence_on_central_america_tt
                check_variable = {
                    from.vat_level_of_influence = 100
                }
            }
        }

        remove_effect = {
            set_autonomy = {
				target = FROM
				autonomy_state = autonomy_puppet
                end_wars = no
				end_civil_wars = no
			}
        }

        modifier = {
            political_power_factor = -0.15
        }
    }

    VAT_intervention_in_communist_states_of_south_america = {
        icon = GFX_decision_eng_trade_unions_demand

        cost = 20
        fire_only_once = yes

        targets = { COL VEN ECU PRU CHL BOL ARG PAR URG }


        target_trigger = {
            FROM = {
                has_government = communism
                has_capitulated = no
                NOT = { has_war_with = VAT }
            }
        }

        visible = {
            check_variable = {
                odd_selected_region = 2
            }
            if = {
                limit = { FROM = { OR = { tag = COL tag = VEN tag = ECU tag = PRU } } }
                has_completed_focus = VAT_the_takeover_of_grand_columbia
            }
            if = {
                limit = { FROM = { OR = { tag = CHL tag = ARG tag = BOL tag = PAR tag = URG } } }
                has_completed_focus = VAT_influence_on_the_south
            }
        }

        complete_effect = {
            create_wargoal = {
                target = FROM
                type = annex_everything
            }
        }
    }

    VAT_increase_debug_influence_on_south_america = {
        icon = GFX_decision_eng_trade_unions_demand

        targets = { COL VEN ECU PRU CHL BOL ARG PAR URG }

        visible = {
            check_variable = {
                odd_selected_region = 2
            }
            is_debug = yes
        }

        remove_effect = {
            set_variable = {
                var = from.vat_level_of_influence
                value = 100
            }
        }
    }


    ### GERMANY ###
    VAT_strengthen_anti_communism_rhetoric = {
        icon = GFX_decision_generic_civil_support

        cost = 25

        days_remove = 30
        days_re_enable = 45

        visible = {
            VAT_check_odd_german_relations_visible = yes
        }
        available = {
            has_completed_focus = VAT_behind_the_scenes_diplomacy_with_the_reich
        }

        remove_effect = {
            add_to_variable = {
                var = vat_german_relations
                value = 5
                tooltip = vat_add_german_relations_5_tt
            }
            VAT_update_german_relations_var = yes
        }
        modifier = {
            communism_drift = -0.03
            communism_acceptance = -40
        }
    }
    VAT_bless_german_troops = {
        icon = GFX_decision_generic_military

        cost = 20

        days_re_enable = 45

        visible = {
            VAT_check_odd_german_relations_visible = yes
        }
        available = {
            has_completed_focus = VAT_behind_the_scenes_diplomacy_with_the_reich
        }

        complete_effect = {
            add_to_variable = {
                var = vat_german_relations
                value = 3
                tooltip = vat_add_german_relations_3_tt
            }
            VAT_update_german_relations_var = yes
            GER = {
                add_war_support = 0.03
            }
        }
    }
    VAT_meet_with_german_ambassador = {
        icon = GFX_decision_hol_exchange_intelligence_data

        cost = 35

        days_re_enable = 100

        visible = {
            VAT_check_odd_german_relations_visible = yes
        }
        available = {
            has_completed_focus = VAT_behind_the_scenes_diplomacy_with_the_reich
        }

        complete_effect = {
            add_to_variable = {
                var = vat_german_relations
                value = 7
                tooltip = vat_add_german_relations_7_tt
            }
            VAT_update_german_relations_var = yes
        }
    }
    VAT_censor_nazism_critics_in_catholic_press = {
        icon = GFX_decision_generic_break_treaty

        cost = 25

        days_re_enable = 50

        visible = {
            VAT_check_odd_german_relations_visible = yes
        }
        available = {
            has_completed_focus = VAT_censorship_of_the_catholic_press
        }

        complete_effect = {
            add_to_variable = {
                var = vat_german_relations
                value = 5
                tooltip = vat_add_german_relations_5_tt
            }
            VAT_update_german_relations_var = yes
            if = {
                limit = {
                    check_variable = { vat_german_influence > 2 }
                }
                add_to_variable = {
                    var = vat_german_influence
                    value = -3
                    tooltip = vat_remove_german_influence_3_tt
                }
                VAT_update_german_influence_var = yes
            }
            else = {
                add_stability = -0.02
                add_popularity = {
                    ideology = fascism
                    popularity = 0.02
                }
            }
        }
    }

    VAT_support_german_catholic_organisations = {
        icon = GFX_decision_generic_welfare

        cost = 25

        days_re_enable = 30
        days_remove = 30

        visible = {
            VAT_check_odd_german_relations_visible = yes
        }

        remove_effect = {
            add_to_variable = {
                var = vat_german_influence
                value = 3
                tooltip = vat_add_german_influence_3_tt
            }
            VAT_update_german_influence_var = yes
        }
        modifier = {
            political_power_factor = -0.05
        }
    }
    VAT_send_chaplain_to_wermacht = {
        icon = GFX_decision_generic_disband_irregulars

        cost = 35

        days_re_enable = 30
        days_remove = 30

        visible = {
            VAT_check_odd_german_relations_visible = yes
        }
        available = {
            is_in_faction_with = GER
            has_completed_focus = VAT_militay_collaboration_with_germany
        }

        remove_effect = {
            add_to_variable = {
                var = vat_german_relations
                value = 3
                tooltip = vat_add_german_relations_3_tt
            }
            add_to_variable = {
                var = vat_german_influence
                value = 3
                tooltip = vat_add_german_influence_3_tt
            }
            VAT_update_german_relations_var = yes
            VAT_update_german_influence_var = yes
        }
        complete_effect = {
            GER = {
                add_timed_idea = {
                    idea = VAT_chaplain_in_foreign_army
                    days = 50
                }
            }
        }
        modifier = {
            experience_gain_army_factor = 0.05
        }
    }
    VAT_expand_trade_with_germany = {
        icon = GFX_decision_gre_paying_ifc_debt

        cost = 45

        days_re_enable = 50
        days_remove = 50

        visible = {
            VAT_check_odd_german_relations_visible = yes
        }
        available = {
            is_in_faction_with = GER
            has_completed_focus = VAT_economic_cooperation_with_berlin
        }

        remove_effect = {
            add_to_variable = {
                var = vat_german_relations
                value = 5
                tooltip = vat_add_german_relations_5_tt
            }
            add_to_variable = {
                var = vat_german_influence
                value = 5
                tooltip = vat_add_german_influence_5_tt
            }
            VAT_update_german_relations_var = yes
            VAT_update_german_influence_var = yes
        }
        complete_effect = {
            GER = {
                add_timed_idea = {
                    idea = VAT_trade_expansion_with_vatican
                    days = 50
                }
            }
        }
        modifier = {
            consumer_goods_factor = 0.05
            political_power_factor = -0.03
            production_speed_buildings_factor = 0.05
        }
    }
    VAT_demand_respect_for_catholics_rights_in_germany = {
        icon = GFX_decision_eng_trade_unions_demand

        cost = 35

        days_re_enable = 70

        visible = {
            VAT_check_odd_german_relations_visible = yes
        }
        available = {
            has_completed_focus = VAT_protection_of_the_catholics_of_the_reich
        }

        complete_effect = {
            add_to_variable = {
                var = vat_german_relations
                value = -5
                tooltip = vat_remove_german_relations_5_tt
            }
            add_to_variable = {
                var = vat_german_influence
                value = 5
                tooltip = vat_add_german_influence_5_tt
            }
            VAT_update_german_relations_var = yes
            VAT_update_german_influence_var = yes
        }
    }


    VAT_debug_add_relations = {
        visible = {
            is_debug = yes
            VAT_check_odd_german_relations_visible = yes
        }

        complete_effect = {
            add_to_variable = {
                var = vat_german_relations
                value = 10
                tooltip = vat_remove_german_relations_10_tt
            }
            VAT_update_german_relations_var = yes
        }
    }
    VAT_debug_add_influence = {
        visible = {
            is_debug = yes
            VAT_check_odd_german_relations_visible = yes
        }
        
        complete_effect = {
            add_to_variable = {
                var = vat_german_influence
                value = 10
                tooltip = vat_remove_german_influence_10_tt
            }
            VAT_update_german_influence_var = yes
        }
    }

    VAT_subdue_german_administration_in_country = {
        icon = GFX_decision_ger_reichskommissariats

        cost = vat_dec_cost

        days_remove = 30

        fire_only_once = yes

        visible = {
            if = {
                limit = { FROM = { is_major = yes } }
                set_temp_variable = {
                    vat_dec_cost = 80
                }
            }
            else = {
                set_temp_variable = {
                    vat_dec_cost = 40
                }
            }

            has_completed_focus = VAT_great_unificaation #На всякий, ибо был странный случай с появлением решения на Виши 
        }

        target_array = vat_german_subjects

        targets_dynamic = yes

        remove_effect = {
            set_autonomy = {
				target = FROM
				autonomy_state = autonomy_puppet
                end_wars = no
				end_civil_wars = no
			}
        }

        modifier = {
            political_power_factor = -0.07
        }
    }


    VAT_occupation_of_french_alps_decision = {
        icon = GFX_decision_generic_confiscation

        cost = 35

        targets_dynamic = yes

        targets = { FRA }

        available = {
            army_manpower_in_state = {
                type = infantry
                amount > 50000
                state = 158
            }
            custom_trigger_tooltip = {
				tooltip = vat_germany_relations_more_60_tt
				check_variable = {
					vat_german_relations > 59
				}
			}
			custom_trigger_tooltip = {
				tooltip = vat_germany_influence_more_30_tt
				check_variable = {
					vat_german_influence > 29
				}
			}
        }

        visible = {
            has_completed_focus = VAT_occupation_of_the_french_alps
        }

        target_trigger = {
            FROM = {
                has_focus_tree = vichy_french_focus
                controls_state = 735
                controls_state = 32
                controls_state = 851
                controls_state = 21
            }
        }

        complete_effect = {
            FROM = {
                give_military_access = VAT
            }
            ROOT = {
                activate_mission = VAT_occupation_of_french_alps_mission
            }
        }
    }

    VAT_occupation_of_french_alps_mission = {
        icon = GFX_decision_border_war
        days_mission_timeout = 10
        is_good = no

        activation = {
            always = no
        }

        available = {
            army_manpower_in_state = {
                type = infantry
                amount > 20000
                state = 735
            }
            army_manpower_in_state = {
                type = infantry
                amount > 30000
                state = 21
            }
        }

        complete_effect = {
            transfer_state = 735
            transfer_state = 32
            transfer_state = 851
            transfer_state = 21
            random_other_country = {
				limit = { original_tag = FRA has_focus_tree = vichy_french_focus }
				add_opinion_modifier = {
					target = VAT
					modifier = unprovoked_aggression
				}
                diplomatic_relation = {
                    country = VAT
                    relation = military_access
                    active = no
                }
			}
        }
        timeout_effect = {
            add_political_power = -50
            add_war_support = -0.05
            random_other_country = {
				limit = { original_tag = FRA has_focus_tree = vichy_french_focus }
				add_opinion_modifier = {
					target = VAT
					modifier = unprovoked_aggression
				}
                diplomatic_relation = {
                    country = VAT
                    relation = military_access
                    active = no
                }
			}
        }
    }

    VAT_occupation_of_french_north_africa_decision = {
        icon = GFX_decision_generic_confiscation

        cost = 40

        targets_dynamic = yes

        targets = { FRA }

        available = {
            army_manpower_in_state = {
                type = infantry
                amount > 60000
                state = 448
            }
            custom_trigger_tooltip = {
				tooltip = vat_germany_relations_more_50_tt
				check_variable = {
					vat_german_relations > 49
				}
			}
			custom_trigger_tooltip = {
				tooltip = vat_germany_influence_more_20_tt
				check_variable = {
					vat_german_influence > 19
				}
			}
        }

        visible = {
            has_completed_focus = VAT_occupation_of_the_french_alps
        }

        target_trigger = {
            FROM = {
                has_focus_tree = vichy_french_focus
                controls_state = 458
                controls_state = 665
                controls_state = 460
                controls_state = 513
                controls_state = 459
                controls_state = 461
                controls_state = 462
            }
        }

        complete_effect = {
            FROM = {
                give_military_access = VAT
            }
            ROOT = {
                activate_mission = VAT_occupation_of_french_north_africa_mission
            }
        }
    }

    VAT_occupation_of_french_north_africa_mission = {
        icon = GFX_decision_border_war
        days_mission_timeout = 10
        is_good = no

        activation = {
            always = no
        }

        available = {
            army_manpower_in_state = {
                type = infantry
                amount > 30000
                state = 458
            }
            army_manpower_in_state = {
                type = infantry
                amount > 30000
                state = 459
            }
        }

        complete_effect = {
            transfer_state = 458
            transfer_state = 665
            transfer_state = 460
            transfer_state = 513
            transfer_state = 514
            transfer_state = 459
            transfer_state = 461
            transfer_state = 462
            random_other_country = {
				limit = { original_tag = FRA has_focus_tree = vichy_french_focus }
				add_opinion_modifier = {
					target = VAT
					modifier = unprovoked_aggression
				}
                diplomatic_relation = {
                    country = VAT
                    relation = military_access
                    active = no
                }
			}
        }
        timeout_effect = {
            add_political_power = -50
            add_war_support = -0.05
            random_other_country = {
				limit = { original_tag = FRA has_focus_tree = vichy_french_focus }
				add_opinion_modifier = {
					target = VAT
					modifier = unprovoked_aggression
				}
                diplomatic_relation = {
                    country = VAT
                    relation = military_access
                    active = no
                }
			}
        }
    }

    #VICHY FRANCE INFLUENCE
    VAT_expand_trade_with_vichy = {
        icon = GFX_decision_gre_paying_ifc_debt

        cost = 30

        targets_dynamic = yes

        targets = { FRA }

        target_trigger = {
            FROM = {
                has_focus_tree = vichy_french_focus
                is_puppet = no
                NOT = { has_war_with = VAT }
            }
        }

        visible = {
            has_completed_focus = VAT_friendship_with_vichy
            NOT = {
                has_decision = VAT_subdue_on_vichy_france
            }
        }

        days_remove = 50
        days_re_enable = 50

        complete_effect = {
            random_other_country = {
				limit = { original_tag = FRA has_focus_tree = vichy_french_focus }
				add_timed_idea = {
                    idea = VAT_trade_expansion_with_vatican
                    days = 50
                }
			}
        }
        remove_effect = {
            add_to_variable = {
                tooltip = increase_level_of_influence_5_tt
                var = FRA.vat_level_of_influence #FRA.var because Vichy is dynamic country
                value = 5
            }
            clamp_variable = {
                var = FRA.vat_level_of_influence
                min = 0
                max = 100
            }
        }

        modifier = {
            consumer_goods_factor = 0.07
            political_power_factor = -0.05
            production_speed_buildings_factor = 0.05
        }
    }
    VAT_military_support_of_vichy = {
        icon = GFX_decision_ger_military_buildup
        
        custom_cost_trigger = {
			OR = {
                has_equipment = {
                    infantry_equipment > 999
                }
            }
            OR = {
                has_equipment = {
                    support_equipment > 149
                }
            }
		}
		custom_cost_text = decision_cost_inf_1000_and_se_150

        targets_dynamic = yes

        targets = { FRA }

        target_trigger = {
            FROM = {
                has_focus_tree = vichy_french_focus
                is_puppet = no
                NOT = { has_war_with = VAT }
            }
        }

        visible = {
            has_completed_focus = VAT_friendship_with_vichy
            NOT = {
                has_decision = VAT_subdue_on_vichy_france
            }
        }

        days_remove = 30
        days_re_enable = 60

        remove_effect = {
            add_equipment_to_stockpile = {
                type = infantry_equipment
                amount = -1000
            }
            add_equipment_to_stockpile = {
                type = support_equipment
                amount = -150
            }
            add_to_variable = {
                tooltip = increase_level_of_influence_5_tt
                var = FRA.vat_level_of_influence
                value = 5
            }
            clamp_variable = {
                var = FRA.vat_level_of_influence
                min = 0
                max = 100
            }
        }
    }
    VAT_economic_support_of_vichy = {
        icon = GFX_decision_generic_fundraising

        cost = 50

        targets_dynamic = yes

        targets = { FRA }

        target_trigger = {
            FROM = {
                has_focus_tree = vichy_french_focus
                is_puppet = no
                NOT = { has_war_with = VAT }
            }
        }

        visible = {
            has_completed_focus = VAT_friendship_with_vichy
            NOT = {
                has_decision = VAT_subdue_on_vichy_france
            }
        }

        days_remove = 30
        days_re_enable = 60

        remove_effect = {
            add_to_variable = {
                tooltip = increase_level_of_influence_10_tt
                var = FRA.vat_level_of_influence
                value = 10
            }
            clamp_variable = {
                var = FRA.vat_level_of_influence
                min = 0
                max = 100
            }
        }

        modifier = {
            consumer_goods_factor = 0.15
            political_power_factor = -0.07
        }
    }
    VAT_support_vichy_garnisons = {
        icon = GFX_decision_generic_military
        
        custom_cost_trigger = {
			has_manpower > 49999
            command_power > 19
		}
		custom_cost_text = decision_cost_manpower_50000_cp_20

        targets_dynamic = yes

        targets = { FRA }

        target_trigger = {
            FROM = {
                has_focus_tree = vichy_french_focus
                is_puppet = no
                NOT = { has_war_with = VAT }
            }
        }

        visible = {
            has_completed_focus = VAT_friendship_with_vichy
            NOT = {
                has_decision = VAT_subdue_on_vichy_france
            }
        }

        days_re_enable = 100

        complete_effect = {
            add_manpower = -50000
            add_to_variable = {
                tooltip = increase_level_of_influence_10_tt
                var = FRA.vat_level_of_influence
                value = 10
            }
            clamp_variable = {
                var = FRA.vat_level_of_influence
                min = 0
                max = 100
            }
        }
    }

    VAT_bribe_vichy_politicians = {
        icon = GFX_decision_hol_attract_foreign_investors
        
        cost = 60

        targets_dynamic = yes

        targets = { FRA }

        target_trigger = {
            FROM = {
                has_focus_tree = vichy_french_focus
                is_puppet = no
                NOT = { has_war_with = VAT }
            }
        }

        visible = {
            has_completed_focus = VAT_friendship_with_vichy
            NOT = {
                has_decision = VAT_subdue_on_vichy_france
            }
        }

        days_re_enable = 70

        complete_effect = {
            add_to_variable = {
                tooltip = increase_level_of_influence_10_tt
                var = FRA.vat_level_of_influence
                value = 10
            }
            clamp_variable = {
                var = FRA.vat_level_of_influence
                min = 0
                max = 100
            }
        }
    }
    VAT_subdue_on_vichy_france = {
        icon = GFX_decision_eng_trade_unions_demand

        cost = 80
        fire_only_once = yes

        days_remove = 30

        targets_dynamic = yes

        targets = { FRA }

        visible = {
            has_completed_focus = VAT_friendship_with_vichy
        }

        target_trigger = {
            FROM = {
                has_focus_tree = vichy_french_focus
                is_puppet = no
            }
        }

        available = {
            custom_trigger_tooltip = {
                tooltip = check_influence_on_vichy_france_tt
                check_variable = {
                    FRA.vat_level_of_influence = 100
                }
            }
            FROM = {
                NOT = {
                    has_government = communism
                }
            }
        }

        remove_effect = {
            set_autonomy = {
                target = FROM
                autonomy_state = autonomy_puppet
                end_wars = no
                end_civil_wars = no
            }
        }

        modifier = {
            political_power_factor = -0.2
        }
    }

    #BULGARIA AND ROMANIA INFLUENCE
    VAT_expand_trade_with_balkans_reich = {
        icon = GFX_decision_gre_paying_ifc_debt

        cost = 30

        targets = { BUL ROM }

        target_trigger = {
            FROM = {
                VAT_check_odd_reich_balkans_influence_visible = yes
            }
        }

        visible = {
            if = {
                limit = { FROM = { original_tag = BUL } }
                has_completed_focus = VAT_the_bulgarian_question
            }
            else_if = {
                limit = { FROM = { original_tag = ROM } }
                has_completed_focus = VAT_the_romanian_compromise
            }
            NOT = {
                has_decision = VAT_subdue_on_balkans_reich
            }
        }

        days_remove = 50
        days_re_enable = 50

        complete_effect = {
            FROM = {
                add_timed_idea = {
                    idea = VAT_trade_expansion_with_vatican
                    days = 50
                }
            }
        }
        remove_effect = {
            add_to_variable = {
                tooltip = increase_level_of_influence_7_tt
                var = FROM.vat_level_of_influence
                value = 7
            }
            clamp_variable = {
                var = FROM.vat_level_of_influence
                min = 0
                max = 100
            }
        }

        modifier = {
            consumer_goods_factor = 0.05
            political_power_factor = -0.03
            production_speed_buildings_factor = 0.03
        }
    }
    VAT_military_support_of_balkans_reich = {
        icon = GFX_decision_ger_military_buildup
        
        custom_cost_trigger = {
			OR = {
                has_equipment = {
                    infantry_equipment > 999
                }
            }
            OR = {
                has_equipment = {
                    support_equipment > 149
                }
            }
		}
		custom_cost_text = decision_cost_inf_1000_and_se_150

        targets = { BUL ROM }

        target_trigger = {
            FROM = {
                VAT_check_odd_reich_balkans_influence_visible = yes
            }
        }

        visible = {
            if = {
                limit = { FROM = { original_tag = BUL } }
                has_completed_focus = VAT_the_bulgarian_question
            }
            else_if = {
                limit = { FROM = { original_tag = ROM } }
                has_completed_focus = VAT_the_romanian_compromise
            }
            NOT = {
                has_decision = VAT_subdue_on_balkans_reich
            }
        }

        days_remove = 30
        days_re_enable = 60

        remove_effect = {
            add_equipment_to_stockpile = {
                type = infantry_equipment
                amount = -1000
            }
            add_equipment_to_stockpile = {
                type = support_equipment
                amount = -150
            }
            add_to_variable = {
                tooltip = increase_level_of_influence_7_tt
                var = FROM.vat_level_of_influence
                value = 7
            }
            clamp_variable = {
                var = FROM.vat_level_of_influence
                min = 0
                max = 100
            }
        }
    }
    VAT_economic_support_of_balkans_reich = {
        icon = GFX_decision_generic_fundraising

        cost = 50

        targets = { BUL ROM }

        target_trigger = {
            FROM = {
                VAT_check_odd_reich_balkans_influence_visible = yes
            }
        }

        visible = {
            if = {
                limit = { FROM = { original_tag = BUL } }
                has_completed_focus = VAT_the_bulgarian_question
            }
            else_if = {
                limit = { FROM = { original_tag = ROM } }
                has_completed_focus = VAT_the_romanian_compromise
            }
            NOT = {
                has_decision = VAT_subdue_on_balkans_reich
            }
        }

        days_remove = 30
        days_re_enable = 60

        remove_effect = {
            add_to_variable = {
                tooltip = increase_level_of_influence_15_tt
                var = FROM.vat_level_of_influence
                value = 15
            }
            clamp_variable = {
                var = FROM.vat_level_of_influence
                min = 0
                max = 100
            }
        }

        modifier = {
            consumer_goods_factor = 0.07
            political_power_factor = -0.05
        }
    }
    VAT_bribe_politicians_balkans_reich = {
        icon = GFX_decision_hol_attract_foreign_investors
        
        cost = 45

        targets = { BUL ROM }

        target_trigger = {
            FROM = {
                VAT_check_odd_reich_balkans_influence_visible = yes
            }
        }

        visible = {
            if = {
                limit = { FROM = { original_tag = BUL } }
                has_completed_focus = VAT_the_bulgarian_question
            }
            else_if = {
                limit = { FROM = { original_tag = ROM } }
                has_completed_focus = VAT_the_romanian_compromise
            }
            NOT = {
                has_decision = VAT_subdue_on_balkans_reich
            }
        }

        days_re_enable = 70

        complete_effect = {
            FROM = {
                add_stability = -0.02
            }
            add_to_variable = {
                tooltip = increase_level_of_influence_10_tt
                var = FROM.vat_level_of_influence
                value = 10
            }
            clamp_variable = {
                var = FROM.vat_level_of_influence
                min = 0
                max = 100
            }
        }
    }
    VAT_subdue_on_balkans_reich = {
        icon = GFX_decision_eng_trade_unions_demand

        cost = 70
        fire_only_once = yes

        days_remove = 30

        targets = { BUL ROM }

        target_trigger = {
            FROM = {
                VAT_check_odd_reich_balkans_influence_visible = yes
            }
        }

        visible = {
            if = {
                limit = { FROM = { original_tag = BUL } }
                has_completed_focus = VAT_the_bulgarian_question
            }
            else_if = {
                limit = { FROM = { original_tag = ROM } }
                has_completed_focus = VAT_the_romanian_compromise
            }
        }

        available = {
            custom_trigger_tooltip = {
                tooltip = check_influence_on_balkans_reich_tt
                check_variable = {
                    FROM.vat_level_of_influence = 100
                }
            }
            FROM = {
                NOT = {
                    has_government = communism
                }
            }
        }

        remove_effect = {
            set_autonomy = {
                target = FROM
                autonomy_state = autonomy_puppet
                end_wars = no
                end_civil_wars = no
            }
        }

        modifier = {
            political_power_factor = -0.12
        }
    }
}



VAT_vera_fides_conservatio_department_category = {
    VAT_odd_pope_speech = {
        icon = GFX_decision_generic_speech
        cost = 25

        available = {
			VAT_Conclave = {
				is_country_leader = no
			}
		}

        days_re_enable = 70

        complete_effect = {
            add_stability = 0.03
            add_war_support = 0.03
            if = {
                limit = { has_government = fascism }
                add_popularity = {
                    ideology = fascism
                    popularity = 0.03
                }
            }
        }
    }

    VAT_propaganda_chauvinism = {
        icon = GFX_decision_eng_propaganda_campaigns
        cost = 30

        days_remove = 30
        days_re_enable = 50

        modifier = {
            stability_weekly = -0.003
            war_support_weekly = 0.005
            recruitable_population_factor = 0.05
            fascism_drift = 0.01
        }

        remove_effect = {
            add_war_support = 0.05
            add_popularity = {
                ideology = fascism
                popularity = 0.01
            }
        }
    }

    VAT_fight_with_radicals = {
        icon = GFX_decision_generic_political_rally
        cost = 35

        days_remove = 30
        days_re_enable = 70

        visible = {
            OR = {
                has_government = neutrality
                has_government = democratic
            }
        }

        modifier = {
            communism_drift = -0.05
            fascism_drift = -0.05
        }
    }

    VAT_series_of_public_execution = {
        icon = GFX_decision_generic_assassination
        cost = 40

        days_remove = 30
        days_re_enable = 70

        available = {
            OR = {
                has_government = neutrality
                has_government = fascism
            }
        }

        modifier = {
            resistance_target = -0.1
            compliance_growth = -0.05
        }

        remove_effect = {
            add_stability = -0.05
        }
    }

    VAT_propaganda_in_army = {
        icon = GFX_decision_generic_military
        cost = 40

        days_remove = 30
        days_re_enable = 50

        modifier = {
            army_attack_factor = 0.05
            army_defence_factor = 0.05
            army_org_factor = 0.05
            army_speed_factor = 0.05
        }
    }

    VAT_propaganda_in_industrial = {
        icon = GFX_decision_generic_merge_plant_materiel
        cost = 40

        days_remove = 30
        days_re_enable = 50

        modifier = {
            production_speed_buildings_factor = 0.05
            production_factory_efficiency_gain_factor = 0.05
            production_factory_max_efficiency_factor = 0.05
        }
    }

    VAT_give_public_lectures = {
        icon = GFX_decision_hol_radio_oranje
        cost = 45

        days_remove = 30
        days_re_enable = 70

        modifier = {
            research_speed_factor = 0.03
        }

        remove_effect = {
            if = {
                limit = {
                    has_government = neutrality
                }
                add_popularity = {
                    ideology = neutrality
                    popularity = 0.03
                }
            }
            else_if = {
                limit = {
                    has_government = democratic
                }
                add_popularity = {
                    ideology = democratic
                    popularity = 0.03
                }
            }
            else = {
                add_popularity = {
                    ideology = fascism
                    popularity = 0.03
                }
            }
        }
    }

    VAT_anti_protestantism_propaganda = {
        icon = GFX_decision_ITA_reorganize_ascari
        cost = 30

        days_remove = 50
        days_re_enable = 50

        visible = {
            has_completed_focus = VAT_war_with_protestantism
            has_dynamic_modifier = {
                modifier = VAT_protestantism_resistance
            }
        }

        remove_effect = {
            add_to_variable = {
                tooltip = vat_protestantism_power_fight_medium
                var = protestantism_power
                value = -10
            }
            VAT_update_protestantism_power_modifier = yes
        }

        modifier = {
            political_power_factor = -0.1
        }
    }

    VAT_scandal_protestant_priest = {
        icon = GFX_decision_generic_political_discourse
        cost = 40

        days_remove = 25
        days_re_enable = 75

        visible = {
            has_completed_focus = VAT_war_with_protestantism
            has_dynamic_modifier = {
                modifier = VAT_protestantism_resistance
            }
        }

        remove_effect = {
            add_to_variable = {
                tooltip = vat_protestantism_power_fight_high
                var = protestantism_power
                value = -15
            }
            VAT_update_protestantism_power_modifier = yes
        }

        modifier = {
            political_power_factor = -0.15
        }
    }

    VAT_expand_index_of_banned_books = {
        icon = GFX_decision_eng_trade_unions_demand
        cost = 20

        days_re_enable = 50

        visible = {
            has_completed_focus = VAT_war_with_protestantism
            has_dynamic_modifier = {
                modifier = VAT_protestantism_resistance
            }
        }

        complete_effect = {
            add_to_variable = {
                tooltip = vat_protestantism_power_fight_low
                var = protestantism_power
                value = -5
            }
            VAT_update_protestantism_power_modifier = yes
        }
    }

    VAT_expands_missionary_missions = {
        icon = GFX_decision_SWI_expand_covert_operations
        cost = 45

        days_remove = 50
        days_re_enable = 75

        visible = {
            has_completed_focus = VAT_war_with_protestantism
        }

        remove_effect = {
            add_to_variable = {
                tooltip = vat_protestantism_power_fight_medium
                var = protestantism_power
                value = -10
            }
            VAT_update_protestantism_power_modifier = yes
        }

        modifier = {
            political_power_factor = -0.07
        }
    }

    VAT_protestanism_power_growth = {

		available = {
			check_variable = {
                protestantism_power < 6
            }
		}
		activation = {
			always = no
		}

		icon = GFX_decision_SWI_consolidate_council_power     # For GFX_decision_mission_icon
		is_good = yes
		days_mission_timeout = protestantism_power_growth_timeout
		timeout_effect = {
            add_to_variable = { protestantism_power_growth_timeout = 5 }
            hidden_effect = {
                activate_mission = VAT_protestanism_power_growth
            }
			clamp_variable = {
 				var = protestantism_power_growth_timeout
 				max = 50
			}
            add_to_variable = {
                tooltip = protestanism_power_growth_tt
                var = protestantism_power
                value = 5
            }
            VAT_update_protestantism_power_modifier = yes
		}
	}
}