forked from hadorganization/geheimnisnacht
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwh_loremaster_control_tools.txt
56 lines (54 loc) · 1000 Bytes
/
wh_loremaster_control_tools.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
targetted_decisions = {
z_loremaster_tools = {
ai_target_filter = self
filter = self
from_potential = {
age = 16
trait = loremaster
ai = no
}
allow = {
age = 16
trait = loremaster
ai = no
}
effect = {
log = "work decision z_loremaster_tools for [Root.GetBestName]"
character_event = {
id = loremaster.1
}
}
}
z_wake_slann = {
ai_target_filter = realm
filter = all
from_potential = {
ai = no
trait = loremaster
}
potential = {
trait = creature_slann
}
allow = {
NOT = {
character = FROM
}
}
effect = {
log = "work decision z_wake_slann for [Root.GetBestName]"
save_event_target_as = designate_target
add_artifact = mages_tome
add_artifact = mages_tome_heavens
add_artifact = mages_tome_beasts
add_artifact = mages_ring_3
add_artifact = mages_amulet_3
add_artifact = mages_staff_3
from = {
character_event = {
id = zara_slann.1
}
remove_trait = loremaster
}
}
}
}