事件
Target pop促进Target Province发展
得益于与Mission Target Estate的合作,Target pop迎来繁荣期。他们的成功转化为Target Province全境的显著发展。
这一成果印证了互利合作的益处,也彰显了Target Character领导下Court Title政策的有效性。
定义in_game/events/missionevents/generic_mission_events.txt:305
306type = country_event
308title = generic_mission_events.7.title Target pop促进Target Province发展
309desc = generic_mission_events.7.desc 得益于与Mission Target Estate的合作,Target pop迎来繁荣期。他们的成功转化为Target Province全境的显著发展。
这一成果印证了互利合作的益处,也彰显了Target Character领导下Court Title政策的有效性。
这一成果印证了互利合作的益处,也彰显了Target Character领导下Court Title政策的有效性。
310outcome = neutral
316immediate = {
321ruler_or_regent ?= {
321save_scope_as = target_character
}
322capital ?= {
322save_scope_as = target_location
}
323ordered_province = {
324limit = {
325any_location_in_province = {
326any_pop = {
327estate_type = scope:mission_target_estate.estate_type
}
}
}
331order_by = province_satisfaction
332check_range_bounds = no
333max = 6
334add_to_list = list_of_happy_provinces
}
337random_in_list = {
338list = list_of_happy_provinces
339save_scope_as = target_province
340ordered_location_in_province = {
341limit = {
342any_pop = {
343estate_type = scope:mission_target_estate.estate_type
}
}
346order_by = population
347max = 1
348check_range_bounds = no
349ordered_pop = {
350limit = {
350estate_type = scope:mission_target_estate.estate_type
}
351order_by = pop_size
352check_range_bounds = no
353max = 1
354save_scope_as = target_pop_scope
}
}
}
}