Event
Financial Aid

It seems that our government's currently poor finances and our desperate attempts to locate any kinds of funds have become public knowledge. While this surely will hurt our reputation both in Country and abroad, it has come with some benefits, as several members of the Parliament, representing Target Location, have approached us offering their help. Their price, however, is greater representation in the government in general as well as formalized channels through which the state can ask for their help in the future.
Urban Parliament SeatBuildingimmediate, triggerDefinitionin_game/events/government/parliaments.txt:1412
1413type = country_event
1414title = parliaments.24.title Financial Aid
1415desc = parliaments.24.desc It seems that our government's currently poor finances and our desperate attempts to locate any kinds of funds have become public knowledge. While this surely will hurt our reputation both in Country and abroad, it has come with some benefits, as several members of the Parliament, representing Target Location, have approached us offering their help. Their price, however, is greater representation in the government in general as well as formalized channels through which the state can ask for their help in the future.
1416outcome = neutral
1418illustration_tags = {
141910 = angry
142010 = interior
}
1423trigger = {
1424num_loans > 5
1425any_owned_non_rural_location = {
1429is_core_of = owner
1430integration_level = core
}
}
1434immediate = {
1435ordered_owned_non_rural_location = {
1436limit = {
1440is_core_of = owner
1441integration_level = core
}
1443order_by = location_tax_base
1444max = 10
1445check_range_bounds = no
1446add_to_list = list_of_high_tax_base_locations
}
1448random_in_list = {
1449list = list_of_high_tax_base_locations
1450save_scope_as = target_location
}
}
}