3D Dungeon Crawler
Loading...
Searching...
No Matches
ArmorItemData Class Reference
Inheritance diagram for ArmorItemData:
InventoryItemData

Public Attributes

int stamina
 
int strength
 
int intelligence
 
int armor
 
int speed
 
Material armorColor
 
- Public Attributes inherited from InventoryItemData
Sprite Icon
 
int MaxStackSize
 
int ID = -1
 
string DisplayName
 
string Description
 
Rarity rarity = Rarity.Common
 
GameObject ItemPrefab
 
InventoryItemType ItemType
 
int dropChance
 
bool consumable = false
 
bool isAbility = false
 
float goldValue = 1
 

Additional Inherited Members

- Public Types inherited from InventoryItemData
enum  Rarity {
  Common , Uncommon , Rare , Epic ,
  Legendary
}
 
- Public Member Functions inherited from InventoryItemData
virtual void UseItem ()
 

Member Data Documentation

◆ armor

int ArmorItemData.armor

◆ armorColor

Material ArmorItemData.armorColor

◆ intelligence

int ArmorItemData.intelligence

◆ speed

int ArmorItemData.speed

◆ stamina

int ArmorItemData.stamina

◆ strength

int ArmorItemData.strength

The documentation for this class was generated from the following file: