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

unmerged(129932)

Captain
6 Badges
Dec 27, 2008
474
0
  • Crusader Kings II
  • Darkest Hour
  • Deus Vult
  • Europa Universalis III: Chronicles
  • Europa Universalis: Rome
  • Warlock: Master of the Arcane
I remember, before DV, that characters in the save file had their attributes listed (health, fertility, diplomacy, etc). Now with DV, that is no longer there. Is it possible to change those attributes, and if so, how?
 
I remember, before DV, that characters in the save file had their attributes listed (health, fertility, diplomacy, etc). Now with DV, that is no longer there. Is it possible to change those attributes, and if so, how?

Attributes are now scripted like this
Code:
character = { 
    id = { type = 4712 id = 14199 } 
    dyn = 367 
    tag = CORN 
    name = "Gorthelyk" 
    status = yes 
    date = "10680328" 
    gender = male 
    religion = catholic 
    culture = "prussian" 
    score = { piety = 10.000 } 
    [COLOR="lime"]attributes = "4.6.6.6.2.7.253696320" [/COLOR]
    traits = { modest = yes illness = yes ecclesiastical_education = yes } 
    father = { type = 10 id = 1100437 } 
    mother = { type = 10 id = 1100436 } 
    dna = "88000829405603" 
    }

The numbers from left to right mean
Martial (4)
Diplomacy (6)
Intrigue (6)
Stewardship (6)
Fertility (2)
Health (7)

Where the other numbers ( 253696320) exactly stand for or what they do is unknown.