forked from hadorganization/geheimnisnacht
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHL_title_decisions.txt
54 lines (53 loc) · 1 KB
/
HL_title_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
title_decisions = {
raiding_adventurer_buy_title = {
only_rulers = yes
ai_target_filter = dynasty_owned
filter = dynasty_owned
from_potential = {
is_ruler = yes
has_character_flag = raiding_adventurer
wealth = 150
is_nomadic = no
primary_title = {
temporary = yes
}
nor = {
demesne_size = 1
# Somewhat clunky way of checking that the character does not stand to inherit any titles
any_heir_title = {
always = yes
}
}
}
potential = {
tier = COUNT
can_be_given_away = yes
location = {
num_of_settlements = 1
}
holder_scope = {
NOT = {
has_character_modifier = raider_buy_land_timer
}
}
}
effect = {
log = "work decision raiding_adventurer_buy_title for [Root.GetBestName]"
save_event_target_as = target_title
holder_scope = {
save_event_target_as = target_ruler
}
FROM = {
character_event = {
id = HL.120
}
}
}
ai_will_do = {
factor = 1
modifier = {
factor = 0.01
}
}
}
}