How does the game decide which epiphet to give a character?
Does in just use the one that he earned most recently, or is there some order of priority?
Also, can Agents and Admirals get epiphets?
EDIT: Off topic question about trait triggers. In:
Code:
;------------------------------------------
Trigger testingpostbattle
WhenToTest PostBattle
Condition Trait GoodCommander >= 1
Affects Drink 2 Chance 100
When it says "GoodCommander >=1", that means that it must be at the first LEVEL of the trait or higher, or the first threshold number or higher? And for "Affects Drink 2", it means that it goes up by that much in the threshold number, correct?
Re: How does the game decide which epiphet to give a character?
Quote:
Originally Posted by SSJVegetaTrunks
Does in just use the one that he earned most recently, or is there some order of priority?
He gets the most recent epithet earned.
Quote:
Originally Posted by SSJVegetaTrunks
Also, can Agents and Admirals get epiphets?
Yes.
Quote:
Originally Posted by SSJVegetaTrunks
When it says "GoodCommander >=1", that means that it must be at the first LEVEL of the trait or higher, or the first threshold number or higher?
It's referring to the level.
Quote:
Originally Posted by SSJVegetaTrunks
And for "Affects Drink 2", it means that it goes up by that much in the threshold number, correct?
The number of trait points increases by 2.
Re: How does the game decide which epiphet to give a character?
Thank you for clearing that all up.