-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiberian_starting_country_events.txt
201 lines (165 loc) · 3.89 KB
/
iberian_starting_country_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
197
198
199
200
201
namespace = iberian_starting_country_events
iberian_starting_country_events.1 = {
#Hasta
type = country_event
title = "iberian_starting_country_events.asa.t"
desc = "iberian_starting_country_events.asa.desc"
picture = interesting_histories_generic_market
left_portrait = current_ruler
left_portrait = c:GAD.current_ruler
right_portrait = c:CRM.current_ruler
goto_location = C:ASA.capital_scope
trigger = {
is_ai = no
tag = ASA
NOT = {
has_variable = iberian_starting_country_events_asa
}
}
immediate = {
set_variable = {
name = iberian_starting_country_events_asa
}
}
option = {
name = iberian_starting_country_events.asa.a
}
}
iberian_starting_country_events.2 = {
#Karmo
type = country_event
title = "iberian_starting_country_events.crm.t"
desc = "iberian_starting_country_events.crm.desc"
picture = interesting_histories_punic_town
left_portrait = current_ruler
right_portrait = c:ASA.current_ruler
right_portrait = c:CAR.current_ruler
goto_location = C:CRM.capital_scope
trigger = {
is_ai = no
tag = CRM
NOT = {
has_variable = iberian_starting_country_events_crm
}
}
immediate = {
set_variable = {
name = iberian_starting_country_events_crm
}
}
option = {
name = iberian_starting_country_events.crm.a
}
}
iberian_starting_country_events.3 = {
#Onuba
type = country_event
title = "iberian_starting_country_events.onu.t"
desc = "iberian_starting_country_events.onu.desc"
picture = interesting_histories_punic_ship_city
left_portrait = current_ruler
right_portrait = c:BDL.current_ruler
right_portrait = c:CMS.current_ruler
right_portrait = c:CNU.current_ruler
goto_location = C:ONU.capital_scope
trigger = {
is_ai = no
tag = ONU
NOT = {
has_variable = iberian_starting_country_events_onu
}
}
immediate = {
set_variable = {
name = iberian_starting_country_events_onu
}
}
option = {
name = iberian_starting_country_events.onu.a
}
}
iberian_starting_country_events.4 = {
#Turdetanians
type = country_event
title = "iberian_starting_country_events.tut.t"
desc = "iberian_starting_country_events.tut.desc"
picture = interesting_histories_punic_town
left_portrait = current_ruler
left_portrait = c:ASA.current_ruler
right_portrait = c:CRM.current_ruler
right_portrait = c:CAR.current_ruler
trigger = {
is_ai = no
OR = {
tag = CIP
tag = COD
tag = ORP
tag = LSC
}
NOT = {
has_variable = iberian_starting_country_events_tut
}
}
immediate = {
set_variable = {
name = iberian_starting_country_events_tut
}
}
option = {
name = iberian_starting_country_events.tut.a
}
}
iberian_starting_country_events.5 = {
#Gadir
type = country_event
title = "iberian_starting_country_events.gad.t"
desc = "iberian_starting_country_events.gad.desc"
picture = interesting_histories_punic_city_purple
left_portrait = current_ruler
left_portrait = c:ASA.current_ruler
left_portrait = c:ONU.current_ruler
right_portrait = c:CAR.current_ruler
right_portrait = char:155
goto_location = C:GAD.capital_scope
trigger = {
is_ai = no
tag = GAD
NOT = {
has_variable = iberian_starting_country_events_gad
}
}
immediate = {
set_variable = {
name = iberian_starting_country_events_gad
}
}
option = {
name = iberian_starting_country_events.gad.a
}
}
iberian_starting_country_events.6 = {
#Arse/Saguntum
type = country_event
title = "iberian_starting_country_events.sgs.t"
desc = "iberian_starting_country_events.sgs.desc"
picture = interesting_histories_generic_market
left_portrait = current_ruler
right_portrait = c:MAS.current_ruler
right_portrait = c:EPO.current_ruler
goto_location = C:SGS.capital_scope
trigger = {
is_ai = no
tag = SGS
NOT = {
has_variable = iberian_starting_country_events_sgs
}
}
immediate = {
set_variable = {
name = iberian_starting_country_events_sgs
}
}
option = {
name = iberian_starting_country_events.sgs.a
}
}