add_namespace = teuton

news_event = {     
    id = teuton.1
    title = teuton.1.t    # Wilheim II Hochmeister
    desc = teuton.1.desc
	
	picture = GFX_news_event_hitler_speech

	mean_time_to_happen = { days = 1 }
    is_triggered_only = yes
	
    major = yes
    
    option = {
        trigger = {
            OR = {
                tag = GEM
                is_in_faction_with = GEM
                is_subject_of = GEM
            }
        }
        name = teuton.1.a
    }
    
    option = {
        trigger = {
            NOT = {
                tag = GEM
                is_in_faction_with = GEM
                is_subject_of = GEM
            }
        }
        name = teuton.1.b
    }
}

country_event = {     
    id = teuton.2
    title = teuton.2.t    # Dissolution of the Senate
    desc = teuton.2.desc
	
	picture = GFX_report_event_BOL_bolivian_socialist_revolution

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.2.a
        ai_chance = {
            base = 200
        }

        country_event = teuton.3
    }
    
    option = {
        name = teuton.2.b
        ai_chance = {
            base = 0
        }

        country_event = teuton.4
    }
} 

country_event = {     
    id = teuton.3
    title = teuton.3.t    # Retirement
    desc = teuton.3.desc
	
	picture = GFX_report_event_BRA_us_cooperation

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.3.a
        ai_chance = {
            base = 0
        }

        add_timed_idea = { idea = senatorialretirement days = 100 }
    }
} 

country_event = {     
    id = teuton.4
    title = teuton.4.t    # Purge
    desc = teuton.4.desc
	
	picture = GFX_report_event_soviet_purge_trial

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.4.a
        ai_chance = {
            base = 0
        }

        add_timed_idea = { idea = senatorialpurge days = 100 }
    }
} 

country_event = {     
    id = teuton.5
    title = teuton.5.t    # Crush the Dissidents
    desc = teuton.5.desc
	
	picture = GFX_report_event_german_politician_speech

    fire_only_once = yes
    is_triggered_only = yes
    
    option = { ### Execute
        name = teuton.5.a
        ai_chance = {
            base = 0
        }
        add_timed_idea = { idea = dissidentsexecuted days = 100 }
    }
    
    option = { ### Trials
        name = teuton.5.b
        ai_chance = {
            base = 200
        }
        add_timed_idea = { idea = dissidentstrialed days = 200 }
    }

    option = { ### Exile
        name = teuton.5.c
        ai_chance = {
            base = 0
        }
        add_timed_idea = { idea = dissidentsexiled days = 300 }
    }
} 

country_event = {     
    id = teuton.6
    title = teuton.6.t    # Union With Austria
    desc = teuton.6.desc
	
	picture = GFX_report_event_soviet_purge_speech

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.6.a
        ai_chance = {
            base = 200
        }
        GEM = { country_event = teuton.7 days = 1 } ### ACCEPT
    }
    
    option = {
        name = teuton.6.b
        ai_chance = {
            base = 0
        }
        GEM = { country_event = teuton.8 days = 1 } ### DECLINE
    }
} 

country_event = {     
    id = teuton.7
    title = teuton.7.t    # AUSTRIA ACCEPTS!
    desc = teuton.7.desc
	
	picture = GFX_report_event_FIN_svinhufvud_speech

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.7.a
        ai_chance = {
            base = 0
        }
annex_country = {
    target = AUT
    transfer_troops = yes
} ###ADD CORES!
        
        news_event = teuton.9192
    }
} 

country_event = {     
    id = teuton.8
    title = teuton.8.t    # Austria declines...
    desc = teuton.8.desc
	
	picture = GFX_report_event_ITA_italian_civil_war

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.8.a
        ai_chance = {
            base = 0
        }
    declare_war_on = {
    target = AUT
    type = annex_everything
}
        
    }
} 

country_event = {     
    id = teuton.9
    title = teuton.9.t    # Fate of the Commonwealth
    desc = teuton.9.desc
	
	picture = GFX_report_event_PER_persepolis_party

    fire_only_once = yes
    is_triggered_only = yes
    
    option = { ### Annex
        name = teuton.9.a
        ai_chance = {
            base = 85
        }  

        annex_country = {
            target = COP
            transfer_troops = yes
        }
    }

    option = { ### Leave As Is
        name = teuton.9.b
        ai_chance = {
            base = 15
        } 
    }

    option = { ### Free Them! 
        name = teuton.9.c
        ai_chance = {
            base = 0
        } 

        set_autonomy = {
            target = COP
            autonomous_state = autonomy_free
            end_wars = no
            end_civil_wars = no
        }
    }
} 

country_event = {     
    id = teuton.10
    title = teuton.10.t    # The Benelux Question
    desc = teuton.10.desc
	
	picture = GFX_report_event_gre_political_upheaval

    fire_only_once = yes
    is_triggered_only = yes
    
    option = { ### Accept!
        name = teuton.10.a
        ai_chance = {
            base = 85
        }

        GEM = { country_event = { id = teuton.11 days = 1 }}


    }

    option = { ### Refuse!
        name = teuton.10.b
        ai_chance = {
            base = 20
        }

        GEM = { country_event = { id = teuton.12 days = 1 }}
    }
}

country_event = {     
    id = teuton.11
    title = teuton.11.t    # Netherlands Accepts!
    desc = teuton.11.desc
	
    picture = GFX_report_event_gre_political_upheaval

    fire_only_once = yes
    is_triggered_only = yes
    
    option = { 
        name = teuton.11.a
        ai_chance = {
            base = 100
        }

        annex_country = {
            target = UNP
            transfer_troops = yes
        }
    }
}

country_event = {     
    id = teuton.12
    title = teuton.12.t    # Netherlands Refuses! 
    desc = teuton.12.desc
	
    picture = GFX_report_event_gre_political_upheaval

    fire_only_once = yes
    is_triggered_only = yes
    
    option = { 
        name = teuton.12.a
        ai_chance = {
            base = 100
        }

        create_wargoal = {
            target = UNP
            type = annex_everything
        }
    }
}

country_event = {     
    id = teuton.13
    title = teuton.13.t    # Demands to Sweden-Norway
    desc = teuton.13.desc
	
    picture = GFX_report_event_romania_poland_visit

    fire_only_once = yes
    is_triggered_only = yes
    
    option = { 
        name = teuton.13.a ###Yes!!!
        ai_chance = {
            base = 75
        }

        GEM = { country_event = { id = teuton.14 days = 1 }}
    }

    option = { 
        name = teuton.13.b ###Hell no
        ai_chance = {
            base = 45
        }

        GEM = { country_event = { id = teuton.15 days = 1 }}
    }
}

country_event = {     
    id = teuton.14
    title = teuton.14.t    # SNW Accepts!
    desc = teuton.14.desc
	
    picture = GFX_report_event_gre_political_upheaval

    fire_only_once = yes
    is_triggered_only = yes
    
    option = { 
        name = teuton.14.a
        ai_chance = {
            base = 100
        }

        puppet = SNW
    }
}

country_event = {     
    id = teuton.15
    title = teuton.15.t    # SNW Refuses!
    desc = teuton.15.desc
	
    picture = GFX_report_event_gre_political_upheaval

    fire_only_once = yes
    is_triggered_only = yes
    
    option = { 
        name = teuton.15.a
        ai_chance = {
            base = 100
        }

        create_wargoal = {
            target = SNW
            type = puppet_wargoal_focus
        }

    }
}

country_event = {
    id = teuton.16
    title = teuton.16.t    # Alliance With Iberia
    desc = teuton.16.desc
	
    picture = GFX_report_event_germany_politician_handshake

    fire_only_once = yes
    is_triggered_only = yes
    
    option = { ### Accepts
        name = teuton.16.a
        ai_chance = {
            base = 10
        }

        GEM = { country_event = { id = teuton.17 days = 1 }}

    }

    option = { ### Refuse
        name = teuton.16.b
        ai_chance = {
            base = 80
        }

        GEM = { country_event = { id = teuton.18 days = 1 }}

    }
}

country_event = {     
    id = teuton.17
    title = teuton.17.t    # IBC Refuses! 
    desc = teuton.17.desc
	
    picture = GFX_report_event_germany_politician_handshake

    fire_only_once = yes
    is_triggered_only = yes
    
    option = { 
        name = teuton.17.a
        ai_chance = {
            base = 100
        }

        GEM = { add_to_faction = IBC }
    }
}

country_event = {     
    id = teuton.18
    title = teuton.18.t    # IBC Refuses!    
    desc = teuton.18.desc
	
    picture = GFX_report_event_germany_politician_handshake

    fire_only_once = yes
    is_triggered_only = yes
    
    option = { 
        name = teuton.18.a
        ai_chance = {
            base = 100
        }

        add_opinion_modifier = {
            target = IBC
            modifier = large_decrease
        }
    }
}



country_event = {     
    id = teuton.207
    title = teuton.207.t    # Invite the Francians
    desc = teuton.207.desc
	
	picture = GFX_report_event_generic_sign_treaty1

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.207.a
        ai_chance = {
            base = 200
        }

        GEM = { country_event = { id = teuton.2077 days = 1 }}
    }
    
    option = {
        name = teuton.207.b
        ai_chance = {
            base = 0
        }
        GEM = { country_event = { id = teuton.20774 days = 1 }}
    }
} 

country_event = {     
    id = teuton.2077
    title = teuton.2077.t    # Franks Accept
    desc = teuton.2077.desc
	
	picture = GFX_report_event_generic_sign_treaty1

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.2077.a
        ai_chance = {
            base = 200
        }

        GEM = { add_to_faction = FAC }
    }
} 

country_event = {     
    id = teuton.20774
    title = teuton.20774.t    # Franks Decline..
    desc = teuton.20774.desc
	
	picture = GFX_report_event_generic_sign_treaty1

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.20774.a
        ai_chance = {
            base = 200
        }

        add_opinion_modifier = {
            target = FAC
            modifier = medium_decrease
        }
    }
} 

country_event = {     
    id = teuton.208
    title = teuton.208.t    # Invite the Brits
    desc = teuton.208.desc
	
	picture = GFX_report_event_generic_sign_treaty1

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.208.a
        ai_chance = {
            base = 200
        }
        GEM = { country_event = { id = teuton.2088 days = 1 }}
    }
    
    option = {
        name = teuton.208.b
        ai_chance = {
            base = 0
        }
        GEM = { country_event = { id = teuton.2084 days = 1 }}
    }
} 

country_event = {     
    id = teuton.2088
    title = teuton.2088.t    # Brits accept
    desc = teuton.2088.desc
	
	picture = GFX_report_event_generic_sign_treaty1

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.2088.a
        ai_chance = {
            base = 200
        }

        GEM = { add_to_faction = GBB }
    }
} 

country_event = {     
    id = teuton.2084
    title = teuton.2084.t    # Brits decline
    desc = teuton.2084.desc
	
	picture = GFX_report_event_generic_sign_treaty1

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.2084.a
        ai_chance = {
            base = 200
        }

        add_opinion_modifier = {
            target = GBB
            modifier = medium_decrease
        }
    }
} 

country_event = {     
    id = teuton.666
    title = teuton.666.t    # Prepare for the Great War (Scout Plane) WEST
    desc = teuton.666.desc
	
	picture = GFX_report_event_airplane_crash

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.666.a
        ai_chance = {
            base = 200
        }
    }
} 

country_event = {     
    id = teuton.667
    title = teuton.667.t    # Prepare for the Great War (Scout Plane) EAST
    desc = teuton.667.desc
	
	picture = GFX_report_event_airplane_crash

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.667.a
        ai_chance = {
            base = 200
        }
    }
} 
country_event = {     
    id = teuton.455
    title = teuton.455.t    # Senatorial Question
    desc = teuton.455.desc
	
	picture = GFX_report_event_ast_parliament_house

    fire_only_once = yes
    is_triggered_only = yes
    
    option = { ### Crack down on dissidents
        name = teuton.455.a
        ai_chance = {
            base = 200
        }
        add_timed_idea = { idea = suppressedsenators days = 100 }
    }
    
    option = { ### Negotiate with the senate
        name = teuton.455.b
        ai_chance = {
            base = 0
        }
		add_timed_idea = { idea = senatorialnegotiations days = 200 }
    }
    option = { ### Let them speak freely
        name = teuton.455.c
        ai_chance = {
            base = 0
        }
		add_timed_idea = { idea = senateoutrage days = 90 }
    }
} 


country_event = {     
    id = teuton.299
    title = teuton.299.t    # Invite the Czech
    desc = teuton.299.desc
	
	picture = GFX_report_event_generic_sign_treaty1

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.299.a
        ai_chance = {
            base = 80
        }
        GEM = { country_event = { id = teuton.2999 days = 1 }}
    }
    
    option = {
        name = teuton.299.b
        ai_chance = {
            base = 10
        }
        GEM = { country_event = { id = teuton.2991 days = 1 }}
    }
} 

country_event = {     
    id = teuton.2999
    title = teuton.2999.t    # Czech accept
    desc = teuton.2999.desc
	
	picture = GFX_report_event_generic_sign_treaty1

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.2999.a
        ai_chance = {
            base = 200
        }

        GEM = { add_to_faction = CES }
    }
} 

country_event = {     
    id = teuton.2991
    title = teuton.2991.t    # Czech decline
    desc = teuton.2991.desc
	
	picture = GFX_report_event_generic_sign_treaty1

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.2991.a
        ai_chance = {
            base = 200
        }

        add_opinion_modifier = {
            target = CES
            modifier = medium_decrease
        }
    }
} 

country_event = {     
    id = teuton.99
    title = teuton.99.t    # Treaty With the Russians
    desc = teuton.99.desc
	
	picture = GFX_report_event_generic_sign_treaty1

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
		name = teuton.99.a	#bah

        ai_chance = {
            base = 80
        }

		# REVISIT Balance research bonus
		if = {
			limit = {
				NOT = {
					has_dlc = "No Step Back"
				}
			}
			add_tech_bonus = {
				name = med_armor_bonus
				ahead_reduction = 1
				category = cat_medium_armor
			}
			add_tech_bonus = {
				name = armor_bonus
				bonus = 1.0
				uses = 2
				category = armor
			}
		}

		add_breakthrough_progress = {
			specialization = specialization_land
			value = 1
		}
		RSF = {
			add_opinion_modifier = { target = GEM modifier = medium_increase }
		}

        GEM = { country_event = { id = teuton.991 days = 1 }}
    }
    option = {
        name = teuton.99.b
        ai_chance = {
            base = 10
        }
        add_opinion_modifier = {
            target = GEM
            modifier = medium_decrease
        }

        GEM = { country_event = { id = teuton.992 days = 1 }}
    }
} 

country_event = {     
    id = teuton.991
    title = teuton.991.t    # Treaty With the Russians THEY ACCEPT
    desc = teuton.991.desc
	
	picture = GFX_report_event_generic_sign_treaty1

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
		name = teuton.991.a	#bah
		# REVISIT Balance research bonus
		if = {
			limit = {
				NOT = {
					has_dlc = "No Step Back"
				}
			}
			add_tech_bonus = {
				name = med_armor_bonus
				ahead_reduction = 1
				category = cat_medium_armor
			}
			add_tech_bonus = {
				name = armor_bonus
				bonus = 1.0
				uses = 2
				category = armor
			}
		}
		else = { #NO STEP BACK EFFECTS
			add_tech_bonus = {
				name = armor_bonus
				bonus = 2.0
				uses = 1
				category = armor
			}
			create_equipment_variant = {
				name = "Panzer VII Löwe"
				type = heavy_tank_chassis_2
				parent_version = 0
				modules = {
					main_armament_slot = tank_heavy_cannon_2
					turret_type_slot = tank_heavy_two_man_tank_turret
					suspension_type_slot = tank_torsion_bar_suspension
					armor_type_slot = tank_welded_armor
					engine_type_slot = tank_gasoline_engine
					special_type_slot_1 = tank_radio_1
					special_type_slot_2 = additional_machine_guns
					special_type_slot_3 = sloped_armor
				}
				upgrades = {
					tank_nsb_engine_upgrade = 6
					tank_nsb_armor_upgrade = 6
				}
				icon = "GFX_GER_improved_heavy_tank_medium"
			}
			create_equipment_variant = {
				name = "Panzerjäger Elefant"
				type = heavy_tank_destroyer_chassis_2
				parent_version = 0
				modules = {
					main_armament_slot = tank_heavy_cannon_2
					turret_type_slot = tank_heavy_fixed_superstructure_turret
					suspension_type_slot = tank_torsion_bar_suspension
					armor_type_slot = tank_welded_armor
					engine_type_slot = tank_gasoline_engine
					special_type_slot_1 = tank_radio_1
					special_type_slot_2 = additional_machine_guns
					special_type_slot_3 = squeezebore_adaptor
					special_type_slot_4 = sloped_armor
				}
				upgrades = {
					tank_nsb_engine_upgrade = 6
					tank_nsb_armor_upgrade = 6
				}
				icon = "GFX_GER_improved_heavy_tank_medium"
			}
		}
		add_breakthrough_progress = {
			specialization = specialization_land
			value = 1
		}
		GEM = {
			add_opinion_modifier = { target = RSF modifier = medium_increase }
		}
    }
} 

country_event = {     
    id = teuton.992
    title = teuton.992.t    # Russians decline
    desc = teuton.992.desc
	
	picture = GFX_report_event_generic_sign_treaty1

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.992.a
        ai_chance = {
            base = 200
        }

        add_opinion_modifier = {
            target = RSF
            modifier = medium_decrease
        }
    }
} 

country_event = {     
    id = teuton.300
    title = teuton.300.t    # Cze surrender sudetenland
    desc = teuton.300.desc
	
	picture = GFX_report_event_tur_sultan_and_pashas

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.300.a

        ai_chance = {
            base = 80
        }

        GEM = { transfer_state = 69 }
        GEM = { transfer_state = 972 }
        GEM = { transfer_state = 74}

        GEM = { country_event = { id = teuton.301 days = 1 }}

    }
    option = {
        name = teuton.300.b

        ai_chance = {
            base = 10
        }

        GEM = { country_event = { id = teuton.302 days = 1 }}
    }
} 

country_event = {     
    id = teuton.301
    title = teuton.301.t    # Cze surrender accept
    desc = teuton.301.desc
	
	picture = GFX_report_event_generic_soldiers_surrendering

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.301.a
    }
} 

country_event = {     
    id = teuton.302
    title = teuton.302.t    # Cze deny
    desc = teuton.302.desc
	
	picture = GFX_report_event_FIN_continuation_war

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.302.a

        create_wargoal = {
            target = CES
            type = annex_everything
        }
    }

} 

country_event = {     
    id = teuton.555
    title = teuton.555.t    # Kaisers Ultimatum
    desc = teuton.555.desc
	
	picture = GFX_report_event_vienna_award_hungary

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.555.a ### send ulimatum / do it

        hidden_effect = {
            RSF = { country_event = { id = teuton.554 days = 6 }}
        }
    }
} 

country_event = {     
    id = teuton.554
    title = teuton.554.t    # Russian sabotage?
    desc = teuton.554.desc
	
	picture = GFX_report_event_vienna_award_hungary

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.554.a ### Sabotage
        ai_chance = {
            base = 30
        }
       custom_effect_tooltip = russiansabotagekaiser_tt

        hidden_effect = {
            GEM = { country_event = { id = teuton.553 days = 2 }}
        }

    }
    option = {
        name = teuton.552.b ### Do Nothing
        ai_chance = {
            base = 50
        }
         hidden_effect = {
            GEM = { country_event = { id = teuton.551 days = 2 }}
        }
    }
} 

country_event = {     
    id = teuton.553
    title = teuton.553.t    # Vetoed!
    desc = teuton.553.desc
	
	picture = GFX_report_event_vienna_award_hungary

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.553.a ### Gosh dang it.

        add_timed_idea = { idea = ulimatumvetoed days = 200 } ## bad bad

        hidden_effect = {
            GEM = { country_event = { id = teuton.557 days = 30 }}
        }
    }
} 

country_event = {     
    id = teuton.551
    title = teuton.551.t    # Passed!
    desc = teuton.551.desc
	
	picture = GFX_report_event_vienna_award_hungary

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.551.a ### Yipee

        add_timed_idea = { idea = ulimatumaccepted days = 200 } ## Good Good!
    }
} 

country_event = {     
    id = teuton.557
    title = teuton.557.t    # Teutons find out sabotage
    desc = teuton.557.desc
	
	picture = GFX_report_event_vienna_award_hungary

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.557.a ### Embargo them.
        ai_chance = {
            base = 200
        }

        hidden_effect = {
            RSF = { country_event = { id = teuton.558 days = 1 }}
        }

        send_embargo = RSF
    }
    option = {
        name = teuton.557.b ### Do nothing.

    }
} 

country_event = {     
    id = teuton.558
    title = teuton.558.t    # Russians find out Teutons found out...
    desc = teuton.558.desc
	
	picture = GFX_report_event_vienna_award_hungary

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.558.a ### Damn it.

    }
} 

country_event = {     
    id = teuton.466
    title = teuton.466.t    # Protect the Commonwealth
    desc = teuton.466.desc
	
	picture = GFX_report_event_AUS_political_rally

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.466.a ### Accept
        ai_chance = {
            base = 80
        }
            GEM = { country_event = { id = teuton.467 days = 2 }}


    }
    option = {
        name = teuton.466.b ### Deny and risk war!
        ai_chance = {
            base = 10
        }
            GEM = { country_event = { id = teuton.468 days = 2 }}

    }
} 

country_event = {     
    id = teuton.467
    title = teuton.467.t    # The Commonwealth Accepts Protection
    desc = teuton.467.desc
	
	picture = GFX_report_event_polish_tanks_01

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.467.a
        ai_chance = {
            base = 200
        }

        puppet = COP
    }
} 

country_event = {     
    id = teuton.468
    title = teuton.468.t    # The Commonwealth Denies
    desc = teuton.468.desc
	
	picture = GFX_report_event_poland_rejects

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.468.a
        ai_chance = {
            base = 200
        }

        create_wargoal = {
            type = annex_everything
            target = COP
        }
    }
} 

country_event = {     
    id = teuton.100
    title = teuton.100.t    # Berlin-Moscow Pact
    desc = teuton.100.desc
	
	picture = GFX_report_event_spain_civil_war_volunteers_01

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.100.a
        ai_chance = {
            base = 10
        }

        GEM = { country_event = { id = teuton.102 days = 1 }}
    }
    option = {
        name = teuton.100.a
        ai_chance = {
            base = 90
        }
        GEM = { country_event = { id = teuton.101 days = 1 }}
    }
} 

country_event = {     
    id = teuton.101
    title = teuton.101.t    # Russia Denies
    desc = teuton.101.desc
	
	picture = GFX_report_event_poland_rejects

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.101.a
        ai_chance = {
            base = 200
        }
        add_opinion_modifier = {
            target = RSF
            modifier = medium_decrease
        }

    }
} 

country_event = {     
    id = teuton.102
    title = teuton.102.t    # Russia Denies
    desc = teuton.102.desc
	
	picture = GFX_report_event_poland_rejects

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.102.a
        ai_chance = {
            base = 200
        }
diplomatic_relation = {
    country = RSF
    relation = non_aggression_pact
    active = yes
}

    }
} 

country_event = {     
    id = teuton.777
    title = teuton.777.t    # Pass the Law of Reichstag
    desc = teuton.777.desc
	
	picture = GFX_report_event_german_reichstag_gathering

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.777.a
        ai_chance = {
            base = 10
        }
        add_ideas = lawofreichstag 

        news_event = { id = teuton.778 days = 5 }
    }
    option = {
        name = teuton.777.b
        ai_chance = {
            base = 10
        }
    }
} 

country_event = {     
    id = teuton.788
    title = teuton.788.t    # Open Up New Front Against East rome
    desc = teuton.788.desc
	
	picture = GFX_report_event_romanian_soldiers

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.788.a
        ai_chance = {
            base = 95
        }

        GEM = { country_event = { id = teuton.789 days = 1 }}

    }
    option = {
        name = teuton.788.b
        ai_chance = {
            base = 5
        }

        GEM = { country_event = { id = teuton.781 days = 1 }}
    }
} 


country_event = {     
    id = teuton.789
    title = teuton.789.t    # romania Accepts!
    desc = teuton.789.desc
	
	picture = GFX_report_event_romanian_soldiers

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.789.a
        ai_chance = {
            base = 200
        }

        GEM = { add_to_faction = WAI }

        WAI = { add_timed_idea = { idea = WAI_antiroman days = 365 }}

        WAI = { 
        declare_war_on = {
            target = ERE
            type = annex_everything
        }
        }

    }
} 


country_event = {     
    id = teuton.781
    title = teuton.781.t    # romania Declines...
    desc = teuton.781.desc
	
	picture = GFX_report_event_romanian_soldiers

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.781.a
        ai_chance = {
            base = 200
        }

        add_opinion_modifier = {
            target = WAI
            modifier = medium_decrease
        }

    }
} 

country_event = {     
    id = teuton.21565
    title = teuton.21565.t    # Ally The Pannonians
    desc = teuton.21565.desc
	
	picture = GFX_report_event_romanian_soldiers

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.21565.a
        ai_chance = {
            base = 95
        }

        GEM = { country_event = { id = teuton.21566 days = 1 }}

    }
    option = {
        name = teuton.21565.b
        ai_chance = {
            base = 5
        }

        GEM = { country_event = { id = teuton.21567 days = 1 }}
    }
} 


country_event = {     
    id = teuton.21566
    title = teuton.21566.t    # Pannonia Accepts!
    desc = teuton.21566.desc
	
	picture = GFX_report_event_romanian_soldiers

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.21566.a
        ai_chance = {
            base = 200
        }

        GEM = { add_to_faction = PAM }

        PAM = { 
        declare_war_on = {
            target = ERE
            type = annex_everything
        }
        }



    }
} 


country_event = {     
    id = teuton.21567
    title = teuton.21567.t    # Pannonia Declines...
    desc = teuton.21567.desc
	
	picture = GFX_report_event_romanian_soldiers

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.21567.a
        ai_chance = {
            base = 200
        }

        add_opinion_modifier = {
            target = PAM
            modifier = medium_decrease
        }

    }
}












country_event = {     
    id = teuton.69
    title = teuton.69.t    # Crush the Eagle
    desc = teuton.69.desc
	
	picture = GFX_report_event_spain_civil_war_volunteers_01

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.69.a
        ai_chance = {
            base = 200
        }
        GEM = { country_event = { id = teuton.68 days = 1 }}
    }
    
    option = {
        name = teuton.69.b
        ai_chance = {
            base = 0
        }
        GEM = { country_event = { id = teuton.70 days = 1 }}
    }
} 

country_event = {
    id = teuton.68
    title = teuton.68.t    # romANS DECLINE!
    desc = teuton.68.desc
	
	picture = GFX_report_event_spr_spanish_civil_war

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.68.a
        ai_chance = {
            base = 200
        }
        declare_war_on = {
            target = WRE
            type = annex_everything
       }
        declare_war_on = {
            target = NLL
            type = annex_everything
       }


if = {
    limit = {
        ERE = { is_in_faction_with = WRE }
    }
    GEM = {
        declare_war_on = { target = SLL type = annex_everything }
        declare_war_on = { target = ERE type = annex_everything }
        declare_war_on = { target = CYR type = annex_everything }
        declare_war_on = { target = RGY type = annex_everything }
        declare_war_on = { target = LVM type = annex_everything }
    }
}
       hidden_effect = { 
        news_event = teuton.719
       }
    }
} 

country_event = {
    id = teuton.867
    title = teuton.867.t    # Expand Teutonic Legions
    desc = teuton.867.desc
	
	picture = GFX_report_event_lithuania_army

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = teuton.867.a

        ai_chance = {
            base = 100
        }

        hidden_effect = {
        load_oob = "GEM_expand_teutonic" 
        }

        add_equipment_to_stockpile = {
            type = infantry_equipment
            amount = 5000
            producer = GEM
        }

        custom_effect_tooltip = tooltipwhitelinelol
        custom_effect_tooltip = spawnteutoniclegions

    }

    option = {
        name = teuton.867.b

        ai_chance = {
            base = 10
        }

        add_equipment_to_stockpile = {
            type = infantry_equipment
            amount = 10000
            producer = GEM
        }
        add_equipment_to_stockpile = {
            type = support_equipment
            amount = 1000
            producer = GEM
        }

    }
}

news_event = {     
    id = teuton.547
    title = teuton.547.t    # Dissolution of the Senate NEWS
    desc = teuton.547.desc
	
	picture = GFX_news_event_journalists_speech

	mean_time_to_happen = { days = 1 }
    is_triggered_only = yes
	
    major = yes
    
    option = {
        trigger = {
            OR = {
                tag = GEM
                is_in_faction_with = GEM
                is_subject_of = GEM
            }
        }
        name = teuton.547.a
    }
    
    option = {
        trigger = {
            NOT = {
                tag = GEM
                is_in_faction_with = GEM
                is_subject_of = GEM
            }
        }
        name = teuton.547.b
    }
}

news_event = {     
    id = teuton.719
    title = teuton.719.t    # WAR HAS COME
    desc = teuton.719.desc
	
	picture = GFX_news_event_ger_civil_war

	mean_time_to_happen = { days = 1 }
    is_triggered_only = yes
	
    major = yes
    
    option = {
        trigger = {
            OR = {
                tag = GEM
                is_in_faction_with = GEM
                is_subject_of = GEM
            }
        }
        name = teuton.719.a
    }
    
    option = {
        trigger = {
            OR = {
                tag = ERE
                is_in_faction_with = ERE
                is_subject_of = ERE
            }
        }
        name = teuton.719.b
    }

    option = {
        trigger = {
            NOT = {
                is_in_faction_with = ERE
                is_in_faction_with = GEM
                is_subject_of = ERE
                is_subject_of = GEM
            }
        }
        name = teuton.719.c
    }
}

news_event = {     
    id = teuton.551255
    title = teuton.551255.t    # WAR HAS COME
    desc = teuton.551255.desc
	
	picture = GFX_news_event_polish_army

	mean_time_to_happen = { days = 1 }
    is_triggered_only = yes
	
    major = yes
    
    option = {
        trigger = {
            OR = {
                tag = GEM
                is_in_faction_with = GEM
                is_subject_of = GEM
            }
        }
        name = teuton.551255.a
    }
    
    option = {
        trigger = {
            OR = {
                tag = ERE
                is_in_faction_with = ERE
                is_subject_of = ERE
            }
        }
        name = teuton.551255.b
    }

    option = {
        trigger = {
            NOT = {
                is_in_faction_with = ERE
                is_in_faction_with = GEM
                is_subject_of = ERE
                is_subject_of = GEM
            }
        }
        name = teuton.551255.c
    }
}

news_event = {     
    id = teuton.778
    title = teuton.778.t    # Law of Reichstag NEWS
    desc = teuton.778.desc
	
	picture = GFX_news_event_journalists_speech

	mean_time_to_happen = { days = 1 }
    is_triggered_only = yes
	
    major = yes
    
    option = {
        trigger = {
            OR = {
                tag = GEM
                is_in_faction_with = GEM
                is_subject_of = GEM
            }
        }
        name = teuton.778.a
    }
    
    option = {
        trigger = {
            NOT = {
                tag = GEM
                is_in_faction_with = GEM
                is_subject_of = GEM
            }
        }
        name = teuton.778.b
    }
}

news_event = {     
    id = teuton.9192
    title = teuton.9192.t    # Union With Austria
    desc = teuton.9192.desc
	
	picture = GFX_news_event_german_inspect_troops

	mean_time_to_happen = { days = 1 }
    is_triggered_only = yes
	
    major = yes
    
    option = {
        trigger = {
            OR = {
                tag = GEM
                is_in_faction_with = GEM
                is_subject_of = GEM
            }
        }
        name = teuton.9192.a
    }
    
    option = {
        trigger = {
            NOT = {
                tag = GEM
                is_in_faction_with = GEM
                is_subject_of = GEM
            }
        }
        name = teuton.9192.b
    }
}