3D Dungeon Crawler
|
Public Attributes | |
int | stamina |
int | strength |
int | intelligence |
int | armor |
int | speed |
Material | armorColor |
![]() | |
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 | |
![]() | |
enum | Rarity { Common , Uncommon , Rare , Epic , Legendary } |
![]() | |
virtual void | UseItem () |
int ArmorItemData.armor |
Material ArmorItemData.armorColor |
int ArmorItemData.intelligence |
int ArmorItemData.speed |
int ArmorItemData.stamina |
int ArmorItemData.strength |