Here is my first stab at one of the generic tech change events, in this case for those in the traditionalism group to go up to Conventionalism.
I believe that there can be no events for dropping from Conventionalism to Traditionalism. Most of the tech shifting ought to be upward, with the possible exception of events dropping countries from Innovative to Renaissance. We need to make Innovative a difficult tech group to maintain oneself in (well, for players).
Code:
event = {
id = 901001
random = no
country = ADE
trigger = {
flag = exotic_tech
OR = {
AND = {
ai = yes
NOT = { flag = player_run }
year = 1580
}
AND = {
infra = 1
OR = {
AND = {
domestic = { type = innovative value = 5 }
domestic = { type = centralization value = 5 }
}
domestic = { type = innovative value = 6 }
}
year = 1460
}
AND = {
infra = 2
domestic = { type = innovative value = 4 }
domestic = { type = centralization value = 5 }
OR = {
AND = {
continent = america
year = 1540
}
AND = {
continent = africa
year = 1490
}
AND = {
NOT = { continent = africa }
NOT = { continent = america }
}
}
}
infra = 3
}
}
name = "The Tide of Change Ebbs Forward"
desc = "Trade with new cultures and the influx of new tools and ideas has been changing our culture. We now care a little less about tradition, and a little more about innovation."
date = { year = 1419 }
offset = 3000
deathdate = { year = 1820 }
action_a = {
name = "Excellent"
command = { type = technology which = china }
command = { type = clrflag which = exotic_tech }
command = { type = setflag which = china_tech }
}
}
I believe that there can be no events for dropping from Conventionalism to Traditionalism. Most of the tech shifting ought to be upward, with the possible exception of events dropping countries from Innovative to Renaissance. We need to make Innovative a difficult tech group to maintain oneself in (well, for players).