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)

Describes the skill “id” of the skill.

ELEMENTAL_BURST = 3
SKILL1 = 0
SKILL2 = 1
SKILL3 = 2
is_elemental_burst() bool
is_skill1() bool
is_skill2() bool
is_skill3() bool
to_event_type() EventType