I'm having difficulties getting Confident Commander from an autocalc victory. Fought two battles, won both, but only got a Battlescarred trait and a Galloper - nothing in the GoodCommander line. I also removed the battle odds, so that can't be it.
Edit: Okay, this doesn't work properly. The GeneralFoughtInCombat condition can be true for Autocalcs as well, so it doesn't differentiate.
To test this, I created a new trigger:
After an autocalc batte, my general was a Great Commander (16 points), which means the GeneralFoughtInCombat was true. Which is a shame: it was a great idea. Perhaps there is another condition that might do the job though?Code:;------------------------------------------ Trigger FoughtTest WhenToTest PostBattle Condition IsGeneral and WonBattle and GeneralFoughtInCombat Affects GoodCommander 16 Chance 100
Bookmarks