This Ira has 23 attack power. How did this happen? Do they gain strength with each kill or something? I've rarely gotten to see the Avatar for very long, so I'm not all that familiar with how they work...
def postCombatIra(pCaster, pOpponent):
if pOpponent.isAlive():
if pCaster.baseCombatStr() < 32:
pCaster.setBaseCombatStr(pCaster.baseCombatStr() - 3)
pCaster.setBaseCombatStrDefense(pCaster.baseCombatStrDefense() - 3)
It looks to me like this should actually be reducing the unit's strength, but it increases it. Kael specifically said it was supposed to increase the strength by 1 per kill up to strength 32, and it seems to do just that despite the code appearing to instead reduce the strength by 3.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.