Enum EItemType
Item types
Namespace: Mannequin.Bindings
Assembly: Collapse.dll
Syntax
public enum EItemType : int
Fields
| Name | Description |
|---|---|
| Ammo | Ammunition. data/items/ammo |
| Armor | Equippable armor. data/items/armor |
| Artifact | Equipment |
| Clutter | Map items. data/clutter |
| Crops | Growable seeds. data/items/seeds |
| DamagedGear | Damaged weapons and armors |
| Drink | Drinkable items. data/items/consumables |
| Food | Edible items. data/items/consumables |
| FoodIngredients | Ingredients for making Food. data/items/materials |
| Fuel | Fuel sources |
| Headgear | Equippable armor that belongs in the "helmet" slot. data/items/armor |
| Material | Materials that can be crafted. data/items/materials |
| Medical | Medical items. data/items/consumables |
| Tech | Researched technology. data/items/tech |
| Valuable | Valuable items. |
| Weapon | Equippable, drawable weapons. data/items/weapons |