Расширение ополчения
Действие

Расширение ополчения

increase_levies_from_shogun_courtin_game/common/generic_actions/religious_factions.txt:425

Через сёгунский двор мы можем потребовать, чтобы Аристократы прислали больше людей для Concept и Concept ополчения.

ТребуетЯпонский сёгунатМеждународное объединениеallow

Определениеin_game/common/generic_actions/religious_factions.txt:425

426type = religiousfaction
428sound = UI_action_religion_generic
430potential = {
431scope:actor.religion = {
432has_religious_factions = yes
}
}
436allow = {
437trigger_if = {
438limit = {
440exists = leader_country
}
}
443scope:actor ?= {
}
}
}
449cooldown = {
450type = increase_levies_from_shogun_court
451years = 5
}
454automation_tick = never
455automation_tick_frequency = 12
457ai_tick = monthly
458ai_tick_frequency = 12
460price = price:increase_levies_from_shogun_court
462select_trigger = {
463looking_for_a = religion
464source = actor
465target_flag = recipient
466name = "choose_religion" Выберите Concept:
467column = {
468data = name
}
}
472effect = {
473scope:actor ?= {
474add_country_modifier = {
476years = 5
477mode = add_and_extend
}
}
}
482ai_will_do = {
483add = "scope:actor.add_static_modifier_utility(increased_levies_from_shogun_court)"
}