forked from Numahr/lux-invicta-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlent.txt
81 lines (81 loc) · 1.51 KB
/
lent.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
decisions = {
observe_lent = {
is_high_prio = yes
potential = {
ai = no
is_ruler = yes
is_feudal = yes
prisoner = no
OR = {
religion = catholic
religion = orthodox
religion = unctionist
religion = pelagian
religion = semipelagian
religion = audianist
religion = monophysite
religion = nestorian
religion = monothelite
religion = apollinarist
religion = docetist
religion = melkite
religion = arian
religion = sabellianist
religion = adoptionist
religion = donatist
}
NOR = {
has_character_flag = lent
has_character_modifier = observed_lent
}
}
allow = {
war = no
prisoner = no
wealth = 100
custom_tooltip = {
text = IS_HEALTHY
NOR = {
is_ill = yes
has_symptom_trigger = yes
}
}
month = 1
NOT = {
month = 3
}
}
effect = {
narrative_event = {
id = lent.0 #1000100010 # lent.0
tooltip = "begin_fast" }
set_character_flag = lent
piety = 15
wealth = -60
add_character_modifier = {
name = observed_lent
duration = 1900
hidden = no
}
if = {
limit = {
has_dlc = "Reapers"
}
custom_tooltip = {
text = capital_prospers_custom_tooltip
hidden_tooltip = {
capital_scope = {
change_variable = { which = prosperity_value value = 8 }
}
}
}
}
}
revoke_allowed = {
always = no
}
ai_will_do = {
factor = 0
}
}
}