
行动
解散修会
天主教的修会不仅过时而且违乎正信。我们必须解散更多非国教的残余宗教机构,剥夺他们的土地并没收他们的财产。
修道院建筑effect
允许建造修道院修正类型allow定义in_game/common/generic_actions/church_power.txt:3
4type = religious
6sound = UI_action_religion_generic
8ai_tick = daily
9ai_tick_frequency = 80
10automation_tick = monthly
11automation_tick_frequency = 1
13automation_tick = monthly
14automation_tick_frequency = 1
15player_automated_category = religiousdoctrines
18message = national_church_action
20potential = {
}
23allow = {
24scope:actor ?= {
25total_effective_building_levels:monastery > 0
}
}
31price = price:national_church_power
33select_trigger = {
34looking_for_a = religion
35source = actor
36target_flag = recipient
37name = "choose_religion" 选择宗教:
38column = {
39data = name
}
}
46effect = {
47scope:actor = {
48ordered_owned_location = {
52order_by = population
53max = 5
54check_range_bounds = no
59owner = {
60add_gold = {
61value = scope:actor.monthly_income_trade_and_tax
62multiply = 0.5
}
}
}
}
}
69ai_will_do = {
70add = -100
71add = {
72if = {
73limit = {
74scope:actor = {
75gold <= {
76value = scope:actor.monthly_income_trade_and_tax
77multiply = 4
}
}
}
81value = 200
}
}
84add = {
85if = {
86limit = {
87scope:actor = {
88religion_percentage_in_country = {
89religion = scope:recipient
90value > 0
}
}
}
94value = 200
}
}
}