온 액션
on_military_annex
fired before the annexation happens; root = country doing the annexing , scope:target = country being annexed
비잔티움국가effectbyzantine_empire_fallen변수effect정의in_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
}
}
}
}
}