Event
Rivaling Adventurers

The great age of charting the horizons has brought forth a generation of skilled navigators and adventurers eager to uncover the unknown. Among them, many renowned explorers such as Target Character 1 and Target Character 2 have risen to prominence, each hungry to set forth and make a name for themselves.
Their competitive nature has spurred both to greater heights, striving to outdo one another in skill and ambition. As their rivalry intensifies, one of them has begun to stand out, their exceptional talent shining brighter than ever before, ready to lead our people to even greater glory.
Definitionin_game/events/missionevents/generic_colonial_exploration_events.txt:46
47type = country_event
49title = generic_colonial_exploration_events.1.title Rivaling Adventurers
50desc = generic_colonial_exploration_events.1.desc The great age of charting the horizons has brought forth a generation of skilled navigators and adventurers eager to uncover the unknown. Among them, many renowned explorers such as Target Character 1 and Target Character 2 have risen to prominence, each hungry to set forth and make a name for themselves.
Their competitive nature has spurred both to greater heights, striving to outdo one another in skill and ambition. As their rivalry intensifies, one of them has begun to stand out, their exceptional talent shining brighter than ever before, ready to lead our people to even greater glory.
Their competitive nature has spurred both to greater heights, striving to outdo one another in skill and ambition. As their rivalry intensifies, one of them has begun to stand out, their exceptional talent shining brighter than ever before, ready to lead our people to even greater glory.
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
}
}
}