hello, I start in modding, I create a mod trying to respect the rules of the CKII wiki, I create 2 non-random feature, which must be given only by decision, in short the decisions works, I complete the GFX file / interface, everything looks ok ect, the trait gives good bonuses and malus ect, but I see that at the beginning of each game or when I load a backup, my new trait is given randomly to the pnj without I did not do anything or the decision was to generate. (I try only with the GFX / interface and trait for see) and it did, for the wiki there is written well:
I do not understand at all what's going on.
it is my trait file :
Last patch of Holy Fury 3.0.1.1
random
With random = no, the trait will not be given to randomly-generated characters (when the game starts or when characters are spawned other than by being born). random = yes is the default. Specific semantics vary with the general trait type.
random = no
I do not understand at all what's going on.
it is my trait file :
test1 = {
random = no
same_opinion = 5
diplomacy = -5
martial = -5
intrigue -5
ai_ambition = -100
ai_zeal = -10
vassal_opinion = -10
sex_appeal_opinion = 25
fertility = 0.25
monthly_character_piety = 2
monthly_character_prestige = -1
cannot_marry = yes
customizer = no
}
test2 = {
random = no
sex_appeal_opinion = -10
martial = -5
stewardship = -5
intrigue = -5
health = -1
ai_ambition = -40
ai_zeal = -10
vassal_opinion = -25
combat_rating = -10
monthly_character_piety = 2
monthly_character_prestige = -1
customizer = no
cannot_marry = yes
cannot_inherit = yes
}
Last patch of Holy Fury 3.0.1.1
Last edited: