Третий Рим
Действие

Третий Рим

third_romein_game/common/generic_actions/autocephalous_patriarchates.txt:341

Создайте Concept в резиденции Concept.

ТребуетИмперияРанг державыallowseatПеременнаяallow, potential, select trigger

Определениеin_game/common/generic_actions/autocephalous_patriarchates.txt:341

342type = religious
344sound = UI_action_religion_generic
346ai_tick = monthly
347ai_tick_frequency = 3
348automation_tick = monthly
349automation_tick_frequency = 1
351automation_tick = monthly
352automation_tick_frequency = 1
353player_automated_category = religiousdoctrines
354potential = {
355scope:actor.religion = {
356has_autocephalous_patriarchates = yes
357not = {
358any_religion_international_organization = {
359var:seat ?= {
360is_location_holy_site_for = root
}
}
}
}
}
367allow = {
368scope:actor = {
369country_rank = country_rank:rank_empire
370prestige >= 60
371is_member_of_international_organization_of_type = {
372type = autocephalous_patriarchate
}
374autocephalous_patriarchate ?= {
375var:seat ?= {
376owner = scope:actor
}
}
}
}
382price = price:third_rome
384select_trigger = {
385looking_for_a = religion
386source = actor
387target_flag = recipient
388name = "choose_religion" Выберите Concept:
389column = {
390data = name
}
392visible = {
393has_autocephalous_patriarchates = yes
}
395enabled = {
396not = {
397any_religion_international_organization = {
398var:seat ?= {
399is_location_holy_site_for = root
}
}
}
}
}
406effect = {
407create_holy_site = {
408name = ecumenical_patriarchate Вселенский патриархат
409type = episcopal_see
410importance = 3
411location = scope:actor.capital
412religions = {
scope:actor.autocephalous_patriarchate.var:religion
}
413save_scope_as = new_holy_site
}
415scope:actor = {
416autocephalous_patriarchate ?= {
417set_variable = {
418name = seat Кафедра
419value = scope:new_holy_site.location
}
}
}
}
425ai_will_do = {
427add = {
428value = 1000
}
}