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 = 'Elemental-Burst'
ELEMENTAL_SKILL = 'Elemental-Skill'
NORMAL_ATTACK = 'Normal-Attack'