• 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.

SonofWinter

007
42 Badges
Jun 28, 2004
4.789
1.117
  • Hearts of Iron IV: Expansion Pass
  • Europa Universalis III: Collection
  • Europa Universalis IV: El Dorado
  • Europa Universalis: Rome Collectors Edition
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Mare Nostrum
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Together for Victory
  • Europa Universalis IV: Third Rome
  • Hearts of Iron IV: Death or Dishonor
  • 500k Club
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Golden Century
  • Imperator: Rome Deluxe Edition
  • Imperator: Rome
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: La Resistance
  • Imperator: Rome - Magna Graecia
  • Crusader Kings III
  • Europa Universalis 4: Emperor
  • Hearts of Iron III Collection
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Sword of Islam
  • Europa Universalis III
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Rome: Vae Victis
Ruler Commits an Act of Cruelty
-10 piety

I have been recieving a lot of these events. More, as my demense has grown larger. Does demense size increase the likelyhood of this event occuring? If that is true, what is the logic behind this? Because I have more provinces, I now am more likely to travel to a province, hundreds of miles away, just so that I can hurt someone. My character does not have the cruel trait. But every two years or so, I get one of these events.
 
Upvote 0

Cagliostro

Charlatan or Mystic?
84 Badges
Apr 30, 2002
3.477
105
  • Crusader Kings II: Horse Lords
  • Victoria 2: Heart of Darkness
  • Rome: Vae Victis
  • Warlock: Master of the Arcane
  • Warlock 2: The Exiled
  • 500k Club
  • Cities: Skylines
  • Europa Universalis III: Collection
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Victoria 2: A House Divided
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Tyranny: Archon Edition
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Crusader Kings II: Monks and Mystics
  • Victoria 3 Sign Up
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Deus Vult
  • Europa Universalis III
  • Divine Wind
  • Europa Universalis IV
  • Crusader Kings II
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • Magicka
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Europa Universalis: Rome
  • Rome Gold
  • Sengoku
Are you sure you're not cruel?

The event descrips:

#################################################
# ruler commits act of cruelty to peasants #
#################################################

province_event = {
id = 6000

picture = "event_crime"

trigger = {
condition = {
type = owner
condition = {
type = trait
value = cruel
}
}
}

mean_time_to_happen = {
months = 360

modifier = {
condition = {
type = ruler_piety
value = 100
}
factor = 1.5
}
modifier = {
condition = {
type = not
value = {
type = ruler_piety
value = 0
}
}
factor = 0.75
}
modifier = {
condition = {
type = owner
condition = {
type = father_trait
value = just
}
}
factor = 1.2
}
}

action_a = { #Truly, a cruel act!
effect = { type = peasant_loyalty value = -0.2 }
effect = { type = clergy_loyalty value = -0.1 }
effect = { type = ruler_piety value = -10 }
}
}
#################################################
# ruler commits act of cruelty to burghers #
#################################################

province_event = {
id = 6001

picture = "event_crime"

trigger = {
condition = {
type = owner
condition = {
type = trait
value = cruel
}
}
}

mean_time_to_happen = {
months = 360

modifier = {
condition = {
type = ruler_piety
value = 100
}
factor = 1.5
}
modifier = {
condition = {
type = not
value = {
type = ruler_piety
value = 0
}
}
factor = 0.75
}
modifier = {
condition = {
type = owner
condition = {
type = father_trait
value = just
}
}
factor = 1.2
}
}

action_a = { #Truly, a cruel act!
effect = { type = burgher_loyalty value = -0.2 }
effect = { type = clergy_loyalty value = -0.1 }
effect = { type = ruler_piety value = -10 }
}
}

You shouldn't be getting the event if you're not cruel. But yeah, if you have more provinces you should get more - it's a province-based event. It's not that you're running around stringing up individual peasants, but that your ruthless policies are upsetting the locals of various places.