createCraft
Create new fantasy items, weapons, artifacts, and books with AI-generated names and descriptions for your world.
Instructions
Create a new craft/item/heritage object. AI should generate creative names and descriptions for magical items, weapons, books, artifacts, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the craft (e.g., "Sword of Dawn", "Tome of Ancient Secrets", "Dragonhide Barricade") | |
| rarity | Yes | Rarity level | |
| effects | No | Special effects or properties (e.g., "+3 damage", "grants night vision") | |
| worldId | Yes | World ID | |
| category | Yes | Type of craft | |
| isHidden | No | If true, the item is hidden/lost (location unknown) | |
| location | No | Current location (optional) | |
| description | Yes | Detailed description of the item and its properties | |
| requiredResources | No | Resources needed to create (e.g., {iron: 50, magic: 30}) | |
| requiredTechLevel | Yes | Minimum technology level required (0-10) | |
| creatorPopulationId | Yes | ID of population that created this |