Event
The Guns of Super Sinister Rival
Since our last war with Super Sinister Rival, we have had a few of their captured cannons and guns on display, and in these days of peace, the army could do with a morale boost. Target Ruler wants to use these guns for a military celebration in Reenactment Location, in honor of his/her son/daughter Target Child, who have just turned Target Child Age In Years, and would of course be sent there.
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.
- The Guns of Super Sinister Rival
- The Disaster at Reenactment Location↳ Option A “Hold the celebration.” · 2–10 days later
- The Triumph at Reenactment Location↳ Option A “Hold the celebration.” · 2–10 days later
Definitionin_game/events/DHE/flavor_TUR.txt:9202
9203type = country_event
9204title = flavor_tur.120.title The Guns of Super Sinister Rival
9205desc = flavor_tur.120.desc Since our last war with Super Sinister Rival, we have had a few of their captured cannons and guns on display, and in these days of peace, the army could do with a morale boost. Target Ruler wants to use these guns for a military celebration in Reenactment Location, in honor of his/her son/daughter Target Child, who have just turned Target Child Age In Years, and would of course be sent there.
9206outcome = neutral
9208fire_only_once = yes
9209dynamic_historical_event = {
}
9216historical_info = flavor_tur.120.historical_info The ill-fated Osman II sought to gain legitimacy by winning a war against Poland, but was soundly defeated. On his way back, he seems to have found solace in the news of the birth of his first son Şehzade Ömer in Constantinople. He asked for the infant and his mother Meylişah Hatun to join him in Edirne, where a great celebration was to be held, including reenactment of past battles...
9218trigger = {
9220any_rival = {
9221has_truce_with = root
}
9224at_war = no
9226has_ruler = yes
9228ruler = {
9229num_of_children > 0
9230any_child = {
9231is_alive = yes
9232age_in_years > 0
}
}
9236any_owned_location = {
9237is_border = yes
9238is_capital = no
}
}
9243immediate = {
9245random_rival = {
9246limit = {
9247has_truce_with = root
}
9249save_scope_as = super_sinister_rival
}
9252ruler = {
9252save_scope_as = target_ruler
}
9254ruler = {
9255ordered_child = {
9256limit = {
9257is_alive = yes
9258age_in_years > 0
}
9260order_by = {
9261value = age_in_years
9262multiply = -1
}
9264max = 1
9265save_scope_as = target_child
}
}
9269random_owned_location = {
9270limit = {
9271AND = {
9272is_border = yes
9273is_capital = no
}
}
9276save_scope_as = reenactment_location
}
}