
Action
Dissolve Monasteries
Papist monasticism is outdated and heretical. We must dissolve more of the remaining nonconformist religious houses, strip them of their lands, and confiscate their valuables.
MonasteryBuildingeffect
Monasteries AllowedModifier TypeallowDefinitionin_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" Choose the 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
}
}
}