8 public class Item : ScriptableObject
28 public virtual string Type {
get {
return "item";}}
string DisplayNameID
The Localization ID of the Item's actual name as it will appear in inventory/shops.
A Class for storing items. Can be used as is or be derived from. See GemItem or GuardianWeapon for ex...
virtual string Type
Derived classes should override this property with a relevant string used for comparisons related to ...
Sprite GUISprite
The Sprite used to represent this item in the GUI.
virtual bool Equippable
Derived classes should override this property to return true if they are equippable.
string DescriptionID
The Localization ID of the Item's description/flavour text.