walhalla.data
Stats
Represents the statistics of a character or unit in the game. This class provides fields for various attributes such as health points, attack, defense, and other abilities. It also includes methods to parse these statistics from a wiki text format.
profession
Profession
The class or type of the unit.
icon
String
image
String
hp
int
The maximum health points of the unit.
atk
int
The maximum attack value of the unit.
def
int
The maximum defense value of the unit.
mr
int
The magic resistance value of the unit.
range
int
The range of the unit's attacks or abilities.
block
int
The number of enemies the unit can block simultaneously.
cost
int
The maximum cost of deploying the unit.
costMin
int
The minimum cost of deploying the unit.
rangeSkill
int
The range of the unit's skill.
rangeSkillAW
int
The range of the unit's skill after awakening.
abilityCostMod
int
The cost modifier for the unit's abilities.
abilityAtkMod
float
The attack modifier for the unit's abilities.
abilityDefMod
float
Stats
()
toString
()
String
String |