Script Value
hre_free_city_opinion_value
Definitionin_game/common/script_values/io_policy.txt:626
627desc = "OPINION_OF_FREE_CITIES" Opinion of other Free Imperial City
628save_temporary_value_as = {
629name = opinion_count
630value = 0
}
633scope:recipient ?= {
634every_country_with_special_status_of_type = {
635type = free_city
636limit = {
637not = {
637this = root
}
}
639root = {
639add = {
639value = this_opinion_of_prev
}
}
}
641save_temporary_value_as = {
642name = opinion_count
643value = {
644value = scope:opinion_count
645add = total_members
}
}
}
650if = {
651limit = {
651scope:opinion_count > 0
}
652divide = scope:opinion_count
}