イベント
私掠船がもたらす利益

私掠船団を支援するという我々の決定が成果をあげている。船長のひとりが、Gold Port行きの貴重な商品を満載した船を拿捕したのだ。積み荷を売れば、国にかなりの金が入る!
定義in_game/events/random_event.txt:4992
4993type = country_event
4995title = random_event.98.title 私掠船がもたらす利益
4996desc = random_event.98.desc 私掠船団を支援するという我々の決定が成果をあげている。船長のひとりが、Gold Port行きの貴重な商品を満載した船を拿捕したのだ。積み荷を売れば、国にかなりの金が入る!
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
}
}
}
}