Results 1 to 1 of 1

Thread: A mistake in export_descr_characters

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default A mistake in export_descr_characters

    While making a few changes to the file export_descr_characters I noticed these two TRIGGERS:

    Spoiler Alert, click show to read: 

    ;------------------------------------------
    Trigger EB034b_Siege_Battle_Defender_Hard
    WhenToTest PostBattle
    Condition not WasAttacker
    and IsGeneral
    and I_ConflictType Siege
    and BattleOdds < 5.0
    and not BattleOdds < 1.5
    Affects RecentBattleDifficulty 3 Chance 100
    Affects BattlePoints 8 Chance 100

    ;Mod: EBMod501 - 05/12 : new trigger for hard odds
    ;------------------------------------------


    Spoiler Alert, click show to read: 

    ;------------------------------------------
    Trigger EB035b_Siege_Battle_Defender_Very_Hard
    WhenToTest PostBattle
    Condition not WasAttacker
    and IsGeneral
    and I_ConflictType Siege
    and BattleOdds > 5.0
    Affects RecentBattleDifficulty 4 Chance 100
    Affects BattlePoints 12 Chance 100
    ;Mod: EBMod502 - 05/12 : new trigger for very hard odds
    ;------------------------------------------


    They are supposed to give high battle points for difficult battles, however the BattleOdds conditions show them as being very much in favor to the human player. can someone from the EB team confirm if this is a mistake or not?
    Last edited by sinner; April 06, 2012 at 09:03 PM.

    KINGS AND PAWNS, EMPERORS AND FOOLS...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •