on_actions = { 
	on_startup = {
		effect = {
			if = {
				limit = {
					date > 1945.1.1
					}
					ENG = {
						add_to_faction = INS
					}
					GER = {
						remove_ideas = PER_persian_german_trade_idea_2
					}
				}
				if = { 
					limit = { 
						date > 1945.1.1 
						date < 1945.3.1
					}
					GER = { 
						country_event = { id = intro.5 } 
					#	country_event = { id = scenario.7 days = 115 }
					#	country_event = { id = scenario.6 days = 113 }
						country_event = { id = scenario.11 days = 37 }
						country_event = { id = scenario.12 days = 98 }
						country_event = { id = offensives.14 } 
						country_event = { id = scenario.14 days = 58 } 
						news_event = { id = scenarionews.9 days = 90 }
						news_event = { id = scenarionews.12 days = 8 }
						news_event = { id = scenarionews.14 days = 16 }
					}
				}
				if = { 
					limit = { 
						date > 1945.2.28 
						date < 1945.4.1
					}
					GER = { 
						country_event = { id = intro.4 } 
					#	country_event = { id = scenario.2 days = 52 } 
					#	country_event = { id = scenario.3 days = 52 } 
					#	country_event = { id = scenario.7 days = 60 }
					#	country_event = { id = scenario.6 days = 59 }
						country_event = { id = scenario.11 days = 37 }
						country_event = { id = scenario.12 days = 45 }
						country_event = { id = offensives.7 } 
						country_event = { id = scenario.14 days = 5 } 
						news_event = { id = scenarionews.9 days = 71 }
					}
				}
				if = { 
					limit = { 
						date > 1945.3.28 
						date < 1945.4.14 
					}
					GER = { 
						country_event = { id = intro.1 }
						country_event = { id = offensives.1 } 
					#	country_event = { id = scenario.2 days = 16 } 
					#	country_event = { id = scenario.3 days = 16 } 
					#	country_event = { id = scenario.7 days = 24 }
					#	country_event = { id = scenario.6 days = 23 }
						country_event = { id = scenario.11 days = 6 }
					}
				}
				if = { 
					limit = { 
						date > 1945.4.26 
					}
					GER = {
						country_event = { id = intro.3 }
						country_event = { id = offensives.1 } 
						country_event = { id = scenario.7 days = 8 }
						country_event = { id = scenario.6 days = 8 }
						country_event = { id = scenario.11 days = 6 }
					}
				}
			GER = {
		#		country_event = { id = scenario.1 days = 9 }
			#	country_event = { id = scenario.4 days = 20 }
			#	country_event = { id = scenario.5 days = 18 }
			#	country_event = { id = scenario.8 days = 19 }
				 
			}
			JAP = {
				country_event = { id = intro.2 }
				remove_ideas = JAP_tora_tora_tora_idea
				if = {
					limit = { has_start_date < 1945.1.13 }
					activate_decision = JAP_south_china_sea_air_raid
				}
			}
			SOV = {
				if = { limit = { 
						has_start_date > 1945.4.10
						has_start_date < 1945.4.15
					}
					country_event = { id = scenario.9 days = 4 }
					country_event = { id = offensives.4 days = 4 }
				}
				if = { limit = { 
						has_start_date > 1945.2.28
						has_start_date < 1945.3.10
					}
					country_event = { id = scenario.9 days = 51 }
					country_event = { id = offensives.4 days = 51}
				}
				if = { limit = { 
						has_start_date > 1945.1.1
						has_start_date < 1945.1.13
					}
					add_timed_idea = { idea = SOV_slow_down days = 25 }
					country_event = { id = maintenance.11 days = 56 }
					country_event = { id = scenario.9 days = 94 }
					country_event = { id = offensives.4 days = 94 }
				}
			}
		}
	}
}