Documentation

AutoScaleFighter

Automatically calculated values based on the fighter's level.

Table of Contents

getAttack()  : int
Returns the attack value based on the fighter's level.
getBuffs()  : BuffList
Returns an empty bufflist.
getDefense()  : int
Returns the defense value based on the fighter's level.
getMaxHealth()  : int
Returns the maximum health based on the fighter's level.

Methods

getAttack()

Returns the attack value based on the fighter's level.

public getAttack([bool $ignoreBuffs = false ]) : int
Parameters
$ignoreBuffs : bool = false
Return values
int

getDefense()

Returns the defense value based on the fighter's level.

public getDefense([bool $ignoreBuffs = false ]) : int
Parameters
$ignoreBuffs : bool = false
Return values
int

getMaxHealth()

Returns the maximum health based on the fighter's level.

public getMaxHealth() : int
Return values
int

Search results