Doesn't the build infrastructure command give +10 anyway?
Alternatively, how about an event?
Alternatively, how about an event?
Code:
event = {
country = ENG
id = 56100
random = no
style = 0
name = "Sinai Pipeline"
desc = "Poor communications in the El Arish province greatly
limit British attempts to advance from Egypt into Palestine.
High Command proposes building a new supply route, including
a water pipeline, through the desert."
trigger = {
war = { country = ENG country = TUR }
control = { province = 1206 data = ENG }
supplies = 100
}
date = { day = 0 month = january year = 1916 }
offset = 10
deathdate = { day = 0 month = january year = 1924 }
action_a = {
name = "Build it"
command = { type = infrastructure which = 1206 value = 25 }
command = { type = supplies value = -100 }
}
action_b = {
name = "It's too expensive"
command = { }
}
}