
Originally Posted by
player1
ALERT!
Scarrface fix is not working well!
It seems that GeneralHPLostRatioinBattle is working as itended when doing autocalc battle (checking % of health lost).
Only in manual battle it checks % of health remaining.
So, the fix for Scarrface has fixed the trait for manual battle, but broke it for autocalc.
P.S.
As sideffect, there would be more brave and scarred AI generals.
Have an idea about possibile compromise:
Code:
Trigger battle1
WhenToTest PostBattle
Condition GeneralHPLostRatioinBattle > 0.3
and GeneralHPLostRatioinBattle < 0.7
Affects BattleScarred 1 Chance 30
Affects Brave 1 Chance 15
So that you get checked for trait in cases when general remains with 30-70% health, regardless is it autocalc or manual battle?
Not perfect, since it doesn't check those that are very badly injured (less then 30% heath).
Bookmarks