スクリプトトリガー
has_compatible_heir_religion_law_with
同一の宗教ポリシーcustom description
同一の宗教グループポリシーcustom description定義in_game/common/scripted_triggers/country_triggers.txt:1205
1206custom_description = {
1207text = has_compatible_heir_religion_law_with_text
1208object = $country$
1211law_policy(law:heir_religion_law) ?= {
1211NOT = {
1211is_locked_for = prev
}
}
1212trigger_if = {
1213limit = {
1213religion = $country$.religion
}
}
1216trigger_else_if = {
1217limit = {
1217religion.group = $country$.religion.group
}
}
}