I have a quick and dirty one, however for it to work I believe you have to edit out the techs you already have. And it can be used to 'cheat' if you don't want to actually research the computer tech, as long as you have the preq it works
As a last warning it seems that the effect on industry is added at once, and not recalced every day. Thus you could save, remove techs, load use event, save, remove etc and get a massive IC
Very basic, uncommented. Also my first event....but it works
Zak
event = {
id = 6000
random = no
trigger = {
}
name = "More tech!"
desc = "Push button, be happy"
style = 0
action_a = {
name = "OK"
command = { type = gain_tech which = 3103 }
command = { type = gain_tech which = 3302 }
command = { type = gain_tech which = 3602 }
command = { type = gain_tech which = 3804 }
command = { type = gain_tech which = 3905 }
command = { type = gain_tech which = 3945 }
command = { type = gain_tech which = 3972 }
command = { type = gain_tech which = 3973 }
command = { type = gain_tech which = 3974 }
}
}