事件
航海家

Target Character确实在Country的所有王公子弟中脱颖而出。不得不说,Target Character是一位真正的远视者,坚信探索是Country的未来,因此愿意倾尽his/her的财富,资助横跨北大西洋的伟大探险任务。或许应该授予he/she垄断权,以进一步鼓励此类冒险活动。
葡萄牙国家dynamic historical event.tag定义in_game/events/DHE/flavor_por.txt:3867
3868type = country_event
3869title = flavor_por.52.title 航海家
3870desc = flavor_por.52.desc Target Character确实在Country的所有王公子弟中脱颖而出。不得不说,Target Character是一位真正的远视者,坚信探索是Country的未来,因此愿意倾尽his/her的财富,资助横跨北大西洋的伟大探险任务。或许应该授予he/she垄断权,以进一步鼓励此类冒险活动。
3871outcome = neutral
3873fire_only_once = yes
3874dynamic_historical_event = {
}
3881illustration_tags = {
388210 = exterior
388310 = regular
}
3886trigger = {
3887ruler_or_heir_if_regent ?= {
3888has_dynasty = yes
}
3890any_character = {
3891dynasty ?= root.ruler_or_heir_if_regent.dynasty
3892is_adult = yes
3893is_female = no
3894is_ruler = no
3895total_abilities >= 180
}
3897any_owned_location = {
3898is_connected_to = root.capital
3899NOT = {
3899is_capital = yes
}
3900is_coastal = yes
}
}
3904immediate = {
}
3906random_character = {
3907limit = {
3908dynasty ?= root.ruler_or_heir_if_regent.dynasty
3909is_adult = yes
3910is_ruler = no
3911is_female = no
3912total_abilities >= 180
}
3914save_scope_as = target_character
}
3916random_owned_location = {
3917limit = {
3918is_connected_to = root.capital
3919NOT = {
3919is_capital = yes
}
3920is_coastal = yes
}
3922save_scope_as = target_location
}
}