事件本版本变更
Target Location粮仓告急

从Target Location的Target Location Rank传来坏消息。因粮食腐坏、管理不善,或是季节反常,在最需要粮食的时候,粮仓的储备却减少了。Target Province的民众如今指望我们提供救济,以免饥荒蔓延至乡村各地。
公正特质option 1
心地善良特质option 1
立法者特质option 1
正直特质option 1had_bad_granary_town_event_variable变量immediate, trigger定义in_game/events/government/town_rights_events.txt:275
276type = country_event
277title = town_rights_events.4.title Target Location粮仓告急
278desc = town_rights_events.4.desc 从Target Location的Target Location Rank传来坏消息。因粮食腐坏、管理不善,或是季节反常,在最需要粮食的时候,粮仓的储备却减少了。Target Province的民众如今指望我们提供救济,以免饥荒蔓延至乡村各地。
279outcome = negative
281trigger = {
282any_town_rights_in_country = {
283this.town_rights_type = town_rights_type:granary_town
}
287at_war = no
288is_during_bankruptcy = no
}
291illustration_tags = {
29210 = angry
29310 = exterior
}
296immediate = {
}
299random_locations_with_town_rights_in_country = {
300limit = {
300has_town_rights = town_rights_type:granary_town
}
301save_scope_as = target_location
308province = {
308save_scope_as = target_province
}
}
311ruler_or_regent = {
311save_scope_as = target_character
}
}