Scripted Effect
lock_resolution_effect
Definitionin_game/common/scripted_effects/international_organization_effects.txt:23
24custom_description = {
25text = lock_resolution_effect_text
26value = resolution:$type$
27if = {
28limit = {
29has_variable = unlocked_resolution_$type$
30var:unlocked_resolution_$type$ > 1
}
32change_variable = {
33name = unlocked_resolution_$type$
34subtract = 1
}
}
37else = {
38if = {
39limit = {
39has_variable = unlocked_resolution_$type$
}
40remove_variable = unlocked_resolution_$type$
}
}
}