事件本版本变更
劫掠Target Country
距上一次对Target Character的征讨过去一年有余,我们的战士变得越发焦躁。空气中充斥着Root Country Adjective战士渴望战斗的呐喊,他们自发组建了劫掠团对Target Country的乡村进行劫掠。尽管他们的行动并未经我们授意,但Target Country领土上Target Country Culture人的孱弱已经暴露无遗。他们的财富和领土已经成熟,是时候收割了!
定义in_game/events/situations/rise_of_timur.txt:686
687type = country_event
688category = situation_event
689title = {
690first_valid = {
691triggered_desc = {
692trigger = {
692exists = scope:target_country
}
693desc = rise_of_timur.100.title 劫掠Target Country
}
695triggered_desc = {
696trigger = {
696always = yes
}
697desc = rise_of_timur.100.title.generic 劫掠异国土地
}
}
}
701desc = rise_of_timur.100.desc 距上一次对Target Character的征讨过去一年有余,我们的战士变得越发焦躁。空气中充斥着Root Country Adjective战士渴望战斗的呐喊,他们自发组建了劫掠团对Target Country的乡村进行劫掠。尽管他们的行动并未经我们授意,但Target Country领土上Target Country Culture人的孱弱已经暴露无遗。他们的财富和领土已经成熟,是时候收割了!
702outcome = neutral
703immediate = {
704save_scope_as = root_country
705ruler ?= {
705save_scope_as = target_character
}
706ordered_neighbor_country = {
707limit = {
708NOT = {
708has_truce_with = root
}
709NOT = {
709has_target_casus_belli_on_us = root
}
711NOT = {
711is_subject_of = root
}
712is_rebel_country = no
713can_declare_war_on = root
714capital = {
715OR = {
716sub_continent = sub_continent:middle_east
717sub_continent = sub_continent:central_asia
718sub_continent = sub_continent:south_asia
}
}
}
722max = 1
723order_by = {
724value = expected_army_size
725multiply = -1
}
727save_scope_as = target_country
}
729if = {
730limit = {
730NOT = {
730exists = scope:target_country
}
}
731ordered_neighbor_country = {
732limit = {
733NOT = {
733has_truce_with = root
}
734NOT = {
734has_target_casus_belli_on_us = root
}
736NOT = {
736is_subject_of = root
}
737is_rebel_country = no
738can_declare_war_on = root
}
740max = 1
741order_by = {
742value = expected_army_size
743multiply = -1
}
745save_scope_as = target_country
}
}
}