Event bug
In political_events.txt, triggers seem to be mistyped
event 22018 - The Aristocrats withdraw to their Castles and Manors
trigger includes:
...
NOT = {
invention = 22019
}
...
should be:
...
NOT = {
invention = 22018
}
...
event 22019 - Merit is the guiding succession principle in Government
trigger includes:
...
NOT = {
invention = 22018
}
...
should be:
...
NOT = {
invention = 22019
}
...
Otherwise you keep getting the same event over and over again if you chose meritocracy. Then your diplomatic efficiency goes all the way to x0.01 and you will have a high plurality...
In political_events.txt, triggers seem to be mistyped
event 22018 - The Aristocrats withdraw to their Castles and Manors
trigger includes:
...
NOT = {
invention = 22019
}
...
should be:
...
NOT = {
invention = 22018
}
...
event 22019 - Merit is the guiding succession principle in Government
trigger includes:
...
NOT = {
invention = 22018
}
...
should be:
...
NOT = {
invention = 22019
}
...
Otherwise you keep getting the same event over and over again if you chose meritocracy. Then your diplomatic efficiency goes all the way to x0.01 and you will have a high plurality...