• 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(220265)

Sergeant
1 Badges
Aug 15, 2010
70
2
  • Crusader Kings II
So I've loaded up as Aegon and am having a heck of a lot of fun building an evil slaver empire in the east. I have the First Night law set to legal, but I don't see any decisions for it, and I haven't gotten any events. Does the law actually do anything, or is it just for flavor?
 
There are a few random events. I got one where a generic peasant woman claimed I fathered her baby during the "first night" and had the option of acknowledging the kid as my bastard, giving her money, or calling her a liar (I suspect it's more or less a clone of one of the other random bastard events). Checking the event files, it seems that a lord with certain traits (e.g. lunatic) can claim the first night from one of his vassals when he attends a wedding.
 
Not sure why he would have to have the lunatic trait since it's supposed to be a noble right.

That's right...

"#Take First Night?
character_event = {
id = wedding.26
desc = "EVTDESCwedding.26"
picture = GFX_evt_emissary

is_triggered_only = yes

option = {
name = "EVTOPTAwedding.26" #Give assent
ai_chance = {
factor = 150
}
}
option = {
name = "EVTOPTBwedding.26" #Attend and take first night
ai_chance = {
factor = 1
modifier = {
factor = 3
trait = cruel
}
modifier = {
factor = 3
trait = lunatic
}
modifier = {
factor = 3
trait = lustful
}
modifier = {
factor = 3
trait = arbitrary
}
modifier = {
factor = 3
trait = proud
}
modifier = {
factor = 0.33
trait = kind
}
modifier = {
factor = 0
trait = honorable
}
modifier = {
factor = 0.33
trait = just
}
modifier = {
factor = 0.33
trait = humble
}
modifier = {
factor = 0.5
opinion = { who = FROM value = 20 }
}
modifier = {
factor = 0.5
opinion = { who = FROM value = 40 }
}
modifier = {
factor = 0.5
opinion = { who = FROM value = 60 }
}
modifier = {
factor = 0
NOT = { trait = lunatic }
opinion = { who = FROM value = 80 }
}
}
custom_tooltip = {
text = TOOLTIPwedding.26
}
set_character_flag = coming_to_ball
set_character_flag = take_first_night
FROM = { FROM = { tooltip = { } } }
FROM = { FROM = { spouse = { tooltip = { } } } }
hidden_tooltip = {
opinion = {
modifier = opinion_attending_wedding
who = FROM
years = 1
}
}
}
}"