Character Create
character_createAdd a new character card to the current campaign. Provide the character's name and system-specific data fields; the server validates data against the inherited game system.
Instructions
创建角色卡并直接加入当前战役。gameSystem 自动继承战役系统 (服务器会按该系统 Zod schema 校验 data,校验失败返回 400)。 data 为卡面字段 dict(结构随系统:5e 见上游 dnd5e.ts,CoC7e 见 callOfCthulhu7e.ts)。 建完可用 character_validate 复查。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| name | Yes | ||
| token_image_url | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||