namespace = vctdinteraction

character_event = {
	id = vctdinteraction.1	
	
	is_triggered_only = yes 
	show_from_from = yes
	
	desc = "EVTDESCvctdinteraction1.1"
	picture = "GFX_evt_vctdlovers"
	
	option = {
		name = "EVTOPTAvctdinteraction1.1" #No choice
		trigger = {
			OR = {
				prisoner = yes
			}	
		}
		event_target:visiting_chambers = { character_event = { id = vctdinteraction.2 tooltip = EVTTOOLTIPvctdinteraction1.1 } }
	}

}
# The ruler becomes her lover
character_event = {
	id = vctdinteraction.2
	
	is_triggered_only = yes 
	desc = "EVTDESCvctdinteraction2.1"
	picture = "GFX_evt_vctdinto_the_dungeon"
	
	option = { #Intentar seducir
		name = "EVTOPTAvctdinteraction2.1"
		trigger = {
			ROOT = {
				OR = {
					trait = seducer
					trait = seductress
				}
			
			}
			FROM = { 
				or = {
					prisoner = yes
				}
			}
		}
		custom_tooltip = {
		text = TOOLTIPvctdinteraction2.1
		}
		if = { #Si la victima es lujuriosa o hedonista
			limit = { 
				OR = {
					FROM = { trait = lustful }
					FROM = { trait = hedonist }
				}
			}
			if = { #Si la victima tiene menos de -25 de opinion
				limit = { FROM = { opinion = { who = ROOT value = -25 } } } #Solo menores de -25 (-24,-23..)
				
			random_list = {
				90 = { 
					custom_tooltip = {
					text = TOOLTIPvctdinteraction2.2
					
						if = { #exepcion creada para embarazar a tu pricionera si tu eres un gobernante masculino
							limit = {
								is_female = no
								NOT = { age = 80 }
								FROM = { is_female = yes }
							}
							if = {
								limit = {
									fertility = 0.66
									FROM = { fertility = 0.66 }
								}	
								random_list = {
									30 = {
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									70 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									FROM = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										FROM = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									15 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									85 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									FROM = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										FROM = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									5 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									95 = { }
								}
							}
						}
						if = { #exepcion creada para embarazarte si tu eres un gobernante femenino
							limit = { 
								is_female = yes
								is_pregnant = no
								NOT = { age = 40 }
								event_target:visiting_chambers = { is_female = no }
							}
							if = {
								limit = {
									fertility = 0.66
									event_target:visiting_chambers = { fertility = 0.66 }
								}	
								random_list = {
									40 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									60 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									event_target:visiting_chambers = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										event_target:visiting_chambers = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									20 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									80 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									event_target:visiting_chambers = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										event_target:visiting_chambers = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									8 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									92 = { }
								}
							}	
							if = { #if forced impregnated flag as such
								limit = {
									prisoner = yes
									is_pregnant = yes
									host = { character = event_target:visiting_chambers }
								}
								set_character_flag = forced_child
							}			
						}
					}
					if = {
						limit = { }
							custom_tooltip = {
							text = TOOLTIPvctdinteraction2.9
							random_list = {
								15 = {
									FROM = { add_lover = ROOT }
									Hidden_tooltip = {
										character_event = {
											id = vctdinteraction.8
										}
									}
								}
								85 = {
									Hidden_tooltip = {
										character_event = {
											id = vctdinteraction.3
										}
									}
								}
							}
						}
					}
				}
				10 = {
					custom_tooltip = {
					text = TOOLTIPvctdinteraction2.3
						Hidden_tooltip = {
							character_event = {
								id = vctdinteraction.4
							}
						}
					}
				}
			}
			}
			if = { #Si la victima tiene -50 de opinion
				limit = {
					FROM = { opinion = { who = ROOT value = -50 } } # Solo menores de -50 (-49,-48...)
					NOT = { FROM = { opinion = { who = ROOT value = -25 } } } #Nunca menores de -25 (-24,-23..)
				}
				
			random_list = {
				60 = { 
					custom_tooltip = {
					text = TOOLTIPvctdinteraction2.2
					
						if = { #exepcion creada para embarazar a tu pricionera si tu eres un gobernante masculino
							limit = {
								is_female = no
								NOT = { age = 80 }
								FROM = { is_female = yes }
							}
							if = {
								limit = {
									fertility = 0.66
									FROM = { fertility = 0.66 }
								}	
								random_list = {
									30 = {
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									70 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									FROM = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										FROM = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									15 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									85 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									FROM = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										FROM = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									5 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									95 = { }
								}
							}
						}
						if = { #exepcion creada para embarazarte si tu eres un gobernante femenino
							limit = { 
								is_female = yes
								is_pregnant = no
								NOT = { age = 40 }
								event_target:visiting_chambers = { is_female = no }
							}
							if = {
								limit = {
									fertility = 0.66
									event_target:visiting_chambers = { fertility = 0.66 }
								}	
								random_list = {
									40 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									60 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									event_target:visiting_chambers = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										event_target:visiting_chambers = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									20 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									80 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									event_target:visiting_chambers = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										event_target:visiting_chambers = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									8 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									92 = { }
								}
							}	
							if = { #if forced impregnated flag as such
								limit = {
									prisoner = yes
									is_pregnant = yes
									host = { character = event_target:visiting_chambers }
								}
								set_character_flag = forced_child
							}			
						}
					}
					if = {
						limit = { }
							custom_tooltip = {
							text = TOOLTIPvctdinteraction2.9
							random_list = {
								10 = {
									FROM = { add_lover = ROOT }
									Hidden_tooltip = {
										character_event = {
											id = vctdinteraction.8
										}
									}
								}
								90 = {
									Hidden_tooltip = {
										character_event = {
											id = vctdinteraction.3
										}
									}
								}
							}
						}
					}
				}
				40 = {
					custom_tooltip = {
					text = TOOLTIPvctdinteraction2.3
						Hidden_tooltip = {
							character_event = {
								id = vctdinteraction.4
							}
						}
					}
				}
			}
			}
			if = { #Si la victima tiene -75 de opinion
				limit = {
					FROM = { opinion = { who = ROOT value = -75 } } # Solo menores de -75 (-74,-73...)
					NOT = { FROM = { opinion = { who = ROOT value = -50 } } } #Nunca menores de -50 (-49,-48..)
				}
				
			random_list = {
				30 = { 
					custom_tooltip = {
					text = TOOLTIPvctdinteraction2.2
					
						if = { #exepcion creada para embarazar a tu pricionera si tu eres un gobernante masculino
							limit = {
								is_female = no
								NOT = { age = 80 }
								FROM = { is_female = yes }
							}
							if = {
								limit = {
									fertility = 0.66
									FROM = { fertility = 0.66 }
								}	
								random_list = {
									30 = {
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									70 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									FROM = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										FROM = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									15 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									85 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									FROM = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										FROM = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									5 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									95 = { }
								}
							}
						}
						if = { #exepcion creada para embarazarte si tu eres un gobernante femenino
							limit = { 
								is_female = yes
								is_pregnant = no
								NOT = { age = 40 }
								event_target:visiting_chambers = { is_female = no }
							}
							if = {
								limit = {
									fertility = 0.66
									event_target:visiting_chambers = { fertility = 0.66 }
								}	
								random_list = {
									40 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									60 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									event_target:visiting_chambers = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										event_target:visiting_chambers = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									20 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									80 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									event_target:visiting_chambers = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										event_target:visiting_chambers = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									8 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									92 = { }
								}
							}	
							if = { #if forced impregnated flag as such
								limit = {
									prisoner = yes
									is_pregnant = yes
									host = { character = event_target:visiting_chambers }
								}
								set_character_flag = forced_child
							}			
						}
					}
					if = {
						limit = { }
							custom_tooltip = {
							text = TOOLTIPvctdinteraction2.9
							random_list = {
								5 = {
									FROM = { add_lover = ROOT }
									Hidden_tooltip = {
										character_event = {
											id = vctdinteraction.8
										}
									}
								}
								95 = {
									Hidden_tooltip = {
										character_event = {
											id = vctdinteraction.3
										}
									}
								}
							}
						}
					}
				}
				70 = {
					custom_tooltip = {
					text = TOOLTIPvctdinteraction2.3
						Hidden_tooltip = {
							character_event = {
								id = vctdinteraction.4
							}
						}
					}
				}
			}
			}
			if = { #Si la victima tiene -100 de opinion
				limit = {
					FROM = { opinion = { who = ROOT value = -100 } } # Solo menores de -100 (-99,-98...)
					NOT = { FROM = { opinion = { who = ROOT value = -75 } } } #Nunca menores de -75 (-74,-73..)
				}
				
			random_list = {
				10 = { 
					custom_tooltip = {
					text = TOOLTIPvctdinteraction2.2
					
						if = { #exepcion creada para embarazar a tu pricionera si tu eres un gobernante masculino
							limit = {
								is_female = no
								NOT = { age = 80 }
								FROM = { is_female = yes }
							}
							if = {
								limit = {
									fertility = 0.66
									FROM = { fertility = 0.66 }
								}	
								random_list = {
									30 = {
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									70 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									FROM = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										FROM = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									15 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									85 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									FROM = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										FROM = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									5 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									95 = { }
								}
							}
						}
						if = { #exepcion creada para embarazarte si tu eres un gobernante femenino
							limit = { 
								is_female = yes
								is_pregnant = no
								NOT = { age = 40 }
								event_target:visiting_chambers = { is_female = no }
							}
							if = {
								limit = {
									fertility = 0.66
									event_target:visiting_chambers = { fertility = 0.66 }
								}	
								random_list = {
									40 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									60 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									event_target:visiting_chambers = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										event_target:visiting_chambers = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									20 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									80 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									event_target:visiting_chambers = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										event_target:visiting_chambers = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									8 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									92 = { }
								}
							}	
							if = { #if forced impregnated flag as such
								limit = {
									prisoner = yes
									is_pregnant = yes
									host = { character = event_target:visiting_chambers }
								}
								set_character_flag = forced_child
							}			
						}
					}
					if = {
						limit = { }
							custom_tooltip = {
							text = TOOLTIPvctdinteraction2.9
							random_list = {
								1 = {
									FROM = { add_lover = ROOT }
									Hidden_tooltip = {
										character_event = {
											id = vctdinteraction.8
										}
									}
								}
								99 = {
									Hidden_tooltip = {
										character_event = {
											id = vctdinteraction.3
										}
									}
								}
							}
						}
					}
				}
				90 = {
					custom_tooltip = {
					text = TOOLTIPvctdinteraction2.3
						Hidden_tooltip = {
							character_event = {
								id = vctdinteraction.4
							}
						}
					}
				}
			}
			}
		}
		if = { #Si la victima es casta
			limit = { 
				OR = {
					FROM = { trait = chaste }
				}
			}
			
			if = { #Si la victima tiene menos de -25 de opinion
				limit = { FROM = { opinion = { who = ROOT value = -25 } } } #Solo menores de -25 (-24,-23..)
				
				random_list = {
					10 = { 
						custom_tooltip = {
						text = TOOLTIPvctdinteraction2.2
							
							if = { #exepcion creada para embarazar a tu pricionera si tu eres un gobernante masculino
							limit = {
								is_female = no
								NOT = { age = 80 }
								FROM = { is_female = yes }
							}
							if = {
								limit = {
									fertility = 0.66
									FROM = { fertility = 0.66 }
								}	
								random_list = {
									30 = {
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									70 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									FROM = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										FROM = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									15 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									85 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									FROM = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										FROM = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									5 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									95 = { }
								}
							}
							}
							if = { #exepcion creada para embarazarte si tu eres un gobernante femenino
							limit = { 
								is_female = yes
								is_pregnant = no
								NOT = { age = 40 }
								event_target:visiting_chambers = { is_female = no }
							}
							if = {
								limit = {
									fertility = 0.66
									event_target:visiting_chambers = { fertility = 0.66 }
								}	
								random_list = {
									40 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									60 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									event_target:visiting_chambers = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										event_target:visiting_chambers = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									20 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									80 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									event_target:visiting_chambers = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										event_target:visiting_chambers = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									8 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									92 = { }
								}
							}	
							if = { #if forced impregnated flag as such
								limit = {
									prisoner = yes
									is_pregnant = yes
									host = { character = event_target:visiting_chambers }
								}
								set_character_flag = forced_child
							}			
							}
						}
						if = {
							limit = { }
							custom_tooltip = {
							text = TOOLTIPvctdinteraction2.10
								random_list = {
									50 = { FROM = { remove_trait = chaste } }
									50 = { }
								}
							}
							custom_tooltip = {
							text = TOOLTIPvctdinteraction2.9
								random_list = {
									10 = {
										FROM = { add_lover = ROOT }
										Hidden_tooltip = {
											character_event = {
												id = vctdinteraction.8
											}
										}
									}
									90 = {
										Hidden_tooltip = {
											character_event = {
												id = vctdinteraction.3
											}
										}
									}
								}
							}
						}
					}
					90 = {
						custom_tooltip = {
						text = TOOLTIPvctdinteraction2.3
							Hidden_tooltip = {
								character_event = {
									id = vctdinteraction.4
								}
							}
						}
					}
				}
			}
			if = { #Si la victima tiene menos de -50 de opinion
				limit = { FROM = { opinion = { who = ROOT value = -50 } } # Solo menores de -50 (-49,-48...)
					NOT = { FROM = { opinion = { who = ROOT value = -25 } } } #Nunca menores de -25 (-24,-23..)
				}
				
				random_list = {
					5 = { 
						custom_tooltip = {
						text = TOOLTIPvctdinteraction2.2
							
							if = { #exepcion creada para embarazar a tu pricionera si tu eres un gobernante masculino
							limit = {
								is_female = no
								NOT = { age = 80 }
								FROM = { is_female = yes }
							}
							if = {
								limit = {
									fertility = 0.66
									FROM = { fertility = 0.66 }
								}	
								random_list = {
									30 = {
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									70 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									FROM = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										FROM = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									15 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									85 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									FROM = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										FROM = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									5 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									95 = { }
								}
							}
							}
							if = { #exepcion creada para embarazarte si tu eres un gobernante femenino
							limit = { 
								is_female = yes
								is_pregnant = no
								NOT = { age = 40 }
								event_target:visiting_chambers = { is_female = no }
							}
							if = {
								limit = {
									fertility = 0.66
									event_target:visiting_chambers = { fertility = 0.66 }
								}	
								random_list = {
									40 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									60 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									event_target:visiting_chambers = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										event_target:visiting_chambers = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									20 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									80 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									event_target:visiting_chambers = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										event_target:visiting_chambers = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									8 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									92 = { }
								}
							}	
							if = { #if forced impregnated flag as such
								limit = {
									prisoner = yes
									is_pregnant = yes
									host = { character = event_target:visiting_chambers }
								}
								set_character_flag = forced_child
							}			
							}
						}
						if = {
							limit = { }
							custom_tooltip = {
							text = TOOLTIPvctdinteraction2.10
								random_list = {
									50 = { FROM = { remove_trait = chaste } }
									50 = { }
								}
							}
							custom_tooltip = {
							text = TOOLTIPvctdinteraction2.9
								random_list = {
									5 = {
										FROM = { add_lover = ROOT }
										Hidden_tooltip = {
											character_event = {
												id = vctdinteraction.8
											}
										}
									}
									95 = {
										Hidden_tooltip = {
											character_event = {
												id = vctdinteraction.3
											}
										}
									}
								}
							}
						}
					}
					95 = {
						custom_tooltip = {
						text = TOOLTIPvctdinteraction2.3
							Hidden_tooltip = {
								character_event = {
									id = vctdinteraction.4
								}
							}
						}
					}
				}
			}
			if = { #Si la victima tiene menos de -100 de opinion
				limit = { FROM = { opinion = { who = ROOT value = -100 } } # Solo menores de -100 (-99,-98...)
					NOT = { FROM = { opinion = { who = ROOT value = -50 } } } #Nunca menores de -50 (-49,-48..)
				}
				
				random_list = {
					1 = { 
						custom_tooltip = {
						text = TOOLTIPvctdinteraction2.2
							
							if = { #exepcion creada para embarazar a tu pricionera si tu eres un gobernante masculino
							limit = {
								is_female = no
								NOT = { age = 80 }
								FROM = { is_female = yes }
							}
							if = {
								limit = {
									fertility = 0.66
									FROM = { fertility = 0.66 }
								}	
								random_list = {
									30 = {
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									70 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									FROM = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										FROM = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									15 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									85 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									FROM = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										FROM = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									5 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									95 = { }
								}
							}
							}
							if = { #exepcion creada para embarazarte si tu eres un gobernante femenino
							limit = { 
								is_female = yes
								is_pregnant = no
								NOT = { age = 40 }
								event_target:visiting_chambers = { is_female = no }
							}
							if = {
								limit = {
									fertility = 0.66
									event_target:visiting_chambers = { fertility = 0.66 }
								}	
								random_list = {
									40 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									60 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									event_target:visiting_chambers = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										event_target:visiting_chambers = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									20 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									80 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									event_target:visiting_chambers = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										event_target:visiting_chambers = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									8 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									92 = { }
								}
							}	
							if = { #if forced impregnated flag as such
								limit = {
									prisoner = yes
									is_pregnant = yes
									host = { character = event_target:visiting_chambers }
								}
								set_character_flag = forced_child
							}			
							}
						}
						if = {
							limit = { }
							custom_tooltip = {
							text = TOOLTIPvctdinteraction2.10
								random_list = {
									50 = { FROM = { remove_trait = chaste } }
									50 = { }
								}
							}
							custom_tooltip = {
							text = TOOLTIPvctdinteraction2.9
								random_list = {
									1 = {
										FROM = { add_lover = ROOT }
										Hidden_tooltip = {
											character_event = {
												id = vctdinteraction.8
											}
										}
									}
									99 = {
										Hidden_tooltip = {
											character_event = {
												id = vctdinteraction.3
											}
										}
									}
								}
							}
						}
					}
					99 = {
						custom_tooltip = {
						text = TOOLTIPvctdinteraction2.3
							Hidden_tooltip = {
								character_event = {
									id = vctdinteraction.4
								}
							}
						}
					}
				}
			}
		}
		if = { #Si la victima no tiene ningun rasgo relacionado
			limit = { 
				OR = {
					FROM = {
						NOT = { trait = lustful }
						NOT = { trait = hedonist }
						NOT = { trait = chaste }
					}
				}
			}
			
			if = { #Si la victima tiene menos de -25 de opinion
				limit = { FROM = { opinion = { who = ROOT value = -25 } } } #Solo menores de -25 (-24,-23..)
				
				random_list = {
					50 = { 
						custom_tooltip = {
						text = TOOLTIPvctdinteraction2.2
						
							if = { #exepcion creada para embarazar a tu pricionera si tu eres un gobernante masculino
							limit = {
								is_female = no
								NOT = { age = 80 }
								FROM = { is_female = yes }
							}
							if = {
								limit = {
									fertility = 0.66
									FROM = { fertility = 0.66 }
								}	
								random_list = {
									30 = {
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									70 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									FROM = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										FROM = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									15 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									85 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									FROM = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										FROM = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									5 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									95 = { }
								}
							}
						}
							if = { #exepcion creada para embarazarte si tu eres un gobernante femenino
							limit = { 
								is_female = yes
								is_pregnant = no
								NOT = { age = 40 }
								event_target:visiting_chambers = { is_female = no }
							}
							if = {
								limit = {
									fertility = 0.66
									event_target:visiting_chambers = { fertility = 0.66 }
								}	
								random_list = {
									40 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									60 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									event_target:visiting_chambers = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										event_target:visiting_chambers = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									20 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									80 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									event_target:visiting_chambers = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										event_target:visiting_chambers = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									8 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									92 = { }
								}
							}	
							if = { #if forced impregnated flag as such
								limit = {
									prisoner = yes
									is_pregnant = yes
									host = { character = event_target:visiting_chambers }
								}
								set_character_flag = forced_child
							}			
						}
						}
						if = {
								limit = { }
								custom_tooltip = {
								text = TOOLTIPvctdinteraction2.11
									random_list = {
										30 = { FROM = { add_trait = lustful } }
										70 = { }
									}
								}
								custom_tooltip = {
								text = TOOLTIPvctdinteraction2.9
									random_list = {
										10 = {
											FROM = { add_lover = ROOT }
											Hidden_tooltip = {
												character_event = {
													id = vctdinteraction.8
												}
											}
										}
										90 = {
											Hidden_tooltip = {
												character_event = {
													id = vctdinteraction.3
												}
											}
										}
									}
								}
						}
					}
					50 = {
						custom_tooltip = {
						text = TOOLTIPvctdinteraction2.3
							Hidden_tooltip = {
								character_event = {
									id = vctdinteraction.4
								}
							}
						}
						custom_tooltip = {
							text = TOOLTIPvctdinteraction2.12
							random_list = {
								30 = { FROM = { add_trait = chaste } }
								70 = { }
							}
						}
					}
				}
			}
			if = { #Si la victima tiene menos de -50 de opinion
				limit = {
					FROM = { opinion = { who = ROOT value = -50 } } # Solo menores de -50 (-49,-48...)
					NOT = { FROM = { opinion = { who = ROOT value = -25 } } } #Nunca menores de -25 (-24,-23..)
				}
				random_list = {
					30 = { 
						custom_tooltip = {
						text = TOOLTIPvctdinteraction2.2
						
							if = { #exepcion creada para embarazar a tu pricionera si tu eres un gobernante masculino
							limit = {
								is_female = no
								NOT = { age = 80 }
								FROM = { is_female = yes }
							}
							if = {
								limit = {
									fertility = 0.66
									FROM = { fertility = 0.66 }
								}	
								random_list = {
									30 = {
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									70 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									FROM = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										FROM = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									15 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									85 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									FROM = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										FROM = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									5 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									95 = { }
								}
							}
						}
							if = { #exepcion creada para embarazarte si tu eres un gobernante femenino
							limit = { 
								is_female = yes
								is_pregnant = no
								NOT = { age = 40 }
								event_target:visiting_chambers = { is_female = no }
							}
							if = {
								limit = {
									fertility = 0.66
									event_target:visiting_chambers = { fertility = 0.66 }
								}	
								random_list = {
									40 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									60 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									event_target:visiting_chambers = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										event_target:visiting_chambers = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									20 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									80 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									event_target:visiting_chambers = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										event_target:visiting_chambers = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									8 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									92 = { }
								}
							}	
							if = { #if forced impregnated flag as such
								limit = {
									prisoner = yes
									is_pregnant = yes
									host = { character = event_target:visiting_chambers }
								}
								set_character_flag = forced_child
							}			
						}
						}
						if = {
								limit = { }
								custom_tooltip = {
								text = TOOLTIPvctdinteraction2.11
									random_list = {
										30 = { FROM = { add_trait = lustful } }
										70 = { }
									}
								}
								custom_tooltip = {
								text = TOOLTIPvctdinteraction2.9
									random_list = {
										10 = {
											FROM = { add_lover = ROOT }
											Hidden_tooltip = {
												character_event = {
													id = vctdinteraction.8
												}
											}
										}
										90 = {
											Hidden_tooltip = {
												character_event = {
													id = vctdinteraction.3
												}
											}
										}
									}
								}
						}
					}
					70 = {
						custom_tooltip = {
						text = TOOLTIPvctdinteraction2.3
							Hidden_tooltip = {
								character_event = {
									id = vctdinteraction.4
								}
							}
						}
						custom_tooltip = {
							text = TOOLTIPvctdinteraction2.12
							random_list = {
								30 = { FROM = { add_trait = chaste } }
								70 = { }
							}
						}
					}
				}
			}
			if = { #Si la victima tiene menos de -75 de opinion
				limit = {
					FROM = { opinion = { who = ROOT value = -75 } } # Solo menores de -75 (-74,-73...)
					NOT = { FROM = { opinion = { who = ROOT value = -50 } } } #Nunca menores de -50 (-49,-48..)
				}
				random_list = {
					15 = { 
						custom_tooltip = {
						text = TOOLTIPvctdinteraction2.2
						
							if = { #exepcion creada para embarazar a tu pricionera si tu eres un gobernante masculino
							limit = {
								is_female = no
								NOT = { age = 80 }
								FROM = { is_female = yes }
							}
							if = {
								limit = {
									fertility = 0.66
									FROM = { fertility = 0.66 }
								}	
								random_list = {
									30 = {
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									70 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									FROM = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										FROM = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									15 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									85 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									FROM = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										FROM = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									5 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									95 = { }
								}
							}
						}
							if = { #exepcion creada para embarazarte si tu eres un gobernante femenino
							limit = { 
								is_female = yes
								is_pregnant = no
								NOT = { age = 40 }
								event_target:visiting_chambers = { is_female = no }
							}
							if = {
								limit = {
									fertility = 0.66
									event_target:visiting_chambers = { fertility = 0.66 }
								}	
								random_list = {
									40 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									60 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									event_target:visiting_chambers = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										event_target:visiting_chambers = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									20 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									80 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									event_target:visiting_chambers = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										event_target:visiting_chambers = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									8 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									92 = { }
								}
							}	
							if = { #if forced impregnated flag as such
								limit = {
									prisoner = yes
									is_pregnant = yes
									host = { character = event_target:visiting_chambers }
								}
								set_character_flag = forced_child
							}			
						}
						}
						if = {
								limit = { }
								custom_tooltip = {
								text = TOOLTIPvctdinteraction2.11
									random_list = {
										30 = { FROM = { add_trait = lustful } }
										70 = { }
									}
								}
								custom_tooltip = {
								text = TOOLTIPvctdinteraction2.9
									random_list = {
										10 = {
											FROM = { add_lover = ROOT }
											Hidden_tooltip = {
												character_event = {
													id = vctdinteraction.8
												}
											}
										}
										90 = {
											Hidden_tooltip = {
												character_event = {
													id = vctdinteraction.3
												}
											}
										}
									}
								}
						}
					}
					85 = {
						custom_tooltip = {
						text = TOOLTIPvctdinteraction2.3
							Hidden_tooltip = {
								character_event = {
									id = vctdinteraction.4
								}
							}
						}
						custom_tooltip = {
							text = TOOLTIPvctdinteraction2.12
							random_list = {
								30 = { FROM = { add_trait = chaste } }
								70 = { }
							}
						}
					}
				}
			}
			if = { #Si la victima tiene menos de -100 de opinion
				limit = {
					FROM = { opinion = { who = ROOT value = -100 } } # Solo menores de -100 (-99,-98...)
					NOT = { FROM = { opinion = { who = ROOT value = -75 } } } #Nunca menores de -75 (-74,-73..)
				}
				random_list = {
					5 = { 
						custom_tooltip = {
						text = TOOLTIPvctdinteraction2.2
						
							if = { #exepcion creada para embarazar a tu pricionera si tu eres un gobernante masculino
							limit = {
								is_female = no
								NOT = { age = 80 }
								FROM = { is_female = yes }
							}
							if = {
								limit = {
									fertility = 0.66
									FROM = { fertility = 0.66 }
								}	
								random_list = {
									30 = {
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									70 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									FROM = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										FROM = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									15 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									85 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									FROM = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										FROM = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									5 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									95 = { }
								}
							}
						}
							if = { #exepcion creada para embarazarte si tu eres un gobernante femenino
							limit = { 
								is_female = yes
								is_pregnant = no
								NOT = { age = 40 }
								event_target:visiting_chambers = { is_female = no }
							}
							if = {
								limit = {
									fertility = 0.66
									event_target:visiting_chambers = { fertility = 0.66 }
								}	
								random_list = {
									40 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									60 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									event_target:visiting_chambers = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										event_target:visiting_chambers = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									20 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									80 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									event_target:visiting_chambers = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										event_target:visiting_chambers = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									8 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									92 = { }
								}
							}	
							if = { #if forced impregnated flag as such
								limit = {
									prisoner = yes
									is_pregnant = yes
									host = { character = event_target:visiting_chambers }
								}
								set_character_flag = forced_child
							}			
						}
						}
						if = {
								limit = { }
								custom_tooltip = {
								text = TOOLTIPvctdinteraction2.11
									random_list = {
										30 = { FROM = { add_trait = lustful } }
										70 = { }
									}
								}
								custom_tooltip = {
								text = TOOLTIPvctdinteraction2.9
									random_list = {
										10 = {
											FROM = { add_lover = ROOT }
											Hidden_tooltip = {
												character_event = {
													id = vctdinteraction.8
												}
											}
										}
										90 = {
											Hidden_tooltip = {
												character_event = {
													id = vctdinteraction.3
												}
											}
										}
									}
								}
						}
					}
					95 = {
						custom_tooltip = {
						text = TOOLTIPvctdinteraction2.3
							Hidden_tooltip = {
								character_event = {
									id = vctdinteraction.4
								}
							}
						}
						custom_tooltip = {
							text = TOOLTIPvctdinteraction2.12
							random_list = {
								30 = { FROM = { add_trait = chaste } }
								70 = { }
							}
						}
					}
				}
			}
		}
	}
	option = { #Obligar la accion
		name = "EVTOPTAvctdinteraction2.2"
		trigger = {
			ROOT = {
				OR = {
					trait = impaler
					trait = schemer
				}
			
			}
			FROM = { 
				or = {
					prisoner = yes
				}
			}
		}
		custom_tooltip = {
			text = TOOLTIPvctdinteraction2.4
		}
		ROOT = {
				piety = -10
				if = {
					limit = { NOT = { trait = cruel } }
					add_trait = cruel
				}
			}
		if = { #Si la victima es cobarde
			limit = { 
				OR = {
					FROM = { trait = craven }
				}
			}
			random_list = {
				90 = { 
					custom_tooltip = {
					text = TOOLTIPvctdinteraction2.5
						
						if = { #exepcion creada para embarazar a tu pricionera si tu eres un gobernante masculino
							limit = {
								is_female = no
								NOT = { age = 80 }
								FROM = { is_female = yes }
							}
							if = {
								limit = {
									fertility = 0.66
									FROM = { fertility = 0.66 }
								}	
								random_list = {
									30 = {
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									70 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									FROM = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										FROM = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									15 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									85 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									FROM = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										FROM = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									5 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									95 = { }
								}
							}
						}
					}
					Hidden_tooltip = {
						character_event = {
							id = vctdinteraction.5
						}
					}
					FROM = {
						opinion = {
							who = ROOT
							modifier = opinion_forced_upon_me
						}
						if = {
							limit = { 
								OR = {
									ROOT = { is_female = no } 
									is_female = yes
								}	
							}
							ROOT = {
								liege = {
									if = {
										limit = {
											NOT = { character = ROOT }
											NOT = { character = ROOT_FROM }
										}
										opinion = { who = ROOT modifier = opinion_raper }
									}	
								}
							}
						}	
					}
				}
				10 = {
					custom_tooltip = {
					text = TOOLTIPvctdinteraction2.6
						Hidden_tooltip = {
							random_list = {
								30 = { FROM = { add_trait = craven } }
								70 = { }
							}
							FROM = {	
								add_character_modifier = {
									modifier = black_eye
									months = 1
								}
							}
							character_event = {
								id = vctdinteraction.6
							}
						}
					}
				}
			}
		}
		if = { #Si la victima es valiente
			limit = { 
				OR = {
					FROM = { trait = brave }
				}
			}
			random_list = {
				20 = { 
					custom_tooltip = {
					text = TOOLTIPvctdinteraction2.5
						
						if = { #exepcion creada para embarazar a tu pricionera si tu eres un gobernante masculino
							limit = {
								is_female = no
								NOT = { age = 80 }
								FROM = { is_female = yes }
							}
							if = {
								limit = {
									fertility = 0.66
									FROM = { fertility = 0.66 }
								}	
								random_list = {
									30 = {
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									70 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									FROM = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										FROM = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									15 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									85 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									FROM = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										FROM = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									5 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									95 = { }
								}
							}
						}
						if = { #exepcion creada para embarazarte si tu eres un gobernante femenino
							limit = { 
								is_female = yes
								is_pregnant = no
								NOT = { age = 40 }
								event_target:visiting_chambers = { is_female = no }
							}
							if = {
								limit = {
									fertility = 0.66
									event_target:visiting_chambers = { fertility = 0.66 }
								}	
								random_list = {
									40 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									60 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									event_target:visiting_chambers = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										event_target:visiting_chambers = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									20 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									80 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									event_target:visiting_chambers = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										event_target:visiting_chambers = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									8 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									92 = { }
								}
							}	
							if = { #if forced impregnated flag as such
								limit = {
									prisoner = yes
									is_pregnant = yes
									host = { character = event_target:visiting_chambers }
								}
								set_character_flag = forced_child
							}			
						}
					}
					Hidden_tooltip = {
						character_event = {
							id = vctdinteraction.5
						}
					}
					FROM = {
						opinion = {
							who = ROOT
							modifier = opinion_forced_upon_me
						}
						if = {
							limit = { 
								OR = {
									ROOT = { is_female = no } 
									is_female = yes
								}	
							}
							ROOT = {
								liege = {
									if = {
										limit = {
											NOT = { character = ROOT }
											NOT = { character = ROOT_FROM }
										}
										opinion = { who = ROOT modifier = opinion_raper }
									}	
								}
							}
						}	
					}
				}
				80 = {
					custom_tooltip = {
					text = TOOLTIPvctdinteraction2.6
						Hidden_tooltip = {
							random_list = {
								30 = { FROM = { add_trait = craven } }
								70 = { }
							}
							FROM = {	
								add_character_modifier = {
									modifier = black_eye
									months = 1
								}
							}
							character_event = {
								id = vctdinteraction.6
							}
						}
					}
				}
			}
		}
		if = { #Si la victima no tiene ningun rasgo relacionado
			limit = { 
				OR = {
					FROM = {
						NOT = { trait = craven }
						NOT = { trait = brave }
					}
				}
			}
			random_list = {
				50 = { 
					custom_tooltip = {
					text = TOOLTIPvctdinteraction2.5
						
						if = { #exepcion creada para embarazar a tu pricionera si tu eres un gobernante masculino
							limit = {
								is_female = no
								NOT = { age = 80 }
								FROM = { is_female = yes }
							}
							if = {
								limit = {
									fertility = 0.66
									FROM = { fertility = 0.66 }
								}	
								random_list = {
									30 = {
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									70 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									FROM = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										FROM = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									15 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									85 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									FROM = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										FROM = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									5 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									95 = { }
								}
							}
						}
						if = { #exepcion creada para embarazarte si tu eres un gobernante femenino
							limit = { 
								is_female = yes
								is_pregnant = no
								NOT = { age = 40 }
								event_target:visiting_chambers = { is_female = no }
							}
							if = {
								limit = {
									fertility = 0.66
									event_target:visiting_chambers = { fertility = 0.66 }
								}	
								random_list = {
									40 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									60 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									event_target:visiting_chambers = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										event_target:visiting_chambers = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									20 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									80 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									event_target:visiting_chambers = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										event_target:visiting_chambers = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									8 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									92 = { }
								}
							}	
							if = { #if forced impregnated flag as such
								limit = {
									prisoner = yes
									is_pregnant = yes
									host = { character = event_target:visiting_chambers }
								}
								set_character_flag = forced_child
							}			
						}
					}
					Hidden_tooltip = {
						character_event = {
							id = vctdinteraction.5
						}
					}
					FROM = {
						opinion = {
							who = ROOT
							modifier = opinion_forced_upon_me
						}
						if = {
							limit = { 
								OR = {
									ROOT = { is_female = no } 
									is_female = yes
								}	
							}
							ROOT = {
								liege = {
									if = {
										limit = {
											NOT = { character = ROOT }
											NOT = { character = ROOT_FROM }
										}
										opinion = { who = ROOT modifier = opinion_raper }
									}	
								}
							}
						}	
					}
				}
				50 = {
					custom_tooltip = {
					text = TOOLTIPvctdinteraction2.6
						Hidden_tooltip = {
							random_list = {
								25 = { FROM = { add_trait = craven } }
								5 = { FROM = { add_trait = brave } }
								70 = { }
							}
							FROM = {	
								add_character_modifier = {
									modifier = black_eye
									months = 1
								}
							}
							character_event = {
								id = vctdinteraction.6
							}
						}
					}
				}
			}
		}
	}
	option = { #La violencion
		name = "EVTOPTAvctdinteraction2.3"
		trigger = {	
			FROM = { OR = { prisoner = yes } }
		}
		
		FROM = {
			opinion = {
				who = ROOT
				modifier = opinion_forced_upon_me
			}
			if = {
				limit = { 
					OR = {
						ROOT = { is_female = no } 
						is_female = yes
					}	
				}
				ROOT = {
					liege = {
						if = {
							limit = {
								NOT = { character = ROOT }
								NOT = { character = ROOT_FROM }
							}
							opinion = { who = ROOT modifier = opinion_raper }
						}	
					}
				}	
				custom_tooltip = {
					text = TOOLTIPvctdinteraction2.7
					hidden_tooltip = {	
						mother = {
							set_character_flag = murder_opinion_set
							opinion = {
								who = ROOT
								modifier = opinion_forced_upon_kin
							}					
						}		
						father = {
							set_character_flag = murder_opinion_set
							opinion = {
								who = ROOT
								modifier = opinion_forced_upon_kin
							}	
						}
						any_child = {
							limit = { 
								NOT = { character = ROOT }
								NOT = { has_character_flag = murder_opinion_set }
							}	
							set_character_flag = murder_opinion_set
							opinion = {
								who = ROOT
								modifier = opinion_forced_upon_kin
							}							
						}	
						any_spouse = {
							limit = { 
								NOT = { character = ROOT }
								NOT = { has_character_flag = murder_opinion_set }
							}	
							set_character_flag = murder_opinion_set
							opinion = {
								who = ROOT
								modifier = opinion_forced_upon_spouse
							}			
						}
						any_lover = {
							limit = { 
								NOT = { character = ROOT }
								NOT = { has_character_flag = murder_opinion_set }
							}	
							set_character_flag = murder_opinion_set
							opinion = {
								who = ROOT
								modifier = opinion_forced_upon_lover
							}						
						}
						any_friend = {
							limit = { 
								NOT = { character = ROOT }
								NOT = { has_character_flag = murder_opinion_set }
							}	
							set_character_flag = murder_opinion_set
							opinion = {
								who = ROOT
								modifier = opinion_forced_upon_friend
							}	
						}
						any_dynasty_member = {
							limit = { 
								is_close_relative = PREV
								NOT = { character = ROOT }
								NOT = { character = PREV }
								NOT = { has_character_flag = murder_opinion_set }
							}	
							opinion = {
								who = ROOT
								modifier = opinion_forced_upon_kin
							}						
						}
						#clear flags
						mother = { clr_character_flag = murder_opinion_set	}
						father = { clr_character_flag = murder_opinion_set }	
						any_child = { clr_character_flag = murder_opinion_set }
						any_lover = { clr_character_flag = murder_opinion_set }
						any_friend = { clr_character_flag = murder_opinion_set }
						any_spouse = { clr_character_flag = murder_opinion_set }
					}
				}
			}	
		}
		if = {
			limit = { }
			ROOT = {
				piety = -20
				if = {
					limit = { NOT = { trait = cruel } }
					add_trait = cruel
				}
			}
			random_list = {
				85 = { }
				8 = { FROM = { add_trait = wounded } }
				4 = { FROM = { add_trait = depressed } }
				2 = { FROM = { add_trait = lunatic } }
				1 = { FROM = { add_trait = lustful } }
			}
			Hidden_tooltip = {
				custom_tooltip = {
					text = TOOLTIPvctdinteraction2.2
					
						if = { #exepcion creada para embarazar a tu pricionera si tu eres un gobernante masculino
							limit = {
								is_female = no
								NOT = { age = 80 }
								FROM = { is_female = yes }
							}
							if = {
								limit = {
									fertility = 0.66
									FROM = { fertility = 0.66 }
								}	
								random_list = {
									30 = {
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									70 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									FROM = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										FROM = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									15 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									85 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									FROM = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										FROM = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									5 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													is_married = FROM
												}
											}
											impregnate = FROM 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { is_married = FROM }
											}
											impregnate_cuckoo = FROM 
										}
									}
									95 = { }
								}
							}
						}
						if = { #exepcion creada para embarazarte si tu eres un gobernante femenino
							limit = { 
								is_female = yes
								is_pregnant = no
								NOT = { age = 40 }
								event_target:visiting_chambers = { is_female = no }
							}
							if = {
								limit = {
									fertility = 0.66
									event_target:visiting_chambers = { fertility = 0.66 }
								}	
								random_list = {
									40 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									60 = { }
								}
							}
							if = { 
								limit = { 
									fertility = 0.33
									event_target:visiting_chambers = { fertility = 0.33 }
									OR = {
										NOT = { fertility = 0.66 }
										event_target:visiting_chambers = { NOT = { fertility = 0.66 } }
									}
								}
								random_list = {
									20 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									80 = { }
								}
							}	
							if = { 
								limit = { 
									fertility = 0.1
									event_target:visiting_chambers = { fertility = 0.1 }
									OR = {
										NOT = { fertility = 0.33 }
										event_target:visiting_chambers = { NOT = { fertility = 0.33 } }
									}
								}
								random_list = {
									8 = { 
										if = {
											limit = {
												OR = {
													is_married = no
													spouse = { character = event_target:visiting_chambers }
												}
											}
											impregnate = event_target:visiting_chambers 
										}	
										if = {
											limit = {
												is_married = yes
												NOT = { spouse = { character = event_target:visiting_chambers } }
											}
											impregnate_cuckoo = event_target:visiting_chambers 
										}
									}
									92 = { }
								}
							}	
							if = { #if forced impregnated flag as such
								limit = {
									prisoner = yes
									is_pregnant = yes
									host = { character = event_target:visiting_chambers }
								}
								set_character_flag = forced_child
							}			
						}
				}
				character_event = {
					id = vctdinteraction.7
				}
			}
		}
	}
	option = { #Se arrepiente
		name = "EVTOPTAvctdinteraction2.4"
		trigger = {	
			FROM = { OR = { prisoner = yes } }
		}
		custom_tooltip = {
			text = TOOLTIPvctdinteraction2.8
		}
		if = {
			trigger = { }
			ROOT = {
				random_list = {
					10 = { remove_trait = lustful }
					90 = { }
				
				}
			}
		}
	}
}

character_event = {
	id = vctdinteraction.3	
	
	is_triggered_only = yes 
	
	desc = "EVTDESCvctdinteraction3.1"
	picture = "GFX_evt_vctddark_love"
	
	option = {
		name = "EVTOPTAvctdinteraction3.1" #No choice
		trigger = { }
	}

}
character_event = {
	id = vctdinteraction.4	
	
	is_triggered_only = yes 
	
	desc = "EVTDESCvctdinteraction4.1"
	picture = "GFX_evt_vctdwoman_praying_hf"
	
	option = {
		name = "EVTOPTAvctdinteraction4.1" #No choice
		trigger = { }
	}

}
character_event = {
	id = vctdinteraction.5	
	
	is_triggered_only = yes 
	
	desc = "EVTDESCvctdinteraction5.1"
	picture = "GFX_evt_vctdbad_news_female"
	
	option = {
		name = "EVTOPTAvctdinteraction5.1" #No choice
		trigger = { }
	}

}
character_event = {
	id = vctdinteraction.6	
	
	is_triggered_only = yes 
	
	desc = "EVTDESCvctdinteraction6.1"
	picture = "GFX_evt_vctddead_body_hf"
	
	option = {
		name = "EVTOPTAvctdinteraction6.1" #No choice
		trigger = { }
		custom_tooltip = {
		text = TOOLTIPvctdinteraction6.1
		}
	}

}
character_event = {
	id = vctdinteraction.7	
	
	is_triggered_only = yes 
	
	desc = "EVTDESCvctdinteraction7.1"
	picture = "GFX_evt_vctdlunatic"
	
	option = {
		name = "EVTOPTAvctdinteraction7.1"
		trigger = { NOT = { trait = stressed } }
	}
	option = {
		name = "EVTOPTBvctdinteraction7.2" 
		trigger = { trait = stressed  }
		if = { 
			limit = { trait = stressed }
			random_list = { 
				80 = { }
				20 = { 
						custom_tooltip = {
							text = TOOLTIPvctdinteraction2.8
						}
						if = {
							limit = { trait = stressed }
							remove_trait = stressed
						}
						
					}
			}
		}
	}
}
character_event = {
	id = vctdinteraction.8
	
	is_triggered_only = yes 
	
	desc = "EVTDESCvctdinteraction8.1"
	picture = "GFX_evt_vctddark_love"
	
	option = {
		name = "EVTOPTAvctdinteraction8.1"
		trigger = { NOT = { trait = stressed } }
	}
	option = {
		name = "EVTOPTBvctdinteraction8.2" 
		trigger = { trait = stressed  }
		if = { 
			limit = { trait = stressed }
			random_list = { 
				20 = { }
				80 = { 
					if = {
						limit = { trait = stressed }
						remove_trait = stressed
					}
						
				}
			}
		}
	}
}