add_namespace = goering


add_namespace = goering.schwarz

country_event = { #Fall Schwarz opening
	id = goering.schwarz.1
	title = goering.schwarz.1.t
	desc = goering.schwarz.1.d 
	picture = GFX_report_event_GER_abwehr_intelligence
	
	fire_only_once = yes
	is_triggered_only = yes
	
	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.schwarz.1"}
	
	option = {
		name = goering.schwarz.1.a
	}
}

country_event = { #Ready the Heer
	id = goering.schwarz.2
	title = goering.schwarz.2.t
	desc = goering.schwarz.2.d 
	picture = GFX_report_event_GER_army_1
	
	fire_only_once = yes
	is_triggered_only = yes
	
	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.2"}
	
	option = {
		name = goering.schwarz.2.a
	}
}
country_event = { #Ready The Kriegsmarine
	id = goering.schwarz.3
	title = goering.schwarz.3.t
	desc = goering.schwarz.3.d 
	picture = GFX_report_event_GER_kriegsmarine
	
	fire_only_once = yes
	is_triggered_only = yes
	
	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.3"}
	
	option = {
		name = goering.schwarz.3.a
	}
}
country_event = { #Ready the Luftwaffe
	id = goering.schwarz.4
	title = goering.schwarz.4.t
	desc = goering.schwarz.4.d 
	picture = GFX_report_event_GER_luftwaffe_acting_weird
	
	fire_only_once = yes
	is_triggered_only = yes
	
	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.4"}
	
	option = {
		name = goering.schwarz.4.a
	}
}
country_event = { #Map out the Silos
	id = goering.schwarz.5
	title = goering.schwarz.5.t
	desc = goering.schwarz.5.d 
	picture = GFX_report_event_generic_battle
	
	fire_only_once = yes
	is_triggered_only = yes
	
	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.5"}
	
	option = {
		name = goering.schwarz.5.a
	}
}
country_event = { #An Iron Curtain
	id =  goering.schwarz.6
	title = goering.schwarz.6.t
	desc = goering.schwarz.6.d
	picture = GFX_report_event_RUS_bunker_command

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.6"}

	option = { #Iron Curtain-German/Burgudny Border Only
		name = goering.schwarz.6.a
		add_to_variable = { national_debt = 0.100 }
		hidden_effect = {
			28 = {
				if = {
					limit = { is_controlled_by = ROOT }
					hidden_effect = {
						add_building_construction = {
							type = bunker
							level = 6
							province = {
					            all_provinces = yes
					            limit_to_border_country = BRG
				            }
							instant_build = yes
						}
						add_building_construction = {
							type = anti_air_building
							level = 5
						}
					}
				}
			}	
			1812 = {
				if = {
					limit = { is_controlled_by = ROOT }
					hidden_effect = {
						add_building_construction = {
							type = bunker
							level = 6
							province = {
					            all_provinces = yes
					            limit_to_border_country = BRG
				            }
							instant_build = yes
						}
						add_building_construction = {
							type = anti_air_building
							level = 5
						}
					}
				}
			}
			8 = {
				if = {
					limit = { is_controlled_by = ROOT }
					hidden_effect = {
						add_building_construction = {
							type = bunker
							level = 6
							province = {
					            all_provinces = yes
					            limit_to_border_country = BRG
				            }
							instant_build = yes
						}
						add_building_construction = {
							type = anti_air_building
							level = 5
						}
					}
				}
			}
			51 = {
				if = {
					limit = { is_controlled_by = ROOT }
					hidden_effect = {
						add_building_construction = {
							type = bunker
							level = 6
							province = {
					            all_provinces = yes
					            limit_to_border_country = BRG
				            }
							instant_build = yes
						}
						add_building_construction = {
							type = anti_air_building
							level = 5
						}
					}
				}
			}
		}
	}
	option = { #Iron Curtain-German+Dutch/BurgundyBorder
		name = goering.schwarz.6.b
		set_temp_variable = { temp_econ_spending_amount = 0.150 }
		econ_spend_money_once_effect_raw_money = yes
		hidden_effect = {
			28 = {
				if = {
					limit = { is_controlled_by = ROOT }
					hidden_effect = {
						add_building_construction = {
							type = bunker
							level = 6
							province = {
					            all_provinces = yes
					            limit_to_border_country = BRG
				            }
							instant_build = yes
						}
						add_building_construction = {
							type = anti_air_building
							level = 5
						}
					}
				}
			}	
			1812 = {
				if = {
					limit = { is_controlled_by = ROOT }
					hidden_effect = {
						add_building_construction = {
							type = bunker
							level = 6
							province = {
					            all_provinces = yes
					            limit_to_border_country = BRG
				            }
							instant_build = yes
						}
						add_building_construction = {
							type = anti_air_building
							level = 5
						}
					}
				}
			}
			8 = {
				if = {
					limit = { is_controlled_by = ROOT }
					hidden_effect = {
						add_building_construction = {
							type = bunker
							level = 6
							province = {
					            all_provinces = yes
					            limit_to_border_country = BRG
				            }
							instant_build = yes
						}
						add_building_construction = {
							type = anti_air_building
							level = 5
						}
					}
				}
			}
			51 = {
				if = {
					limit = { is_controlled_by = ROOT }
					hidden_effect = {
						add_building_construction = {
							type = bunker
							level = 6
							province = {
					            all_provinces = yes
					            limit_to_border_country = BRG
				            }
							instant_build = yes
						}
						add_building_construction = {
							type = anti_air_building
							level = 5
						}
					}
				}
			}
			35 = {
				if = {
					limit = { is_controlled_by = ROOT }
					hidden_effect = {
						add_building_construction = {
							type = bunker
							level = 6
							province = 6500
							instant_build = yes
						}
						add_building_construction = {
							type = anti_air_building
							level = 5
						}
					}
				}
			}	
			74 = {
				if = {
					limit = { is_controlled_by = ROOT }
					hidden_effect = {
						add_building_construction = {
							type = bunker
							level = 6
							province = {
					            all_provinces = yes
					            limit_to_border_country = BRG
				            }
							instant_build = yes
						}
						add_building_construction = {
							type = anti_air_building
							level = 5
						}
					}
				}
			}
		}
	}
	option = { #FULL GODDAMN IRON CURTAIN
		name = goering.schwarz.6.c
		set_temp_variable = { temp_econ_spending_amount = 0.200 }
		econ_spend_money_once_effect_raw_money = yes
		28 = {
			if = {
				limit = { is_controlled_by = ROOT }
				hidden_effect = {
					add_building_construction = {
						type = bunker
						level = 6
						province = {
					        all_provinces = yes
					        limit_to_border_country = BRG
				        }
						instant_build = yes
					}
					add_building_construction = {
						type = anti_air_building
						level = 5
					}
				}
			}
		}
		1812 = {
			if = {
				limit = { is_controlled_by = ROOT }
				hidden_effect = {
					add_building_construction = {
						type = bunker
						level = 6
						province = {
					        all_provinces = yes
					        limit_to_border_country = BRG
				        }
						instant_build = yes
					}
					add_building_construction = {
						type = anti_air_building
						level = 5
					}
				}
			}
		}
		8 = {
			if = {
				limit = { is_controlled_by = ROOT }
				hidden_effect = {
					add_building_construction = {
						type = bunker
						level = 6
						province = {
					        all_provinces = yes
					        limit_to_border_country = BRG
				        }
						instant_build = yes
					}
					add_building_construction = {
						type = anti_air_building
						level = 5
					}
				}
			}
		}
		51 = {
			if = {
				limit = { is_controlled_by = ROOT }
				hidden_effect = {
					add_building_construction = {
						type = bunker
						level = 6
						province = {
					        all_provinces = yes
					        limit_to_border_country = BRG
				        }
						instant_build = yes
					}
					add_building_construction = {
						type = anti_air_building
						level = 5
					}
				}
			}
		}
		35 = {
			if = {
				limit = { is_controlled_by = ROOT }
				hidden_effect = {
					add_building_construction = {
						type = bunker
						level = 6
						province = {
					        all_provinces = yes
					        limit_to_border_country = BRG
				        }
						instant_build = yes
					}
					add_building_construction = {
						type = anti_air_building
						level = 5
					}
				}
			}
		}	
		74 = {
			if = {
				limit = { is_controlled_by = ROOT }
				hidden_effect = {
					add_building_construction = {
						type = bunker
						level = 6
						province = {
					        all_provinces = yes
					        limit_to_border_country = BRG
				        }
						instant_build = yes
					}
					add_building_construction = {
						type = anti_air_building
						level = 5
					}
				}
			}
		}
		1298 = {
			if = {
			limit = { is_controlled_by = ROOT }
				hidden_effect = {
					add_building_construction = {
						type = bunker
						level = 6
						province = {
					        all_provinces = yes
					        limit_to_border_country = BRG
				        }
						instant_build = yes
					}
					add_building_construction = {
						type = anti_air_building
						level = 5
					}
				}
			}
		}
		ITA = {
			735 = {
				if = {
					limit = { is_controlled_by = ITA }
					hidden_effect = {
						add_building_construction = {
							type = bunker
							level = 6
							province = {
					            all_provinces = yes
					            limit_to_border_country = BRG
				            }
							instant_build = yes
						}
						add_building_construction = {
						    type = anti_air_building
						    level = 5
						}	
					}
				}
			}
		}
	}
}

country_event = { #state of the burgundian resistance - not accurate
	id =  goering.schwarz.7
	title = goering.schwarz.7.t
	desc = goering.schwarz.7.d
	picture = GFX_report_event_generic_static

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.7" }

	option = {
		name = goering.schwarz.7.a
	}
}
country_event = { #try to contact Belgians - theyre dead tho
	id =  goering.schwarz.8
	title = goering.schwarz.8.t
	desc = goering.schwarz.8.d
	picture = GFX_report_event_generic_static

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.8" }

	option = {
		name = goering.schwarz.8.a
	}
}
country_event = { #try to contact the french - theyre too scared
	id =  goering.schwarz.9
	title = goering.schwarz.9.t
	desc = goering.schwarz.9.d
	picture = GFX_report_event_generic_static

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.9" }

	option = {
		name = goering.schwarz.9.a
	}
}
country_event = { #try to contact traitors to Burgundy - this fails badly
	id =  goering.schwarz.10
	title = goering.schwarz.10.t
	desc = goering.schwarz.10.d
	picture = GFX_report_event_generic_static

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.10" }

	option = {
		name = goering.schwarz.10.a
		add_to_variable = { BRG_go_hot = 5 }
	}	
}

country_event = { #Göring wins border war against Burgundy
	id = goering.schwarz.11
	title = goering.schwarz.11.t
	desc = goering.schwarz.11.d
	picture = GFX_report_event_generic_dead_soldier

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.11" }

	option = {
		name = goering.schwarz.11.a
		add_to_variable = { BRG_go_hot = -2 }
	}
}
country_event = { #Göring loses border war against Burgundy
	id = goering.schwarz.12
	title = goering.schwarz.12.t
	desc = goering.schwarz.12.d
	picture = GFX_report_event_generic_dead_soldier

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.12" }

	option = {
		name = goering.schwarz.12.a
		add_to_variable = { BRG_go_hot = 2 }
		#ohfuck
	}
}
country_event = { #Burgundy defends against Göring
	id = goering.schwarz.13
	title = goering.schwarz.13.t
	desc = goering.schwarz.13.d
	picture = GFX_report_event_generic_dead_soldier

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.13" }

	option = {
		name = goering.schwarz.13.a
		#they cant stop us
	}
}
country_event = { #Burgundy fails to defend against goering
	id = goering.schwarz.14
	title = goering.schwarz.14.t
	desc = goering.schwarz.14.d
	picture = GFX_report_event_generic_dead_soldier

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.14" }

	option = {
		name = goering.schwarz.14.a
		#damn!
	}
}
country_event = { #Deploy The Abwehr
	id = goering.schwarz.15
	title = goering.schwarz.15.t
	desc = goering.schwarz.15.d
	picture = GFX_report_event_GER_abwehr_intelligence

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.15" }

	option = {
		name = goering.schwarz.15.a
	}
}
country_event = { #BRG set spies
	id = goering.schwarz.16
	title = goering.schwarz.16.t
	desc = goering.schwarz.16.d
	picture = GFX_report_event_GER_abwehr_intelligence
	hidden = yes
	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.16" }

	option = {
		name = goering.schwarz.16
		if = {
			limit = {
				has_country_flag = huttigs_werewolves
			}
			set_variable = { BRG_silent_war_spies = 5 }
			set_variable = { GER_silent_war_spies = 5 }
			set_variable = { GGR_schwarz_covert_level = 5 }
			set_variable = { BRG_go_hot = 2 }
		}
		else = {
			set_variable = { BRG_silent_war_spies = 5 }
			set_variable = { GER_silent_war_spies = 5 }
			set_variable = { GGR_schwarz_covert_level = 5 }
			set_variable = { BRG_go_hot = 0 }
		}
	}
}
country_event = { #Examine the foreign SS for cracks
	id = goering.schwarz.17
	title = goering.schwarz.17.t
	desc = goering.schwarz.17.d
	picture = GFX_report_event_generic_battle

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.17" }

	option = {
		name = goering.schwarz.17.a
		random_list = {
			#failure
			60 = {
				country_event = { id = goering.schwarz.18 days = 2 }
				add_to_variable = { BRG_go_hot = 1 }
			}
			#success
			40 = {
				country_event = { id = goering.schwarz.19 days = 2 }
				add_to_variable = { BRG_go_hot = -1 }
			}
		}
	}
}
country_event = { #SS exam fail
	id = goering.schwarz.18
	title = goering.schwarz.18.t
	desc = goering.schwarz.18.d
	picture = GFX_report_event_generic_static

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.18" }

	option = {
		name = goering.schwarz.18.a
		#shit
	}
}
country_event = { #SS exam pass
	id = goering.schwarz.19
	title = goering.schwarz.19.t
	desc = goering.schwarz.19.d
	picture = GFX_report_event_generic_battle

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.19" }

	option = {
		name = goering.schwarz.19.a
		BRG = {
			add_war_support = -0.02
			add_stability = -0.02
		}
	}
}
country_event = { #prepare sabotage stage 1
	id = goering.schwarz.20
	title = goering.schwarz.20.t
	desc = goering.schwarz.20.d
	picture = GFX_report_event_generic_battle

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.20" }

	option = {
		name = goering.schwarz.20.a
		random_list = {
			#failure
			30 = {
				country_event = { id = goering.schwarz.21 days = 1 }
				add_to_variable = { BRG_go_hot = 1 }
			}
			#success
			70 = {
				country_event = { id = goering.schwarz.22 days = 1 }
			}
		}
	}
}
country_event = { #sabotage 1 fails
	id = goering.schwarz.21
	title = goering.schwarz.21.t
	desc = goering.schwarz.21.d
	picture = GFX_report_event_generic_static

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.21" }

	option = {
		name = goering.schwarz.21.a
		add_war_support = -.05
	}
}
country_event = { #sabotage 1 succeded
	id = goering.schwarz.22
	title = goering.schwarz.22.t
	desc = goering.schwarz.22.d
	picture = GFX_report_event_GER_arms

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.22" }

	option = {
		name = goering.schwarz.22.a
		set_variable = { GGR_sabotage = 1 }
	}
}
country_event = { #prepare sabotage stage 2
	id = goering.schwarz.23
	title = goering.schwarz.23.t
	desc = goering.schwarz.23.d
	picture = GFX_report_event_GER_arms

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.23" }

	option = {
		name = goering.schwarz.23.a
		random_list = {
			#failure
			50 = {
				country_event = { id = goering.schwarz.24 days = 1 }
				add_to_variable = { BRG_go_hot = 2 }
			}
			#success
			50 = {
				country_event = { id = goering.schwarz.25 days = 1 }
			}
		}
	}
}
country_event = { #sabotage 2 fails
	id = goering.schwarz.24
	title = goering.schwarz.24.t
	desc = goering.schwarz.24.d
	picture = GFX_report_event_generic_static

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.24" }

	option = {
		name = goering.schwarz.24.a
		add_war_support = -.10
	}
}
country_event = { #sabotage 2 succeded
	id = goering.schwarz.25
	title = goering.schwarz.25.t
	desc = goering.schwarz.25.d
	picture = GFX_report_event_GER_arms

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.25" }

	option = {
		name = goering.schwarz.25.a
		add_to_variable = { GGR_sabotage = 1 }
	}
}
country_event = { #prepare sabotage stage 3
	id = goering.schwarz.26
	title = goering.schwarz.26.t
	desc = goering.schwarz.26.d
	picture = GFX_report_event_GER_army_1

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.23" }

	option = {
		name = goering.schwarz.26.a
		random_list = {
			#failure
			70 = {
				country_event = { id = goering.schwarz.27 days = 1 }
				add_to_variable = { BRG_go_hot = 3 }
			}
			#success
			30 = {
				country_event = { id = goering.schwarz.28 days = 1 }
			}
		}
	}
}
country_event = { #sabotage 3 fails
	id = goering.schwarz.27
	title = goering.schwarz.27.t
	desc = goering.schwarz.27.d
	picture = GFX_report_event_generic_static

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.27" }

	option = {
		name = goering.schwarz.27.a
		add_war_support = -.20
	}
}
country_event = { #sabotage 3 succeded
	id = goering.schwarz.28
	title = goering.schwarz.28.t
	desc = goering.schwarz.28.d
	picture = GFX_report_event_GER_arms

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.28" }

	option = {
		name = goering.schwarz.28.a
		
	}
}
country_event = { #attempt to crack the codes
	id = goering.schwarz.29
	title = goering.schwarz.29.t
	desc = goering.schwarz.29.d
	picture = GFX_report_event_generic_static

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.29" }

	option = {
		name = goering.schwarz.29.a
		random_list = {
			#failure
			80 = {
				country_event = { id = goering.schwarz.30 days = 2 }
			}
			#success
			20 = {
				country_event = { id = goering.schwarz.31 days = 2 }
			}
		}
	}
}		
country_event = { #code crack fails
	id = goering.schwarz.30
	title = goering.schwarz.30.t
	desc = goering.schwarz.30.d
	picture = GFX_report_event_generic_static

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.30" }

	option = {
		name = goering.schwarz.30.a
		add_to_variable = { BRG_go_hot = 3 }
	}
}
country_event = { #code crack suceeds
	id = goering.schwarz.31
	title = goering.schwarz.31.t
	desc = goering.schwarz.31.d
	picture = GFX_report_event_generic_static

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.31" }

	option = {
		name = goering.schwarz.31.a
		BRG = {
			add_timed_idea = {
				idea = GGR_learn_their_secrets
				days = 120
			}
		}
	}
}
country_event = { #covert attack on intel targets
	id = goering.schwarz.32
	title = goering.schwarz.32.t
	desc = goering.schwarz.32.d
	picture = GFX_report_event_generic_burning_books

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.32" }

	option = {
		name = goering.schwarz.32.a
		random_list = {
			#failure
			95 = {
				country_event = { id = goering.schwarz.33 days = 3 }
			}
			#success
			05 = {
				country_event = { id = goering.schwarz.34 days = 3 }
			}
		}
	}
}
country_event = { #intel attack fails
	id = goering.schwarz.33
	title = goering.schwarz.33.t
	desc = goering.schwarz.33.d
	picture = GFX_report_event_generic_static

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.33" }

	option = {
		name = goering.schwarz.33.a
		add_to_variable = { BRG_go_hot = 2 }
	}
}
country_event = { #intel attack suceeds
	id = goering.schwarz.34
	title = goering.schwarz.34.t
	desc = goering.schwarz.34.d
	picture = GFX_report_event_generic_burning_books

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.34" }

	option = {
		name = goering.schwarz.34.a
		BRG = {
			add_timed_idea = {
				idea = BRG_temporary_blindness
				days = 120
			}
		}
	}
}
country_event = { #we have assassinated an BRG spy!
	id = goering.schwarz.35
	title = goering.schwarz.35.t
	desc = goering.schwarz.35.d
	picture = GFX_report_event_generic_dead_soldier

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.35" }

	option = {
		name = goering.schwarz.35.a
		add_to_variable = { BRG_silent_war_spies = -1 }
	}
}
country_event = { #We have lost a spy!
	id = goering.schwarz.36
	title = goering.schwarz.36.t
	desc = goering.schwarz.36.d
	picture = GFX_report_event_generic_dead_soldier

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.36" }

	option = {
		name = goering.schwarz.36.a
		add_to_variable = { GER_silent_war_spies = -1 }
	}
}
country_event = { #Burgundy has lost its patience with us! They have declared war!
	id = goering.schwarz.37
	title = goering.schwarz.37.t
	desc = goering.schwarz.37.d
	picture = GFX_report_event_generic_tank_battle

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.37" }

	option = {
		name = goering.schwarz.37.a
		GER = {
			set_country_flag = GGR_BRG_went_hot
		}
		BRG = {
			declare_war_on = {
				target = GER
				type = annex_everything
			}
		}
		hidden_effect = {
			every_country = { news_event = WORLD_REICH.300 }
		}
	}
}
country_event = { #Flatten Nord-Paris (GER)
	id = goering.schwarz.38
	title = goering.schwarz.38.t
	desc = goering.schwarz.38.d
	picture = GFX_report_event_RUS_burning_city

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.38" }

	option = {
		name = goering.schwarz.38.a
		BRG = {
			add_command_power = -60
			add_war_support = -0.20
			add_stability = -0.50
		}
		add_command_power = 60
		add_war_support = 0.20
	}
}	
country_event = { #Flatten Nord-Paris (BRG)
	id = goering.schwarz.39
	title = goering.schwarz.39.t
	desc = goering.schwarz.39.d
	picture = GFX_report_event_RUS_burning_city

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.39" }

	option = {
		name = goering.schwarz.39.a
		effect_tooltip = {
			add_command_power = -60
			add_war_support = -0.20
			add_stability = -0.50
		}
		hidden_effect = {
			country_event = { id = goering.schwarz.40 days = 3 }
		}
	}
}
country_event = { #Himmler is alive! (BRG)
	id = goering.schwarz.40
	title = goering.schwarz.40.t
	desc = goering.schwarz.40.d
	picture = GFX_report_event_BRG_leadership_himmler

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.40" }

	option = {
		name = goering.schwarz.40.a
		add_command_power = 50
		add_stability = 0.45
	}
}
country_event = { #No one has answered!
	id = goering.schwarz.41
	title = goering.schwarz.41.t
	desc = goering.schwarz.41.d
	picture = GFX_report_event_generic_static

	fire_only_once = yes
	is_triggered_only = yes

	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.41" }

	option = {
		name = goering.schwarz.41.a
		add_command_power = -30
		add_war_support = -0.20
	}
}

country_event = { #The Black Sun Eclipsed
	id = goering.schwarz.42
	title = goering.schwarz.42.t
	desc = goering.schwarz.42.d
	picture = GFX_report_event_BRG_event3
	
	fire_only_once = yes
	is_triggered_only = yes
	
	immediate = { log = "[GetDateText]: [Root.GetName]: event goering.schwarz.42"}
	
	option = {
		name = goering.schwarz.42.a
	}
}

add_namespace = goering.rockwell

country_event = { #caribean adventures begin
	id = goering.rockwell.1
	title = goering.rockwell.1.t
	desc = goering.rockwell.1.d
	picture = GFX_report_event_GER_army_2

	fire_only_once = yes
	is_triggered_only = yes
	
	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.rockwell.1"}

	option = { #send the letters
		name = goering.rockwell.1.a
		add_war_support = -0.02
	}
}
country_event = { #letter to castro
	id = goering.rockwell.2
	title = goering.rockwell.2.t
	desc = goering.rockwell.2.d
	picture = GFX_report_event_RUS_letter

	fire_only_once = yes
	is_triggered_only = yes
	
	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.rockwell.2"}

	option = { #a chance to battle his capitalist enemies!
		name = goering.rockwell.2.a
		country_event = { id = goering.rockwell.3 days = 3 }
	}
}
country_event = { #letter back from Castro
	id = goering.rockwell.3
	title = goering.rockwell.3.t
	desc = goering.rockwell.3.d
	picture = GFX_report_event_RUS_letter

	fire_only_once = yes
	is_triggered_only = yes
	
	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.rockwell.3"}

	option = { #that fucking commie!
		name = goering.rockwell.3.a
		GGR_decrease_militarist_loyalty_small = yes
		GGR_increase_militarist_hawkishness_small = yes 
		add_political_power = -20
	}
}
country_event = { #letter to Haiti
	id = goering.rockwell.4
	title = goering.rockwell.4.t
	desc = goering.rockwell.4.d
	picture = GFX_report_event_RUS_letter

	fire_only_once = yes
	is_triggered_only = yes
	
	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.rockwell.4"}

	option = { #we could use a fascist ally in the Caribbean
		name = goering.rockwell.4.a
		country_event = { id = goering.rockwell.5 days = 3 }
	}
}
country_event = { #letter back from Haiti
	id = goering.rockwell.5
	title = goering.rockwell.5.t
	desc = goering.rockwell.5.d
	picture = GFX_report_event_RUS_letter

	fire_only_once = yes
	is_triggered_only = yes
	
	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.rockwell.5"}

	option = { #we don't need non German subhumans anyways!
		name = goering.rockwell.5.a
	}
}
country_event = { #a meeting with the Bund
	id = goering.rockwell.6
	title = goering.rockwell.6.t
	desc = goering.rockwell.6.d
	picture = GFX_report_event_BRG_event2

	fire_only_once = yes
	is_triggered_only = yes
	
	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.rockwell.6"}

	option = { #to a successful deal!
		name = goering.rockwell.6.a
		add_political_power = 100
		random_list = {
			30 = {
				USA = {
					country_event = { id = goering.rockwell.7 days = 5 }
					set_country_flag = bp2_crushed
				}
			}
			70 = {
				USA = {
					country_event = { id = goering.rockwell.8 days = 5 }
				}
			}
		}
	}
	option = { #seems too risky
		name = goering.rockwell.6.b
		add_political_power = -50
		add_war_support = -0.04
	}
}
country_event = { #event for US about Bussiness Plot 2 - evidence
	id = goering.rockwell.7
	title = goering.rockwell.7.t
	desc = goering.rockwell.7.d
	picture = GFX_report_event_generic_exploding_building1

	fire_only_once = yes
	is_triggered_only = yes
	
	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.rockwell.7"}

	option = { # The Germans must pay!
		name = goering.rockwell.7.a
		ai_chance = { factor = 5 }
		declare_war_on = {
			target = GER
			type = annex_everything
		}
		hidden_effect = {
			every_country = { news_event = WORLD.14998 }
		}
	}
	option = { # Nuclear War isn't worth it
		name = goering.rockwell.7.b
		ai_chance = { factor = 95 }
		add_war_support = -0.02
		add_political_power = -20
		hidden_effect = {
			GER = {
				country_event = { id = goering.rockwell.9 days = 2 }
			}
		}
	}
}
country_event = { #event for US about Bussiness Plot 2 - no evidence
	id = goering.rockwell.8
	title = goering.rockwell.8.t
	desc = goering.rockwell.8.d
	picture = GFX_report_event_generic_exploding_building1

	fire_only_once = yes
	is_triggered_only = yes
	
	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.rockwell.7"}

	option = { # Not much we can do 
		name = goering.rockwell.8.a

		add_war_support = -0.02
		add_political_power = -20
		hidden_effect = {
			GER = {
				country_event = { id = goering.rockwell.9 days = 2 }
			}
		}
	}
}
country_event = { #Germany - the Plot failed but be aren't going to be attacked
	id = goering.rockwell.9
	title = goering.rockwell.9.t
	desc = goering.rockwell.9.d
	picture = GFX_report_event_RUS_letter

	fire_only_once = yes
	is_triggered_only = yes
	
	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.rockwell.9"}

	option = { # Stupid amerikans can't do anything right 
		name = goering.rockwell.9.a

		add_war_support = -0.10
		add_political_power = -100
	}
}
country_event = {
	id = goering.rockwell.10
	title = goering.rockwell.10.t
	desc = goering.rockwell.10.d
	picture = GFX_report_event_RUS_letter

	fire_only_once = yes
	is_triggered_only = yes
		
	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.rockwell.10"}

	option = { # Stupid amerikans 
		name = goering.rockwell.10.a

		add_war_support = 0.15
		add_political_power = 100
	}
}
country_event = { #the BP2 tries again!
	id = goering.rockwell.11
	title = goering.rockwell.11.t
	desc = goering.rockwell.11.d
	picture = GFX_report_event_generic_exploding_building1

	fire_only_once = yes
	is_triggered_only = yes
		
	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.rockwell.11"}

	option = { # FOR FUCK SAKES THOSE IDIOTS
		name = goering.rockwell.11.a

		add_war_support = -0.05
		add_political_power = -100
		add_equipment_to_stockpile = {
			type = infantry_equipment_2
			amount = -400
			producer = GER
		}
	}
}
country_event = { #call on the good ol' boys
	id = goering.rockwell.12
	title = goering.rockwell.12.t
	desc = goering.rockwell.12.d
	picture = GFX_report_event_generic_army

	fire_only_once = yes
	is_triggered_only = yes
		
	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.rockwell.12"}

	option = { # The Weiss Reiters!
		name = goering.rockwell.12.a
		hidden_effect = {
			load_oob = "GER_amk_kkk"
		}
		add_political_power = -100
		add_equipment_to_stockpile = {
			type = infantry_equipment
			amount = -5000
			producer = GER
		}
	}
}

country_event = { # colombian nazis win in CCW
	id = goering.rockwell.13
	title = goering.rockwell.13.t
	desc = goering.rockwell.13.d
	picture = GFX_report_event_generic_army

	fire_only_once = yes
	is_triggered_only = yes

	trigger = {
		has_global_flag = german_civil_war_goeringvic
	}
		
	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.rockwell.13"}

	option = { # yappie
		name = goering.rockwell.13.a
		effect_tooltip = {
			CLD = { add_ideas = Pakt_Observer econ_join_sphere_GER = yes }
		}
	}
}

country_event = { # colombian nazis fall into 2nd CW
	id = goering.rockwell.14
	title = goering.rockwell.14.t
	desc = goering.rockwell.14.d
	picture = GFX_report_event_generic_army

	fire_only_once = yes
	is_triggered_only = yes

	trigger = {
		has_global_flag = german_civil_war_goeringvic
	}
		
	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.rockwell.14"}

	option = { # holy shit lets help him ig
		name = goering.rockwell.14.a
		set_country_flag = GGR_helping_schwartau
		set_temp_variable = { target = CLC }
		TNO_increase_volunteer_cap_5 = yes
		send_equipment = {
			type = infantry_equipment
			amount = 15000
			target = CLC
		}
		send_equipment = {
			type = support_equipment
			amount = 5000
			target = CLC
		}
		send_equipment = {
			type = anti_air_shoulder_equipment
			amount = 1000
			target = CLC
		}
		send_equipment = {
			type = anti_tank_equipment
			amount = 1000
			target = CLC
		}
	}
	option = { # holy shit fuck him ig
		name = goering.rockwell.14.b
	}
}

country_event = { # colombian nazis join Pakt ig
	id = goering.rockwell.15
	title = goering.rockwell.15.t
	desc = goering.rockwell.15.d
	picture = GFX_report_event_generic_army

	trigger = {
		has_global_flag = german_civil_war_goeringvic
	}

	fire_only_once = yes
	is_triggered_only = yes
		
	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.rockwell.15"}

	option = { # yappie
		name = goering.rockwell.15.a
		add_to_faction = CLC
		CLC = { add_ideas = Pakt_Bundnispartner }
	}
}

country_event = { # colombian fascists join Pakt ig
	id = goering.rockwell.16
	title = goering.rockwell.16.t
	desc = goering.rockwell.16.d
	picture = GFX_report_event_generic_army

	fire_only_once = yes
	is_triggered_only = yes
		
	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.rockwell.16"}

	option = { # yappie
		name = goering.rockwell.16.a
		add_to_faction = CLC
		CLC = { add_ideas = Pakt_Bundnispartner econ_join_sphere_GER = yes }
	}
}

country_event = { # colombian nazis fucking die
	id = goering.rockwell.17
	title = goering.rockwell.17.t
	desc = goering.rockwell.17.d
	picture = GFX_report_event_generic_army

	trigger = {
		has_global_flag = german_civil_war_goeringvic
	}

	fire_only_once = yes
	is_triggered_only = yes
		
	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.rockwell.17"}

	option = { # kk idc anymore
		name = goering.rockwell.17.a
		GGR_increase_militarist_hawkishness_large = yes
	}
}

add_namespace = goering.dammerung

country_event = { # Dammerung intro event
	id = goering.dammerung.1
	title = goering.dammerung.1.t
	desc = goering.dammerung.1.desc
	picture = GFX_report_event_GER_army_2

	fire_only_once = yes
	is_triggered_only = yes

	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.dammerung.1"}

	option = {
		name = goering.dammerung.1.a
	}
}

country_event = { # Choose between cracking or actually working with Burma
	id = goering.dammerung.2
	title = goering.dammerung.2.t
	desc = goering.dammerung.2.desc
	picture = GFX_report_event_CAU_factory

	fire_only_once = yes
	is_triggered_only = yes

	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.dammerung.2"}

	option = { # Crack
		name = goering.dammerung.2.a
		set_country_flag = GGR_BUR_crack
		BUR = {
			custom_effect_tooltip = GGR_decrease_german_influence
			subtract_from_variable = { GER_influence = 1 }
			add_stability = -0.15
		}
	}
	option = { # Keep allying them
		name = goering.dammerung.2.b
		BUR = {
			custom_effect_tooltip = GGR_increase_german_influence
			add_to_variable = { GER_influence = 2 }
		}
	}
}

country_event = { # Leak our Indonesian communications with Japan? Disrupts their trust but also our influence.
	id = goering.dammerung.3
	title = goering.dammerung.3.t
	desc = goering.dammerung.3.desc
	picture = GFX_report_event_RUS_letter

	fire_only_once = yes
	is_triggered_only = yes

	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.dammerung.3"}

	option = { # Leak
		name = goering.dammerung.3.a
		JAP = {
		   add_stability = -0.05
		   add_war_support = -0.08
		    add_timed_idea = {
                idea = JAP_lack_of_cooperation
                days = 140
            }
			hidden_effect = {
			    country_event = { id = goering.dammerung.4 days = 14 }
			}	
		}
		INS = {
			custom_effect_tooltip = GGR_decrease_german_influence
			subtract_from_variable = { GER_influence = 4 }
			clamp_variable = {
				var = GER_influence
				min = 0
			}
		}
	}
	option = { # Keep it secret
		name = goering.dammerung.3.b
		INS = {
			custom_effect_tooltip = GGR_increase_german_influence
			add_to_variable = { GER_influence = 2 }
		}
		
	}
}

country_event = { # Japan perspective: Indonesia in league with the germans, crackdown on their military.
	id = goering.dammerung.4
	title = goering.dammerung.4.t
	desc = goering.dammerung.4.desc
	picture = GFX_report_event_generic_army

	fire_only_once = yes
	is_triggered_only = yes

	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.dammerung.4"}

	option = {
		name = goering.dammerung.4.a
		INS = {
			add_ideas = INS_heightened_japanese_suspicion
		}
		GER = {
		    GGR_increase_japanese_awarenes = yes
		}	
	}
}

country_event = { # Spark race riots in Singapore?
	id = goering.dammerung.5
	title = goering.dammerung.5.t
	desc = goering.dammerung.5.desc
	picture = GFX_report_event_SAF_burning_village

	fire_only_once = yes
	is_triggered_only = yes
 
	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.dammerung.5"}

	option = { # Yes
		name = goering.dammerung.5.a
		SHO = {
			add_stability = -0.1
			add_war_support = -0.15
			custom_effect_tooltip = GGR_decrease_german_influence
			subtract_from_variable = { GER_influence = 4 }
		}
	}
	option = { # No
		name = goering.dammerung.5.b
		SHO = {
			custom_effect_tooltip = GGR_increase_german_influence
			add_to_variable = { GER_influence = 2 }
		}
	}
}

country_event = { # Choose an upgrade for your sphere influence decisions
	id = goering.dammerung.6
	title = goering.dammerung.6.t
	desc = goering.dammerung.6.desc
	picture = GFX_report_event_SAF_burning_village

	fire_only_once = yes
	is_triggered_only = yes

	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.dammerung.6"}

	option = { # Speed, cooldown down, pp costs down, but stability is decreased and japanese awareness has a chance to get heightened.
		name = goering.dammerung.6.a
		set_country_flag = GGR_sphere_influence_speed
		custom_effect_tooltip = GGR_influence_sphere_nation_upgrade_speed
	}
	option = { # Effectiveness, gain 2 influence increases for a bit higher cooldown.
		name = goering.dammerung.6.b
		set_country_flag = GGR_sphere_influence_effectiveness
		custom_effect_tooltip = GGR_influence_sphere_nation_upgrade_effectiveness
	}
	option = { # Utilise army connections, gives influenced nations a better army at the start of the war, mostly focused on logistics.
		name = goering.dammerung.6.c
		set_country_flag = GGR_sphere_influence_army
		custom_effect_tooltip = GGR_influence_sphere_nation_upgrade_army_tooltip
	}
}

country_event = { # Meeting with Gao Zongwu
	id = goering.dammerung.7
	title = goering.dammerung.7.t
	desc = goering.dammerung.7.desc
	picture = GFX_report_event_GER_abwehr_intelligence

	fire_only_once = yes
	is_triggered_only = yes

	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.dammerung.7"}

	option = {
		name = goering.dammerung.7.a
		CHI = {
			add_political_power = 100
		}
	}
}

country_event = { # Tibet joins the Pakt
	id = goering.dammerung.8
	title = goering.dammerung.8.t
	desc = goering.dammerung.8.desc
	picture = GFX_report_event_BRG_event2

	fire_only_once = yes
	is_triggered_only = yes

	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.dammerung.8"}

	option = {
		name = goering.dammerung.8.a
		add_to_faction = TIB
		TIB = {
			add_ideas = Pakt_Bundnispartner
			econ_join_sphere_GER = yes
		}
	}
}

country_event = { # Tibet joins the CPS
	id = goering.dammerung.9
	title = goering.dammerung.9.t
	desc = goering.dammerung.9.desc
	picture = GFX_report_event_JAP_army_1

	fire_only_once = yes
	is_triggered_only = yes

	immediate = {
		log = "[GetDateText]: [Root.GetName]: event goering.dammerung.9"
		hidden_effect = {
			JAP = {
				add_to_faction = TIB
			}
			TIB = {
				add_ideas = Sphere_Coequal
				econ_join_sphere_JAP = yes
			}
		}
	}

	option = {
		name = goering.dammerung.9.a
		if = {
			limit = {
				has_war = no
			}
			GGR_increase_japanese_awarenes = yes
		}
	}
}

country_event = { # Supply depot activation
	id = goering.dammerung.10
	title = goering.dammerung.10.t
	desc = goering.dammerung.10.desc
	picture = GFX_report_event_GER_army_2

	hidden = yes
	is_triggered_only = yes

	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.dammerung.10"}

	option = {
		name = goering.dammerung.10.a
		if = {
			limit = {
				has_country_flag = GGR_weak_supply_depots
			}
			for_each_scope_loop = {
				array = GGR_supply_depots
				add_province_modifier = {
					static_modifiers = { GGR_supply_depot_weakened }
					province = {
						all_provinces = yes
					}
				}
			}
		}
		
		else = {
			for_each_scope_loop = {
				array = GGR_supply_depots
				add_province_modifier = {
					static_modifiers = { GGR_supply_depot }
					province = {
						all_provinces = yes
					}
				}
			}
		}
		country_event = { id = goering.dammerung.11 days = 1 }
	}
}

country_event = { # Supply depot deactivation, hidden event no loc needed
	id = goering.dammerung.11
	title = goering.dammerung.11
	desc = goering.dammerung.11.t
	picture = goering.dammerung.11.desc

	hidden = yes
	is_triggered_only = yes

	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.dammerung.11"}

	option = {
		name = goering.dammerung.11.a
		for_each_scope_loop = {
			array = GGR_supply_depots
			remove_province_modifier = {
				static_modifiers = { unplanned_offensive }
				province = {
					all_provinces = yes
				}
			}
		}
	}
}

country_event = { # The Russians join the CPS and declare war on us! Damn traitors!
	id = goering.dammerung.12
	title = goering.dammerung.12.t
	desc = goering.dammerung.12.desc
	picture = GFX_report_event_JAP_army_2

	fire_only_once = yes
	is_triggered_only = yes

	immediate = {
		log = "[GetDateText]: [Root.GetName]: event goering.dammerung.12"
		GER = {
			set_autonomy = {
				target = AMR
				autonomous_state = autonomy_free
			}
		}
		AMR = {
			leave_faction = yes
			econ_leave_sphere = yes
			remove_ideas = Pakt_Marionettenstaat
			add_ideas = Sphere_Economic_Dependent
			econ_join_sphere_JAP = yes
			declare_war_on = {
				target = GER
				type = annex_everything
			}
		}
		JAP = {
			add_to_faction = AMR
			declare_war_on = {
				target = GER
				type = annex_everything
			}
		}
	}

	option = { # oh
		name = goering.dammerung.12.a
	}
}


country_event = {
	id = goering.dammerung.13
	title = goering.dammerung.13.t
	desc = goering.dammerung.13.desc
	picture = GFX_report_event_GER_army_2

	fire_only_once = yes
	is_triggered_only = yes
	hidden = yes

	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.dammerung.13"}

	option = {
		name = goering.dammerung.13.a
		add_ideas = GGR_exhausted_supply_routes
	}
}

country_event = { # Japan preemptively invades us
	id = goering.dammerung.14
	title = goering.dammerung.14.t
	desc = goering.dammerung.14.desc
	picture = GFX_report_event_generic_battle

	fire_only_once = yes
	is_triggered_only = yes

	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.dammerung.14"}

	option = {
		name = goering.dammerung.14.a
	}
}

country_event = { # Japan gains awareness due to us taking a while with the invasion
	id = goering.dammerung.15
	title = goering.dammerung.15.t
	desc = goering.dammerung.15.desc
	picture = GFX_report_event_generic_battle

	fire_only_once = yes
	is_triggered_only = yes

	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.dammerung.15"}
	
	trigger = {
		OR = {
			has_war_with = IND
			country_exists = IND
		}
	}
	option = {
		name = goering.dammerung.15.a
		GGR_increase_japanese_awarenes = yes
	}
}

country_event = { #event for Japan about the Russian Heimat
	id = goering.dammerung.16
	title = goering.dammerung.16.t
	desc = goering.dammerung.16.desc
	picture = GFX_report_event_RUS_burning_village

	fire_only_once = yes
	is_triggered_only = yes
	
	immediate = {log = "[GetDateText]: [Root.GetName]: event goering.dammerung.16"}

	option = { # accept the offer WWIII TIME
		name = goering.dammerung.16.a
		ai_chance = { factor = 5 }
		GER = {
			country_event = {
				id = goering.dammerung.12
			}
		}
	}
	option = { # Reject
		name = goering.dammerung.16.b
		ai_chance = { factor = 95 }
		add_war_support = -0.02
		add_political_power = -20
		hidden_effect = {
			GER = {
				country_event = { id = goering.dammerung.17 days = 2 }
			}
		}
	}
}

country_event = { #Russian Heimat has betrayed us
	id = goering.dammerung.17
	title = goering.dammerung.17.t
	desc = goering.dammerung.17.desc
	picture = GFX_report_event_RUS_burning_village

	fire_only_once = yes
	is_triggered_only = yes

	immediate = {
		log = "[GetDateText]: [Root.GetName]: event goering.dammerung.17"
		hidden_effect = {
			set_autonomy = {
				target = AMR
				autonomous_state = autonomy_free
			}
			AMR = {
				leave_faction = yes
				remove_faction_status = yes
				econ_leave_sphere = yes
			}
		}
	}

	option = { #no second chances
		name = goering.dammerung.17.a
		add_political_power = -50
		GGR_decrease_militarist_loyalty = yes
		declare_war_on = {
			target = AMR
			type = annex_everything
		}
	}
}

country_event = { 
	id = goering.dammerung.18
	title = goering.dammerung.18.t
	desc = goering.dammerung.18.desc
	picture = GFX_report_event_RUS_burning_city

	fire_only_once = yes

	is_triggered_only = yes

	option = {
		name = goering.dammerung.18.a
		add_stability = -0.03
		add_war_support = 0.05
		add_political_power = 50
	}
}
