22 public override string Type {
get {
return "hero";}}
23 public override bool Equippable {
get {
return true;}}
Derived class for storing Hero clothing items.
A Class for storing items. Can be used as is or be derived from. See GemItem or GuardianWeapon for ex...
Sprite PrimarySprite
The primary sprite.
Sprite SecondarySprite
The secondary sprite (currently just for the back hand for gloves).
string Slot
Which equipment slot this item is for.