Results 1 to 30 of 31

Thread: No elephants in memphis

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    EB annoying hornet Member bovi's Avatar
    Join Date
    Jan 2007
    Location
    Norway
    Posts
    11,796

    Default Re: No elephants in memphis

    Yeah, I picked up on that when the list suddenly became longer . Fixed for all the ethnicities .

    Having problems getting EB2 to run? Try these solutions.
    ================
    I do NOT answer PM requests for help with EB. Ask in a new help thread in the tech help forum.
    ================
    I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. - Stephen Hawking

  2. #2
    Member Member Lysandros's Avatar
    Join Date
    Oct 2006
    Location
    Europe
    Posts
    104

    Default AW: No elephants in memphis

    Me again... the trait descriptions of the Ioudaioi and Galatai (export_VnVs.txt) say both should get a -1 penalty on influence. The according lines which give them -1 influence are missing in the EDCT.
    I also found out that the EDCT simply does not allow Jewish or Galatian husbands. You can only get them by ways of adoption (Man of the Hour, that is). Is that intended?

    Edit: for those of you who are missing those husbands and want to start a new campaign here is what you need to paste into your EDCT (make backup first) - at your own risk, though I personally had no trouble so far. I used the PtolemaioiSyrios triggers for the Ioudaioi and the PonticGalatikos triggers for the Galatai. Note: both ethnicities are not very likely to get anyway. Chances are only at 10 % (like Kyprios), I think. But experienced Ptolemaioi players already know that Macedonian and Greek husbands are far more likely than others.
    Code:
    ;------------------------------------------
    Trigger Ptolemaioi_Ioudaios_OfferedForMarriage
        WhenToTest OfferedForMarriage
    
        Condition FactionType numidia
              and Trait EthnoDetermined < 1
    
        Affects PtolemaioiIoudaios  1  Chance  10
    
    ;------------------------------------------
    Trigger Ptolemaioi_Ioudaios_OfferedForMarriage_EthnoDetermined
        WhenToTest OfferedForMarriage
    
        Condition FactionType numidia
              and Trait EthnoDetermined < 1
              and Trait PtolemaioiIoudaios > 0
    
        Affects EthnoDetermined  1  Chance  100
    
    ;------------------------------------------
    Trigger Ptolemaioi_Ioudaios_OfferedForMarriage_Vigorous
        WhenToTest OfferedForMarriage
    
        Condition Trait PtolemaioiIoudaios > 0
              and Trait NaturalEnergy > 3
    
        Affects GoodTrader  1  Chance  85
        Affects GoodTrader  1  Chance  65
        Affects GoodTrader  1  Chance  50
        Affects GoodTrader  1  Chance  35
        Affects GoodAdministrator  1  Chance  65
        Affects Anger  1  Chance  65
    
    ;------------------------------------------
    Trigger Ptolemaioi_Ioudaios_OfferedForMarriage_Languorous
        WhenToTest OfferedForMarriage
    
        Condition Trait PtolemaioiIoudaios > 0
              and Trait NaturalEnergy < 3
    
        Affects YellowBileHumour  1  Chance  65
    
    ;------------------------------------------
    Trigger Ptolemaioi_Ioudaios_OfferedForMarriage_Charismatic
        WhenToTest OfferedForMarriage
    
        Condition Trait PtolemaioiIoudaios > 0
              and Trait NaturalCharisma > 3
    
        Affects GoodTrader  1  Chance  85
        Affects GoodTrader  1  Chance  65
        Affects GoodTrader  1  Chance  50
        Affects GoodTrader  1  Chance  35
    
    ;------------------------------------------
    Trigger Ptolemaioi_Ioudaios_OfferedForMarriage_Sharp
        WhenToTest OfferedForMarriage
    
        Condition Trait PtolemaioiIoudaios > 0
              and Trait NaturalIntelligence > 3
    
        Affects GoodTrader  1  Chance  85
        Affects GoodTrader  1  Chance  65
        Affects GoodTrader  1  Chance  50
        Affects GoodTrader  1  Chance  35
        Affects GoodAdministrator  1  Chance  50
    
    ;------------------------------------------
    Trigger Ptolemaioi_Ioudaios_OfferedForMarriage_Optimist
        WhenToTest OfferedForMarriage
    
        Condition Trait PtolemaioiIoudaios > 0
              and Trait Temperament > 3
    
        Affects BloodHumour  1  Chance  65
        Affects BloodHumour  1  Chance  35
        Affects ReligiousMania  1  Chance  35
    
    ;------------------------------------------
    Trigger Ptolemaioi_Ioudaios_OfferedForMarriage_Pessimist
        WhenToTest OfferedForMarriage
    
        Condition Trait PtolemaioiIoudaios > 0
              and Trait Temperament < 3
    
        Affects Anger  1  Chance  65
    
    ;------------------------------------------
    Trigger Ptolemaioi_Ioudaios_OfferedForMarriage_Selfless
        WhenToTest OfferedForMarriage
    
        Condition Trait PtolemaioiIoudaios > 0
              and Trait Selflessness > 3
    
        Affects ReligiousMania  1  Chance  65
        Affects ReligiousMania  1  Chance  35
    
    ;------------------------------------------
    Trigger Ptolemaioi_Ioudaios_OfferedForMarriage_Selfish
        WhenToTest OfferedForMarriage
    
        Condition Trait PtolemaioiIoudaios > 0
              and Trait Selflessness < 3
    
        Affects Epicurean  1  Chance  65
        Affects Epicurean  1  Chance  35
        Affects Corrupt  1  Chance  35
    
    ;------------------------------------------
    Trigger Ptolemaioi_Ioudaios_OfferedForMarriage_Disloyal
        WhenToTest OfferedForMarriage
    
        Condition Trait PtolemaioiIoudaios > 0
              and Trait Loyalty < 3
    
        Affects Disloyal  1  Chance  65
        Affects Disloyal  1  Chance  35
    
    ;------------------------------------------
    
    Trigger Ptolemaioi_Galates_OfferedForMarriage
        WhenToTest OfferedForMarriage
    
        Condition FactionType numidia
              and Trait EthnoDetermined < 1 
    
        Affects PtolemaioiGalates  1  Chance  10
    
    ;------------------------------------------
    Trigger Ptolemaioi_Galates_OfferedForMarriage_EthnoDetermined
        WhenToTest OfferedForMarriage
    
        Condition FactionType numidia
              and Trait EthnoDetermined < 1
              and Trait PtolemaioiGalates > 0
    
        Affects EthnoDetermined  1  Chance  100
    
    ;------------------------------------------
    Trigger Ptolemaioi_Galates_OfferedForMarriage_Vigorous
        WhenToTest OfferedForMarriage
    
        Condition Trait PtolemaioiGalates > 0
              and Trait NaturalEnergy > 3
    
        Affects GoodInfantryGeneral  1  Chance  65
        Affects GoodInfantryGeneral  1  Chance  35
        Affects Brave  1  Chance  35
        Affects Bloodthirsty  1  Chance  35
        Affects Feck  1  Chance  35
    
    ;------------------------------------------
    Trigger Ptolemaioi_Galates_OfferedForMarriage_Languorous
        WhenToTest OfferedForMarriage
    
        Condition Trait PtolemaioiGalates > 0
              and Trait NaturalEnergy < 3
    
        Affects BadAdministrator  1  Chance  65
        Affects BadAdministrator  1  Chance  35
    
    ;------------------------------------------
    Trigger Ptolemaioi_Galates_OfferedForMarriage_Charismatic
        WhenToTest OfferedForMarriage
    
        Condition Trait PtolemaioiGalates > 0
              and Trait NaturalCharisma > 3
    
        Affects GoodRecruiter  1  Chance  65
        Affects GoodRecruiter  1  Chance  35
    
    ;------------------------------------------
    Trigger Ptolemaioi_Galates_OfferedForMarriage_Uncharismatic
        WhenToTest OfferedForMarriage
    
        Condition Trait PtolemaioiGalates > 0
              and Trait NaturalCharisma < 3
    
        Affects Feck  1  Chance  65
        Affects Feck  1  Chance  35
    
    ;------------------------------------------
    Trigger Ptolemaioi_Galates_OfferedForMarriage_Sharp
        WhenToTest OfferedForMarriage
    
        Condition Trait PtolemaioiGalates > 0
              and Trait NaturalIntelligence > 3
    
        Affects TacticalSkill  1  Chance  65
        Affects TacticalSkill  1  Chance  35
        Affects StrategicSkill  1  Chance  35
    
    ;------------------------------------------
    Trigger Ptolemaioi_Galates_OfferedForMarriage_Selfish
        WhenToTest OfferedForMarriage
    
        Condition Trait PtolemaioiGalates > 0
              and Trait Selflessness < 3
    
        Affects Bloodthirsty  1  Chance  65
        Affects Bloodthirsty  1  Chance  35
    Last edited by Lysandros; 11-22-2007 at 13:50.
    "Nous laisserons ce monde-ci aussi sot et aussi méchant que nous l'avons trouvé en y arrivant."

  3. #3
    Member Member Lysandros's Avatar
    Join Date
    Oct 2006
    Location
    Europe
    Posts
    104

    Default AW: No elephants in memphis

    The triggers for the sons of Ioudaioi and Galatai husbands getting their ethnicity are also missing in the EDCT. Here's what's missing (again triggers are taken from PonticGalatikos and PtolemaioiSyrios):
    Code:
    ;------------------------------------------
    Trigger Ptolemaioi_Ioudaios_CharacterComesOfAge
        WhenToTest CharacterComesOfAge
    
        Condition FatherTrait PtolemaioiIoudaios > 0
    
        Affects PtolemaioiIoudaios 1 Chance  100
    
    ;------------------------------------------
    Trigger Ptolemaioi_Ioudaios_CharacterComesOfAge_EthnoDetermined
        WhenToTest CharacterComesOfAge
    
        Condition Trait PtolemaioiIoudaios > 0
              and Trait EthnoDetermined < 1
    
        Affects EthnoDetermined  1  Chance  100
    
    ;------------------------------------------
    Trigger Ptolemaioi_Ioudaios_CharacterComesOfAge_Vigorous
        WhenToTest CharacterComesOfAge
    
        Condition Trait PtolemaioiIoudaios > 0
              and Trait NaturalEnergy > 3
    
        Affects GoodTrader  1  Chance  75
        Affects GoodTrader  1  Chance  50
        Affects GoodTrader  1  Chance  40
        Affects GoodTrader  1  Chance  30
        Affects GoodTrader  1  Chance  20
        Affects GoodAdministrator  1  Chance  50
        Affects Anger  1  Chance  40
    
    ;------------------------------------------
    Trigger Ptolemaioi_Ioudaios_CharacterComesOfAge_Languorous
        WhenToTest CharacterComesOfAge
    
        Condition Trait PtolemaioiIoudaios > 0
              and Trait NaturalEnergy < 3
    
        Affects YellowBileHumour  1  Chance  40
    
    ;------------------------------------------
    Trigger Ptolemaioi_Ioudaios_CharacterComesOfAge_Charismatic
        WhenToTest CharacterComesOfAge
    
        Condition Trait PtolemaioiIoudaios > 0
              and Trait NaturalCharisma > 3
    
        Affects GoodTrader  1  Chance  75
        Affects GoodTrader  1  Chance  50
        Affects GoodTrader  1  Chance  35
        Affects GoodTrader  1  Chance  20
    
    ;------------------------------------------
    Trigger Ptolemaioi_Ioudaios_CharacterComesOfAge_Sharp
        WhenToTest CharacterComesOfAge
    
        Condition Trait PtolemaioiIoudaios > 0
              and Trait NaturalIntelligence > 3
    
        Affects GoodTrader  1  Chance  75
        Affects GoodTrader  1  Chance  50
        Affects GoodTrader  1  Chance  35
        Affects GoodTrader  1  Chance  20
        Affects GoodAdministrator  1  Chance  30
    
    ;------------------------------------------
    Trigger Ptolemaioi_Ioudaios_CharacterComesOfAge_Optimist
        WhenToTest CharacterComesOfAge
    
        Condition Trait PtolemaioiIoudaios > 0
              and Trait Temperament > 3
    
        Affects BloodHumour  1  Chance  40
        Affects BloodHumour  1  Chance  20
        Affects ReligiousMania  1  Chance  20
    
    ;------------------------------------------
    Trigger Ptolemaioi_Ioudaios_CharacterComesOfAge_Pessimist
        WhenToTest CharacterComesOfAge
    
        Condition Trait PtolemaioiIoudaios > 0
              and Trait Temperament < 3
    
        Affects Anger  1  Chance  40
    
    ;------------------------------------------
    Trigger Ptolemaioi_Ioudaios_CharacterComesOfAge_Selfless
        WhenToTest CharacterComesOfAge
    
        Condition Trait PtolemaioiIoudaios > 0
              and Trait Selflessness > 3
    
        Affects ReligiousMania  1  Chance  40
        Affects ReligiousMania  1  Chance  20
    
    ;------------------------------------------
    Trigger Ptolemaioi_Ioudaios_CharacterComesOfAge_Selfish
        WhenToTest CharacterComesOfAge
    
        Condition Trait PtolemaioiIoudaios > 0
              and Trait Selflessness < 3
    
        Affects Epicurean  1  Chance  40
        Affects Epicurean  1  Chance  20
        Affects Corrupt  1  Chance  20
    
    ;------------------------------------------
    Trigger Ptolemaioi_Ioudaios_CharacterComesOfAge_Disloyal
        WhenToTest CharacterComesOfAge
    
        Condition Trait PtolemaioiIoudaios > 0
              and Trait Loyalty < 3
    
        Affects Disloyal  1  Chance  40
        Affects Disloyal  1  Chance  20
    
    ;------------------------------------------
    Trigger Ptolemaioi_Galates_CharacterComesOfAge
        WhenToTest CharacterComesOfAge
    
        Condition FatherTrait PtolemaioiGalates > 0          
    
        Affects PtolemaioiGalates 1 Chance  100
    
    ;------------------------------------------
    Trigger Ptolemaioi_Galates_CharacterComesOfAge_EthnoDetermined
        WhenToTest CharacterComesOfAge
    
        Condition Trait PtolemaioiGalates > 0
              and Trait EthnoDetermined < 1
    
        Affects EthnoDetermined  1  Chance  100
    
    ;------------------------------------------
    Trigger Ptolemaioi_Galates_CharacterComesOfAge_Vigorous
        WhenToTest CharacterComesOfAge
    
        Condition Trait PtolemaioiGalates > 0
              and Trait NaturalEnergy > 3
    
        Affects GoodInfantryGeneral  1  Chance  40
        Affects GoodInfantryGeneral  1  Chance  20
        Affects Brave  1  Chance  20
        Affects Bloodthirsty  1  Chance  20
        Affects Feck  1  Chance  20
    
    ;------------------------------------------
    Trigger Ptolemaioi_Galates_CharacterComesOfAge_Languorous
        WhenToTest CharacterComesOfAge
    
        Condition Trait PtolemaioiGalates > 0
              and Trait NaturalEnergy < 3
    
        Affects BadAdministrator  1  Chance  40
        Affects BadAdministrator  1  Chance  20
    
    ;------------------------------------------
    Trigger Ptolemaioi_Galates_CharacterComesOfAge_Charismatic
        WhenToTest CharacterComesOfAge
    
        Condition Trait PtolemaioiGalates > 0
              and Trait NaturalCharisma > 3
    
        Affects GoodRecruiter  1  Chance  40
        Affects GoodRecruiter  1  Chance  20
    
    ;------------------------------------------
    Trigger Ptolemaioi_Galates_CharacterComesOfAge_Uncharismatic
        WhenToTest CharacterComesOfAge
    
        Condition Trait PtolemaioiGalates > 0
              and Trait NaturalCharisma < 3
    
        Affects Feck  1  Chance  40
        Affects Feck  1  Chance  20
    
    ;------------------------------------------
    Trigger Ptolemaioi_Galates_CharacterComesOfAge_Sharp
        WhenToTest CharacterComesOfAge
    
        Condition Trait PtolemaioiGalates > 0
              and Trait NaturalIntelligence > 3
    
        Affects TacticalSkill  1  Chance  40
        Affects TacticalSkill  1  Chance  20
        Affects StrategicSkill  1  Chance  20
    
    ;------------------------------------------
    Trigger Ptolemaioi_Galates_CharacterComesOfAge_Selfish
        WhenToTest CharacterComesOfAge
    
        Condition Trait PtolemaioiGalates > 0
              and Trait Selflessness < 3
    
        Affects Bloodthirsty  1  Chance  40
        Affects Bloodthirsty  1  Chance  20
    ;------------------------------------------
    Last edited by Lysandros; 11-26-2007 at 18:15.
    "Nous laisserons ce monde-ci aussi sot et aussi méchant que nous l'avons trouvé en y arrivant."

  4. #4
    EB annoying hornet Member bovi's Avatar
    Join Date
    Jan 2007
    Location
    Norway
    Posts
    11,796

    Default Re: No elephants in memphis

    It's uncertain whether these are intentional or bugs, I heard when I took it up in EBH. Thanks a lot for making the triggers, I'll probably use them if someone comes along and says it's not intentional.

    Having problems getting EB2 to run? Try these solutions.
    ================
    I do NOT answer PM requests for help with EB. Ask in a new help thread in the tech help forum.
    ================
    I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. - Stephen Hawking

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