Character Interaction
Take the Vows
The Character will be forced to join a religious order.
ClergyEstateselect trigger
Abbess ElectiveHeir Selectionallow, select trigger
CatholicismReligionpotential3message = yes
4on_own_nation = yes
14ai_tick = daily
15ai_tick_frequency = 180
17allow = {
18scope:actor = {
20OR = {
21has_ruler = yes
}
}
}
30select_trigger = {
31looking_for_a = character
32source = actor
33target_flag = recipient
34name = "choose_character" Choose the Character:
35column = {
36data = name
}
38visible = {
39is_alive = yes
40is_ruler = no
}
42enabled = {
43has_dynasty = yes
44trigger_if = {
45limit = {
46scope:actor = {
47has_ruler = yes
48ruler = {
48has_dynasty = yes
}
}
}
52dynasty = scope:actor.ruler.dynasty
}
54religion = scope:actor.religion
56is_adult = yes
57is_married = no
58is_general = no
59is_admiral = no
60is_heir = no
}
}
64effect = {
65scope:actor = {
66if = {
67limit = {
67scope:recipient = {
67is_heir = yes
}
}
}
73add_estate_satisfaction = {
}
74change_societal_value = {
}
}
76scope:recipient = {
77add_character_modifier = {
}
}
}
82ai_will_do = {
86add = {
88value = 300
89subtract = scope:recipient.total_abilities
90subtract = 270
}
93add = {
95value = 1
96subtract = scope:actor.estate_satisfaction:clergy_estate
98multiply = 2
99subtract = 1
102multiply = 60
}
}