HI, I've been investigating into the triggering aspect of character traits in the export_descr_character_traits text file, and I was wondering if anyone can help me out with understanding some of the logic here.

For example:

Trigger withdraws
WhenToTest PreBattleWithdrawal


Affects IndecisiveAttacker 1 Chance 100

;------------------------------------------
Trigger reinherited
WhenToTest BecomesFactionHeir

Condition Trait Exheir = 1

Affects Factionheir 1 Chance 100

;------------------------------------------
Trigger disinherited
WhenToTest CeasedFactionHeir

Condition not Trait Exheir = 1
and not IsFactionLeader

Affects Exheir 2 Chance 100


Does anyone understand what the Affects Factionheir 1 Chance 100 means?

Could it be that it triggers the Faction heir trait 1 Chance in 100 (1%) or does it mean Chance is 100 (100%)?

Anyone any ideas in helping to unravel these triggers for the traits?

Cheers

J