
Action
Dissoudre des Monastères
Le monachisme des papistes est aussi dépassé qu'hérétique. Nous devrions dissoudre d'autres maisons religieuses non conformistes et confisquer leurs terres et leurs biens.
MonastèreBâtimenteffect
Monastères autorisésType de modificateurallowDéfinitionin_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" Sélectionner la 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
}
}
}