Look these added lines:

Code:
Trigger crushing_victory_for_sub4_general_4BIpatch
    WhenToTest PostBattle

    Condition IsGeneral
          and WonBattle
          and BattleSuccess = crushing
          and BattleOdds >= 1.2
          and BattleOdds < 2.1
          and GeneralNumKillsInBattle > 2
          and Attribute Command < 4

    Affects GoodCommander  1  Chance  100 

;------------------------------------------
Trigger clear_victory_for_sub4_general_4BIpatch
    WhenToTest PostBattle

    Condition IsGeneral
          and WonBattle
          and BattleSuccess = clear
          and BattleOdds >= 1.2
          and BattleOdds < 1.9
          and Attribute Command < 4
          and GeneralNumKillsInBattle > 2

    Affects GoodCommander  1  Chance  33 

;------------------------------------------
Trigger crushing_other_victory_4BIpatch
    WhenToTest PostBattle

    Condition IsGeneral
          and WonBattle
          and BattleSuccess = crushing
          and BattleOdds < 1.2
          and not I_ConflictType Normal

    Affects GoodCommander  1  Chance  100 
    Affects GoodCommander  1  Chance  10 

;------------------------------------------
Trigger clear_other_victory_for_4BIpatch
    WhenToTest PostBattle

    Condition IsGeneral
          and WonBattle
          and BattleSuccess = clear
          and BattleOdds < 1.2
          and not I_ConflictType Normal

    Affects GoodCommander  1  Chance  33