﻿

add_namespace = celection

# Test Election Event
country_event = {
	id = celection.1
	title = celection.1.t
	desc = celection.1.d
	picture = GFX_report_event_election_vote

	is_triggered_only = yes

	option = {
		name = celection.1.a
	}
}

# Communist Election 
	country_event = {
		id = celection.30
		title = celection.30.t
		desc = celection.30.d
		picture = GFX_report_event_election_vote

		is_triggered_only = yes

		trigger = {
				has_government = communism
			}

		option = {
				name = marxisms_option.1.a
				set_politics = {
					ruling_party = communism
					elections_allowed = yes	
				}
				country_event = { id = rvic.1 }
				custom_effect_tooltip = MARXIST_W_EVENT_TT
			}
		option = {
				name = stalinisms_option.2.b
				custom_effect_tooltip = STALIN_W_EVENT_TT
				country_event = { id = rvic.2 }
				set_politics = {
					ruling_party = communism
					elections_allowed = yes	
				}
			}
			
		option = {
				name = anarchist_communisms_option.3.c
				custom_effect_tooltip = ANARCOM_W_EVENT_TT
				country_event = { id = rvic.3 }
				set_politics = {
					ruling_party = communism
					elections_allowed = yes	
				}
			}
		option = {
				name = stalin_stays_option.4.b
				custom_effect_tooltip = CPOWER_W_EVENT_TT
				country_event = { id = rvic.4 }
				set_politics = {
					ruling_party = communism
					elections_allowed = yes	
				}
				add_political_power = 760
				ai_chance = 100
			}
			
		}