On Action
on_military_annex
fired before the annexation happens; root = country doing the annexing , scope:target = country being annexed
ByzantiumCountryeffectbyzantine_empire_fallenVariableeffectDefinitionin_game/common/on_action/_hardcoded.txt:539
540effect = {
541if = {
542limit = {
}
548save_scope_as = target_country
549scope:target = {
550capital = {
551save_scope_as = target_location
}
553save_scope_as = target_country2
}
556every_country_in_religion = {
557limit = {
558culture_percentage_in_country(culture:greek_culture) > 0.05
}
}
}
}
}