Results 1 to 2 of 2

Thread: Something new in VnV triggers

  1. #1
    Bug Hunter Senior Member player1's Avatar
    Join Date
    Feb 2005
    Location
    Belgrade, Serbia
    Posts
    1,405

    Default Something new in VnV triggers

    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
    BUG-FIXER, an unofficial patch for both Rome: Total War and its expansion pack

  2. #2

    Default Re: Something new in VnV triggers

    Likely in response to ppl complaining they can't get the night battle trait.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO