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

TheMel

Corporal
86 Badges
Dec 3, 2003
49
0
www.casusbelligames.com
  • Crusader Kings II: Conclave
  • Victoria 2: Heart of Darkness
  • Rome: Vae Victis
  • 200k Club
  • 500k Club
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Victoria 2: A House Divided
  • Cities: Skylines - Snowfall
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV Sign-up
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: No Step Back
  • Europa Universalis IV: Art of War
  • 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
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis III
  • Divine Wind
  • Europa Universalis IV
  • Arsenal of Democracy
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • Hearts of Iron III
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Europa Universalis: Rome
I'm sorry if this question has been posted before, but I checked all the stickied threads and some of the off-site mod guides:

I'm interested in modifying the fertility of some of my characters, but I'm unable to locate the specific fertility stat. In my savegames, a character stat block looks as follows:

Code:
character = { 
    id = { type = 4712 id = 11145 } 
    dyn = 101569 
    tag = GALC 
    name = "Matild" 
    status = yes 
    date = "10671122" 
    gender = female 
    religion = catholic 
    culture = "hungarian" 
    score = { prestige = 37.439 } 
    attributes = "9.8.8.11.0.9.377882160" 
    traits = { sceptical = yes suspicious = yes midas_touched = yes } 
    father = { type = 10 id = 20367 } 
    mother = { type = 10 id = 4367 } 
    court = 3 
    dna = "64687429377799" 
    }

I can see Martial, Diplomacy, Intrigue, and Stewardship, but I don't know the order of the last 3 attributes. I know that one has to be health, one has to be fertility, but I have no idea what the third one is.
 
Code:
"9.8.8.11.0.9.377882160"

In this line the 0 is the fertility, the 9 is the health and the 377882160 is the attributes. The attributes are at least used for picking the name of a character, but how that is coded, nobody knows.