イベント
商人が探検隊を組織

最近、西の海域を通ればインドと交易できそうだという話があがった。ある商人の一団が、この未開の海域を探索すべく船団を組織し、探検家のIndia Explorerを雇った。
定義in_game/events/random_event.txt:5081
5082type = country_event
5084title = random_event.100.title 商人が探検隊を組織
5085desc = random_event.100.desc 最近、西の海域を通ればインドと交易できそうだという話があがった。ある商人の一団が、この未開の海域を探索すべく船団を組織し、探検家のIndia Explorerを雇った。
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
}
}