PDA

View Full Version : Something new in VnV triggers



player1
12-16-2005, 21:22
Look these added lines:


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

Veresov
12-17-2005, 14:28
Likely in response to ppl complaining they can't get the night battle trait.