Event
Merchants Arrange an Expedition

After recent suggestions of a trade route to India in that direction, a group of merchants have gathered a fleet and hired an explorer, India Explorer, to explore the uncharted waters of the west.
Definitionin_game/events/random_event.txt:5081
5082type = country_event
5084title = random_event.100.title Merchants Arrange an Expedition
5085desc = random_event.100.desc After recent suggestions of a trade route to India in that direction, a group of merchants have gathered a fleet and hired an explorer, India Explorer, to explore the uncharted waters of the west.
5086outcome = neutral
5087illustration_tags = {
508810 = regular
508910 = interior
}
5092trigger = {
5093any_market_with_merchants = {
5094count > 3
}
5096capital ?= {
5096continent = continent:europe
}
}
5101immediate = {
}
5104create_character = {
5105trait_category = explorer
5106random_estate_type_trigger = {
5107root = {
5107estate_type_allowed_in_cabinet = {
5107estate_type = prev
}
}
}
5109create_in_limbo = yes
5111save_scope_as = india_explorer
}
}