Event
Exploration
In the long months spent surveying the landscape around Marriage Location, our explorer Character has grown close to a Bride Pop Culture peasant family, and in particular their unmarried daughter, Bride.
Becoming part of a local family will surely aid the expedition.
ClergyEstatetrigger
PeasantsPop Typeimmediate, triggerDefinitionin_game/events/exploration/exploration_monthly_events.txt:386
387type = exploration_event
389title = exploration_monthly.11.title Exploration
390desc = exploration_monthly.11.desc In the long months spent surveying the landscape around Marriage Location, our explorer Character has grown close to a Bride Pop Culture peasant family, and in particular their unmarried daughter, Bride.
Becoming part of a local family will surely aid the expedition.
Becoming part of a local family will surely aid the expedition.
391outcome = neutral
396trigger = {
397leader ?= {
398is_married = no
399is_female = no
400OR = {
401has_dynasty = no
402AND = {
403has_dynasty = yes
404owner = {
405ruler ?= {
406dynasty ?= {
407this != ROOT.leader.dynasty
}
}
}
}
}
}
}
423immediate = {
424location = {
429save_scope_as = marriage_location
}
431owner = {
432create_character = {
433culture = scope:bride_pop.culture
434religion = scope:bride_pop.religion
435age = 18
436female = yes
437birth_location = ROOT.location
438save_scope_as = bride
}
}
}