I don't know if the following problems are only in the 1.04 beta or not, but I noticed a strange events:
1)
# A vassal is not happy with your ruling laws #
###############################################
character_event = { #A vassal is not happy with your ruling law, claiming that you are too heavy handed. Relations have become strained as a result.
id = 6609
picture = "event_claim"
#triggered by 6606 or 6607
action_a = { # Will they ever stop complaining?
effect = { type = prestige value = -25 }
effect = {
type = random
chance = 10 #possibility that your vassals feel that you are being quite forgiving about things
effect = { type = add_trait value = forgiving }
effect = { type = loyalty for = worst_vassal value = 0.25 }
}
}
}
I think loyalty should be -0.25
1)
# A vassal is not happy with your ruling laws #
###############################################
character_event = { #A vassal is not happy with your ruling law, claiming that you are too heavy handed. Relations have become strained as a result.
id = 6609
picture = "event_claim"
#triggered by 6606 or 6607
action_a = { # Will they ever stop complaining?
effect = { type = prestige value = -25 }
effect = {
type = random
chance = 10 #possibility that your vassals feel that you are being quite forgiving about things
effect = { type = add_trait value = forgiving }
effect = { type = loyalty for = worst_vassal value = 0.25 }
}
}
}
I think loyalty should be -0.25