事件
译注经典

居住在Target Location的Target Location Adjective信徒拥有强大的传统和礼仪,而他们对自己教义的古老语言的固守阻碍了他们文明开化的进程。如果他们想要从蛮夷中进步提升,我们或许必须确保他们能够用自己的语言接触并吸纳儒家经典和礼教。
一些饱学之士已经开始这项文本工作。我们是否应当鼓励他们继续将旧有的宗教概念与孔夫子的崇高学说结合起来?
宗派国际组织trigger
启用调和修正类型option 1
儒家政策trigger捍卫经典静态修正trigger翻译经典静态修正trigger定义in_game/events/religion/confucian_events.txt:82
83type = country_event
84title = confucian_events.2.title 译注经典
85desc = confucian_events.2.desc 居住在Target Location的Target Location Adjective信徒拥有强大的传统和礼仪,而他们对自己教义的古老语言的固守阻碍了他们文明开化的进程。如果他们想要从蛮夷中进步提升,我们或许必须确保他们能够用自己的语言接触并吸纳儒家经典和礼教。
一些饱学之士已经开始这项文本工作。我们是否应当鼓励他们继续将旧有的宗教概念与孔夫子的崇高学说结合起来?
一些饱学之士已经开始这项文本工作。我们是否应当鼓励他们继续将旧有的宗教概念与孔夫子的崇高学说结合起来?
86outcome = neutral
88trigger = {
89exists = root.religion.language
90any_international_organizations_member_of = {
}
94any_owned_location = {
95OR = {
96AND = {
97exists = dominant_religion.language
98dominant_religion.language != root.religion.language
}
100AND = {
101dominant_religion != root.religion
102dominant_culture.language != root.culture.language
103dominant_culture.language != root.court_language
104dominant_culture.language != root.liturgical_language
}
}
107average_satisfaction >= 0.5
}
}
115illustration_tags = {
11610 = exterior
11710 = regular
}
120immediate = {
121random_owned_location = {
122limit = {
123OR = {
124AND = {
125exists = dominant_religion.language
126dominant_religion.language != root.religion.language
}
128AND = {
129dominant_religion != root.religion
130dominant_culture.language != root.culture.language
131dominant_culture.language != root.court_language
132dominant_culture.language != root.liturgical_language
}
}
135average_satisfaction >= 0.5
}
137save_scope_as = target_location
}
}