Event
Traitorous Son the Traitor
In the midst of war with Super Sinister Rival, dark rumors circulate about Traitorous Son, the son/daughter of Target Ruler. The truth of the matter is hard to ascertain, but in many quarters, it is whispered that he/she is colluding with Rival Ruler, to bring about the ruin of our Flavor Rank. Hitherto trustworthy agents of the Interior Service suggests that we should have him/her killed at once.
OttomansCountrydynamic historical event.tagEvent chain
Each event is fired by the one it is nested under; the line below it says which choice leads there and when.
- Traitorous Son the Traitor
- The Legacy of Traitorous Son↳ Option A “Alas, [he/she] must die.” · 200–400 days later
- The French Play↳ Option A “Alas, [he/she] must die.” · 600–1200 days later
Definitionin_game/events/DHE/flavor_TUR.txt:6836
6837type = country_event
6838title = flavor_tur.96.title Traitorous Son the Traitor
6840desc = {
6841first_valid = {
6842triggered_desc = {
6843trigger = {
6844has_variable = dilsiz
}
6846desc = flavor_tur.96.silent_service.desc In the midst of war with Super Sinister Rival, dark rumors circulate about Traitorous Son, the son/daughter of Target Ruler. The truth of the matter is hard to ascertain, but in many quarters, it is whispered that he/she is colluding with Rival Ruler, to bring about the ruin of our Flavor Rank. Hitherto trustworthy agents of the Interior Service suggests that we should have him/her killed at once.
}
6848triggered_desc = {
6849trigger = {
6850NOT = {
6850has_variable = dilsiz
}
}
6852desc = flavor_tur.96.no_silent_service.desc In the midst of war with Super Sinister Rival, dark rumors circulate about Traitorous Son, the son/daughter of Target Ruler. The truth of the matter is hard to ascertain, but in many quarters, it is whispered that he/she is colluding with Rival Ruler, to bring about the ruin of our Flavor Rank. The evidence is mounting, and trusted courtiers have implied, as strongly as they dare, that we should have him/her killed at once.
}
}
}
6856outcome = neutral
6859fire_only_once = yes
6860dynamic_historical_event = {
}
6867historical_info = flavor_tur.96.historical_info Şehzade Mustafa was a prominent and very capable Ottoman prince, the son of Suleiman the Magnificent. But he was a favorite to inherit the throne, and that made him enemies. A conspiracy to eliminate him ultimately succeeded during the 1532 Safavid war, when his seal was forged in a letter to Tahmasp I, the Safavid ruler. Accused of treason, Mustafa was executed on his father's orders, along with many of his sons and followers.
6869trigger = {
6871has_ruler = yes
6873root.ruler = {
6874num_of_children > 1
6875any_child = {
6876is_alive = yes
6877is_adult = yes
}
}
6881any_rival = {
6882is_at_war_with = root
6883has_ruler = yes
}
}
6887immediate = {
6889root.ruler = {
6889save_scope_as = target_ruler
}
6891root.ruler = {
6892random_child = {
6893limit = {
6894is_alive = yes
6895is_adult = yes
}
6897save_scope_as = traitorous_son
}
}
6901random_rival = {
6902limit = {
6903is_at_war_with = root
}
6905save_scope_as = super_sinister_rival
6906ruler ?= {
6906save_scope_as = rival_ruler
}
}
}