Script Value
io_electors_opinion_value
Definitionin_game/common/script_values/io_policy.txt:71
72desc = "OPINION_OF_ELECTORS" Opinion of other Electors
73save_temporary_value_as = {
74name = opinion_count
75value = 0
}
78scope:recipient ?= {
79every_international_organization_elector = {
80limit = {
80not = {
80this = root
}
}
81root = {
81add = {
81value = this_opinion_of_prev
}
}
}
83save_temporary_value_as = {
84name = opinion_count
85value = {
86value = scope:opinion_count
87add = total_members
}
}
}
92if = {
93limit = {
93scope:opinion_count > 0
}
94divide = scope:opinion_count
}