
Action
Increment Recruitment
Uncertain times are ahead, and wars will need to be fought. We should increase our armies with new recruits.
Japanese ShogunateInternational Organizationpotential
Sengoku JidaiSituationselect triggerIncrementing RecruitmentStatic ModifierallowDefinitionin_game/common/generic_actions/sengoku.txt:621
622icon = sengoku_attempt_imperial_restoration
623type = situation
624potential = {
625scope:actor ?= {
}
}
629allow = {
630scope:actor ?= {
631at_war = no
633monthly_manpower > 0
}
}
637automation_tick = never
638automation_tick_frequency = 12
640ai_tick = monthly
641ai_tick_frequency = 6
643price = price:sengoku_increment_recruitment
645select_trigger = {
646looking_for_a = situation
647target_flag = recipient
648name = "choose_situation" Choose the Situation:
649column = {
650data = name
}
}
658effect = {
659scope:actor ?= {
660add_country_modifier = {
}
}
}
663ai_will_do = {
664add = "scope:actor.add_static_modifier_utility(sengoku_incrementing_recruitment)"
}