Character Skill

from dgisim import CharacterSkill

The enum to represent the skill of a character. (used to select a skill to cast)

class CharacterSkill(value)

An enumeration.

ELEMENTAL_BURST = 3
SKILL1 = 0
SKILL2 = 1
SKILL3 = 2
is_elemental_burst() bool
is_elemental_skill() bool
to_event_type() EventType