事件
Super Sinister Rival的枪炮
自与Super Sinister Rival的战争后,我们展出了一些其缴获的大炮与枪械。在当前和平时期,这些战利品可用于激励军心。Target Ruler提议在Reenactment Location举办军事庆典,以庆祝其son/daughterTarget Child年满Target Child Age In Years,并派his/her出席。
奥斯曼国家dynamic historical event.tag事件链
每个事件由其上一层的事件触发;下方一行说明由哪个选项、在何时触发。
- Super Sinister Rival的枪炮
- Reenactment Location的灾难↳ 选项A“举行庆典。” · 2–10天后
- Reenactment Location的胜利↳ 选项A“举行庆典。” · 2–10天后
定义in_game/events/DHE/flavor_TUR.txt:9202
9203type = country_event
9204title = flavor_tur.120.title Super Sinister Rival的枪炮
9205desc = flavor_tur.120.desc 自与Super Sinister Rival的战争后,我们展出了一些其缴获的大炮与枪械。在当前和平时期,这些战利品可用于激励军心。Target Ruler提议在Reenactment Location举办军事庆典,以庆祝其son/daughterTarget Child年满Target Child Age In Years,并派his/her出席。
9206outcome = neutral
9208fire_only_once = yes
9209dynamic_historical_event = {
}
9216historical_info = flavor_tur.120.historical_info 命运多舛的奥斯曼二世试图通过击败波兰来确立其正统地位,但却惨遭失败。归途中,他似乎因君士坦丁堡传来长子“谢赫扎代·厄梅尔”出生的消息而稍得慰藉。他随即命人将婴儿及其母亲“梅伊利沙赫·哈通”接至埃迪尔内,在那里筹备盛大的庆典,甚至计划重现昔日战役……
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
}
}