Quote Originally Posted by VoodooChild
I have recently loaded the 1.2 patch and started a new campaign. In less than ten years of fighting most of my family are now Scarfaced. Looking at the triggers I see that:

WhenToTest PostBattle

Condition GeneralHPLostRatioinBattle > 0.3
and CultureType roman

Affects BattleScarred 1 Chance 30
Affects RomanHero 1 Chance 15

Somehow I don't believe my general is getting knocked around this much as I use him mostly to run down routing units to avoid being considered a coward. Has anyone else noticed this in their games, and what if anything did you change to prevent it?

Thanks in advance,
-Joel
The thing is that GeneralHPLostRatioinBattle is buggy.
It is considered as lost health in autocalc (as it should be), but as [b]remaining[b] health in manual battales.

That's why even if your general doesn't fight in battles at all there is chance for scarface.

Good workaround we used to fix it was replacing GeneralHPLostRatioinBattle condition with PercentageBodyguardKilled condition. It will give aprox. same results on both autocalcs and manual battles, and is not buggy.