• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

unmerged(30442)

Corporal
Jun 13, 2004
26
0
I am not sure if this is a bug, but if Bavaria stays Catholic then has the uprising event, and supresses it, they get revolt risk that never goes away in their German cores.

Even if the State Religion changes to Protestant, even if the provinces are converted, even after +250 years.

It seems a bit excessive to have the revolt risk last forever.
 
Void Dragon said:
I am not sure if this is a bug, but if Bavaria stays Catholic then has the uprising event, and supresses it, they get revolt risk that never goes away in their German cores.

Even if the State Religion changes to Protestant, even if the provinces are converted, even after +250 years.

It seems a bit excessive to have the revolt risk last forever.


That sounds like a bug to me!

I'll look into it.

Thanks.
 
I see the problem.

Archduke missed a trigger in the "Things settle" event, at the end of the Peasants War...

Should read:


event = {
id = 440013
random = no
country = BAY
trigger = {
event = 440010
event = 440011
}
name = "The end of the Peasants' War"
desc = "Martin Luther, however, condemned the revolt, thus contributing to its eventual defeat. Lacking unity and firm leadership, the peasant forces were crushed (1525) largely by the army of the Swabian League. It is estimated that 100,000 peasants were killed. In Bavaria, where the revolt continued until 1526, the peasants won some concessions, but in most areas they suffered continued or increased restrictions and had to pay tribute. The peasants’ defeat dissuaded further attempts by the peasantry to improve their social and political position."

date = { day = 1 month = january year = 1535 }
offset = 300
deathdate = { day = 1 month = january year = 1540 }
action_a = {
name = "They never had a chance"
command = { type = stability value = 1 }
command = { type = province_revoltrisk which = 343 value = -15 }
command = { type = province_revoltrisk which = 344 value = -15 }
command = { type = province_revoltrisk which = 345 value = -15 }
command = { type = province_revoltrisk which = 346 value = -15 }
command = { type = province_revoltrisk which = 347 value = -15 }
command = { type = province_revoltrisk which = 348 value = -15 }
command = { type = province_revoltrisk which = 349 value = -15 }
command = { type = province_revoltrisk which = 371 value = -15 }
command = { type = province_revoltrisk which = 372 value = -15 }
command = { type = province_revoltrisk which = 373 value = -15 }
command = { type = province_revoltrisk which = 374 value = -15 }
command = { type = province_revoltrisk which = 388 value = -15 }
command = { type = province_revoltrisk which = 1612 value = -15 }
}
}
 
Yes, two and a half years later and we are still finding major errors in TheArchduke's coding. Aberration was a great starting idea, but a sloppy, sloppy mess.

I already got that one, mikl, but thanks all the same! :)