Event
A Wandering Monk

The procession of Target Ruler to Target Holy Site in Target Location has been briefly interrupted by a wandering monk on the side of the road asking for alms. Target Monk claims to have been born and raised precisely in Target Location, getting his/her Target Monk Adjective education in Target Holy Site. As such, he/she promises to guide Target Ruler in the mysteries of Target Monk Religion if he/she would allow him/her to accompany the procession.
Definitionin_game/events/religion/pilgrimage_events.txt:85
86type = country_event
87title = pilgrimage_events.2.title A Wandering Monk
88desc = pilgrimage_events.2.desc The procession of Target Ruler to Target Holy Site in Target Location has been briefly interrupted by a wandering monk on the side of the road asking for alms. Target Monk claims to have been born and raised precisely in Target Location, getting his/her Target Monk Adjective education in Target Holy Site. As such, he/she promises to guide Target Ruler in the mysteries of Target Monk Religion if he/she would allow him/her to accompany the procession.
89outcome = neutral
91trigger = {
92has_ruler = yes
}
98illustration_tags = {
9910 = happy
10010 = exterior
}
103immediate = {
}
105ruler ?= {
106save_scope_as = target_ruler
108scope:target_holy_site.location = {
108save_scope_as = target_location
}
}
110create_character = {
111birth_location = scope:target_location
112culture = scope:target_location.dominant_culture
113religion = scope:target_location.dominant_religion
115create_in_limbo = yes
116save_scope_as = target_monk
}
}