이벤트
Target Province의 성장을 이끈 Target pop
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 Province의 성장을 이끈 Target pop
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
}
}
}
}