Event
Smoke on the Coast
The shores along Area appeared unremarkable as Target Explorer's was sailing along them, but something grabbed the crew's attention. On what was supposed to be an uninhabited shore, there rises the unmistakable sight of smoke. Where there is smoke, there is fire, so it is clear that this coast is not as uninhabited as expected. A quick inspection of the beach reveals that it is just someone who survived the shipwreck of some previous expedition and has been trying to survive alone on this beach, trying to catch the sight of any other vessel passing through, and obviously alerting them with smoke when it finally happened.
Definitionin_game/events/exploration/exploration_monthly_events.txt:1413
1414type = exploration_event
1415title = exploration_monthly.36.title Smoke on the Coast
1416desc = exploration_monthly.36.desc The shores along Area appeared unremarkable as Target Explorer's was sailing along them, but something grabbed the crew's attention. On what was supposed to be an uninhabited shore, there rises the unmistakable sight of smoke. Where there is smoke, there is fire, so it is clear that this coast is not as uninhabited as expected. A quick inspection of the beach reveals that it is just someone who survived the shipwreck of some previous expedition and has been trying to survive alone on this beach, trying to catch the sight of any other vessel passing through, and obviously alerting them with smoke when it finally happened.
1417outcome = neutral
1419trigger = {
1420area = {
1421is_area_coastal_sea = yes
}
1423exists = leader
}
1426immediate = {
1427leader = {
1427save_scope_as = target_explorer
}
1428owner = {
1429create_character = {
1430culture = ROOT.owner.culture
1431religion = ROOT.owner.religion
1432save_scope_as = target_character
}
}
}