이벤트

Conversion Menu - Culture

qa_debug.4002in_game/events/debug/qa_debug.txt:359

Which pops shall be culturally converted?

이벤트 연쇄

각 이벤트는 바로 위에 있는 이벤트에 의해 발생합니다. 그 아래 줄에는 어떤 선택지가 언제 이 이벤트로 이어지는지 표시됩니다.

  1. Conversion Menu
  2. Conversion Menu - Religion
    ↳ 선택지 A “Religion” · 즉시
  3. Conversion Menu - Culture
    ↳ 선택지 B “Culture” · 즉시

정의in_game/events/debug/qa_debug.txt:359

360type = country_event
361title = qa_debug.4002.title Conversion Menu - Culture
362desc = qa_debug.4002.desc Which pops shall be culturally converted?
363outcome = neutral

선택지

AConvert all of my pops!
368custom_tooltip = qa_debug_change_all_pops_culture_tt Every owned province's culture will be converted to Culture
369hidden_effect = {
370every_owned_location = {
371every_pop = {
372change_pop_culture = root.culture
}
}
}
BConvert all who are not accepted!
380custom_tooltip = qa_debug_change_all_unaccepted_pops_culture_tt Every owned province, which does NOT have an Accepted Culture will be culturally converted to Culture
381hidden_effect = {
382every_owned_location = {
383every_pop = {
384limit = {
385NOT = {
385culture = {
385is_accepted_in = root
}
}
}
387change_pop_culture = root.culture
}
}
}
CConvert all the accepted ones!
395custom_tooltip = qa_debug_change_all_accepted_pops_culture_tt Every owned province, which has an Accepted Culture will be culturally converted to Culture
396hidden_effect = {
397every_owned_location = {
398every_pop = {
399limit = {
400culture = {
400is_accepted_in = root
}
}
402change_pop_culture = root.culture
}
}
}
DClose Menu
© 2026 Soft Santa Cruz, S.L.U.. 모든 권리 보유. 비공식 팬 프로젝트이며 Paradox Interactive와 관련이 없습니다. 게임 콘텐츠 © Paradox Interactive. 소개 · 개인정보 보호 · 법적 고지