Weapon Type

from dgisim import WeaponType

This is used to indicate the type of weapon a character uses.

class WeaponType(value)

An enumeration.

BOW = 0
CATALYST = 1
CLAYMORE = 2
NONE = 5
POLEARM = 3
SWORD = 4