# CustomItemType

### Enum Values

| Name                                                                                   | Description                                                     |
| -------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| [`Item`](/uncomplicatedcustomitems/api/custom-data/item.md)                            | A generic custom item. No specific behavior is implied.         |
| [`Keycard`](/uncomplicatedcustomitems/api/custom-data/keycard.md)                      | Functions as a keycard, allowing access to doors or systems.    |
| [`Armor`](/uncomplicatedcustomitems/api/custom-data/armor.md)                          | Provides protection when worn, reducing incoming damage.        |
| [`Weapon`](/uncomplicatedcustomitems/api/custom-data/weapon.md)                        | A standard weapon that deals damage.                            |
| [`Medikit`](/uncomplicatedcustomitems/api/custom-data/medikit.md)                      | A healing item that restores health when used.                  |
| [`Painkillers`](/uncomplicatedcustomitems/api/custom-data/painkillers.md)              | Temporarily heals over time; commonly used for small HP boosts. |
| [`Jailbird`](/uncomplicatedcustomitems/api/custom-data/jailbird.md)                    | SCP-style stun baton weapon. May apply shock effects.           |
| [`ExplosiveGrenade`](/uncomplicatedcustomitems/api/custom-data/explosive-grenade.md)   | A throwable explosive grenade.                                  |
| [`FlashGrenade`](/uncomplicatedcustomitems/api/custom-data/flash-grenade.md)           | A flashbang grenade that blinds enemies.                        |
| [`Adrenaline`](/uncomplicatedcustomitems/api/custom-data/adrenaline.md)                | Boosts stamina and health; used for quick recovery.             |
| [`SCPItem`](/uncomplicatedcustomitems/api/custom-data/scp-item.md)                     | Denotes an SCP-classified item.                                 |
| [`MicroHID`](/uncomplicatedcustomitems/api/custom-data/microhid.md)                    | A high-energy SCP weapon capable of disintegration.             |
| [`ParticleDisruptor`](/uncomplicatedcustomitems/api/custom-data/particle-disruptor.md) | A special firearm that deals high damage or effects.            |
| [`Light`](/uncomplicatedcustomitems/api/custom-data/flashlight.md)                     | An item that emits light, like a flashlight or lantern.         |
| [`Candy`](/uncomplicatedcustomitems/api/custom-data/candy.md)                          | A SCP-330 item                                                  |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.uci.ucserver.it/uncomplicatedcustomitems/api/enums/internal/customitemtype.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
