• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

unmerged(42174)

Captain
Mar 27, 2005
382
0
event = {
id = 21240
random = no
province = 1382 #Mosul-Kirkuk

picture = oil

name = "EVT_OIL_NAME"
desc = "EVT_OIL_DESC"

date = { year = 1927 }
offset = 100

action_a = { name = "ACTIONNAMEOILA"
command = { type = resource_type which = oil where = 1382 }
command = { type = life_sustainability which = 1382 value = 5 when = 1 }
}
}


event = {
id = 21241
random = no
province = 939 #Fier Albania

picture = oil

name = "EVT_OIL_NAME"
desc = "EVT_OIL_DESC"

date = { year = 1917 }
offset = 100

action_a = { name = "ACTIONNAMEOILA"
command = { type = resource_type which = oil where = 939 }
command = { type = life_sustainability which = 1382 value = 5 when = 1 }
}
}

event = {
id = 21242
random = no
province = 2093 #Peru

picture = oil

name = "EVT_OIL_NAME"
desc = "EVT_OIL_DESC"

date = { year = 1915 }
offset = 100

action_a = { name = "ACTIONNAMEOILA"
command = { type = resource_type which = oil where = 2093 }
command = { type = life_sustainability which = 1382 value = 5 when = 1 }
}
}

event = {
id = 21243
random = no
province = 2785 #Comodoro Rivadavia

picture = oil

name = "EVT_OIL_NAME"
desc = "EVT_OIL_DESC"

date = { year = 1907 }
offset = 250

action_a = { name = "ACTIONNAMEOILA"
command = { type = resource_type which = oil where = 2785 }
command = { type = life_sustainability which = 1382 value = 5 when = 1 }
}
}

event = {
id = 21244
random = no
province = 1058 #grozny

picture = oil

name = "EVT_OIL_NAME"
desc = "EVT_OIL_DESC"

date = { year = 1883 }
offset = 250

action_a = { name = "ACTIONNAMEOILA"
command = { type = resource_type which = oil where = 1058 }
command = { type = life_sustainability which = 1382 value = 5 when = 1 }
}
}

event = {
id = 21245
random = no
province = 491 #north sakhalin

picture = oil

name = "EVT_OIL_NAME"
desc = "EVT_OIL_DESC"

date = { year = 1892 }
offset = 450

action_a = { name = "ACTIONNAMEOILA"
command = { type = resource_type which = oil where = 491 }
command = { type = life_sustainability which = 1382 value = 5 when = 1 }
}
}

event = {
id = 21246
random = no
province = 947 #Galicia

picture = oil

name = "EVT_OIL_NAME"
desc = "EVT_OIL_DESC"

date = { year = 1886 }
offset = 450

action_a = { name = "ACTIONNAMEOILA"
command = { type = resource_type which = oil where = 947 }
command = { type = life_sustainability which = 1382 value = 5 when = 1 }
}
}

event = {
id = 21247
random = no
province = 898 #Galicia

picture = oil

name = "EVT_OIL_NAME"
desc = "EVT_OIL_DESC"

date = { year = 1896 }
offset = 450

action_a = { name = "ACTIONNAMEOILA"
command = { type = resource_type which = oil where = 898 }
command = { type = life_sustainability which = 1382 value = 5 when = 1 }
}
}

event = {
id = 21248
random = no
province = 1393 #E-Central Iraq

picture = oil

name = "EVT_OIL_NAME"
desc = "EVT_OIL_DESC"

date = { year = 1923 }
offset = 200

action_a = { name = "ACTIONNAMEOILA"
command = { type = resource_type which = oil where = 1393 }
command = { type = life_sustainability which = 1382 value = 5 when = 1 }
}
}

This line: "command = { type = life_sustainability which = 1382 value = 5 when = 1 }" seems to be in all these events, even though the oil is found in several different provinces. The life must be very pleasant in Mosul-Kirkuk after all these events have fired.
 
Upvote 0