事件
Exploration
经过对Marriage Location周边数月的勘探,我们的探险家Character已经接近了一个Bride Pop Culture农民家庭,特别是他们未婚的女儿Bride。
成为当地人家庭的一员肯定会对探索有帮助。
教士阶层trigger
农民社会阶级immediate, trigger定义in_game/events/exploration/exploration_monthly_events.txt:386
387type = exploration_event
389title = exploration_monthly.11.title Exploration
390desc = exploration_monthly.11.desc 经过对Marriage Location周边数月的勘探,我们的探险家Character已经接近了一个Bride Pop Culture农民家庭,特别是他们未婚的女儿Bride。
成为当地人家庭的一员肯定会对探索有帮助。
成为当地人家庭的一员肯定会对探索有帮助。
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
}
}
}