EventChanged this version
The Raids in Target Country
The men are getting anxious. The last campaign of Target Character has been over a year ago, and the Root Country Adjective warriors yearn for the sounds of battle to fill the air. Eager to engage in battle once again, these soldiers have organized themselves into raiding parties that regularly plunder the countryside of Target Country. While their actions were unauthorized, the lands of Target Country have demonstrated the weakness of the Target Country Culture people. Their riches and territories are ripe for the taking!
Definitionin_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 The Raids in Target Country
}
695triggered_desc = {
696trigger = {
696always = yes
}
697desc = rise_of_timur.100.title.generic The Raids in Foreign Lands
}
}
}
701desc = rise_of_timur.100.desc The men are getting anxious. The last campaign of Target Character has been over a year ago, and the Root Country Adjective warriors yearn for the sounds of battle to fill the air. Eager to engage in battle once again, these soldiers have organized themselves into raiding parties that regularly plunder the countryside of Target Country. While their actions were unauthorized, the lands of Target Country have demonstrated the weakness of the Target Country Culture people. Their riches and territories are ripe for the taking!
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
}
}
}