
アクション
宗教画の依頼
献身を示すため、宗教画の制作を依頼する。
公正を有効化補正タイプeffect
密教の慣行ポリシーpotential, select triggerreligion変数select trigger定義in_game/common/generic_actions/sects.txt:764
765type = religious
767sound = UI_action_religion_generic
769potential = {
770scope:actor = {
771any_international_organizations_member_of = {
}
}
}
777cooldown = {
778type = commission_religious_images
779years = 10
}
782allow = {
}
785ai_tick = monthly
786ai_tick_frequency = 6
788automation_tick = monthly
789automation_tick_frequency = 1
790player_automated_category = religiousdoctrines
792price = price:commission_religious_images
794select_trigger = {
795looking_for_a = religion
796source = actor
797target_flag = recipient
798name = "choose_religion" 宗教を選択:
799column = {
800data = name
}
802visible = {
803has_sects = yes
804scope:actor = {
805any_international_organizations_member_of = {
807has_variable = religion
}
}
}
}
814effect = {
815scope:actor = {
816add_prestige = 10
}
}
826ai_will_do = {
827add = {
828value = "scope:actor.currency_utility(prestige|10)"
}
830if = {
834add = {
835value = "scope:actor.currency_utility(righteousness|10)"
}
}
}