J'ai trouvé le code
Dans le fichier events\governors
title = "EVTNAME1060"
desc = "EVTDESC1060"
option = {
name = "EVTOPTA1060" # It may be time to find a new governor
ai_chance = { factor = 40 }
governor_scope = {
corruption = 0.15
family_prestige = -0.1
}
owner = { ruler = { add_trait = just } }
random = {
chance = 50
governor_scope = { popularity = -10 }
}
}
option = {
name = "EVTOPTB1060" # See if you can come to some agreement
ai_chance = { factor = 60 }
governor_scope = { corruption = 0.15 }
owner = {
ruler = {
corruption = 0.1
wealth = 200
}
}
}
}
I think the last parenthesis is too much, option "some agreement" 5 open parenthesis, 6 close parenthesis...