Event
A Guiding Bird
The monotonous sailing of Target Explorer and his/her ship in Area has remained unchanged for a while. With no weather changes nor any alteration to the appearance of the surrounding sea, the crew is starting to question whether they are actually moving at all. In the last sunrise, those on deck were surprised to see a seagull flying over the vessel, seemingly trying to guide them to the nearest land. Some of the crew say that it is an obvious indication of the presence of land nearby, and want to alter the course of the ship to follow it there, to break boredom at least if not to resupply.
Definitionin_game/events/exploration/exploration_monthly_events.txt:1010
1011type = exploration_event
1012title = exploration_monthly.26.title A Guiding Bird
1013desc = exploration_monthly.26.desc The monotonous sailing of Target Explorer and his/her ship in Area has remained unchanged for a while. With no weather changes nor any alteration to the appearance of the surrounding sea, the crew is starting to question whether they are actually moving at all. In the last sunrise, those on deck were surprised to see a seagull flying over the vessel, seemingly trying to guide them to the nearest land. Some of the crew say that it is an obvious indication of the presence of land nearby, and want to alter the course of the ship to follow it there, to break boredom at least if not to resupply.
1014outcome = neutral
1016trigger = {
1017area = {
1018is_area_sea = yes
}
1020exists = leader
}
1023immediate = {
1024leader = {
1024save_scope_as = target_explorer
}
}