Results 1 to 11 of 11

Thread: Battle Weary trait

  1. #1
    Member Member Empedocles's Avatar
    Join Date
    Aug 2004
    Location
    Buenos Aires, Argentina
    Posts
    158

    Default Battle Weary trait

    Hi! First of all, thanks for your amazing work with EB! IT's simply great.

    I've noticed that the Battle weary trait (-2 morale of troops, -2 command stars) is a quite easily trait to gain. IT's caused by fighting to many battles with the same general.
    How can I remove it?
    IF I can't remove it, is it possible to see which general has more chances of getting this trait and which not?

    Well, that would be all.
    best regards.

  2. #2

    Default Re: Battle Weary trait

    It's funny really, because when I have a general like that he usually just becomes a 'restless warmonger', which I think is quite funny. I don't think I've ever had a 'battle weary' trait.

  3. #3
    Member Member Oleo's Avatar
    Join Date
    Apr 2006
    Location
    Gelderland, NL
    Posts
    392

    Default Re: Battle Weary trait

    Quote Originally Posted by Empedocles
    How can I remove it?
    In RTW\EB\data there is a file called export_descr_character_traits.txt. Make a backup and then open it with notepad.

    Find the following code,

    Code:
    ;Trigger: general_becomes_battleweary_01
    
    Trigger general_becomes_battleweary_01
        WhenToTest PostBattle
    
        Condition IsGeneral
              and Trait CommandExperience > 3
              and Trait Temperament < 3
              and Trait EnergyRating < 3
              and Trait Selflessness > 2
              and PercentageOfArmyKilled > 25
    
        Affects BattleWeary  1  Chance  90
    
    ;Mod: EBMod539 - 05/20 : general BattleWeary of war and death
    which is the trigger for battle weary and add ; in front of each of these lines(or you could delete the entire code, I prefer disabling it, makes it easier to adapt):

    Code:
    ;Trigger: general_becomes_battleweary_01
    ; o <BattleWeary>  1: 90%
    
    ;Trigger general_becomes_battleweary_01
    ;   WhenToTest PostBattle
    
    ;    Condition IsGeneral
    ;          and Trait CommandExperience > 3
    ;          and Trait Temperament < 3
    ;          and Trait EnergyRating < 3
    ;          and Trait Selflessness > 2
    ;          and PercentageOfArmyKilled > 25
    
    ;    Affects BattleWeary  1  Chance  90
    
    ;Mod: EBMod539 - 05/20 : general BattleWeary of war and death
    save and exit, no generals will get this trait from now on.

    if you have a general that you like with this trait and want it removed, try adding this, this might work, but I am not 100% sure.:

    Code:
    ;Trigger: remove_battleweary_fromgeneral01
    ; o <BattleWeary>  1: 90%
    
    Trigger general_becomes_battleweary_01
        WhenToTest CharacterTurnEnd
        Condition IsGeneral
              and Trait BattleWeary > 0
    
        Affects BattleWeary  -1  Chance  90
    EB member


  4. #4
    EB Traitor Member BozosLiveHere's Avatar
    Join Date
    Jan 2006
    Location
    Uqbar, Tlön
    Posts
    3,662

    Default Re: Battle Weary trait

    That trait is common among Pessimist and Selfish generals that fight a lot of battles.

  5. #5
    EBII Mapper and Animator Member -Praetor-'s Avatar
    Join Date
    Apr 2006
    Location
    Marburg, Germany
    Posts
    3,760

    Default Re: Battle Weary trait

    Quote Originally Posted by BozosLiveHere
    That trait is common among Pessimist and Selfish generals that fight a lot of battles.
    Pessimist all right, but selfish?

    Would a selfish general care if more than 25% of his army dies in a battle?

  6. #6
    Member Member Empedocles's Avatar
    Join Date
    Aug 2004
    Location
    Buenos Aires, Argentina
    Posts
    158

    Default Re: Battle Weary trait

    Thanks for the quick answer. I believe I'll remove the trait from my characther. After all he has cracked the Ptolemei armies, having conquered all their cities except the one west of alexandria that will be kept there as a safe frontier with the kardts.

    Regards.

  7. #7
    EB Traitor Member BozosLiveHere's Avatar
    Join Date
    Jan 2006
    Location
    Uqbar, Tlön
    Posts
    3,662

    Default Re: Battle Weary trait

    Quote Originally Posted by k_raso
    Pessimist all right, but selfish?

    Would a selfish general care if more than 25% of his army dies in a battle?
    Of course I meant Unselfish. I Keep forgetting that the trait is Selflessness.

  8. #8

    Default Re: Battle Weary trait

    Quote Originally Posted by k_raso
    Pessimist all right, but selfish?

    Would a selfish general care if more than 25% of his army dies in a battle?
    My guess is, that said general does not want to risk his life. What good is gold to a dead man?

  9. #9

    Default Re: Battle Weary trait

    Well if you had fought over 50 battles and seiges and seen tens of hundreds of people die, I'm sure you would get tired of it too.
    I shouldn't have to live in a world where all the good points are horrible ones.

    Is he hurt? Everybody asks that. Nobody ever says, 'What a mess! I hope the doctor is not emotionally harmed by having to deal with it.'

  10. #10

    Default Re: Battle Weary trait

    Quote Originally Posted by Fondor_Yards
    Well if you had fought over 50 battles and seiges and seen tens of hundreds of people die, I'm sure you would get tired of it too.
    Depends, really. If you're a good Roman, chances are in favor of being very proud of your achivements (not to mention wealth beyond your wildest dreams) and looking forward to achieving immortality with all the statues and stuff in your honor.

    McHrozni

  11. #11
    Ming the Merciless is my idol Senior Member Watchman's Avatar
    Join Date
    Aug 2004
    Location
    Helsinki, Finland
    Posts
    7,967

    Default Re: Battle Weary trait

    The various "barbarians" would doubtless merely be so swollen with pride their feet barely touched the ground anymore...
    "Let us remember that there are multiple theories of Intelligent Design. I and many others around the world are of the strong belief that the universe was created by a Flying Spaghetti Monster. --- Proof of the existence of the FSM, if needed, can be found in the recent uptick of global warming, earthquakes, hurricanes, and other natural disasters. Apparently His Pastaness is to be worshipped in full pirate regalia. The decline in worldwide pirate population over the past 200 years directly corresponds with the increase in global temperature. Here is a graph to illustrate the point."

    -Church of the Flying Spaghetti Monster

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