Files
novel_world/templates/xigang.json.template

38 lines
1.1 KiB
Plaintext
Raw Normal View History

{
"outline_id": "对应的大纲章节ID",
"chapter_number": 1,
"title": "章节标题",
"target_word_count": "目标字数",
"scenes": [
{
"scene_number": 1,
"location": "场景地点",
"time": "时间",
"point_of_view": "视角角色",
"characters_present": ["在场角色"],
"scene_goal": "场景目标",
"opening_state": "场景开始时的状态",
"scene_conflict": "场景内的冲突",
"scene_resolution": "场景如何结束",
"emotional_arc": "情感变化(开始→结束)",
"key_events": [
"事件1",
"事件2"
],
"dialogue_notes": "重要对话要点",
"sensory_details": ["需要强调的感官细节"]
}
],
"chapter_notes": {
"pacing": "节奏要求(快/慢/变化)",
"mood": "整体氛围",
"foreshadowing": "伏笔安排",
"themes_to_reinforce": ["需要强化的主题"],
"continuity_points": ["与前后章节的连接点"]
},
"ending_setup": {
"cliffhanger": "是否悬念结尾",
"next_chapter_hook": "如何引出下一章"
}
}