forked from Numahr/lux-invicta-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaonach_decisions.txt
76 lines (76 loc) · 1.46 KB
/
aonach_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
decisions = {
hold_an_aonach_tailteann = {
is_high_prio = yes
potential = {
NOT = {
has_character_flag = aonach_tailteann
}
# OR = {
religion_group = celtic_group
# }
OR = {
culture = irish
culture = scottish
culture = pictish
culture = brython
culture = welsh
}
independent = yes
OR = {
tier = duke
tier = king
tier = emperor
}
location = {
owner = { character = ROOT }
}
}
allow = {
war = no
prisoner = no
in_command = no
age = 16
prestige = 500
wealth = 200
OR = {
any_vassal = {
has_minor_title = title_court_bard
}
any_courtier = {
has_minor_title = title_court_bard
}
}
}
effect = {
set_character_flag = aonach_tailteann
clr_character_flag = tailteann_has_ended
wealth = -200
prestige = 100
narrative_event = { id = ancrel.1193 tooltip = "tailteann_invite" }
hidden_tooltip = {
narrative_event = { id = ancrel.1191 days = 60 } # Aonach starts
clr_character_flag = tailteann_has_ended
any_realm_character = {
limit = {
NOT = { trait = incapable }
prisoner = no
}
clr_character_flag = tailteann_has_ended
narrative_event = { id = ancrel.1190 }
}
}
}
ai_will_do = {
factor = 1
modifier = {
factor = 0
NOT = {
OR = {
wealth = 1000
scaled_wealth = 3.0
}
}
}
}
}
}