Weapon Type

from dgisim import WeaponType

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

class WeaponType(value)

An enumeration.

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