Results 1 to 11 of 11

Thread: RTW Vices rant

Hybrid View

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

    Default Re: RTW Vices rant

    As for poor trader, it's easy to remove.

    First it has low threshold:
    Code:
    Trait BadTrader
        Characters family
        NoGoingBackLevel  2
        AntiTraits GoodTrader
    
        Level Poor_Trader
            Description Poor_Trader_desc
            EffectsDescription Poor_Trader_effects_desc
            Threshold  1 
    
            Effect Trading -10 
    
        Level Inferior_Trader
            Description Inferior_Trader_desc
            EffectsDescription Inferior_Trader_effects_desc
            Threshold  3 
    
            Effect Trading -20 
    
        Level Appalling_Trader
            Description Appalling_Trader_desc
            EffectsDescription Appalling_Trader_effects_desc
            Threshold  6 
    
            Effect Trading -30
    But, if you drop to Inferior Trader, there is no back so act quick.

    Here are the triggers for GoodTrader (that cancel out BadTrader).


    Code:
    Trigger governing11
        WhenToTest GovernorBuildingCompleted
    
        Condition SettlementBuildingFinished >= trader
    
        Affects GoodTrader  1  Chance  50 
    
    ;------------------------------------------
    Trigger governing11b
        WhenToTest GovernorBuildingCompleted
    
        Condition SettlementBuildingFinished >= port
    
        Affects GoodTrader  1  Chance  80 
    
    ;------------------------------------------
    Trigger governing11c
        WhenToTest GovernorBuildingCompleted
    
        Condition SettlementBuildingFinished >= roads
    
        Affects GoodTrader  1  Chance  80
    So statt builing some trade building and there is good chance to remove that bad trait. Of course, if city has all trade building, nobody said you can't move governor to some other city temporary.
    Last edited by player1; 06-10-2005 at 08:07.
    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