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 = 4
SKILL1 = 1
SKILL2 = 2
SKILL3 = 3
is_elemental_burst() bool
is_elemental_skill() bool
to_event_type() EventType