
ActionChanged this version
Promote a Regional Culture
Promote a Regional Culture from our Core Region. This culture shall become the backbone and source of new Renaissance of the state.
TimuridCountrypotential
Rise of TimurSituationselect trigger 1rot_assumed_regional_cultureVariableallowrot_has_selected_core_regionVariableallowDefinitionin_game/common/generic_actions/rise_of_timur.txt:518
519type = situation
525allow = {
526scope:actor = {
527is_rebel_country = no
528trigger_if = {
531any_ownable_location_in_region = {
532has_owner = yes
533owner = scope:actor
534count = all
}
}
}
538trigger_else = {
539custom_tooltip = {
540text = rot_has_selected_core_region_tt We have selected a Core Region with Select Core Region
}
}
544custom_tooltip = {
545text = rot_NOT_assumed_regional_culture_tt We have NOT promoted a culture via Promote a Regional Culture
}
}
}
551ai_tick = monthly
552ai_tick_frequency = 3
554automation_tick = never
555automation_tick_frequency = 12
557select_trigger = {
558looking_for_a = situation
559target_flag = recipient
560name = "choose_situation" Choose the Situation:
561column = {
562data = name
}
}
570select_trigger = {
571looking_for_a = culture
572source_ai_override = actor
573source_flags_ai_override = include_any_present
574target_flag = target
575name = "rot_promote_regional_culture_select_culture" Select a Culture to promote as our Primary
576none_available_msg_key = "rot_promote_regional_culture_no_cultures"
577column = {
578data = name
}
580visible = {
581NOT = {
581scope:actor.culture = this
}
582scope:actor = {
583culture_percentage_in_country = {
584culture = root
585value >= 0.01
}
}
}
}
590select_trigger = {
591looking_for_a = culture
592source_ai_override = actor
593source_flags_ai_override = include_any_present
594target_flag = target_1
595name = "rot_promote_regional_culture_select_culture_to_accept" Select a Culture to promote as an Accepted
596none_available_msg_key = "rot_promote_regional_culture_no_cultures"
597allow_null = yes
598column = {
599data = name
}
601visible = {
602NOT = {
602scope:actor.culture = this
}
603NOT = {
603scope:target = this
}
604scope:actor = {
605culture_percentage_in_country = {
606culture = root
607value >= 0.01
}
}
}
}
612select_trigger = {
613looking_for_a = culture
614source_ai_override = actor
615source_flags_ai_override = include_any_present
616target_flag = target_2
617name = "rot_promote_regional_culture_select_culture_to_accept" Select a Culture to promote as an Accepted
618none_available_msg_key = "rot_promote_regional_culture_no_cultures"
619allow_null = yes
620column = {
621data = name
}
623visible = {
624NOT = {
624scope:actor.culture = this
}
625NOT = {
625scope:target = this
}
626NOT = {
626scope:target_1 = this
}
627scope:actor = {
628culture_percentage_in_country = {
629culture = root
630value >= 0.01
}
}
}
}
636effect = {
637scope:actor = {
}
641if = {
642limit = {
642exists = scope:target
}
643custom_tooltip = {
644text = rot_promote_regional_culture_tt_specific Target will become the new Primary Culture of our country. Additionally, its Language becomes the new Court Language and we can choose 2 additional cultures to promote them to Accepted Cultures for free.
645scope:actor = {}
}
}
664else = {
665custom_tooltip = rot_promote_regional_culture_tt The target Culture will become the new Primary Culture of our country. Additionally, its Language becomes the new Court Language and we can choose 2 additional cultures to promote them to Accepted Cultures for free.
}
}
669ai_will_do = {
670add = 25
671add = {
672if = {
673limit = {
673exists = scope:target
673scope:target = culture:farsi_culture
}
674value = 100
}
}
}