
의회 안건이번 버전 신규
계층 문화 수용
계층이 자신들의 지배 문화를 공식적으로 수용해 줄 것을 요구합니다.
정의in_game/common/parliament_agendas/04_culture_religion.txt:2
3type = country
12importance = 2
14potential = {
15NOT = {
16estate(scope:target) = {
17dominant_culture ?= {
18this = root.dominant_culture
}
}
}
22NOT = {
23estate(scope:target) = {
24dominant_culture ?= {
25is_accepted_in = root
}
}
}
29NOT = {
30estate(scope:target) = {
31dominant_culture ?= {
32this = root.culture
}
}
}
}
38on_accept = {
39estate(scope:target) = {
40dominant_culture = {
41save_scope_as = estate_dominant_culture
}
}
44add_accepted_culture = scope:estate_dominant_culture
45add_estate_satisfaction = {
45type = scope:target
45value = 0.1
}
}
55chance = 5