이벤트이번 버전 변경
야무나 운하 지원

도아브의 야무나 운하가 지원 없이 방치되고 있습니다. Target Location, Target Location2, Target Location3 같은 지역이 어려움을 겪고 있으며, 추가 자금이 절실히 필요한 상황입니다. 이에 Target Character(은)는 일부 자금을 투입해 그곳 주민들을 돕자고 제안했습니다.
관개 시설건물option 1
델리국가dynamic historical event.tagdlh_grand_vizier변수immediate, trigger정의in_game/events/DHE/flavor_DLH.txt:2962
2963type = country_event
2964title = flavor_dlh.34.title 야무나 운하 지원
2965desc = flavor_dlh.34.desc 도아브의 야무나 운하가 지원 없이 방치되고 있습니다. Target Location, Target Location2, Target Location3 같은 지역이 어려움을 겪고 있으며, 추가 자금이 절실히 필요한 상황입니다. 이에 Target Character(은)는 일부 자금을 투입해 그곳 주민들을 돕자고 제안했습니다.
2966outcome = neutral
2968illustration_tags = {
296910 = exterior
297010 = regular
}
2973dynamic_historical_event = {
}
2980fire_only_once = yes
2982trigger = {
2983area:doab_area = {
2984any_location_in_area = {
2985percent = 1
2986OR = {
2987owner ?= root
2988is_ownable = no
}
}
}
2993any_cabinet_character ?= {
2994custom_tooltip = {
2995text = variable_dlh_grand_vizier_tt 대 와지르가 궁정을 섬깁니다
}
}
}
3001immediate = {
}
3003random_cabinet_character ?= {
3007save_scope_as = target_character
}
3010area:doab_area = {
3011ordered_location_in_area = {
3012order_by = population
3013limit = {
3014owner ?= root
}
3016position = 0
3017save_scope_as = target_location
}
3019ordered_location_in_area = {
3020order_by = population
3021limit = {
3022owner ?= root
}
3024position = 1
3025save_scope_as = target_location2
}
3027ordered_location_in_area = {
3028order_by = population
3029limit = {
3030owner ?= root
}
3032position = 2
3033save_scope_as = target_location3
}
}
}