Results 1 to 12 of 12

Thread: Creating faction specific traits.

  1. #1
    Member Member Jacob Debroedere's Avatar
    Join Date
    Jul 2007
    Location
    Belgium
    Posts
    40

    Default Creating faction specific traits.

    I know it's possible to limit traits for culture groups using the 'excludeculture' line, but I was wondering if it's possible to make faction specific traits.
    Inca-Total War Traits & Ancillaries

  2. #2
    Member Charge's Avatar
    Join Date
    Jul 2007
    Location
    Russia
    Posts
    1,324

    Default Re: Creating faction specific traits.

    EB seemed to achieve this by adding condition "and FactionType xxxx" to trigger...

    Trigger acquire_babylonian_mystic
    WhenToTest CharacterTurnEnd
    Condition EndedInSettlement
    and IsGeneral
    and FactionType parthia
    and RemainingMPPercentage > 75
    and SettlementBuildingExists >= temple_of_governors_temple
    and Trait NoMoreAncillaries < 1
    and Trait Babylonian_MysticAcquired < 1

    Affects AcquireBabylonian_Mystic 1 Chance 12

    ;------------------------------------------

  3. #3
    Member Member Jacob Debroedere's Avatar
    Join Date
    Jul 2007
    Location
    Belgium
    Posts
    40

    Default Re: Creating faction specific traits.

    You got to love the EB team . Well, thank you for solving my question.
    Inca-Total War Traits & Ancillaries

  4. #4
    Anything that isn't 'member' Member Squid's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    596

    Default Re: Creating faction specific traits.

    You can also use CultureType roman as a condition to limit by culture group, as you may want a different cultures to acquire in different circumstances.

    -Trait/Ancillary/Building Editor

    "Two things are infinite: the universe and human stupidity;
    and I'm not sure about the universe." -----Albert Einstein

  5. #5
    Member Member Jacob Debroedere's Avatar
    Join Date
    Jul 2007
    Location
    Belgium
    Posts
    40

    Default Re: Creating faction specific traits.

    Yes, but when you need different traits in the same culture group the culture type is not enough. For example,in Inca:Total War the Aztec and Mixtec are in the same culture group, but the Aztec faction leader is called 'Hueyni Tlatoani' while the Mixtec one is called 'Cacique'.

    off topic: according the spell corrector Hueyni Tlatoani is an error while Cacique is a proper English word .
    Inca-Total War Traits & Ancillaries

  6. #6
    Member Charge's Avatar
    Join Date
    Jul 2007
    Location
    Russia
    Posts
    1,324

    Default Re: Creating faction specific traits.

    off topic: according the spell corrector Hueyni Tlatoani is an error while Cacique is a proper English word
    translator says it means "local political boss" ...

  7. #7
    Anything that isn't 'member' Member Squid's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    596

    Default Re: Creating faction specific traits.

    Quote Originally Posted by Jacob Debroedere
    Yes, but when you need different traits in the same culture group the culture type is not enough. For example,in Inca:Total War the Aztec and Mixtec are in the same culture group, but the Aztec faction leader is called 'Hueyni Tlatoani' while the Mixtec one is called 'Cacique'.

    off topic: according the spell corrector Hueyni Tlatoani is an error while Cacique is a proper English word .
    My point wasn't that you could use CultureType instead of FactionType, but rather that ExcludedCultures by itself isn't always enough, and that CultureType and/or FactionType in the triggers may also be needed to achieve the desired trait behaviour.

    -Trait/Ancillary/Building Editor

    "Two things are infinite: the universe and human stupidity;
    and I'm not sure about the universe." -----Albert Einstein

  8. #8
    Member Member Jacob Debroedere's Avatar
    Join Date
    Jul 2007
    Location
    Belgium
    Posts
    40

    Default Re: Creating faction specific traits.

    Quote Originally Posted by Squid
    My point wasn't that you could use CultureType instead of FactionType, but rather that ExcludedCultures by itself isn't always enough, and that CultureType and/or FactionType in the triggers may also be needed to achieve the desired trait behaviour.
    I never knew there was such an option as CultureType. I skimmed your post and thought you meant excludeculture.
    Inca-Total War Traits & Ancillaries

  9. #9

    Default Re: Creating faction specific traits.

    A good idea would be to read Squid's Ancs&Traits Guide at the Scriptorium. many useful thinsg to learn.

    Norman Invasion - The fate of England lies in your hands...

    Viking Invasion II - Unite Britain in the best TW campaign ever!

    Gods and Fighting Men: Total War - Enter the Mists of Myth in Ancient Ireland

  10. #10
    Member Member Jacob Debroedere's Avatar
    Join Date
    Jul 2007
    Location
    Belgium
    Posts
    40

    Default Re: Creating faction specific traits.

    I have another question on faction specific traits, which I couldn't find in Squid's guide(although it has been helpfull in other things),so I decided to revive this thread.

    Is it also possible to use somthing like 'and IsNot FactionType x'?
    Inca-Total War Traits & Ancillaries

  11. #11

    Default Re: Creating faction specific traits.

    Yup. Just put "not" before the FactionType faction_name condition.

    For instance: "blablabla and not FactionType germans"

    Norman Invasion - The fate of England lies in your hands...

    Viking Invasion II - Unite Britain in the best TW campaign ever!

    Gods and Fighting Men: Total War - Enter the Mists of Myth in Ancient Ireland

  12. #12
    Member Member Jacob Debroedere's Avatar
    Join Date
    Jul 2007
    Location
    Belgium
    Posts
    40

    Default Re: Creating faction specific traits.

    Ok, thankyou.
    Inca-Total War Traits & Ancillaries

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