事件
当地商人请求援助

Country商人和贸易船船长向政府派遣代表,称他们的家园变得越来越像法外之地,海盗猖獗,船舶和港口经常受到私掠船的袭击。他们觉得政府忽略了他们,并请求提供资金建立防御,以应对日益增长的威胁。如果这项请求不被批准,很多人会觉得损失太大,将把他们的生意转到其他地方。
定义in_game/events/economy/privateers.txt:3
4hide_portraits = yes
5type = country_event
6title = privateers.1.title 当地商人请求援助
7desc = privateers.1.desc Country商人和贸易船船长向政府派遣代表,称他们的家园变得越来越像法外之地,海盗猖獗,船舶和港口经常受到私掠船的袭击。他们觉得政府忽略了他们,并请求提供资金建立防御,以应对日益增长的威胁。如果这项请求不被批准,很多人会觉得损失太大,将把他们的生意转到其他地方。
8outcome = neutral
10trigger = {
11any_port_in_country = {
12sea_zone = {
13area = {
14any_privateer_in_area = {
15NOT = {
15owner = root
}
16privateer_power > 0.5
}
}
}
20location_tax_base > 0.5
}
}
24illustration_tags = {
2510 = angry
2610 = exterior
}
29immediate = {
}
31random_port_in_country = {
32limit = {
33sea_zone = {
34area = {
35any_privateer_in_area = {
36NOT = {
36owner = root
}
37privateer_power > 0.5
}
}
}
41location_tax_base > 0.5
}
43save_scope_as = target_port
}
}