事件
探险家的竞争

勘测地平线的伟大时代造就了一批技艺精湛的航海家与冒险家,他们渴望揭开未知面纱。其中,诸如Target Character 1与Target Character 2等著名探险家崭露头角,每个人都渴望扬名立万。
他们的竞争意识促使双方不断突破极限,力图在技艺与野心上超越对方。随着较量升级,其中一人逐渐脱颖而出,其非凡才华愈发耀眼,已准备好带领我们走向更伟大的荣耀。
定义in_game/events/missionevents/generic_colonial_exploration_events.txt:46
47type = country_event
49title = generic_colonial_exploration_events.1.title 探险家的竞争
50desc = generic_colonial_exploration_events.1.desc 勘测地平线的伟大时代造就了一批技艺精湛的航海家与冒险家,他们渴望揭开未知面纱。其中,诸如Target Character 1与Target Character 2等著名探险家崭露头角,每个人都渴望扬名立万。
他们的竞争意识促使双方不断突破极限,力图在技艺与野心上超越对方。随着较量升级,其中一人逐渐脱颖而出,其非凡才华愈发耀眼,已准备好带领我们走向更伟大的荣耀。
他们的竞争意识促使双方不断突破极限,力图在技艺与野心上超越对方。随着较量升级,其中一人逐渐脱颖而出,其非凡才华愈发耀眼,已准备好带领我们走向更伟大的荣耀。
51outcome = neutral
53illustration_tags = {
54regular = 10
55interior = 10
}
58immediate = {
}
60ordered_character = {
61limit = {
61is_explorer = yes
}
62order_by = total_abilities
63max = 1
64save_scope_as = target_character_1
}
66ordered_character = {
67limit = {
68is_explorer = yes
69this != scope:target_character_1
}
71max = 1
72order_by = total_abilities
73save_scope_as = target_character_2
}
75if = {
76limit = {
77any_character = {
78is_explorer = yes
79OR = {
80adm < 100
81dip < 100
82mil < 100
}
84NOR = {
85this = scope:target_character_1
86this = scope:target_character_2
}
}
}
90ordered_character = {
91limit = {
92is_explorer = yes
93this != scope:target_character_1
94this != scope:target_character_2
}
96order_by = total_abilities
97max = 1
98save_scope_as = target_character_3
}
}
}