Script Value
io_get_average_military_strength
Definitionin_game/common/script_values/io_policy.txt:124
125desc = "AVERAGE_MILITARY_STRENGTH_OF_IO" Average Military Strength of the International Organization
127scope:recipient ?= {
128if = {
129limit = {
129total_members > 0
}
130add = io_total_military_strength
131divide = total_members
}
}