forked from Numahr/lux-invicta-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVIET_adventures.txt
93 lines (92 loc) · 1.57 KB
/
VIET_adventures.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
decisions = {
survey_realm = {
is_high_prio = yes
potential = {
is_ruler = yes
is_landed = yes
ai = no
higher_tier_than = count
NOR = {
has_character_flag = do_not_disturb
is_inaccessible_trigger = yes
trait = incapable
}
is_adult = yes
prisoner = no
war = no
}
allow = {
scaled_wealth = 0.3
wealth = 50
custom_tooltip = {
text = surveyed_realm_recently_text
hidden_tooltip = {
NOT = { has_character_flag = surveyed_realm }
}
}
}
effect = {
scaled_wealth = -0.3
set_character_flag = surveyed_realm
set_character_flag = begin_survey_realm
set_character_flag = do_not_disturb
}
revoke_allowed = {
always = no
}
ai_will_do = {
factor = 1
modifier = {
factor = 0.005 # Slow it down
}
modifier = {
factor = 0
NOT = { scaled_wealth = 0.3 }
}
modifier = {
factor = 2
trait = diligent
}
modifier = {
factor = 1.5
trait = ambitious
}
modifier = {
factor = 1.4
trait = gregarious
}
modifier = {
factor = 1.3
trait = just
}
modifier = {
factor = 0.5
trait = slothful
}
modifier = {
factor = 0.6
trait = shy
}
modifier = {
factor = 0.7
trait = content
}
modifier = {
factor = 0.8
trait = paranoid
}
modifier = {
factor = 0.9
trait = arbitrary
}
modifier = {
factor = 0.7
NOT = { age = 25 }
}
modifier = {
factor = 0.5
age = 60
}
}
}
}