Results 1 to 2 of 2

Thread: Another bugged trait - what is the answer?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Axebitten Modder Senior Member Dol Guldur's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,550

    Default Another bugged trait - what is the answer?

    I can't for the life of me work out why this won't work; I'd thought I'd pick the brains of some top modders out there and see if they have any suggestions. Here's the code...

    Trait :
    Code:
    ;------------------------------------------
    Trait ModLeader
        Characters manager
    
        Level Despondent
            Description Despondent_desc
            EffectsDescription Despondent_effects_desc
            Threshold  -100 
    
            Effect Influence  -10
            Effect Command  -20 
            Effect PersonalSecurity  -100
    ;------------------------------------------
    Trigger :
    Code:
    ;------------------------------------------
    Trigger ModLeader
        WhenToTest BecomesModLeader
    
        Condition IsStressed
              and not WonRespect
              and ModSuccess = crushing
              and I_ConflictType Abnormal
              and FinishingTheModOnTimeOdds <= 0.00001
              and GettingTheDemoOutOnTimeOdds <= 0.0001
           
        Affects ModLeader  10  Chance  100 
    ;------------------------------------------

    Can anyone see the problem at a glance?
    "One of the most sophisticated Total War mods ever developed..."

  2. #2
    Shae'en M'taal Member Andreas's Avatar
    Join Date
    Nov 2004
    Location
    Sweden
    Posts
    568

    Default Re: Another bugged trait - what is the answer?

    Nah, no idea really... Maybe you haven't declaed the IsStressed condition?

    (or: hillarious, especially the last condition line...)
    Supporter and retired teammember of the Wheel of Time mod.

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