On Action
on_shattered_country
(optional) actor = country, new_countries = list of countries emerging from the shattering
Expansion into the SteppesCasus BellieffectDefinitionin_game/common/on_action/_hardcoded.txt:5441
5442effect = {
5443if = {
5444limit = {
5445list_size = {
5445name = steppe_opportunists
5445value > 0
}
}
5447every_in_list = {
5448list = steppe_opportunists
5449save_scope_as = opportunist
5450every_neighbor_country = {
5451limit = {
5452scope:opportunist = {
5453can_create_casus_belli_of_type_on = {
5455target = prev
}
}
}
5459scope:opportunist = {
}
}
}
}
}