Results 1 to 9 of 9

Thread: Emperor traits error

  1. #1

    Default Emperor traits error

    I believe to have found an error in the export_descr_character_traits of the Roman expansion. The trigger for the emperor title:

    Trigger Promote_to_Imperator
    WhenToTest CharacterTurnEnd

    Condition FactionType romans_brutii
    and IsFactionLeader
    and Trait HouseCaesar = 1
    and Trait Dictator = 0
    and not Trait Imperator > 0
    and I_SettlementOwner Rome = romans_brutii

    Affects Imperator 2 Chance 100 <--this line gives the Roman faction leader the second level of the Imperator trait, but as you can see below, there is only one level:

    Trait Imperator
    Characters family
    ExcludeCultures barbarian, greek, eastern, egyptian, carthaginian, nomad
    AntiTraits Dictator, Caesar, Senator

    Level Imperator
    Description Imperator_desc
    EffectsDescription Imperator_effects_desc
    GainMessage Imperator_gain_desc
    Epithet Imperator_epithet_desc
    Threshold 1

    Effect Influence 5

  2. #2
    dvk901's Avatar Consummatum est
    Patrician

    Join Date
    Mar 2006
    Location
    Michigan
    Posts
    20,984

    Default Re: Emperor traits error

    I'm out of town right now, so I have no access to the files, but I think 'Imperator' is the anti-trait of 'Dictator_for_Life', so the setting in the trigger has to be 2 to remove that trait.

    Creator of: "Ecce, Roma Surrectum....Behold, Rome Arises!"
    R.I.P. My Beloved Father

  3. #3

    Default Re: Emperor traits error

    Quote Originally Posted by dvk901 View Post
    I'm out of town right now, so I have no access to the files, but I think 'Imperator' is the anti-trait of 'Dictator_for_Life', so the setting in the trigger has to be 2 to remove that trait.
    But the condition for the trait already is dictator = 0 , so he cannot have the trait anyway.

  4. #4
    dvk901's Avatar Consummatum est
    Patrician

    Join Date
    Mar 2006
    Location
    Michigan
    Posts
    20,984

    Default Re: Emperor traits error

    I'll have a look at it when I get home Friday.

    Creator of: "Ecce, Roma Surrectum....Behold, Rome Arises!"
    R.I.P. My Beloved Father

  5. #5

    Default Re: Emperor traits error

    Did you look at it?

  6. #6

    Default Re: Emperor traits error

    Out of interest, how does one get an emperor? I remember reading an in-game description saying its a direct result of the reforms or something.

  7. #7
    dvk901's Avatar Consummatum est
    Patrician

    Join Date
    Mar 2006
    Location
    Michigan
    Posts
    20,984

    Default Re: Emperor traits error

    Heh...sorry, I've been buried in fixing a bunch of other stuff...including traits. But, the trait works as it should. We know that from Beta testing. So it may look funny, but it works.
    Besides, if there is only a threshold of '1' for a trait, and you give it an Affect of '2' in the trigger, it just gives it one anyway.
    This line:

    Affects Imperator 2 Chance 100

    Directly affects the 'threshold' seen here:

    Trait Imperator
    Characters family
    ExcludeCultures barbarian, greek, eastern, egyptian, carthaginian, nomad
    AntiTraits Dictator, Caesar, Senator

    Level Imperator
    Description Imperator_desc
    EffectsDescription Imperator_effects_desc
    GainMessage Imperator_gain_desc
    Epithet Imperator_epithet_desc
    Threshold 1 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

    Not the level.

    There are also script elements related to these traits I'm not familiar with, but you don't see the whole picture there.
    Last edited by dvk901; September 15, 2010 at 09:44 PM.

    Creator of: "Ecce, Roma Surrectum....Behold, Rome Arises!"
    R.I.P. My Beloved Father

  8. #8

    Default Re: Emperor traits error

    Yes, there's no error there.
    Basically the character gets 2 points and whether he has existing antitraits or not, the character will still reach the threshold for that trait, as that's what the levels are - thresholds, not absolute numbers.

    The emperor is faction heir who become faction leader after the big rebellion.


    Under patronage of Spirit of Rob; Patron of Century X, Pacco, Cherryfunk, Leif Erikson.

  9. #9

    Default Re: Emperor traits error

    Oh, good to know.

Posting Permissions

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