propaganda_campaings = {
	# GENERIC DECISIONS FOR TOKENS
	prca_increase_poster_production = {
		icon = generic_industry

		cost = 10

		visible = {
			NOT = { has_country_flag = campaigns_view }
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 30
		days_re_enable = 30

		available = {
			prca_tokens_not_maxed_out = yes
		}

		remove_effect = {
			custom_effect_tooltip = prca_tokens_tt_add_10
			add_to_variable = { THIS.prca_tokens = 10 }
			THIS_clamp_max_tokens = yes
		}
	}

	prca_publish_a_special_issue = {
		icon = ger_mefo_bills

		cost = 10

		visible = {
			NOT = { has_country_flag = campaigns_view }
			has_country_flag = prca_newspaper_unlocked
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 30
		days_re_enable = 30

		available = {
			prca_tokens_not_maxed_out = yes
		}

		remove_effect = {
			custom_effect_tooltip = prca_tokens_tt_add_10
			add_to_variable = { THIS.prca_tokens = 10 }
			THIS_clamp_max_tokens = yes
		}
	}

	prca_run_a_speech_of_leader = {
		icon = hol_radio_oranje

		cost = 20

		visible = {
			NOT = { has_country_flag = campaigns_view }
			check_variable = {
				var = THIS.prca_radio_level
				value = 1
				compare = greater_than_or_equals
			}
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 30
		days_re_enable = 30

		available = {
			prca_tokens_not_maxed_out = yes
		}

		remove_effect = {
			custom_effect_tooltip = prca_tokens_tt_add_20
			add_to_variable = { THIS.prca_tokens = 20 }
			THIS_clamp_max_tokens = yes
		}
	}

	prca_produce_a_war_movie = {
		icon = generic_prepare_civil_war

		cost = 30

		visible = {
			NOT = { has_country_flag = campaigns_view }
			check_variable = {
				var = THIS.prca_radio_level
				value = 3
				compare = greater_than_or_equals
			}
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 30
		days_re_enable = 30

		available = {
			prca_tokens_not_maxed_out = yes
		}

		remove_effect = {
			custom_effect_tooltip = prca_tokens_tt_add_30
			add_to_variable = { THIS.prca_tokens = 30 }
			THIS_clamp_max_tokens = yes
		}
	}

	# NEWSPAPER DEPARTMENT
	prca_form_newspaper_department = {
		icon = eng_trade_unions_support

		cost = 50

		visible = {
			NOT = { has_country_flag = campaigns_view }
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 60
		fire_only_once = yes

		modifier = {
			civilian_factory_use = 3
		}

		remove_effect = {
			unlock_decision_tooltip = prca_publish_a_special_issue
			custom_effect_tooltip = prca_form_newspaper_department_tt
			set_country_flag = prca_newspaper_unlocked

			add_to_variable = { THIS.prca_newspaper_tokens_weekly = 1 }
			THIS_update_department_icon_on_unlock = yes
			THIS_recalc_weekly_tokens_gain = yes
		}
	}

	prca_strengthen_cooperation_with_journalists = {
		icon = generic_political_discourse

		cost = 50

		visible = {
			NOT = { has_country_flag = campaigns_view }
			has_country_flag = prca_newspaper_unlocked
			check_variable = { THIS.prca_newspaper_level = 0 }
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 60
		fire_only_once = yes

		remove_effect = {
			custom_effect_tooltip = prca_strengthen_cooperation_with_journalists_tt
			add_to_variable = { THIS.prca_newspaper_level = 1 }

			add_to_variable = { THIS.prca_newspaper_tokens_weekly = 0.5 }
			THIS_recalc_weekly_tokens_gain = yes
		}
	}

	prca_increase_press_censorship = {
		icon = generic_political_discourse

		cost = 50

		visible = {
			NOT = { has_country_flag = campaigns_view }
			has_country_flag = prca_newspaper_unlocked
			check_variable = { THIS.prca_newspaper_level = 1 }
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 60
		fire_only_once = yes

		remove_effect = {
			custom_effect_tooltip = prca_increase_press_censorship_tt
			add_to_variable = { THIS.prca_newspaper_level = 1 }

			hidden_effect = {
				add_ideas = { prca_newspaper_lvl2_idea }
			}

			add_to_variable = { THIS.prca_newspaper_tokens_weekly = 0.5 }
			THIS_recalc_weekly_tokens_gain = yes
		}
	}

	# RADIO DEPARTMENT
	prca_form_radio_department = {
		icon = eng_trade_unions_support

		cost = 50

		visible = {
			NOT = { has_country_flag = campaigns_view }
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 60
		fire_only_once = yes

		available = {
			has_tech = radio_detection
		}

		modifier = {
			civilian_factory_use = 3
		}

		remove_effect = {
			custom_effect_tooltip = prca_form_radio_department_tt
			set_country_flag = prca_radio_unlocked

			add_to_variable = { THIS.prca_radio_tokens_weekly = 2 }
			THIS_update_department_icon_on_unlock = yes
			THIS_recalc_weekly_tokens_gain = yes
		}
	}

	prca_create_pro_governmental_radio_series = {
		icon = hol_radio_oranje

		cost = 50

		visible = {
			NOT = { has_country_flag = campaigns_view }
			has_country_flag = prca_radio_unlocked
			check_variable = { THIS.prca_radio_level = 0 }
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 60
		fire_only_once = yes

		remove_effect = {
			unlock_decision_tooltip = prca_run_a_speech_of_leader
			custom_effect_tooltip = prca_create_pro_governmental_radio_series_tt
			add_to_variable = { THIS.prca_radio_level = 1 }

			add_to_variable = { THIS.prca_radio_tokens_weekly = 0.5 }
			THIS_recalc_weekly_tokens_gain = yes
		}
	}

	prca_invest_in_the_construction_of_radio_towers = {
		icon = hol_attract_foreign_investors

		cost = 50

		visible = {
			NOT = { has_country_flag = campaigns_view }
			has_country_flag = prca_radio_unlocked
			check_variable = { THIS.prca_radio_level = 1 }
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 60
		fire_only_once = yes

		remove_effect = {
			custom_effect_tooltip = prca_invest_in_the_construction_of_radio_towers_tt
			add_to_variable = { THIS.prca_radio_level = 1 }

			hidden_effect = {
				add_ideas = { prca_radio_lvl2_idea }
			}

			add_to_variable = { THIS.prca_radio_tokens_weekly = 0.5 }
			THIS_recalc_weekly_tokens_gain = yes
		}
	}

	prca_establish_the_capital_national_radio = {
		icon = hol_radio_oranje

		cost = 50

		visible = {
			NOT = { has_country_flag = campaigns_view }
			has_country_flag = prca_radio_unlocked
			check_variable = { THIS.prca_radio_level = 2 }
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 60
		fire_only_once = yes

		remove_effect = {
			THIS = {
				capital_scope = {
					add_building_construction = {
						type = radar_station
						level = 2
						instant_build = yes
					}
				}
			}
			custom_effect_tooltip = prca_create_pro_governmental_radio_series_tt # Same Effect
			add_to_variable = { THIS.prca_radio_level = 1 }

			add_to_variable = { THIS.prca_radio_tokens_weekly = 0.5 }
			THIS_recalc_weekly_tokens_gain = yes
		}
	}

	prca_international_radio_broadcast = {
		icon = eng_propaganda_campaigns

		cost = 50

		visible = {
			NOT = { has_country_flag = campaigns_view }
			has_country_flag = prca_radio_unlocked
			check_variable = { THIS.prca_radio_level = 3 }
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 60
		fire_only_once = yes

		remove_effect = {
			custom_effect_tooltip = prca_international_radio_broadcast_tt
			add_to_variable = { THIS.prca_radio_level = 1 }

			set_country_flag = prca_international_broadcast
		}
	}

	# MOVIE DEPARTMENT
	prca_form_movie_department = {
		icon = eng_trade_unions_support

		cost = 50

		visible = {
			NOT = { has_country_flag = campaigns_view }
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 60
		fire_only_once = yes

		available = {
			has_tech = construction3
		}

		modifier = {
			civilian_factory_use = 3
		}

		remove_effect = {
			custom_effect_tooltip = prca_form_movie_department_tt
			set_country_flag = prca_movie_unlocked

			add_to_variable = { THIS.prca_movie_tokens_weekly = 3 }
			THIS_update_department_icon_on_unlock = yes
			THIS_recalc_weekly_tokens_gain = yes
		}
	}

	prca_grant_draft_exceptions_to_actors = {
		icon = generic_political_discourse

		cost = 50

		visible = {
			NOT = { has_country_flag = campaigns_view }
			has_country_flag = prca_movie_unlocked
			check_variable = { THIS.prca_movie_level = 0 }
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 60
		fire_only_once = yes

		remove_effect = {
			custom_effect_tooltip = prca_grant_draft_exceptions_to_actors_tt
			add_to_variable = { THIS.prca_movie_level = 1 }

			hidden_effect = {
				add_ideas = { prca_movie_lvl1_idea }
			}

			add_to_variable = { THIS.prca_movie_tokens_weekly = 0.5 }
			THIS_recalc_weekly_tokens_gain = yes
		}
	}

	prca_produce_state_controlled_newsreels = {
		icon = generic_political_discourse

		cost = 50

		visible = {
			NOT = { has_country_flag = campaigns_view }
			has_country_flag = prca_movie_unlocked
			check_variable = { THIS.prca_movie_level = 1 }
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 60
		fire_only_once = yes

		remove_effect = {
			custom_effect_tooltip = prca_produce_state_controlled_newsreels_tt
			add_to_variable = { THIS.prca_movie_level = 1 }

			add_to_variable = { THIS.prca_movie_tokens_weekly = 0.5 }
			THIS_recalc_weekly_tokens_gain = yes
		}
	}

	prca_cooperate_with_the_entertainment_industry = {
		icon = generic_political_discourse

		cost = 50

		visible = {
			NOT = { has_country_flag = campaigns_view }
			has_country_flag = prca_movie_unlocked
			check_variable = { THIS.prca_movie_level = 2 }
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 60
		fire_only_once = yes

		remove_effect = {
			unlock_decision_tooltip = prca_produce_a_war_movie
			custom_effect_tooltip = prca_produce_state_controlled_newsreels_tt # Same Effect
			add_to_variable = { THIS.prca_movie_level = 1 }

			add_to_variable = { THIS.prca_movie_tokens_weekly = 0.5 }
			THIS_recalc_weekly_tokens_gain = yes
		}
	}

	# INFLUENCE ENEMY NATIONS
	prca_broadcast_to_warmonger = {
		icon = eng_propaganda_campaigns

		cost = 0

		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 10
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_10

		visible = {
			has_country_flag = campaigns_view
			has_country_flag = prca_international_broadcast
		}

		target_trigger = {
			FROM = {
				AND = {
					prca_enabled_trigger = yes
					NOT = { is_in_faction_with = ROOT }
					OR = {
						is_justifying_wargoal_against = ROOT
						has_war_with = ROOT
						AND = {
							is_neighbor_of = ROOT
							AND = {
								NOT = { has_government = ROOT }
								has_offensive_war = yes
								has_added_tension_amount > 5
							}
						}
						AND = {
							NOT = { is_neighbor_of = ROOT }
							AND = {
								NOT = { has_government = ROOT }
								has_offensive_war = yes
								has_added_tension_amount > 30
							}
						}
					}
				}
			}
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 90
		days_re_enable = 120

		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 10 }
			save_event_target_as = broadcast_from
			set_country_flag = broadcast_from
			FROM = {
				custom_effect_tooltip = prca_broadcast_to_warmonger_tt
				subtract_from_variable = { THIS.prca_hrb_add_tokens_weekly = 2.5 }
				THIS_recalc_weekly_tokens_gain = yes
				hidden_effect = {
					if = {
						limit = {
							NOT = {
								OR = {
									has_country_flag = hostile_broadcast_event_disabled
									is_ai = yes
								}
							}
						}
					}
					country_event = { id = prca.1 }
				}
			}
			clr_country_flag = broadcast_from
		}

		remove_effect  = {
			FROM = {
				add_to_variable = { THIS.prca_hrb_add_tokens_weekly = 2.5 }
				THIS_recalc_weekly_tokens_gain = yes
			}
		}
	}

	prca_distribute_hostile_leaflets = {
		icon = generic_air
		cost = 0
		custom_cost_trigger = {
			has_political_power > 30
			check_variable = {
				var = THIS.prca_tokens
				value = 20
				compare = greater_than_or_equals
			}
		}
		custom_cost_text = prca_tokens_tt_20_pt_and_30_pp
		visible = {
				NOT = {
						has_country_flag = campaigns_view
						has_dlc = "La Resistance"
				}
		}
		available = {
			FROM = { prca_has_available_leaflet_operation = yes }
		}
		target_trigger = { prca_leaflets_visible_trigger = yes }
		ai_will_do = { base = 1 }
		days_remove = 75
		days_re_enable = 90
		complete_effect = {
				hidden_effect = {
						subtract_from_variable = { THIS.prca_tokens = 20 }
						add_political_power = -30
				}
				FROM = {
						add_to_variable = { THIS.ongoing_hostile_leaflet_operations = 1 }
				}
		}
		remove_effect  = {
				FROM = {
						custom_effect_tooltip = distribute_hostile_leaflets_outcome_tt
						hidden_effect = { country_event = prca.2 }
				}
		}
	}

	# ANTISPYWARE #
	prca_antispyware = {
		icon = onmap_recruit_operative

		cost = 0

		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50

		visible = {
			has_country_flag = campaigns_view
			NOT = { has_country_flag = prca_disable_default_decisions }
			prca_use_default_decisions_trigger = yes
			has_dlc = "La Resistance"
		}

		available = {
			prca_has_available_propaganda_slot = yes
			has_intelligence_agency = yes
			has_war = yes
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80

		modifier = {
			intelligence_agency_defense = 3
			own_operative_detection_chance_factor = -0.25
		}

		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 2 }
			THIS_activate_propaganda = yes
		}

		remove_effect = {
			set_variable = { THIS.frame = 2 }
			THIS_deactivate_propaganda = yes
		}
	}

	# RESEARCH #
	prca_research = {
		icon = generic_research

		cost = 0

		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50

		visible = {
			has_country_flag = campaigns_view
			NOT = { has_country_flag = prca_disable_default_decisions }
			prca_use_default_decisions_trigger = yes
		}

		available = {
			prca_has_available_propaganda_slot = yes
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80

		modifier = {
			research_speed_factor = 0.1
		}

		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 3 }
			THIS_activate_propaganda = yes
		}

		remove_effect = {
			set_variable = { THIS.frame = 3 }
			THIS_deactivate_propaganda = yes
		}
	}

	# STABILITY #
	prca_stability = {
		icon = generic_nationalism

		cost = 0

		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50

		visible = {
			has_country_flag = campaigns_view
			NOT = { has_country_flag = prca_disable_default_decisions }
			prca_use_default_decisions_trigger = yes
		}

		available = {
			prca_has_available_propaganda_slot = yes
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80

		modifier = {
			political_power_factor = 0.15
			stability_factor = 0.15
			defensive_war_stability_factor = 0.15
		}

		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 4 }
			THIS_activate_propaganda = yes
		}

		remove_effect = {
			set_variable = { THIS.frame = 4 }
			THIS_deactivate_propaganda = yes
		}
	}

	# CONSTRUCTION #
	prca_construction = {
		icon = generic_construction

		cost = 0

		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50

		visible = {
			has_country_flag = campaigns_view
			NOT = { has_country_flag = prca_disable_default_decisions }
			prca_use_default_decisions_trigger = yes
		}

		available = {
			prca_has_available_propaganda_slot = yes
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80

		modifier = {
			production_speed_buildings_factor = 0.05
			conversion_cost_civ_to_mil_factor = -0.1
			conversion_cost_mil_to_civ_factor = -0.1
			local_resources_factor = 0.05
		}

		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 5 }
			THIS_activate_propaganda = yes
		}

		remove_effect = {
			set_variable = { THIS.frame = 5 }
			THIS_deactivate_propaganda = yes
		}
	}

	# ARMY #
	prca_army = {
		icon = generic_tank

		cost = 0

		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50

		visible = {
			has_country_flag = campaigns_view
			NOT = { has_country_flag = prca_disable_default_decisions }
			prca_use_default_decisions_trigger = yes
		}

		available = {
			prca_has_available_propaganda_slot = yes
			has_war = yes
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80

		modifier = {
		    army_org_factor = 0.1
			army_morale_factor = 0.1
			training_time_army_factor = -0.05
			experience_gain_army_factor = 0.15
		}

		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 6 }
			THIS_activate_propaganda = yes
		}

		remove_effect = {
			set_variable = { THIS.frame = 6 }
			THIS_deactivate_propaganda = yes
		}
	}

	# NAVY #
	prca_navy = {
		icon = generic_naval

		cost = 0

		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50

		visible = {
			has_country_flag = campaigns_view
			NOT = { has_country_flag = prca_disable_default_decisions }
			prca_use_default_decisions_trigger = yes
		}

		available = {
			prca_has_available_propaganda_slot = yes
			has_war = yes
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80

		modifier = {
			naval_hit_chance = 0.10
			naval_speed_factor = 0.10
			experience_gain_navy_factor = 0.2
			ships_at_battle_start = 0.20
		}

		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 7 }
			THIS_activate_propaganda = yes
		}

		remove_effect = {
			set_variable = { THIS.frame = 7 }
			THIS_deactivate_propaganda = yes
		}
	}

	# AIRFORCE #
	prca_airforce = {
		icon = generic_air

		cost = 0

		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50

		visible = {
			has_country_flag = campaigns_view
			NOT = { has_country_flag = prca_disable_default_decisions }
			prca_use_default_decisions_trigger = yes
		}

		available = {
			prca_has_available_propaganda_slot = yes
			has_war = yes
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80

		modifier = {
			air_ace_generation_chance_factor = 0.15
			army_bonus_air_superiority_factor = 0.10
			enemy_army_bonus_air_superiority_factor = -0.10
			experience_gain_air_factor = 0.2
		}

		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 8 }
			THIS_activate_propaganda = yes
		}

		remove_effect = {
			set_variable = { THIS.frame = 8 }
			THIS_deactivate_propaganda = yes
		}
	}

	# CONSCRIPTION #
	prca_conscription = {
		icon = eng_blackshirt_march

		cost = 0

		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50

		visible = {
			has_country_flag = campaigns_view
			NOT = { has_country_flag = prca_disable_default_decisions }
			prca_use_default_decisions_trigger = yes
		}

		available = {
			prca_has_available_propaganda_slot = yes
			has_war = yes
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80

		modifier = {
			training_time_army_factor = -0.05
			conscription = 0.005
			non_core_manpower = 0.02
			weekly_manpower = 2000
		}

		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 9 }
			THIS_activate_propaganda = yes
		}

		remove_effect = {
			set_variable = { THIS.frame = 9 }
			THIS_deactivate_propaganda = yes
		}
	}

	# WAR SUPPORT #
	prca_war_support = {
		icon = generic_prepare_civil_war

		cost = 0

		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50

		visible = {
			has_country_flag = campaigns_view
			NOT = { has_country_flag = prca_disable_default_decisions }
			prca_use_default_decisions_trigger = yes
		}

		available = {
			prca_has_available_propaganda_slot = yes
			has_war = yes
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80

		modifier = {
			war_support_factor = 0.15
			offensive_war_stability_factor = 0.15
			surrender_limit = 0.2
		}

		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 10 }
			THIS_activate_propaganda = yes
		}

		remove_effect = {
			set_variable = { THIS.frame = 10 }
			THIS_deactivate_propaganda = yes
		}
	}

	# PRODUCTION #
	prca_production = {
		icon = generic_industry

		cost = 0

		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50

		visible = {
			has_country_flag = campaigns_view
			NOT = { has_country_flag = prca_disable_default_decisions }
			prca_use_default_decisions_trigger = yes
		}

		available = {
			prca_has_available_propaganda_slot = yes
			has_war = yes
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80

		modifier = {
			consumer_goods_factor = -0.05
			production_factory_max_efficiency_factor = 0.05
			line_change_production_efficiency_factor = 0.1
			production_factory_efficiency_gain_factor = 0.05
		}

		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 11 }
			THIS_activate_propaganda = yes
		}

		remove_effect = {
			set_variable = { THIS.frame = 11 }
			THIS_deactivate_propaganda = yes
		}
	}

	# COLONIAL #
	prca_ENG_together = {
		icon = eng_ally_imperialist_coup

		cost = 0

		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50

		visible = {
			original_tag = ENG
			has_country_flag = campaigns_view
			NOT = { has_country_flag = prca_disable_default_decisions }
			prca_use_default_decisions_trigger = yes
		}

		available = {
			prca_has_available_propaganda_slot = yes
			has_war = yes
		}

		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80

		modifier = {
			non_core_manpower = 0.02
			army_morale_factor = 0.05
			war_support_factor = 0.05
			surrender_limit = 0.05
		}

		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 15 }
			THIS_activate_propaganda = yes
			every_country = {
				limit = { is_subject_of = ROOT }
				add_timed_idea = {
					idea = prca_ENG_together
					days = 160
				}
			}
		}

		remove_effect = {
			set_variable = { THIS.frame = 15 }
			THIS_deactivate_propaganda = yes
		}
	}

	# HOSTILE LEAFLET #
	prca_hostile_leaflet_1 = {
		icon = eng_propaganda_campaigns

		available = {
			hidden_trigger = { always = no }
        }

		activation = {
			always = no
		}

		is_good = no
		days_mission_timeout = 160

		timeout_effect = {
			set_variable = { THIS.frame = 12 }
			THIS_deactivate_leaflet = yes
			subtract_from_variable = { THIS.ongoing_hostile_leaflet_operations = 1 }
		}
	}

	prca_hostile_leaflet_2 = {
		icon = eng_propaganda_campaigns

		available = {
			hidden_trigger = { always = no }
        }

		activation = {
			always = no
		}

		is_good = no
		days_mission_timeout = 160

		timeout_effect = {
			set_variable = { THIS.frame = 13 }
			THIS_deactivate_leaflet = yes
			subtract_from_variable = { THIS.ongoing_hostile_leaflet_operations = 1 }
		}
	}

	prca_hostile_leaflet_3 = {
		icon = eng_propaganda_campaigns

		available = {
			hidden_trigger = { always = no }
        }

		activation = {
			always = no
		}

		is_good = no
		days_mission_timeout = 160

		timeout_effect = {
			set_variable = { THIS.frame = 14 }
			THIS_deactivate_leaflet = yes
			subtract_from_variable = { THIS.ongoing_hostile_leaflet_operations = 1 }
		}
	}

	# ANTISPYWARE #
	prca_JAP_antispyware = {
		icon = onmap_recruit_operative
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = JAP
			has_country_flag = campaigns_view
			has_dlc = "La Resistance"
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
			has_intelligence_agency = yes 
			has_war = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			intelligence_agency_defense = 3
			own_operative_detection_chance_factor = -0.25
		}
		
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 2 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 2 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# RESEARCH #	
	prca_JAP_research = {
		icon = generic_research
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = JAP
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			research_speed_factor = 0.1
		}
		
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 3 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 3 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# STABILITY #
	prca_JAP_stability = {
		icon = generic_nationalism
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = JAP
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			political_power_factor = 0.15
			stability_factor = 0.15
			defensive_war_stability_factor = 0.15
		}
		
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 4 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 4 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# CONSTRUCTION #
	prca_JAP_construction = {
		icon = generic_construction
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = JAP
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			production_speed_buildings_factor = 0.05
			conversion_cost_civ_to_mil_factor = -0.1
			conversion_cost_mil_to_civ_factor = -0.1
			local_resources_factor = 0.05
		}
		
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 5 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 5 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# ARMY #
	prca_JAP_army = {
		icon = generic_tank
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = JAP
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
			has_war = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			army_org_factor = 0.1
			army_morale_factor = 0.1
			training_time_army_factor = -0.05
			experience_gain_army_factor = 0.15
		}
	
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 6 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 6 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# NAVY #
	prca_JAP_navy = {
		icon = generic_naval
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = JAP
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
			has_war = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			naval_hit_chance = 0.10
			naval_speed_factor = 0.10
			experience_gain_navy_factor = 0.2
			ships_at_battle_start = 0.20
		}
		
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 7 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 7 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# AIRFORCE #
	prca_JAP_airforce = {
		icon = generic_air
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = JAP
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
			has_war = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			air_ace_generation_chance_factor = 0.15
			army_bonus_air_superiority_factor = 0.10
			enemy_army_bonus_air_superiority_factor = -0.10
			experience_gain_air_factor = 0.2
		}
		
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 8 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 8 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# CONSCRIPTION #
	prca_JAP_conscription = {
		icon = eng_blackshirt_march
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = JAP
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
			has_war = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			training_time_army_factor = -0.05
			conscription = 0.005
			non_core_manpower = 0.02
			weekly_manpower = 2000
		}
		
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 9 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 9 }
			THIS_deactivate_propaganda = yes
		}
	}

	# WAR SUPPORT #
	prca_JAP_war_support = {
		icon = generic_prepare_civil_war
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = JAP
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
			has_war = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			war_support_factor = 0.15
			offensive_war_stability_factor = 0.15
			surrender_limit = 0.2
		}
		
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 10 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 10 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# PRODUCTION #
	prca_JAP_production = {
		icon = generic_industry
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = JAP
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
			has_war = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
		consumer_goods_factor = -0.05
			production_factory_max_efficiency_factor = 0.05
			line_change_production_efficiency_factor = 0.1
			production_factory_efficiency_gain_factor = 0.05
		}
	
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 11 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 11 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# HOSTILE LEAFLET #
	prca_JAP_hostile_leaflet_1 = {
		icon = eng_propaganda_campaigns
		
		available = {
			hidden_trigger = { always = no }
        }
		
		activation = {
			always = no
		}
		
		is_good = no 
		days_mission_timeout = 160
		
		timeout_effect = {
			set_variable = { THIS.frame = 12 }
			THIS_deactivate_leaflet = yes
			subtract_from_variable = { THIS.ongoing_hostile_leaflet_operations = 1 }
		}
	}
	
	prca_JAP_hostile_leaflet_2 = {
		icon = eng_propaganda_campaigns
		
		available = {
			hidden_trigger = { always = no }
        }
		
		activation = {
			always = no
		}
		
		is_good = no 
		days_mission_timeout = 160
		
		timeout_effect = {
			set_variable = { THIS.frame = 12 }
			THIS_deactivate_leaflet = yes
			subtract_from_variable = { THIS.ongoing_hostile_leaflet_operations = 1 }
		}
	}
	
	prca_JAP_hostile_leaflet_3 = {
		icon = eng_propaganda_campaigns
		
		available = {
			hidden_trigger = { always = no }
        }
		
		activation = {
			always = no
		}
		
		is_good = no 
		days_mission_timeout = 160
		
		timeout_effect = {
			set_variable = { THIS.frame = 12 }
			THIS_deactivate_leaflet = yes
			subtract_from_variable = { THIS.ongoing_hostile_leaflet_operations = 1 }
		}
	}

	# ANTISPYWARE #
	prca_USA_antispyware = {
		icon = onmap_recruit_operative
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = USA
			has_country_flag = campaigns_view
			has_dlc = "La Resistance"
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
			has_intelligence_agency = yes 
			has_war = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			intelligence_agency_defense = 3
			own_operative_detection_chance_factor = -0.25
		}
		
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 2 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 2 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# RESEARCH #	
	prca_USA_research = {
		icon = generic_research
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = USA
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			research_speed_factor = 0.1
		}
		
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 3 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 3 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# STABILITY #
	prca_USA_stability = {
		icon = generic_nationalism
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = USA
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			political_power_factor = 0.15
			stability_factor = 0.15
			defensive_war_stability_factor = 0.15
		}
		
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 4 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 4 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# CONSTRUCTION #
	prca_USA_construction = {
		icon = generic_construction
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = USA
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			production_speed_buildings_factor = 0.05
			conversion_cost_civ_to_mil_factor = -0.1
			conversion_cost_mil_to_civ_factor = -0.1
			local_resources_factor = 0.05
		}
		
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 5 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 5 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# ARMY #
	prca_USA_army = {
		icon = generic_tank
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = USA
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
			has_war = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			army_org_factor = 0.1
			army_morale_factor = 0.1
			training_time_army_factor = -0.05
			experience_gain_army_factor = 0.15
		}
	
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 6 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 6 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# NAVY #
	prca_USA_navy = {
		icon = generic_naval
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = USA
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
			has_war = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			naval_hit_chance = 0.10
			naval_speed_factor = 0.10
			experience_gain_navy_factor = 0.2
			ships_at_battle_start = 0.20
		}
		
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 7 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 7 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# AIRFORCE #
	prca_USA_airforce = {
		icon = generic_air
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = USA
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
			has_war = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			air_ace_generation_chance_factor = 0.15
			army_bonus_air_superiority_factor = 0.10
			enemy_army_bonus_air_superiority_factor = -0.10
			experience_gain_air_factor = 0.2
		}
		
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 8 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 8 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# CONSCRIPTION #
	prca_USA_conscription = {
		icon = eng_blackshirt_march
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = USA
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
			has_war = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			training_time_army_factor = -0.05
			conscription = 0.005
			non_core_manpower = 0.02
			weekly_manpower = 2000
		}
		
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 9 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 9 }
			THIS_deactivate_propaganda = yes
		}
	}

	# WAR SUPPORT #
	prca_USA_war_support = {
		icon = generic_prepare_civil_war
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = USA
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
			has_war = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			war_support_factor = 0.15
			offensive_war_stability_factor = 0.15
			surrender_limit = 0.2
		}
		
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 10 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 10 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# PRODUCTION #
	prca_USA_production = {
		icon = generic_industry
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = USA
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
			has_war = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			consumer_goods_factor = -0.05
			production_factory_max_efficiency_factor = 0.05
			line_change_production_efficiency_factor = 0.1
			production_factory_efficiency_gain_factor = 0.05
		}
	
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 11 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 11 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# HOSTILE LEAFLET #
	prca_USA_hostile_leaflet_1 = {
		icon = eng_propaganda_campaigns
		
		available = {
			hidden_trigger = { always = no }
        }
		
		activation = {
			always = no
		}
		
		is_good = no 
		days_mission_timeout = 160
		
		timeout_effect = {
			set_variable = { THIS.frame = 12 }
			THIS_deactivate_leaflet = yes
			subtract_from_variable = { THIS.ongoing_hostile_leaflet_operations = 1 }
		}
	}
	
	prca_USA_hostile_leaflet_2 = {
		icon = eng_propaganda_campaigns
		
		available = {
			hidden_trigger = { always = no }
        }
		
		activation = {
			always = no
		}
		
		is_good = no 
		days_mission_timeout = 160
		
		timeout_effect = {
			set_variable = { THIS.frame = 12 }
			THIS_deactivate_leaflet = yes
			subtract_from_variable = { THIS.ongoing_hostile_leaflet_operations = 1 }
		}
	}
	
	prca_USA_hostile_leaflet_3 = {
		icon = eng_propaganda_campaigns
		
		available = {
			hidden_trigger = { always = no }
        }
		
		activation = {
			always = no
		}
		
		is_good = no 
		days_mission_timeout = 160
		
		timeout_effect = {
			set_variable = { THIS.frame = 12 }
			THIS_deactivate_leaflet = yes
			subtract_from_variable = { THIS.ongoing_hostile_leaflet_operations = 1 }
		}
	}

	# ANTISPYWARE #
	prca_ITA_antispyware = {
		icon = onmap_recruit_operative
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = ITA
			has_country_flag = campaigns_view
			has_dlc = "La Resistance"
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
			has_intelligence_agency = yes 
			has_war = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			intelligence_agency_defense = 3
			own_operative_detection_chance_factor = -0.25
		}
		
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 2 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 2 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# RESEARCH #	
	prca_ITA_research = {
		icon = generic_research
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = ITA
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			research_speed_factor = 0.1
		}
		
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 3 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 3 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# STABILITY #
	prca_ITA_stability = {
		icon = generic_nationalism
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = ITA
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			political_power_factor = 0.15
			stability_factor = 0.15
			defensive_war_stability_factor = 0.15
		}
		
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 4 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 4 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# CONSTRUCTION #
	prca_ITA_construction = {
		icon = generic_construction
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = ITA
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			production_speed_buildings_factor = 0.05
			conversion_cost_civ_to_mil_factor = -0.1
			conversion_cost_mil_to_civ_factor = -0.1
			local_resources_factor = 0.05
		}
		
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 5 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 5 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# ARMY #
	prca_ITA_army = {
		icon = generic_tank
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = ITA
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
			has_war = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			army_org_factor = 0.1
			army_morale_factor = 0.1
			training_time_army_factor = -0.05
			experience_gain_army_factor = 0.15
		}
	
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 6 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 6 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# NAVY #
	prca_ITA_navy = {
		icon = generic_naval
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = ITA
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
			has_war = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			naval_hit_chance = 0.10
			naval_speed_factor = 0.10
			experience_gain_navy_factor = 0.2
			ships_at_battle_start = 0.20
		}
		
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 7 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 7 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# AIRFORCE #
	prca_ITA_airforce = {
		icon = generic_air
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = ITA
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
			has_war = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			air_ace_generation_chance_factor = 0.15
			army_bonus_air_superiority_factor = 0.10
			enemy_army_bonus_air_superiority_factor = -0.10
			experience_gain_air_factor = 0.2
		}
		
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 8 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 8 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# CONSCRIPTION #
	prca_ITA_conscription = {
		icon = eng_blackshirt_march
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = ITA
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
			has_war = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			training_time_army_factor = -0.05
			conscription = 0.005
			non_core_manpower = 0.02
			weekly_manpower = 2000
		}
		
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 9 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 9 }
			THIS_deactivate_propaganda = yes
		}
	}

	# WAR SUPPORT #
	prca_ITA_war_support = {
		icon = generic_prepare_civil_war
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = ITA
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
			has_war = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			war_support_factor = 0.15
			offensive_war_stability_factor = 0.15
			surrender_limit = 0.2
		}
		
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 10 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 10 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# PRODUCTION #
	prca_ITA_production = {
		icon = generic_industry
		
		cost = 0
		
		custom_cost_trigger = {
			check_variable = {
				var = THIS.prca_tokens
				value = 50
				compare = greater_than_or_equals
			}
		}

		custom_cost_text = prca_tokens_tt_has_50
		
		visible = {
			original_tag = ITA
			has_country_flag = campaigns_view
		}
		
		available = {
			prca_has_available_propaganda_slot = yes
			has_war = yes
		}
		
		ai_will_do = {
			base = 1
		}

		days_remove = 160
		days_re_enable = 80
		
		modifier = {
			consumer_goods_factor = -0.05
			production_factory_max_efficiency_factor = 0.05
			line_change_production_efficiency_factor = 0.1
			production_factory_efficiency_gain_factor = 0.05
		}
	
		complete_effect = {
			subtract_from_variable = { THIS.prca_tokens = 50 }
			set_variable = { THIS.frame = 11 }
			THIS_activate_propaganda = yes
		}
		
		remove_effect = {
			set_variable = { THIS.frame = 11 }
			THIS_deactivate_propaganda = yes
		}
	}
	
	# HOSTILE LEAFLET #
	prca_ITA_hostile_leaflet_1 = {
		icon = eng_propaganda_campaigns
		
		available = {
			hidden_trigger = { always = no }
        }
		
		activation = {
			always = no
		}
		
		is_good = no 
		days_mission_timeout = 160
		
		timeout_effect = {
			set_variable = { THIS.frame = 12 }
			THIS_deactivate_leaflet = yes
			subtract_from_variable = { THIS.ongoing_hostile_leaflet_operations = 1 }
		}
	}
	
	prca_ITA_hostile_leaflet_2 = {
		icon = eng_propaganda_campaigns
		
		available = {
			hidden_trigger = { always = no }
        }
		
		activation = {
			always = no
		}
		
		is_good = no 
		days_mission_timeout = 160
		
		timeout_effect = {
			set_variable = { THIS.frame = 12 }
			THIS_deactivate_leaflet = yes
			subtract_from_variable = { THIS.ongoing_hostile_leaflet_operations = 1 }
		}
	}
	
	prca_ITA_hostile_leaflet_3 = {
		icon = eng_propaganda_campaigns
		
		available = {
			hidden_trigger = { always = no }
        }
		
		activation = {
			always = no
		}
		
		is_good = no 
		days_mission_timeout = 160
		
		timeout_effect = {
			set_variable = { THIS.frame = 12 }
			THIS_deactivate_leaflet = yes
			subtract_from_variable = { THIS.ongoing_hostile_leaflet_operations = 1 }
		}
	}
}

prca_debug_decisions = {

	prca_set_tokens_to_499 = {
		cost = 0
		days_remove = 0

		complete_effect = {
			set_variable = { THIS.prca_tokens = 499 }
		}
	}

	prca_set_tokens_to_50 = {
		cost = 0
		days_remove = 0

		complete_effect = {
			set_variable = { THIS.prca_tokens = 50 }
		}
	}

	prca_reset_propaganda = {
		cost = 0
		days_remove = 0

		complete_effect = {
			country_event = prca.7
		}
	}

	prca_activate_hostile_leaflet = {
		cost = 0
		days_remove = 0

		complete_effect = {
			country_event = prca.2
		}
	}

	prca_enable_broadcast = {
		cost = 0
		days_remove = 0

		complete_effect = {
			set_country_flag = prca_international_broadcast
		}
	}

	prca_add_operation_equipment = {
		cost = 0
		days_remove = 0

		complete_effect = {
			add_equipment_to_stockpile = {
				type = transport_plane_equipment
				amount = 1000
			}
			add_equipment_to_stockpile = {
				type = support_equipment
				amount = 1000
			}
			add_equipment_to_stockpile = {
				type = artillery_equipment
				amount = 1000
			}
		}
	}

	prca_add_broadcast_effect = {
		cost = 0
		days_remove = 0

		complete_effect = {
			GER = {
				save_event_target_as = broadcast_from
				set_country_flag = broadcast_from
				ROOT = {
					country_event = { id = prca.1 }
					subtract_from_variable = { THIS.prca_hrb_add_tokens_weekly = 2.5 }
					THIS_recalc_weekly_tokens_gain = yes
				}
				clr_country_flag = broadcast_from
			}
		}
	}

}	
