So I've got this Ira problem...

Fafnir13

King
Joined
May 15, 2008
Messages
919
Location
Shoreline, WA
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...
 
Code:
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.
 
Yes, they are supposed to get stronger with each kill.
 
they are permanent summons of the avatar of wrath
 
Individual Retirement Account, it takes your soul and gives you damnation as your interest payment
 
You have a Irish Republican Army problem:eek::scared::hide:! Like
Blackmantle said, call the SAS!

;)
 
Back
Top Bottom