-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstartup_events.txt
196 lines (168 loc) · 3.38 KB
/
startup_events.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
namespace = startup_events
startup_events.1 = {
type = country_event
title = "startup_events.1.t"
desc = "startup_events.1.desc"
picture = successors
goto_location = root
trigger = {
is_ai = no
country_culture_group = hellenic
NOT = {
tag = HCP
}
capital_scope = {
OR = {
is_in_region = greece_region
is_in_region = asia_region
is_in_region = cilicia_region
is_in_region = galatia_region
is_in_region = bithynia_region
is_in_region = cappadocia_region
is_in_region = assyria_region
is_in_region = mesopotamia_region
is_in_region = gedrosia_region
is_in_region = persis_region
is_in_region = media_region
is_in_region = bactriana_region
is_in_region = ariana_region
is_in_region = parthia_region
is_in_region = syria_region
is_in_region = palestine_region
is_in_region = cyrenaica_region
is_in_region = upper_egypt_region
is_in_region = lower_egypt_region
is_in_region = thrace_region
is_in_region = macedonia_region
is_in_region = armenia_region
}
}
NOT = {
has_variable = hellenic_1_flag
}
}
immediate = {
set_variable = {
name = hellenic_1_flag
}
}
option = {
name = startup_events.1.a
#if = {
# limit = {
# tag = PRY
# }
# trigger_event = {
# id = diadochi_flavor.10
# days = { 5 10 }
# }
#}
}
}
startup_events.2 = {
type = country_event
title = "startup_events.2.t"
desc = "startup_events.2.desc"
picture = naval_battle
goto_location = root
trigger = {
is_ai = no
tag = CAR
NOT = {
has_variable = carthage_startup_flag
}
}
immediate = {
set_variable = {
name = carthage_startup_flag
}
}
option = {
name = startup_events.2.a
}
}
startup_events.7 = {
type = country_event
title = "startup_events.7.t"
desc = "startup_events.7.desc"
picture = romans_marching
goto_location = root
left_portrait = current_ruler
left_portrait = current_co_ruler
right_portrait = c:SAM.current_ruler
right_portrait = c:ETR.current_ruler
right_portrait = c:CAR.current_ruler
trigger = {
tag = ROM
is_tutorial_active = no
NOT = {
has_variable = hellenic_7_flag
}
}
immediate = {
set_variable = {
name = hellenic_7_flag
}
}
option = {
name = startup_events.7.a
add_truce = {
target = c:ETR
duration = 1
}
}
}
startup_events.8 = {
type = country_event
hidden = yes
trigger = {
tag = ROM
NOT = { has_variable = shown_wonders }
}
immediate = {
set_variable = { name = shown_wonders }
hidden_effect = {
p:536 = {
show_model = "wonder_giza"
}
p:1981 = {
show_model = "wonder_halicarnassus"
}
}
}
}
startup_events.9 = { # makes sure forts are on citys and border forts are on settlements
type = country_event
hidden = yes
immediate = {
every_owned_province = {
limit = {
has_city_status = yes
has_building = border_fortress_building
}
remove_building_level = border_fortress_building
}
every_owned_province = {
limit = {
is_capital = yes;
NOT = {
has_building = fortress_building
}
}
add_building_level = fortress_building
}
every_owned_province = {
limit = {
has_city_status = no
has_building = fortress_building
}
while = {
limit = {
has_building = fortress_building
}
remove_building_level = fortress_building
}
add_building_level = border_fortress_building
}
}
}