Results 1 to 3 of 3

Thread: Adjusting the life cycle

Hybrid View

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

    Default Adjusting the life cycle

    I've made the following change to the life cycle in the traits.txt and adjusted every character and agent in the strat accordingly but wondering if there is anything else that needs to get changed to make it work right?


    ;------------------------------------------
    Trigger general_starting_age_young
    WhenToTest CharacterComesOfAge

    Condition Trait CharacterAges < 1
    and CharacterAge <= 45

    Affects TurnsAlive 1 Chance 100
    Affects CharacterAges 1 Chance 100

    Trigger general_starting_age_middle
    WhenToTest CharacterComesOfAge

    Condition Trait CharacterAges < 1
    and CharacterAge <= 65
    and CharacterAge > 45

    Affects TurnsAlive 21 Chance 100
    Affects CharacterAges 1 Chance 100

    Trigger general_starting_age_citizen
    WhenToTest CharacterComesOfAge

    Condition Trait CharacterAges < 1
    and CharacterAge <= 75
    and CharacterAge > 65

    Affects TurnsAlive 61 Chance 100
    Affects CharacterAges 1 Chance 100

    Trigger general_starting_age_elderly
    WhenToTest CharacterComesOfAge

    Condition Trait CharacterAges < 1
    and CharacterAge > 75

    Affects TurnsAlive 91 Chance 100
    Affects CharacterAges 1 Chance 100
    ;------------------------------------------


    Basically, the idea is that I have my characters that can life to a max of 115... so why not adjust the life cycle so they aren't too "old" for 90% of their existance. Does the "Affects TurnsALive XX Chance 100" file need to be changed along with the threshold number in the TurnsAlive trait? Actually, while I'm asking, what does the threshold number mean?


    Kyle

  2. #2

    Default Re: Adjusting the life cycle

    Bumping this other rather then making a new post to ask the same thing. I've been trying, unsuccessfully for awhile trying to change this and I can't seem to get it to work right. If anyone knows, I'd be your bestest friend if you share.


    Kyle

  3. #3

    Default Re: Adjusting the life cycle

    Well I dont know, but several weeks ago I came across a thread probably in the modding scripting area that was working this try searching there, try like aging

Posting Permissions

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