Results 1 to 30 of 36

Thread: Pontic Faction Leader Trait

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Uneasy with Command Member Treverer's Avatar
    Join Date
    Jul 2007
    Posts
    295

    Default Re: Pontic Faction Leader Trait

    I just searched the respective file. No, Bhumaka is a character from the "Eleutheroi" Faction, the engine just uses the "Pontus" Sub-faction. What I mean is the "Pontos" Faction ("Carthage" Faction used by the engine).

    BTW, I have now a similar ... problem: when exiting EB, there's an error message saying that in line XYZ and column ABC, the trait is / will not be recognized . But nevertheless, my little "modding" ( ) works as designed.

    Last, but not least: un grand merci à toute l'equipe d'EB. (A big/great thank to the EB-team)

    Edit: Here's a copy/paste of what I did.

    Code:
    ;------------------------------------------
    ;Trait: Basileus
    ; o Basileus: <Influence>  2, <Law> 2, <Command> 1, <TroopMorale> 1 , <PersonalSecurity>  3
    
    Trait Basileus
        Characters family
        AntiTraits KleronomosBasileios
        AntiTraits Koiranides
        Level Basileus
            Description Basileus_desc
            EffectsDescription Basileus_effects_desc
            Threshold  1
    
            Effect Influence  2
            Effect Law  2
            Effect Command  1
            Effect TroopMorale  1
            Effect PersonalSecurity  3
    
    
    ;------------------------------------------
    
    ;------------------------------------------
    Trigger Pontos_is_Basileus
        WhenToTest CharacterTurnStart
    
        Condition IsFactionLeader
             and Trait Basileus < 1
             and FactionType carthage
    
        Affects Basileus  1  Chance  100
        Affects Factionheir  1  Chance  100
        Affects Exheir  1  Chance  100
        Affects Noble  1  Chance  100
    
    ;------------------------------------------
    Trigger Pontos_Becomes_Basileus
        WhenToTest BecomesFactionLeader
    
        Condition Trait Pontos > 0
             and FactionType carthage
    
        Affects Basileus  1  Chance  100
    
    ;------------------------------------------
    Blue: my humble's adds
    Red: BozosLiveHere wise's adds

    EDIT:
    Important Note: after adding the red text, I had CTDs and after removing them not anylonger. Strange ...
    Last edited by Treverer; 07-31-2007 at 01:49.
    Towards the end of the book, the Moties quote an old story from Herodotus:

    "Once there was a thief who was to be executed. As he was taken away he made a bargain with the king: In one year he would teach the king's favorite horse to sing hymns."
    "The other prisoners watched the thief singing to the horse and laughed. 'You will not succeed,' they told him. 'No one can.' To which the thief replied, 'I have a year, and who knows what will happen in that time. The king might die. The horse might die. I might die. And perhaps the horse will learn to sing.'"

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