Create item (admin)
specter_create_itemCreates an inventory item with properties including type, price, and unlock conditions. Mutates live game config; confirm with user and prefer staging.
Instructions
Create an inventory item. Properties (consumable/equippable/...), prices, unlock conditions go in fields. MUTATES live game config — confirm with the user and prefer staging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| fields | No | Any other fields for this entity — see the specter-admin skill for the full schema | |
| typeId | Yes | Item type id | |
| projectId | No | Defaults to SPECTER_PROJECT_ID |