On Action
on_subject_created
root = country, scope:overlord = country which created the subject, scope:subject_type = subject type of the created country
TheocracyGovernment Typeeffect
Holy Roman EmpireInternational OrganizationeffectDefinitionin_game/common/on_action/_hardcoded.txt:3136
3137effect = {
3138if = {
3139limit = {
3140religion != scope:overlord.religion
3141scope:overlord.modifier:force_convert_created_subjects = yes
}
3143change_religion = scope:overlord.religion
}
3150if = {
3151limit = {
3153NOT = {
3153has_reform = government_reform:military_order_reform
}
3154scope:overlord = {
3155has_reform = government_reform:military_order_reform
}
}
}
3160if = {
3161limit = {
}
}
}