Hello all, can you add ic to any country in the game, and if so can you please give me a discription on how to get into and what to get into to to change the ic so i can add it to some countries to try to make it harder to play.......
event = {
id = 98765
random = no
country = SOV
ai = yes
trigger = {
difficulty = 2
}
action_a = {
command = { type = supplies value = 1000 }
command = { type = rarematerialspool value = 500 }
command = { type = construct which = ic where = 1567 value = 5 } #Ufa
command = { type = construct which = ic where = 1570 value = 5 } #Chlakov
command = { type = construct which = ic where = 1574 value = 5 } #Chelyabinsk
command = { type = construct which = ic where = 1575 value = 5 } #Kurgan
command = { type = construct which = ic where = 1577 value = 5 } #Orsk
command = { type = construct which = ic where = 1828 value = 5 } #Kuybyshev
}
}
blue emu said:That event might need a bit of tweaking... I'm sure one of our Event-grognards can straighten out any problems it might have.
event = {
id = 90000
random = no
country = SOV
trigger = {
difficulty = 2
ai = yes
}
name = "AI_EVENT"
style = 0
date = { day = 1 month = january year = 1936 }
offset = 30
deathdate = { day = 29 month = december year = 1947 }
action_a = {
command = { type = free_energy value = 60 }
command = { type = free_metal value = 30 }
command = { type = free_rare_materials value = 15 }
command = { type = construct which = ic where = 1567 value = 5 } #Ufa
command = { type = construct which = ic where = 1570 value = 5 } #Chlakov
command = { type = construct which = ic where = 1574 value = 5 } #Chelyabinsk
command = { type = construct which = ic where = 1575 value = 5 } #Kurgan
command = { type = construct which = ic where = 1577 value = 5 } #Orsk
command = { type = construct which = ic where = 1828 value = 5 } #Kuybyshev
}
}