이벤트이번 버전 변경
사라진 구루

구루의 계보가 끊기자 시크교 전체가 어지러워졌습니다. 이에 우리는 신실한 시크교 신자로서 Target Location에서 Guru Country와 함께 새로운 구루의 계보를 세울 책임이 있습니다.
시크교국가 간 조직체immediate
시크교종교immediate, trigger정의in_game/events/religion/sikhism.txt:1096
1097type = country_event
1098title = sikhism.13.title 사라진 구루
1099desc = sikhism.13.desc 구루의 계보가 끊기자 시크교 전체가 어지러워졌습니다. 이에 우리는 신실한 시크교 신자로서 Target Location에서 Guru Country와 함께 새로운 구루의 계보를 세울 책임이 있습니다.
1100outcome = neutral
1102trigger = {
1107NOT = {
1108country_exists = c:SIKH
}
1110country_type = location
}
1113illustration_tags = {
111410 = regular
111510 = interior
}
1118immediate = {
}
1120ordered_owned_location = {
1121order_by = population
1122max = 1
1123save_scope_as = target_location
}
1125scope:target_location = {
1126create_building_country_in_location = {
1127name = {
1128name = SIKH 구루가디
}
1130save_scope_as = guru_country
1132change_country_flag = SIKH 구루가디
1133define_unique_country_tag = SIKH 구루가디
1137add_reform = government_reform:guru_leadership_reform
1139set_liturgical_language = culture.dialect
1140if = {
}
1148else = {
1149create_international_organization = {
1151add_country_to_international_organization = scope:guru_country
1152set_leader_country = scope:guru_country
}
}
}
1156change_building_level_in_location = {
}
}
}