Event
Hill of the Wind
While exploring Area, Target Leader found a nice hill in Target Location with a conical top, slightly flattened at the summit. From the top he/she says there's a very advantageous view over all the surrounding areas. It will be a good spot to establish a camp base and serve both as a vantage point of observation as well as an easily recognizable landmark. Target Leader has brought to our attention that if we provide him/her with the resources necessary he/she will construct a more permanent structure there to serve as a watchtower. he/she claims that the ability to clearly see far away places from there would greatly improve his/her logistics.
HillsTopographytriggerDefinitionin_game/events/exploration/exploration_monthly_events.txt:880
881type = exploration_event
882title = exploration_monthly.23.title Hill of the Wind
883desc = exploration_monthly.23.desc While exploring Area, Target Leader found a nice hill in Target Location with a conical top, slightly flattened at the summit. From the top he/she says there's a very advantageous view over all the surrounding areas. It will be a good spot to establish a camp base and serve both as a vantage point of observation as well as an easily recognizable landmark. Target Leader has brought to our attention that if we provide him/her with the resources necessary he/she will construct a more permanent structure there to serve as a watchtower. he/she claims that the ability to clearly see far away places from there would greatly improve his/her logistics.
884outcome = neutral
887trigger = {
888exists = leader
889leader = {
889is_alive = yes
}
890exists = location
}
897immediate = {
898leader = {
898save_scope_as = target_leader
}
899location = {
899save_scope_as = target_location
}
}