Results 1 to 8 of 8

Thread: Provinces

  1. #1
    Member Member McAds's Avatar
    Join Date
    Jul 2007
    Location
    Birmingham, UK
    Posts
    58

    Default Provinces

    Hello, there. I’m sure this is a question I have asked before, but I unfortunately didn’t get the answer I was after. But I’m going to ask it again as I’m off work with a dislocated elbow!

    Playing EB left handed is a real ball ache


    I believe there is a map available, possibly made by Kony, which shows which provinces you need to capture to get the Governor symbol added to your retinue and the traits that go with it. I was wondering whether anybody remembered where this map was? For example on Sicily, you need Messana and Libelio (sp) at level II or III to get the Governor retinue/trait.


    Thanks for your help folks.

  2. #2
    Whatever Member konny's Avatar
    Join Date
    Oct 2007
    Location
    Germania Inferior
    Posts
    1,787

    Default AW: Provinces

    Quote Originally Posted by McAd
    I believe there is a map available, possibly made by Kony, which shows which provinces you need to capture to get the Governor symbol added to your retinue and the traits that go with it.
    Not guilty here.

    It was posted by one of the team members (Zaknafien, i think) but was said to be not complete. It is anyway according to the boundaries of the historical Roman provinces. Governement should better than 4.


    EDIT
    Form the trait file:
    Code:
    Trigger Governor_not_in_Sicily_loses_bonuses
        WhenToTest CharacterTurnEnd
    
        Condition EndedInSettlement 
              and not SettlementName Syrakousai
              and not SettlementName Messana
              and not SettlementName Lilibeo
              and Attribute Electability = 11
              and Trait Roman_Provincial_Governor_Effect = 1
    
        Affects Roman_Provincial_Governor_Effect -1  Chance  100
    
    
    Trigger Governor_not_in_Corsica_or_Sardinia_loses_bonuses
        WhenToTest CharacterTurnEnd
    
        Condition EndedInSettlement 
              and not SettlementName Karali
              and not SettlementName Alalia
              and Attribute Electability = 12
              and Trait Roman_Provincial_Governor_Effect = 1
    
        Affects Roman_Provincial_Governor_Effect -1  Chance  100
    
    
    Trigger Governor_not_in_Africa_Vetus_loses_bonuses
        WhenToTest CharacterTurnEnd
    
        Condition EndedInSettlement 
              and not SettlementName Kart-Hadast
              and not SettlementName Adrumeto
              and not SettlementName Atiqa
              and Attribute Electability = 13
              and Trait Roman_Provincial_Governor_Effect = 1
    
        Affects Roman_Provincial_Governor_Effect -1  Chance  100
    
    
    Trigger Governor_not_in_NearGaul_loses_bonuses
        WhenToTest CharacterTurnEnd
    
        Condition EndedInSettlement 
              and not SettlementName Patavium
              and not SettlementName Bononia
              and not SettlementName Segesta
              and not SettlementName Mediolanum
              and Attribute Electability = 14
              and Trait Roman_Provincial_Governor_Effect = 1
    
        Affects Roman_Provincial_Governor_Effect -1  Chance  100
    
    
    Trigger Governor_not_in_NearSpain_loses_bonuses
        WhenToTest CharacterTurnEnd
    
        Condition EndedInSettlement 
              and not SettlementName Emporion
              and not SettlementName Numantia
              and not SettlementName Bocchoris
              and not SettlementName Mastia
              and not SettlementName Arsé
              and Attribute Electability = 15
              and Trait Roman_Provincial_Governor_Effect = 1
    
        Affects Roman_Provincial_Governor_Effect -1  Chance  100
    
    
    Trigger Governor_not_in_FarSpain_loses_bonuses
        WhenToTest CharacterTurnEnd
    
        Condition EndedInSettlement 
              and not SettlementName Gader
              and not SettlementName Oxtraca
              and not SettlementName Sucum-Murgi
              and not SettlementName Baikor
              and not SettlementName Tyde
              and Attribute Electability = 16
              and Trait Roman_Provincial_Governor_Effect = 1
    
        Affects Roman_Provincial_Governor_Effect -1  Chance  100
    
    
    Trigger Governor_not_in_FarGaul_loses_bonuses
        WhenToTest CharacterTurnEnd
    
        Condition EndedInSettlement 
              and not SettlementName Gergovia
              and not SettlementName Tolosa
              and not SettlementName Massalia
              and not SettlementName Burdigala
              and Attribute Electability = 17
              and Trait Roman_Provincial_Governor_Effect = 1
    
        Affects Roman_Provincial_Governor_Effect -1  Chance  100
    
    
    Trigger Governor_not_in_Macedonia_loses_bonuses
        WhenToTest CharacterTurnEnd
    
        Condition EndedInSettlement 
              and not SettlementName Pella
              and not SettlementName Demetrias
              and not SettlementName Ambrakia
              and not SettlementName Thermon
              and not SettlementName Serdike
              and not SettlementName Tylis
              and Attribute Electability = 18
              and Trait Roman_Provincial_Governor_Effect = 1
    
        Affects Roman_Provincial_Governor_Effect -1  Chance  100
    
    
    Trigger Governor_not_in_Asia_loses_bonuses
        WhenToTest CharacterTurnEnd
    
        Condition EndedInSettlement 
              and not SettlementName Pergamon
              and not SettlementName Halikarnassos
              and not SettlementName Ipsos
              and not SettlementName Sardis
              and not SettlementName Mytilene
              and Attribute Electability = 19
              and Trait Roman_Provincial_Governor_Effect = 1
    
        Affects Roman_Provincial_Governor_Effect -1  Chance  100
    
    
    Trigger Governor_not_in_Achaea_loses_bonuses
        WhenToTest CharacterTurnEnd
    
        Condition EndedInSettlement 
              and not SettlementName Athenai
              and not SettlementName Korinthos
              and not SettlementName Sparte
              and not SettlementName Chalkis
              and not SettlementName Kydonia
              and Attribute Electability = 20
              and Trait Roman_Provincial_Governor_Effect = 1
    
        Affects Roman_Provincial_Governor_Effect -1  Chance  100
    
    
    Trigger Governor_not_in_Bithynia_loses_bonuses
        WhenToTest CharacterTurnEnd
    
        Condition EndedInSettlement 
              and not SettlementName Nikaia
              and not SettlementName Amaseia
              and not SettlementName Sinope
              and not SettlementName Ankyra
              and not SettlementName Ipsos
              and Attribute Electability = 21
              and Trait Roman_Provincial_Governor_Effect = 1
    
        Affects Roman_Provincial_Governor_Effect -1  Chance  100
    
    
    Trigger Governor_not_in_NewAfrica_loses_bonuses
        WhenToTest CharacterTurnEnd
    
        Condition EndedInSettlement 
              and not SettlementName Ippone
              and not SettlementName Lepki
              and not SettlementName Kirtan
              and not SettlementName Siga
              and Attribute Electability = 22
              and Trait Roman_Provincial_Governor_Effect = 1
    
        Affects Roman_Provincial_Governor_Effect -1  Chance  100
    
    
    Trigger Governor_not_in_Syria_loses_bonuses
        WhenToTest CharacterTurnEnd
    
        Condition EndedInSettlement 
              and not SettlementName Antiocheia
              and not SettlementName Sidon
              and not SettlementName Damaskos
              and not SettlementName Palmyra
              and not SettlementName Edessa
              and Attribute Electability = 23
              and Trait Roman_Provincial_Governor_Effect = 1
    
        Affects Roman_Provincial_Governor_Effect -1  Chance  100
    
    
    Trigger Governor_not_in_Judaea_loses_bonuses
        WhenToTest CharacterTurnEnd
    
        Condition EndedInSettlement 
              and not SettlementName Hierosolyma
              and not SettlementName Bostra
              and not SettlementName Petra
              and Attribute Electability = 24
              and Trait Roman_Provincial_Governor_Effect = 1
    
        Affects Roman_Provincial_Governor_Effect -1  Chance  100
    
    Trigger Governor_not_in_Gallia_Comata_loses_bonuses
        WhenToTest CharacterTurnEnd
    
        Condition EndedInSettlement 
              and not SettlementName Burdigala
              and not SettlementName Bibracte
              and not SettlementName Viennos
              and not SettlementName Gergovia
              and not SettlementName Lemonum
              and Attribute Electability = 25
              and Trait Roman_Provincial_Governor_Effect = 1
    
        Affects Roman_Provincial_Governor_Effect -1  Chance  100
    
    
    Trigger Governor_not_in_Cyrenacia_loses_bonuses
        WhenToTest CharacterTurnEnd
    
        Condition EndedInSettlement 
              and not SettlementName Ammonion
              and not SettlementName Kyrene
              and not SettlementName Paraitonion
              and not SettlementName Augila
              and not SettlementName Hibis
              and Attribute Electability = 26
              and Trait Roman_Provincial_Governor_Effect = 1

    That should be the provinces.
    Last edited by konny; 02-08-2008 at 14:36.

    Disclaimer: my posts are to be considered my private opinion and not offical statements by the EB Team

  3. #3
    Whatever Member konny's Avatar
    Join Date
    Oct 2007
    Location
    Germania Inferior
    Posts
    1,787

    Default AW: Provinces

    ok, ok.

    Becuase I have not much to do in the moment, I have made it a map:



    Please note that Ipsos, Aquiliae and Gergovia happen to belong to two provinces each, while Illyria seems to be not used.

    Disclaimer: my posts are to be considered my private opinion and not offical statements by the EB Team

  4. #4
    Member Member zooeyglass's Avatar
    Join Date
    Jan 2008
    Location
    Oxford, England
    Posts
    245

    Default Re: AW: Provinces

    Quote Originally Posted by konny
    ok, ok.

    Becuase I have not much to do in the moment, I have made it a map:
    thank you! (though i wasn't asking for it.)
    inde consilivm mihi pavca de Avgvsto et extrema tradere, mox Tiberii principatum et cetera, sine ira et stvdio, qvorvm cavsas procvl habeo.

  5. #5
    Member Member anubis88's Avatar
    Join Date
    Apr 2007
    Location
    Slovenia
    Posts
    3,400

    Default Re: Provinces

    Great Konny,
    Thanx!
    Europa Barbarorum Secretary

  6. #6
    Member Member Bactron's Avatar
    Join Date
    Mar 2007
    Location
    Prague, Czech rep.
    Posts
    129

    Default Re: Celtic adopted lesser kings

    (deleted post)

    SORRY: wrong forum, ignore this post please!
    Last edited by Bactron; 02-08-2008 at 15:23.

  7. #7
    Member Member McAds's Avatar
    Join Date
    Jul 2007
    Location
    Birmingham, UK
    Posts
    58

    Default Re: Provinces

    Nice one Konny! Top draw stuff mate, thanks!

  8. #8
    Lies We Can Belive In Member Barry Soteiro's Avatar
    Join Date
    Jun 2007
    Location
    Not available
    Posts
    148

    Default Re: Provinces

    Thanks konny ! This map will help me a lot in my conquests
    Lies we can believe in

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