Could you post the event to see how it exactly looks after the last modifications?
The events trigger demand innovation 10. Does Albania in the game you tested did have the slider to innovation 10 or did the event trigger ignoring the triggers conditions?
I cheated to move the innovative slider to 10 with +3 stability, and here is the event:
Code:
#(1419-1819) Tech group improvement
event = {
id = 88888888
persistent = yes
name = "Tech group improvement"
desc = "With our recent changes in mindset our progress becomes every day greater"
trigger = {
NOT = { tech = latin }
domestic = { type = innovative value = 10 }
stability = 3
}
date = { day = 1 month = january year = 1419 }
offset = 60
deathdate = { day = 1 month = december year = 1819 }
action = {
name = "Continue"
trigger = { tech = orthodox }
command = { type = stability value = -6 }
command = { type = technology which = latin }
command = { type = domestic which = innovative value = -10 }
}
action = {
name = "Continue"
trigger = { tech = muslim }
command = { type = stability value = -6 }
command = { type = technology which = orthodox }
command = { type = domestic which = innovative value = -10 }
}
action = {
name = "Continue"
trigger = { tech = asian }
command = { type = stability value = -6 }
command = { type = technology which = muslim }
command = { type = domestic which = innovative value = -10 }
}
action = {
name = "Continue"
trigger = { tech = african }
command = { type = stability value = -6 }
command = { type = technology which = asian }
command = { type = domestic which = innovative value = -10 }
}
action = {
name = "Continue"
trigger = { tech = pagan }
command = { type = stability value = -6 }
command = { type = technology which = african }
command = { type = domestic which = innovative value = -10 }
}
action = {
name = "Statu quo"
}
}
Ober said:
Just to not see African tribes westernizing to early or sth
1- I don't think this should be a "westernization", as countries are not necessarily basing their changes in those that happened in Western Europe, but rather discovering for themselves the benefits of open-mindedness, among other things.
2- As long as the process is gradual (i.e. without skipping any tech group) I think that should be possible if the circumstances allow it (which for the AI will probably be never).
Another thing, if we're going to make separate events for different groups, adding generic chains, supposing they are possible, would be great.