novel-writer-cn
Version:
AI 驱动的中文小说创作工具 - 基于结构化工作流的智能写作助手
78 lines (73 loc) • 1.51 kB
JSON
{
"novel": "[小说名称]",
"lastUpdated": "",
"protagonist": {
"name": "[主角名]",
"currentStatus": {
"alive": true,
"health": "良好",
"mentalState": "正常",
"location": "[当前位置]",
"chapter": 1,
"age": null,
"position": "[身份/职位]",
"possessions": [],
"skills": [],
"knowledge": []
},
"development": {
"arc": "[成长弧线描述]",
"milestones": [],
"currentPhase": "起点",
"nextGoal": ""
},
"relationships": {
"summary": "见relationships.json详细信息",
"key": {}
}
},
"supportingCharacters": {
"[配角名]": {
"role": "[角色功能]",
"importance": "high|medium|low",
"status": {
"alive": true,
"lastSeen": {
"chapter": null,
"location": ""
},
"currentLocation": "unknown",
"occupation": ""
},
"arc": {
"planned": "",
"current": ""
},
"secrets": [],
"motivations": []
}
},
"characterGroups": {
"active": [],
"inactive": [],
"deceased": []
},
"appearanceTracking": [
{
"chapter": 1,
"appearances": [
{
"character": "[角色名]",
"role": "主要|次要|背景",
"significance": ""
}
]
}
],
"consistency": {
"physicalTraits": {},
"personalityTraits": {},
"speechPatterns": {},
"warnings": []
}
}