﻿add_namespace = Japan

#2000 Naka-Meguro derailment
country_event = {
	id = Japan.1
	title = Japan.1.t
	desc = Japan.1.d
	picture = GFX_train_collision
	fire_only_once = yes
	
	
	is_triggered_only = yes
	
	option = {	#We will help where we can.
		name = Japan.1.a
		log = "[GetDateText]: [This.GetName]: Japan.1.a executed"
		add_political_power = -20
		ai_chance = { factor = 60 }
	}
	
	option = {	#The region will recover.
		name = Japan.1.b
		log = "[GetDateText]: [This.GetName]: Japan.1.b executed"
		add_stability = -0.01
		ai_chance = { factor = 40 }
	}
}

#Fusako Shigenobu is arrested
country_event = {
	id = Japan.2
	title = Japan.2.t
	desc = Japan.2.d
	picture = GFX_red_guards
	
	is_triggered_only = yes
	
	option = {	#Damn communists!
		name = Japan.2.a
		log = "[GetDateText]: [This.GetName]: Japan.2.a executed"
		add_stability = 0.01
		add_political_power = 10
		add_popularity = {
			ideology = communism
			popularity = -0.03
		}
		add_to_variable = { party_pop_array^4 = 0.0003 }
		recalculate_party = yes
		ai_chance = { factor = 90 }
	}
	
	option = {	#Set her free.
		name = Japan.2.b
		log = "[GetDateText]: [This.GetName]: Japan.2.b executed"
		add_stability = -0.03
		add_political_power = -30
		add_popularity = {
			ideology = communism
			popularity = 0.03
		}
		add_to_variable = { party_pop_array^4 = -0.0003 }
		recalculate_party = yes
		ai_chance = { factor = 10 }
	}
}