
Action
Rein in Area
China is richly populated land. By reining in areas we conquer from our enemies, we can secure the loyalty of the locals, ensuring their support during these harrowing times of rebellion.
Actor adds the Areal Reign to a conquered Area, and its locations become Integrated.
Red Turban RebelsInternational Organizationpotential
Enable RighteousnessModifier Typeeffect
Red Turban RebellionsSituationselect trigger 1Definitionin_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" Population
547value = scope:target.population
}
}
}
551allow = {
}
554select_trigger = {
555looking_for_a = situation
556target_flag = recipient
557name = "choose_situation" Choose the Situation:
558column = {
559data = name
}
}
567select_trigger = {
568looking_for_a = area
569source = actor
570target_flag = target
571name = "rtr_rein_in_area_select_area_title" Select Area to Rein In
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 Every Location becomes Integrated and receives the Areal Reign Modifier for 10 years
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 Every Location in the target Area becomes Integrated and receives the Areal Reign Modifier for 10 years
}
}
618ai_will_do = {
619add = -50
620add = {
621if = {
622limit = {
623scope:actor = {
624gold >= {
625value = monthly_income_trade_and_tax
626multiply = 8
}
}
}
630value = 100
}
}
}