-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdistinctions.txt
63 lines (54 loc) · 1.65 KB
/
distinctions.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
namespace = distinction
distinction.7 = { # Primigenia
type = country_event
title = distinction.7.t
desc = distinction.7.desc
picture = diadochi_legion_carrying_standard_honor
left_portrait = current_ruler
right_portrait = scope:primagena_legion_leader
trigger = {
has_dlc = "Heirs of Alexander"
exists = scope:primagena_legion
}
option = {
name = distinction.7.a
scope:primagena_legion = {
ordered_legion_unit = {
order_by = unit_size
save_scope_as = primagena_legion_leader
}
add_distinction = distinction_legio_primagena
hidden_effect = {
add_legion_history = {
key = legion_history_legio_primagena
commander = owner.current_ruler
province = scope:primagena_legion.owner.capital_scope
}
}
}
}
immediate = {
if = {
limit = {
exists = scope:actor
}
clear_saved_scope = actor
}
scope:primagena_legion.owner = {
random_army = {
limit = {
has_legion_trigger = yes
trigger_if = {
limit = {
has_legion_trigger = yes
}
legion = {
NOT = { has_distinction = distinction_legio_primagena }
}
}
}
save_scope_as = actor
}
}
}
}