Scripted Effect
unlock_resolution_effect
################################################ All International Organizations # ################################################
Definitionin_game/common/scripted_effects/international_organization_effects.txt:4
5custom_description = {
6text = unlock_resolution_effect_text
7value = resolution:$type$
8if = {
9limit = {
9NOT = {
9has_variable = unlocked_resolution_$type$
}
}
10set_variable = {
11name = unlocked_resolution_$type$
12value = 1
}
}
15else = {
16change_variable = {
17name = unlocked_resolution_$type$
18add = 1
}
}
}