|
3D Dungeon Crawler
|
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 () |
| int ArmorItemData.armor |
| Material ArmorItemData.armorColor |
| int ArmorItemData.intelligence |
| int ArmorItemData.speed |
| int ArmorItemData.stamina |
| int ArmorItemData.strength |