Character Skill Type

from dgisim import CharacterSkillType

The enum to represent the type of skill the skill is for a character.

class CharacterSkillType(value)

Describes the category of the skill.

ELEMENTAL_BURST = 2
ELEMENTAL_SKILL = 1
NORMAL_ATTACK = 0
is_elemental_burst()
is_elemental_skill()
is_normal_attack()