Geskripteter Effekt
byz_set_up
ByzanzLandevery in listDefinitionin_game/common/scripted_effects/on_action_effects.txt:144
145every_current_bureaucracy = {
146set_maintenance = 0
147set_entrenchment = 80
}
157province_definition:evros_province = {
158every_ownable_location_in_province_definition = {
159limit = {
160is_coastal = yes
}
163owner = {
164add_to_list = raided_countries
}
}
}
168province_definition:dardanelles_province = {
169every_ownable_location_in_province_definition = {
170limit = {
171is_coastal = yes
}
174owner = {
175add_to_list = raided_countries
}
}
}
179area:morea_area = {
180every_ownable_location_in_area = {
181limit = {
182is_coastal = yes
183NOR = {
184province_definition = province_definition:achaea_province
185province_definition = province_definition:ilia_province
186this = location:corinth
187this = location:xylokastro
}
}
191owner = {
192add_to_list = raided_countries
}
}
}
196province_definition:attica_province = {
197every_ownable_location_in_province_definition = {
198limit = {
199is_coastal = yes
200NOT = {
200this = location:livadeia
}
}
203owner = {
204add_to_list = raided_countries
}
}
}
208province_definition:neopatras_province = {
209every_ownable_location_in_province_definition = {
210limit = {
211is_coastal = yes
}
214owner = {
215add_to_list = raided_countries
}
}
}
219province_definition:euboea_province = {
220every_ownable_location_in_province_definition = {
221limit = {
222is_coastal = yes
}
225owner = {
226add_to_list = raided_countries
}
}
}
230province_definition:naxos_province = {
231every_ownable_location_in_province_definition = {
232limit = {
233is_coastal = yes
}
236owner = {
237add_to_list = raided_countries
}
}
}
242every_in_list = {
243list = raided_countries
}