
행동
종교 반란군 발달 저지
잇코 잇키와 협상해 반란이 발생할 위험을 낮출 수 있습니다.
정의in_game/common/generic_actions/religious_factions.txt:730
731type = religiousfaction
733sound = UI_action_religion_generic
735potential = {
736scope:actor.religion = {
737has_religious_factions = yes
}
}
741allow = {
742scope:actor ?= {
743any_rebel = {
744rebel_progress > 0.5
745rebel_category = religious
}
}
}
750automation_tick = never
751automation_tick_frequency = 12
753ai_tick = monthly
754ai_tick_frequency = 6
756price = price:reduce_rebels_from_ikko_ikki
758cooldown = {
759type = reduce_rebels_from_ikko_ikki
760years = 2
}
763select_trigger = {
764looking_for_a = religion
765source = actor
766target_flag = recipient
767name = "choose_religion" 종교 선택:
768column = {
769data = name
}
}
773effect = {
774scope:actor ?= {
775every_rebel = {
776if = {
777limit = {
778rebel_progress > 0.5
779rebel_category = religious
}
781add_rebel_progress = -0.3
}
}
}
}
787ai_will_do = {
788scope:actor ?= {
789every_rebel = {
790add = "scope:actor.short_term_trigger_currency_utility(rebel_progress|1|this)"
}
}
}