Event
Dangerous Rocks
While exploring Area, Target Explorer's ship has found a section of coastline that is filled with low-lying sharp rocks. Although they could be easily avoided, that would result in having to divert the course quite a bit to sail around them, consequently delaying the expedition. However, it is quite unlikely that the ship would manage to emerge unscathed if forced to sail through such dangerous waters.
NavigatorTraitoption 2Definitionin_game/events/exploration/exploration_monthly_events.txt:1336
1337type = exploration_event
1338title = exploration_monthly.34.title Dangerous Rocks
1339desc = exploration_monthly.34.desc While exploring Area, Target Explorer's ship has found a section of coastline that is filled with low-lying sharp rocks. Although they could be easily avoided, that would result in having to divert the course quite a bit to sail around them, consequently delaying the expedition. However, it is quite unlikely that the ship would manage to emerge unscathed if forced to sail through such dangerous waters.
1340outcome = neutral
1342trigger = {
1343area = {
1344is_area_coastal_sea = yes
}
1346exists = leader
}
1349immediate = {
1350leader = {
1350save_scope_as = target_explorer
}
}