|  |  | The following configurations can be used alongside [MythicMob's Items ones](/../../../MythicMobs/-/wikis/Items/Items#breaking-down-the-item-configuration) when crucible is installed | 
|  |  |  | 
|  |  | ```yaml | 
|  |  | ExampleItem: | 
|  |  | Material: STONE_SWORD | 
|  |  | EquipSlot: HAND | 
|  |  | EquipSlotSkill: DoFancyStuff | 
|  |  | EquipConditions: | 
|  |  | - day true | 
|  |  | ``` | 
|  |  |  | 
|  |  | ## Type | 
|  |  | The type of the item. Can be any of | 
|  |  | - `ITEM` | 
|  |  | - [`FURNITURE`](/Furniture) | 
|  |  | - [`BAG`](/Bags) | 
|  |  | - [`BLOCK`](/Custom-Blocks) | 
|  |  | - [`PAINT_BRUSH`](/Paint-Brush) | 
|  |  | - [`HAT`](/Hats) | 
|  |  | - [`GEM`](/Augments#creating-augment-items) | 
|  |  |  | 
|  |  | Each type comes with additional configurations for it you can set | 
|  |  |  | 
|  |  | ## EquipSlot | 
|  |  | The [Slot](/../../../MythicMobs/-/wikis/Skills/EquipSlot) where the equipment is supposed to be used. If used elsewhere, its [Stats](/../../../MythicMobs/-/wikis/Skills/Stats) will not apply | 
|  |  |  | 
|  |  | ## EquipSlotSkill | 
|  |  | The MetaSkill to be executed once the item is equipped in the correct slot, if any. | 
|  |  |  | 
|  |  | ## EquipConditions | 
|  |  | A list of [Conditions](/../../../MythicMobs/-/wikis/Skills/conditions) to be matched in order for the item to apply its stats once equipped. | 
|  |  |  | 
|  |  | ## EquipLevel | 
|  |  | The required level the player must be at in order for the item to apply its stats once equipped. | 
|  |  |  | 
|  |  | ## EquipLevelKey | 
|  |  | The key of the Player Level Provider to be used to evaluate the player's level. Defaults to evaluating the player's vanilla experience level | 
|  |  |  | 
|  |  | ## ArrowDamage | 
|  |  | The damage the arrows fired from this item will do. Does not influence other projectile types | 
|  |  | \ No newline at end of file |