Character Skill Type

from dgisim import CharacterSkillType

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

class CharacterSkillType(value)

An enumeration.

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