Code:
Trigger knight_dread_vnv_trigger
WhenToTest PostBattle
Condition WasAttacker
and IsGeneral
and WonBattle
and GeneralFoughtInCombat
and BattleOdds < 1.2
and PercentageEnemyKilled > 66
and not Trait BattleChivalry > 0
and not Trait StrategyChivalry > 0
AcquireAncillary knight_dread chance 25
And...
Code:
Trigger knight_chivalrous_vnv_trigger
WhenToTest PostBattle
Condition not WasAttacker
and IsGeneral
and WonBattle
and GeneralFoughtInCombat
and BattleOdds < 1.2
and not Trait BattleDread > 0
and not Trait StrategyDread > 0
AcquireAncillary knight_chivalrous chance 25
Looks like you can only get both if your General has neither Battle/StrategyDread nor Battle/StrategyChivalry, or perhaps one then the other later down the line. Either way it looks like a pretty unusual combination given how likely you are to exclude one or the other during an average game! =)