
Originally Posted by
Djurre
the thing is, i thought there were allways two roman consuls. but only my faction leader has the trait consular/consul whatever. not the heir. whats up with that, there were two consuls right?
Well, in EB, the number of consuls you can have at any same time is unlimited I believe, but the chance of getting more than three consuls is almost nil. Depending on chance, most people only get one consul per election year, and that is if they are lucky. Quite a bit of times, you get no Consuls at all. Two is very rare indeed. Any character that meets the requirements for a consul can become one, and the more he overdoes the requirements, the better.
Your starting Romani Faction Leader is a consul/was a consul, thus "consulares", but you will soon get more.
Here are the requirements for different character becoming consuls, straight from the EDCT, the file that governs traits:
Code:
Trigger Elected_Patrician_Consul
WhenToTest CharacterTurnStart
Condition Trait Patrician = 1
and Trait Season = 1
and Trait TurnsAlive > 3
and Attribute Influence > 4
and Attribute Command > 0
and Trait Aedile < 1
and Trait notPraetor > 0
and Trait notConsul < 1
Affects Consul 1 Chance 20
;------------------------------------------
Trigger Elected_Plebeian_Consul
WhenToTest CharacterTurnStart
Condition Trait Plebeian = 1
and Trait Season = 1
and Trait TurnsAlive > 3
and Attribute Influence > 4
and Attribute Command > 0
and Trait notPraetor > 0
and Trait notConsul < 1
Affects Consul 1 Chance 20
;------------------------------------------
Trigger Elected_Consul_Again
WhenToTest CharacterTurnStart
Condition FactionType seleucid
and Trait Season = 1
and Attribute Influence > 4
and Trait Censor < 1
and Trait Consul < 1
and Trait notConsul > 0
and Trait TurnsOutOfOffice = 2
Affects Consul 1 Chance 25
BTW, all traits that start with "not" and then the office name, ex.: "notPraetor" are the ex-[insert office name]. So "notPraetor" means "Ex-Praetor". If you do not fully understand that trait file excerpt, ask me. I will be glad to clarify it for you.
Bookmarks