I don´t know if I got all of them, but here are several triggers...
;------------------------------------------
Trigger battle3_Dread_fighting
WhenToTest PostBattle
Condition GeneralNumKillsInBattle > 8
and not Trait BattleChivalry > 0
Affects BattleDread 1 Chance 50
Affects Bloodthirsty 1 Chance 10
;------------------------------------------
Trigger battle3_Chivalry_fighting
WhenToTest PostBattle
Condition GeneralNumKillsInBattle > 8
and not Trait BattleDread > 0
Affects BattleChivalry 1 Chance 50
;------------------------------------------
Trigger battle3Chivalry1_defensivewin
WhenToTest PostBattle
Condition not WasAttacker
and IsGeneral
and BattleOdds < 0.8
and GeneralFoughtInCombat
and not Trait BattleDread > 0
Affects BattleChivalry 1 Chance 100
;------------------------------------------
Trigger battle3Chivalry_hardoddswin
WhenToTest PostBattle
Condition IsGeneral
and WonBattle
and BattleOdds <= 0.5
and not Trait BattleDread > 0
and GeneralFoughtInCombat
Affects BattleChivalry 1 Chance 66
;------------------------------------------
Trigger battle3Chivalry_religioncatholic
WhenToTest GeneralAssaultsGeneral
Condition CharacterReligion catholic
and TargetReligion islam
and not Trait BattleDread > 0
Affects BattleChivalry 1 Chance 33
;------------------------------------------
Trigger battle3Chivalry_religionorthodox
WhenToTest GeneralAssaultsGeneral
Condition CharacterReligion orthodox
and TargetReligion islam
and not Trait BattleDread > 0
Affects BattleChivalry 1 Chance 33
;------------------------------------------
Trigger battle3Chivalry_religionislam
WhenToTest GeneralAssaultsGeneral
Condition CharacterReligion islam
and TargetReligion catholic
and not Trait BattleDread > 0
Affects BattleChivalry 1 Chance 66
;------------------------------------------
Trigger battle3Chivalry1_notchaserouters
WhenToTest PostBattle
Condition WonBattle
and BattleSuccess >= average
and PercentageEnemyKilled < 20
and IsGeneral
and BattleOdds < 0.95
and not Trait BattleDread > 0
Affects BattleChivalry 1 Chance 33
;------------------------------------------
Trigger battle3Dread_PickingOnWeak
WhenToTest PostBattle
Condition WasAttacker
and WonBattle
and BattleOdds > 1.5
and PercentageEnemyKilled > 50
and not Trait BattleChivalry > 0
Affects BattleDread 1 Chance 100
;------------------------------------------
Trigger battle3Dread_TotalAnnihilation
WhenToTest PostBattle
Condition WonBattle
and BattleSuccess >= crushing
and PercentageEnemyKilled > 70
and GeneralFoughtInCombat
and IsGeneral
and BattleOdds < 0.95
and not Trait BattleChivalry > 0
Affects BattleDread 2 Chance 100
;------------------------------------------
Trigger battle3Dread_Let_Them_Go
WhenToTest PostBattle
Condition IsGeneral
and WonBattle
and BattleSuccess >= average
and PercentageEnemyKilled < 20
and not GeneralFoughtInCombat
and IsGeneral
and BattleOdds < 0.95
and not Trait BattleChivalry > 0
Affects BattleDread -1 Chance 100
Bookmarks