• 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.
I disagree.The choice is indeed between stability or centralization but event is the result of current policies. "Deny Old Rights" means not changing the policies while "Accept" is a step "backwards" for the government. Maybe we could change "Deny Old Rights" but I'm not sure. Any suggestion?

It could be possible to have stab +1 for "Accept" but, IMHO, it would be a gift to players.

Anyway, there is a bug in comments for 96010057 and comments for names should be the reverse.

One question unanswered in these events is, is the A option bad for the AI ?

If negative centralization better or worse for the AI ?

Centralization has so many advantages that most players will choose that option. Being at centralization 10 has three powerful good effects. It reduces your technology cost by 10%, and it increases your production efficiency by 10% and your census tax modifier by +0.25. In addition there two minor effects: high centralization increases the rebellion delay (time to independence, default is 3 years) by 6 months.
decentralization nations get a manpower bonus from vassals. It can even be a 50% of their base manpower, depending on how decentralized you are.

So, in the first event, if a AI state is very lower on centralization as per trigger, then why not give this state a chance to further decentalize its policy, ..........maybe the centralized trigger should be a 5 instead of 2.?

maybe below is a better balance for the choice

Code:
event = {
id = 96000057 #Paradox 1060
trigger = {
NOT = { owned = { province = 1614 data = -1 } } #not for the Pope (MUS)
stability = -2
[COLOR="Yellow"]NOT = { stability = 3 }[/COLOR]
countrysize = 4
domestic = { type = centralization value =[COLOR="Red"] 2 [/COLOR] [COLOR="Yellow"]5[/COLOR] }
}
random = yes
name = "EVENTNAME_RANDOM057" #Cities Demand Old Rights
desc = "EVENTHIST_RANDOM057"
#-#Urban dwellers had always existed under a different code of rules than their rural brethren - even in the same state. Just as monarchs looked to curb the privileges of nobles they often tried to bring cities under more uniform rules and regulations. The cities often resisted these efforts.

action_a = {
name = "ACTIONNAME_RANDOM057A" #Deny Old Rights
command = { type = stability value = -2 }
}
action_b = {
name = "ACTIONNAME_RANDOM057B" #Accept
command = { type = domestic which = centralization value = -1 }
}
}
Code:
event = {
id = 96010057 #Paradox 1060
trigger = {
NOT = { owned = { province = 1614 data = -1 } } #not for the Pope (MUS)
stability = -2
[COLOR="Yellow"]NOT = { stability = 3 }[/COLOR]
countrysize = 4
domestic = { type = aristocracy value = [COLOR="Red"]4[/COLOR]  [COLOR="Yellow"]6[/COLOR] }
domestic = { type = centralization value = 6 }
}
random = yes
name = "EVENTNAME_RANDOM057" #Cities Demand Old Rights
desc = "EVENTHIST_RANDOM057"
#-#Urban dwellers had always existed under a different code of rules than their rural brethren - even in the same state. Just as monarchs looked to curb the privileges of nobles they often tried to bring cities under more uniform rules and regulations. The cities often resisted these efforts.

action_a = {
name = "ACTIONNAME_RANDOM057A" #Accept
command = { type = stability value = -2 }
[COLOR="Yellow"]command = { type = domestic which = centralization value = 1 }[/COLOR]
}
action_b = {
name = "ACTIONNAME_RANDOM057B" #Deny Old Rights
command = { type = domestic which = centralization value = -1 }
}
}

Code:
event = {
id = new 
trigger = {
NOT = { owned = { province = 1614 data = -1 } } #not for the Pope (MUS)
countrysize = 4
NOT = { domestic = { type = aristocracy value = 5 } }
NOT = { domestic = { type = centralization value = 5 } }
NOT = { year = 1740 }
}
random = yes
name = "EVENTNAME_RANDOM057" #Cities get Old Rights
desc = "EVENTHIST_RANDOM057"
#-#Urban dwellers had always existed under a different code of rules than their rural brethren . Some monarchs looked to the nobles to regulate the rural communities rights, maintain the militia, set the tax and maintain production and produce for the monarch.

action_a = {
name = "ACTIONNAME_RANDOM057A" #Accept
command = { type = stability value = 1 }
command = { type = domestic which = centralization value = -1 }
}
action_b = {
name = "ACTIONNAME_RANDOM057B" #Deny Old Rights
command = { type = domestic which = centralization value = 1 }
}
}
 
Last edited:
AGCEEP 1.58 is the last version of AGCEEP compatible with EU2.
Discussion of random events for AGCEEP 1.59 and beyond continues in the For the Glory thread of AGCEEP
 
Last edited: