事件
财政援助

当前,我国政府财政拮据以及我们竭尽全力筹措各类资金的困境,已为公众所知。尽管这势必损害我国在Country本土及海外的声誉,却也随之带来些许转机——Target Location的数名Parliament成员主动前来提出援助。然而,他们的条件是:要求在政府中扩大其整体话语权,同时建立国家未来可依循的正式求援机制。
城镇议席建筑immediate, trigger定义in_game/events/government/parliaments.txt:1412
1413type = country_event
1414title = parliaments.24.title 财政援助
1415desc = parliaments.24.desc 当前,我国政府财政拮据以及我们竭尽全力筹措各类资金的困境,已为公众所知。尽管这势必损害我国在Country本土及海外的声誉,却也随之带来些许转机——Target Location的数名Parliament成员主动前来提出援助。然而,他们的条件是:要求在政府中扩大其整体话语权,同时建立国家未来可依循的正式求援机制。
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
}
}
}