Files
novel_world/templates/dagang.json.template

40 lines
941 B
Plaintext
Raw Permalink Normal View History

{
"novel_info": {
"title": "小说标题",
"genre": "类型(奇幻/科幻/都市/历史等)",
"target_length": "预计字数",
"theme": "核心主题"
},
"logline": "一句话故事梗概",
"story_arc": {
"opening": "开端描述",
"inciting_incident": "引发事件",
"rising_action": "上升动作(主要冲突发展)",
"climax": "高潮描述",
"resolution": "结局描述"
},
"main_characters": ["主角ID列表"],
"conflicts": [
{
"type": "内部/外部",
"description": "冲突描述",
"resolution": "如何解决"
}
],
"chapter_outline": [
{
"chapter_number": 1,
"title": "章节标题",
"summary": "章节概要",
"plot_points": ["关键情节点"],
"characters_involved": ["涉及角色"]
}
],
"themes": [
{
"theme": "主题名称",
"expression": "如何表达这个主题"
}
]
}