事件本版本变更
Target Location的商业停滞

尽管我们竭力开发Target Location RankTarget Location,但令我们大为失望的是,海上商人似乎都避开在此开展业务。但愿这种停滞只是暂时的,而非预示着持续恶化的趋势。
立法者特质option 1had_bad_staple_port_event_variable变量immediate, trigger定义in_game/events/government/town_rights_events.txt:101
102type = country_event
103title = town_rights_events.2.title Target Location的商业停滞
104desc = town_rights_events.2.desc 尽管我们竭力开发Target Location RankTarget Location,但令我们大为失望的是,海上商人似乎都避开在此开展业务。但愿这种停滞只是暂时的,而非预示着持续恶化的趋势。
105outcome = negative
107trigger = {
108any_town_rights_in_country = {
109this.town_rights_type = town_rights_type:staple_port
}
113at_war = no
114is_during_bankruptcy = no
}
117illustration_tags = {
11810 = angry
11910 = exterior
}
122immediate = {
}
125random_locations_with_town_rights_in_country = {
126limit = {
127has_town_rights = town_rights_type:staple_port
}
130save_scope_as = target_location
137province = {
137save_scope_as = target_province
}
}
140ruler_or_regent = {
140save_scope_as = target_character
}
}