Event
Privateers Bring Profits

Our decision to support a privateer fleet is paying off. One of our captains has managed to capture a ship full of valuable goods bound for Gold Port. After selling the goods, there is a significant cut for our country!
Definitionin_game/events/random_event.txt:4992
4993type = country_event
4995title = random_event.98.title Privateers Bring Profits
4996desc = random_event.98.desc Our decision to support a privateer fleet is paying off. One of our captains has managed to capture a ship full of valuable goods bound for Gold Port. After selling the goods, there is a significant cut for our country!
4997outcome = neutral
4998illustration_tags = {
499910 = happy
500010 = interior
}
5003trigger = {
5004any_privateer_from_country = {
5005count > 0
}
}
5009immediate = {
5010random_privateer_from_country = {
5011area = {
5012ordered_adjacent_ports_to_area = {
5013limit = {
5014has_owner = yes
5015owner != root
}
5017order_by = location_tax_base
5018max = 1
5019check_range_bounds = no
5020save_scope_as = gold_port
}
}
}
}