recraft_generate_themed_set
Generate a complete themed game asset set with a consistent style: create a hero asset, then all symbols, optional background, and a Pixi.js manifest from a single prompt workflow.
Instructions
Generate a complete themed asset set for game design. Creates a hero asset, builds a custom style from it, then generates all remaining symbols with visual consistency. Optionally generates background and outputs a Pixi.js-compatible asset manifest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Image size (e.g., 1024x1024, 1344x768) or ratio (e.g., 16:9, 1:1 for vector models) | 1024x1024 |
| theme | Yes | Theme name (e.g., "Egyptian", "Viking", "Space") | |
| bg_size | No | Background image size (default: 1344x768 / 16:9) | 1344x768 |
| symbols | Yes | Array of symbols to generate | |
| bg_prompt | No | Background image prompt (if omitted, no background is generated) | |
| remove_bg | No | Remove background from symbols (default: true) | |
| output_dir | Yes | Base output directory (symbols/ and ui/ subdirs will be created) | |
| prompt_suffix | Yes | Suffix appended to every symbol prompt for consistent style (e.g., ", ultra detailed 3D render, polished metallic surface, dramatic volumetric lighting from above, centered composition on pure black background, no text, no letters, sharp focus, cinematic lighting") | |
| generate_manifest | No | Generate asset-manifest.json for Pixi.js integration |