On the scarring issue: It seems the double test there comes in the test for Roman Hero.

Trigger battle1R
WhenToTest PostBattle

Condition GeneralHPLostRatioinBattle < 0.7
and CultureType roman

Affects BattleScarred 1 Chance 30
Affects RomanHero 1 Chance 15

For me, I've just taken the BattleScarred line out of this trigger test. That way the system only looks for it in the first battlescarred test, just once a fight -- or it should, anyway.

Thoughts?