Event
Local Traders Demand Aid

Merchants and captains of trade vessels in Country have sent a representative to the government, describing their home as increasingly lawless land, where piracy runs rampant and ships and ports are routinely raided by privateers. They argue that the government has neglected them and request funding to build defenses against the growing threats. If this request is not granted, many feel like they have already lost too much and will take their business elsewhere.
Definitionin_game/events/economy/privateers.txt:3
4hide_portraits = yes
5type = country_event
6title = privateers.1.title Local Traders Demand Aid
7desc = privateers.1.desc Merchants and captains of trade vessels in Country have sent a representative to the government, describing their home as increasingly lawless land, where piracy runs rampant and ships and ports are routinely raided by privateers. They argue that the government has neglected them and request funding to build defenses against the growing threats. If this request is not granted, many feel like they have already lost too much and will take their business elsewhere.
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
}
}