• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Dracko81

Field Marshal
88 Badges
Jun 13, 2012
7.030
1.950
  • Tyranny: Archon Edition
  • Magicka
  • March of the Eagles
  • A Game of Dwarves
  • Victoria: Revolutions
  • Rome Gold
  • Semper Fi
  • Sengoku
  • Sword of the Stars
  • Sword of the Stars II
  • Supreme Ruler 2020
  • Pirates of Black Cove
  • Victoria 2: A House Divided
  • Warlock: Master of the Arcane
  • Warlock 2: The Exiled
  • Age of Wonders III
  • Stellaris: Galaxy Edition
  • Cities: Skylines Deluxe Edition
  • Stellaris: Synthetic Dawn
  • Pillars of Eternity
  • Tyranny: Archon Edition
  • Stellaris
  • Crusader Kings II: The Republic
  • Ancient Space
  • Arsenal of Democracy
  • Hearts of Iron II: Armageddon
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Impire
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Heir to the Throne
  • Hearts of Iron III
  • For The Glory
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Conquest of Paradise
  • Surviving Mars
  • Divine Wind
  • Europa Universalis III
  • Darkest Hour
  • Crusader Kings II: Sunset Invasion
  • Europa Universalis IV: Pre-order
  • Mount & Blade: Warband
  • Mount & Blade: With Fire and Sword
  • Stellaris: Necroids
  • Cities: Skylines - After Dark
  • Crusader Kings II: Conclave
Description: Female lovers can get each other pregnant and can even allow females over 45 to get pregnant.

Mods: None
DLC: All

Replication: Get a female lover as a female landed character and wait - it could take a while, changing the MTTH of an event could help. Events in question WoL.1160 & WoL.1161, I know I usually post all the event code but these events are fairly sizable so I am only focusing on the impregnantion code.

Code:
		hidden_tooltip = {
			if = {
				limit = {
					fertility = 0.33
					FROM = { fertility = 0.33 }
					OR = {
						AND = {
							is_female = yes
							NOT = { age = 45 }
						}
						FROM = {
							is_female = yes
							NOT = { age = 45 }
						}
					}
				}
				random = {
					chance = 50
					if = {
						limit = {
							FROM = {
								OR = {
									is_married = yes
									is_consort = yes
								}
							}
						}
						impregnate_cuckoo = FROM
						break = yes
					}
					impregnate = FROM
				}
			}
		}

The events never check gender before this point. If you and your lover are both female, magical stuff happens.
 
Upvote 0

MrNibbles

Operations Manager - Drinker of Tears
Administrator
Paradox Staff
1 Badges
Nov 5, 2013
917
1.135
  • Hearts of Iron IV Sign-up
We've seen the issue that female characters are able to get impregnated by other female characters and I am sure that the issue is in our internal database, but I'll add this in as well. Cheers for reporting!