Event
Target Province of Plenty

It is abundantly clear that Target Province enjoys the favor of the gods, as is evident from the growing prosperity across the entire province. Recently, prospectors and local developers have approached us with plans to concentrate that wealth in the province's urban centers, at the expense of surrounding villages. Such a gesture would boost the urbanization efforts, but deprive the locals of the excess benefits.
Fate of the PhoenixDLCtrigger
HellenismReligiontriggerAbundant WealthStatic Modifierimmediate, triggerDefinitionin_game/events/religion/hellenism_religion.txt:944
945type = country_event
946title = hellenism_religion.9.title Target Province of Plenty
947desc = hellenism_religion.9.desc It is abundantly clear that Target Province enjoys the favor of the gods, as is evident from the growing prosperity across the entire province. Recently, prospectors and local developers have approached us with plans to concentrate that wealth in the province's urban centers, at the expense of surrounding villages. Such a gesture would boost the urbanization efforts, but deprive the locals of the excess benefits.
948outcome = neutral
950illustration_tags = {
95110 = happy
95210 = exterior
}
955trigger = {
958any_province = {
960province_prosperity > 0
961province_food_percentage > 0.9
}
}
965immediate = {
}
968ordered_province = {
969limit = {
970province_prosperity > 0
971province_food_percentage > 0.9
}
974order_by = {
975value = province_prosperity
976add = province_food_percentage
977add = province_average_control
}
979max = {
980value = 1
981multiply = root.country_rank_level
}
984check_range_bounds = no
986add_to_list = hellenism_religion_9_list
}
989ordered_in_list = {
990list = hellenism_religion_9_list
992order_by = population
994max = 1
996check_range_bounds = no
998save_scope_as = target_province
}
}