Greetings!
I have been trying to make my fraction leader a legendary leader/tactical genius (level 5) for quite some time, but without success. He has been an inspiring leader/exceptional tactician (level 4) for many years, but cannot go one level further, even after many crushing victories. I just checked the descr file, and it seems that he must have natural intelligence/charisma/energy above or equal to 5/5/5 in order to make level 5. Is that true or is that he (4/3/4) has no chance of achieving level 5 in command?
If so, could I add the following triggers to the descr file to boost his intelligence/charisma/energy as a rescue approach? Will this work or cause problems?
Thanks
;------------------------------------------
Trigger trigger_SuperHero_Intelligence
WhenToTest CharacterTurnEnd
Condition EndedInSettlement
and Trait GoodLeader = 4
and Trait GoodTactician = 4
and Trait NaturalIntelligence < 6
Affects NaturalIntelligence 6 Chance 100
;------------------------------------------
Trigger trigger_Superhero_Charisma
WhenToTest CharacterTurnEnd
Condition EndedInSettlement
and Trait GoodLeader = 4
and Trait GoodTactician = 4
and Trait NaturalCharisma < 6
Affects NaturalCharisma 6 Chance 100
;------------------------------------------
Trigger trigger_Superhero_Energy
WhenToTest CharacterTurnEnd
Condition EndedInSettlement
and Trait GoodLeader = 4
and Trait GoodTactician = 4
and Trait NaturalEnergy < 6
Affects NaturalEnergy 6 Chance 100
Bookmarks