create_object_1dir
Create a persistent single-direction object for top-down or sidescroller views. Supports size customization, style images, and per-item descriptions.
Instructions
Create a persistent single-direction object. Square size 32-256px (default 64). view 'top-down' or 'sidescroller'. Optionally pass style_images for visual reference. Larger sizes may yield multiple objects (use item_descriptions to label each). For an object rotatable to 8 directions use create_object_8dir. For single-view non-persistent props use create_map_object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Square image size in pixels (32-256, default 64) | |
| view | No | View (default 'top-down') | |
| description | Yes | Object description | |
| style_images | No | Style reference images (PNG/JPEG base64, max 256x256 each) | |
| item_descriptions | No | Per-object descriptions when the size produces multiple objects |