Incidentally, current description of Advocate trait completely doesn't match how the trait actually works. It claims there's 15% chance for the girl to influence others, but the actual code is
This means characters like Rebecca whose combined Discipline and Intelligence is 110, has more than 50% chance to win against a 200 range roll. Juno's combined attributes of ~65 give her 30% chance to win that roll.
Code:
<<set _ran to random(1, 200)>>
<<if $traitadvoc gte 5 and $bondage lte 0 and $avatarunc isnot true and $happiness gte 10>>
<<set _chance to $discipline>>
<<set _chance+=$av_int>>
<<set _chance-=_ran>>
<<if _chance gte 1>>