Results 1 to 30 of 51

Thread: V&V mechanics, "NoGoingBackLevel"

Threaded View

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

    Default Re: V&V mechanics, "NoGoingBackLevel"

    While you are here the question about GoodConspirator trait and sabotage missions:

    Code:
    ;------------------------------------------
    Trait GoodConspirator
        Characters spy
        AntiTraits BadConspirator
    
        Level Plotter
            Description Plotter_desc
            EffectsDescription Plotter_effects_desc
            Threshold  2 
    
            Effect Subterfuge  1 
    
        Level Schemer
            Description Schemer_desc
            EffectsDescription Schemer_effects_desc
            Threshold  4 
    
            Effect Subterfuge  2 
    
        Level Conspirator
            Description Conspirator_desc
            EffectsDescription Conspirator_effects_desc
            Threshold  8 
    
            Effect Subterfuge  3
    (note: spy only)


    Code:
    ;------------------------------------------
    Trigger agents14
        WhenToTest SabotageMission
    
        Condition MissionSucceeded
    
        Affects GoodConspirator  1  Chance  100 
    
    ;------------------------------------------
    Trigger agents15
        WhenToTest SabotageMission
    
        Condition MissionSucceeded
    
        Affects GoodConspirator  2  Chance  50 
    
    ;------------------------------------------
    Trigger agents16
        WhenToTest SabotageMission
    
        Condition MissionSucceeded
    
        Affects GoodConspirator  3  Chance  25
    (sabotage triggers for assassin, also if worked, would lead to big gains due to mutiple triggers)


    I guess this is why assassin don't gian experience for sabotage missions.
    Last edited by player1; 04-25-2005 at 12:32.
    BUG-FIXER, an unofficial patch for both Rome: Total War and its expansion pack

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