
행동
권역 통솔
중국은 많은 인구를 자랑합니다. 적으로부터 정복한 권역을 적절히 통솔한다면, 이 끔찍한 반란의 시기에 현지 주민의 충심과 지지를 확보할 수 있습니다.
Actor(이)가 정복된 권역에 권역 통치 보정치를 추가하고 그곳의 지점을 병합합니다.
홍건적국가 간 조직체potential
인의 활성화보정치 유형effect
홍건적의 난상황select trigger 1정의in_game/common/generic_actions/red_turban_rebellions.txt:528
529icon = rein_in_burghers
530type = situation
531potential = {
532scope:actor = {
}
}
537ai_tick = monthly
538ai_tick_frequency = 1
539automation_tick = never
540automation_tick_frequency = 12
541price = price:rtr_rein_in_area_price
542price_modifier = {
543if = {
544limit = {
544exists = scope:target
}
545add = {
546desc = "game_concept_population" 인구
547value = scope:target.population
}
}
}
551allow = {
}
554select_trigger = {
555looking_for_a = situation
556target_flag = recipient
557name = "choose_situation" 상황 선택:
558column = {
559data = name
}
}
567select_trigger = {
568looking_for_a = area
569source = actor
570target_flag = target
571name = "rtr_rein_in_area_select_area_title" 통솔할 권역 선택
572none_available_msg_key = "rtr_rein_in_area_no_areas"
573column = {
573data = name
}
574visible = {
575any_location_in_area = {
576owner ?= scope:actor
577percent >= 0.5
}
579any_location_in_area = {
580integration_level = conquered
581NOT = {
581is_core_of = scope:actor
}
}
}
}
585effect = {
586scope:actor = {
587if = {
}
}
592if = {
593limit = {
593exists = scope:target
}
594scope:target ?= {
595custom_tooltip = {
596text = rtr_rein_in_area_tt 모든 지점이 병합되고 10년간 권역 통치 보정치를 얻습니다
597every_location_in_area = {
598limit = {
599has_owner = yes
600owner = scope:actor
601integration_level = conquered
602NOT = {
602is_core_of = scope:actor
}
}
604change_integration_level = integrated
605add_location_modifier = {
}
}
}
}
}
614else = {
615custom_tooltip = rtr_rein_in_area_at 대상 권역 내 모든 지점이 병합되고 10년간 권역 통치 보정치를 얻습니다
}
}
618ai_will_do = {
619add = -50
620add = {
621if = {
622limit = {
623scope:actor = {
624gold >= {
625value = monthly_income_trade_and_tax
626multiply = 8
}
}
}
630value = 100
}
}
}