forked from Numahr/lux-invicta-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjus uxoris decisions.txt
220 lines (211 loc) · 4.32 KB
/
jus uxoris decisions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
plot_decisions = {
plot_usurp_wife_decision = {
is_high_prio = yes
potential = {
is_married = yes
plot_target_char = {
any_spouse = {
character = ROOT
}
}
OR = {
has_plot = plot_usurp_liege_wife
has_plot = plot_usurp_same_realm_wife
has_plot = plot_usurp_independent_wife
}
NOT = {
has_character_flag = plot_usurp_wife_decision_taken
}
}
allow = {
OR = {
AND = {
plot_power = 1.0
num_of_plot_backers = 1
plot_target_char = {
prisoner = no
}
}
plot_target_char = {
prisoner = yes
host = {
character = ROOT
}
}
plot_target_char = {
trait = incapable
}
}
plot_target_char = {
NOR = {
any_war = {
defender = {
character = PREVPREV
}
}
any_war = {
attacker = {
character = PREVPREV
}
}
}
}
}
effect = {
plot_target_char = {
character_event = {
id = DAMO.100
tooltip = DAMO100TP
}
}
hidden_tooltip = {
set_character_flag = plot_usurp_wife_decision_taken
activate_plot = yes
}
}
revoke_allowed = {
always = no
}
ai_will_do = {
factor = 1
modifier = {
factor = 0
trait = content
}
modifier = {
factor = 0
NOT = {
AND = {
plot_target_char = {
NOT = {
trait = incapable
}
}
plot_power = 1.5
}
}
}
}
}
usurp_wusband = {
is_high_prio = yes
potential = {
is_female = yes
has_character_flag = usurped_by_husband
spouse = { has_character_flag = usurped_my_wife }
}
allow = {
ROOT = {
has_character_flag = usurped_by_husband
any_claim = {
has_holder = yes
holder_scope = {
mother = { NOT = { character = ROOT } }
NOT = { has_character_flag = usurped_my_wife }
any_liege = {
has_character_flag = usurped_my_wife
spouse = {
character = ROOT
has_strong_claim = PREVPREVPREV
}
NOT = { mother = { character = ROOT } }
}
}
}
}
}
effect = {
ROOT = {
any_claim = {
limit = {
has_holder = yes
holder_scope = {
mother = { NOT = { character = ROOT } }
NOT = { has_character_flag = usurped_my_wife }
any_liege = {
has_character_flag = usurped_my_wife
spouse = {
character = ROOT
has_strong_claim = PREVPREVPREV
}
NOT = { mother = { character = ROOT } }
}
}
}
gain_title_plus_barony_if_unlanded = ROOT
}
}
}
ai_will_do = {
factor = 99
}
}
ai_divorce = {
is_high_prio = yes
potential = {
ai = yes
is_female = yes
is_ruler = yes
NOT = { has_character_flag = usurped_by_husband }
spouse = {
NOT = { has_character_flag = usurped_my_wife }
NOT = { dynasty = ROOT }
}
}
allow = {
NOT = { health_traits = 1 }
NOT = { trait = craven }
NOT = { trait = content }
NOT = { trait = incapable }
NOT = { trait = infirm }
NOT = {
any_child = {
is_alive = yes
is_female = no
father = { spouse = { character = ROOT } }
}
}
OR = {
spouse = {
has_character_modifier = failed_to_usurp_spouse
NOT = { reverse_opinion = { who = ROOT value = 0 } }
}
spouse = {
spouse = { has_lover = no }
is_ruler = yes
lower_tier_than = ROOT
NOT = { reverse_opinion = { who = ROOT value = -50 } }
}
spouse = {
spouse = { has_lover = no }
is_ruler = yes
higher_tier_than = ROOT
NOT = { reverse_opinion = { who = ROOT value = -100 } }
}
spouse = {
spouse = { has_lover = yes }
is_ruler = yes
lower_tier_than = ROOT
NOT = { reverse_opinion = { who = ROOT value = -25 } }
}
spouse = {
spouse = { has_lover = yes }
is_ruler = yes
higher_tier_than = ROOT
NOT = { reverse_opinion = { who = ROOT value = -75 } }
}
}
}
effect = {
piety = -100
prestige = -100
remove_spouse = ROOT
spouse = {
character_event = { id = DAMO.94}
}
}
ai_will_do = {
factor = 50
}
}
}