
Action
Remove tolerated Culture
Demote one of the Tolerated Cultures of our Country to Discriminated Culture.
Definitionin_game/common/generic_actions/culture.txt:455
456icon = add_tolerated_culture
457type = owncountry
459potential = {
}
462allow = {
}
465ai_prerequisite = {
}
471ai_tick = monthly
472ai_tick_frequency = 12
474automation_tick = monthly
475automation_tick_frequency = 1
476player_automated_category = cultureacceptance
478price = price:remove_tolerated_culture
479price_modifier = {
480if = {
481limit = {
482exists = scope:target
}
484add = {
485desc = "SORT_CULTURE_POPULATION" Population
486value = "scope:actor.culture_percentage_in_country(scope:target)"
487multiply = 100
}
}
}
492select_trigger = {
493looking_for_a = culture
494source = actor
495target_flag = target
496source_flags = only_tolerated
497name = "remove_tolerated_culture_select_culture" Select the culture to remove:
498none_available_msg_key = "remove_tolerated_culture_no_cultures"
501pre_evaluation_sort_value = {
502value = 0
503subtract = "scope:actor.culture_percentage_in_country(root)"
}
505pre_evaluation_number_to_evaluate_fully = 2
506column = {
507data = name
}
}
511effect = {
512scope:actor = {
513if = {
514limit = {
515exists = scope:target
}
517remove_tolerated_culture = scope:target
518custom_tooltip = {
519text = lose_50_pop_satisfaction_ct All Target Pops lose pop satisfaction ultimate penalty Pop Satisfaction
520every_pop = {
521limit = {
522owner ?= scope:actor
523culture = scope:target
}
}
}
}
}
}
532ai_will_do = {
533add = {
534desc = "willingness"
535value = 500
}
538subtract = {
539desc = "less tolerated pops"
540scope:actor = {
541value = 100
542multiply = "culture_percentage_in_country(scope:target)"
}
}
546if = {
547limit = {
548scope:actor = {
549culture_percentage_in_country(scope:target) > 0.075
}
}
552multiply = 0
}
}