novelws 4.0.0 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +100 -623
- package/README.md +79 -594
- package/dist/cli.js +1 -3
- package/dist/cli.js.map +1 -1
- package/dist/commands/init.d.ts.map +1 -1
- package/dist/commands/init.js +12 -99
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/upgrade.d.ts.map +1 -1
- package/dist/commands/upgrade.js +17 -108
- package/dist/commands/upgrade.js.map +1 -1
- package/dist/core/config.d.ts +1 -37
- package/dist/core/config.d.ts.map +1 -1
- package/dist/core/config.js +6 -45
- package/dist/core/config.js.map +1 -1
- package/dist/core/errors.d.ts +0 -31
- package/dist/core/errors.d.ts.map +1 -1
- package/dist/core/errors.js +0 -58
- package/dist/core/errors.js.map +1 -1
- package/dist/utils/diagnostics.d.ts +2 -16
- package/dist/utils/diagnostics.d.ts.map +1 -1
- package/dist/utils/diagnostics.js +5 -72
- package/dist/utils/diagnostics.js.map +1 -1
- package/dist/utils/project.d.ts +1 -1
- package/dist/utils/project.d.ts.map +1 -1
- package/dist/utils/project.js +3 -3
- package/dist/utils/project.js.map +1 -1
- package/package.json +1 -2
- package/templates/commands/analyze.md +65 -265
- package/templates/commands/expand.md +70 -0
- package/templates/commands/plan.md +47 -452
- package/templates/commands/specify.md +43 -869
- package/templates/commands/write.md +49 -643
- package/templates/dot-claude/CLAUDE.md +38 -202
- package/templates/resources/anti-ai.md +16 -0
- package/templates/resources/style-reference.md +19 -0
- package/templates/tracking/character-state.json +1 -76
- package/templates/tracking/plot-tracker.json +3 -60
- package/templates/tracking/relationships.json +1 -68
- package/templates/tracking/timeline.json +1 -47
- package/dist/commands/plugin.d.ts +0 -6
- package/dist/commands/plugin.d.ts.map +0 -1
- package/dist/commands/plugin.js +0 -135
- package/dist/commands/plugin.js.map +0 -1
- package/dist/plugins/identifier.d.ts +0 -13
- package/dist/plugins/identifier.d.ts.map +0 -1
- package/dist/plugins/identifier.js +0 -72
- package/dist/plugins/identifier.js.map +0 -1
- package/dist/plugins/installers/base.d.ts +0 -27
- package/dist/plugins/installers/base.d.ts.map +0 -1
- package/dist/plugins/installers/base.js +0 -30
- package/dist/plugins/installers/base.js.map +0 -1
- package/dist/plugins/installers/github.d.ts +0 -22
- package/dist/plugins/installers/github.d.ts.map +0 -1
- package/dist/plugins/installers/github.js +0 -133
- package/dist/plugins/installers/github.js.map +0 -1
- package/dist/plugins/installers/local.d.ts +0 -16
- package/dist/plugins/installers/local.d.ts.map +0 -1
- package/dist/plugins/installers/local.js +0 -69
- package/dist/plugins/installers/local.js.map +0 -1
- package/dist/plugins/installers/npm.d.ts +0 -20
- package/dist/plugins/installers/npm.d.ts.map +0 -1
- package/dist/plugins/installers/npm.js +0 -99
- package/dist/plugins/installers/npm.js.map +0 -1
- package/dist/plugins/manager.d.ts +0 -77
- package/dist/plugins/manager.d.ts.map +0 -1
- package/dist/plugins/manager.js +0 -349
- package/dist/plugins/manager.js.map +0 -1
- package/dist/plugins/registry.d.ts +0 -48
- package/dist/plugins/registry.d.ts.map +0 -1
- package/dist/plugins/registry.js +0 -111
- package/dist/plugins/registry.js.map +0 -1
- package/dist/plugins/types.d.ts +0 -66
- package/dist/plugins/types.d.ts.map +0 -1
- package/dist/plugins/types.js +0 -2
- package/dist/plugins/types.js.map +0 -1
- package/dist/plugins/validator.d.ts +0 -19
- package/dist/plugins/validator.d.ts.map +0 -1
- package/dist/plugins/validator.js +0 -164
- package/dist/plugins/validator.js.map +0 -1
- package/dist/utils/logger.d.ts +0 -13
- package/dist/utils/logger.d.ts.map +0 -1
- package/dist/utils/logger.js +0 -48
- package/dist/utils/logger.js.map +0 -1
- package/plugins/authentic-voice/README.md +0 -31
- package/plugins/authentic-voice/commands/authentic-voice.md +0 -73
- package/plugins/authentic-voice/commands/authenticity-audit.md +0 -37
- package/plugins/authentic-voice/config.yaml +0 -30
- package/plugins/authentic-voice/experts/authentic-editor.md +0 -27
- package/plugins/export/README.md +0 -319
- package/plugins/export/commands/export.md +0 -460
- package/plugins/export/commands/generate-cover.md +0 -256
- package/plugins/export/commands/metadata.md +0 -309
- package/plugins/export/config.yaml +0 -47
- package/plugins/export/experts/publishing-expert.md +0 -171
- package/plugins/export/templates/epub/chapter-template.html +0 -13
- package/plugins/export/templates/epub/cover-template.html +0 -14
- package/plugins/export/templates/epub/stylesheet.css +0 -200
- package/plugins/export/templates/pdf/ebook-style.css +0 -137
- package/plugins/export/templates/pdf/print-style.css +0 -179
- package/plugins/export/templates/platforms/jinjiang-format.md +0 -101
- package/plugins/export/templates/platforms/qidian-format.md +0 -108
- package/plugins/export/templates/platforms/tomato-format.md +0 -95
- package/plugins/translate/README.md +0 -265
- package/plugins/translate/commands/glossary.md +0 -731
- package/plugins/translate/commands/translate-preview.md +0 -543
- package/plugins/translate/commands/translate.md +0 -649
- package/plugins/translate/config.yaml +0 -43
- package/plugins/translate/experts/literary-translator.md +0 -605
- package/templates/commands/character.md +0 -287
- package/templates/commands/checklist.md +0 -744
- package/templates/commands/clarify.md +0 -269
- package/templates/commands/constitution.md +0 -269
- package/templates/commands/expert.md +0 -188
- package/templates/commands/facts.md +0 -552
- package/templates/commands/guide.md +0 -900
- package/templates/commands/help-me.md +0 -221
- package/templates/commands/recap.md +0 -748
- package/templates/commands/relations.md +0 -385
- package/templates/commands/revise.md +0 -450
- package/templates/commands/search.md +0 -531
- package/templates/commands/tasks.md +0 -396
- package/templates/commands/timeline.md +0 -309
- package/templates/commands/track-init.md +0 -149
- package/templates/commands/track.md +0 -704
- package/templates/commands/volume-summary.md +0 -471
- package/templates/knowledge/audit-config.json +0 -26
- package/templates/knowledge/character-profiles.md +0 -152
- package/templates/knowledge/character-voices.md +0 -137
- package/templates/knowledge/locations.md +0 -184
- package/templates/knowledge/world-setting.md +0 -121
- package/templates/resources/character-archetypes/01-hero.md +0 -233
- package/templates/resources/character-archetypes/02-mentor.md +0 -177
- package/templates/resources/character-archetypes/03-shadow.md +0 -221
- package/templates/resources/character-archetypes/04-ally.md +0 -178
- package/templates/resources/character-archetypes/05-shapeshifter.md +0 -177
- package/templates/resources/character-archetypes/06-trickster.md +0 -181
- package/templates/resources/character-archetypes/07-threshold-guardian.md +0 -177
- package/templates/resources/character-archetypes/08-herald.md +0 -180
- package/templates/resources/character-archetypes/09-father.md +0 -249
- package/templates/resources/character-archetypes/10-mother.md +0 -202
- package/templates/resources/character-archetypes/11-child.md +0 -183
- package/templates/resources/character-archetypes/12-sage.md +0 -202
- package/templates/resources/character-archetypes/README.md +0 -60
- package/templates/resources/character-archetypes/application-guide.md +0 -222
- package/templates/resources/character-archetypes/archetype-combinations.md +0 -242
- package/templates/resources/character-archetypes/config.yaml +0 -28
- package/templates/resources/character-archetypes/examples-analysis.md +0 -223
- package/templates/resources/config/keyword-mappings.json +0 -226
- package/templates/resources/config/specification-example.md +0 -146
- package/templates/resources/craft/character-arc.md +0 -1153
- package/templates/resources/craft/dialogue.md +0 -1170
- package/templates/resources/craft/hook-design.md +0 -345
- package/templates/resources/craft/pacing.md +0 -1200
- package/templates/resources/craft/power-system.md +0 -254
- package/templates/resources/craft/scene-structure.md +0 -1136
- package/templates/resources/craft/show-not-tell.md +0 -1012
- package/templates/resources/craft/story-structures.md +0 -134
- package/templates/resources/craft/tension-management.md +0 -168
- package/templates/resources/emotional-beats/01-first-meeting.md +0 -145
- package/templates/resources/emotional-beats/02-bonding-moment.md +0 -226
- package/templates/resources/emotional-beats/03-declaration.md +0 -284
- package/templates/resources/emotional-beats/04-triumph.md +0 -240
- package/templates/resources/emotional-beats/05-reunion.md +0 -396
- package/templates/resources/emotional-beats/06-forgiveness.md +0 -204
- package/templates/resources/emotional-beats/07-betrayal.md +0 -204
- package/templates/resources/emotional-beats/08-loss.md +0 -214
- package/templates/resources/emotional-beats/09-rejection.md +0 -254
- package/templates/resources/emotional-beats/10-failure.md +0 -244
- package/templates/resources/emotional-beats/11-misunderstanding.md +0 -205
- package/templates/resources/emotional-beats/12-farewell.md +0 -283
- package/templates/resources/emotional-beats/13-revelation.md +0 -242
- package/templates/resources/emotional-beats/14-point-of-no-return.md +0 -215
- package/templates/resources/emotional-beats/15-dark-night.md +0 -244
- package/templates/resources/emotional-beats/16-sacrifice.md +0 -246
- package/templates/resources/emotional-beats/17-awakening.md +0 -246
- package/templates/resources/emotional-beats/18-confrontation.md +0 -217
- package/templates/resources/emotional-beats/19-bittersweet-goodbye.md +0 -368
- package/templates/resources/emotional-beats/20-moral-dilemma.md +0 -248
- package/templates/resources/emotional-beats/21-temptation.md +0 -240
- package/templates/resources/emotional-beats/22-redemption.md +0 -210
- package/templates/resources/emotional-beats/README.md +0 -104
- package/templates/resources/emotional-beats/beat-sequences.md +0 -276
- package/templates/resources/emotional-beats/config.yaml +0 -30
- package/templates/resources/emotional-beats/pacing-guide.md +0 -390
- package/templates/resources/genres/game-lit.md +0 -174
- package/templates/resources/genres/historical.md +0 -1127
- package/templates/resources/genres/horror.md +0 -211
- package/templates/resources/genres/military.md +0 -209
- package/templates/resources/genres/mystery.md +0 -1123
- package/templates/resources/genres/rebirth.md +0 -177
- package/templates/resources/genres/revenge.md +0 -846
- package/templates/resources/genres/romance.md +0 -948
- package/templates/resources/genres/sci-fi.md +0 -156
- package/templates/resources/genres/sports.md +0 -216
- package/templates/resources/genres/thriller.md +0 -166
- package/templates/resources/genres/urban.md +0 -170
- package/templates/resources/genres/workplace.md +0 -214
- package/templates/resources/genres/wuxia.md +0 -143
- package/templates/resources/genres/xuanhuan.md +0 -234
- package/templates/resources/genres/youth.md +0 -219
- package/templates/resources/memory/personal-voice.md +0 -113
- package/templates/resources/references/README.md +0 -96
- package/templates/resources/references/china-1920s/culture.md +0 -423
- package/templates/resources/references/china-1920s/daily-life.md +0 -616
- package/templates/resources/references/china-1920s/overview.md +0 -298
- package/templates/resources/references/china-1920s/society.md +0 -703
- package/templates/resources/references/china-1920s/warlords.md +0 -427
- package/templates/resources/references/cultivation-world/daily-life.md +0 -108
- package/templates/resources/references/cultivation-world/overview.md +0 -64
- package/templates/resources/references/cultivation-world/power-system.md +0 -108
- package/templates/resources/references/cultivation-world/sects.md +0 -104
- package/templates/resources/references/cultivation-world/world-setting.md +0 -108
- package/templates/resources/references/modern-workplace/corporate.md +0 -115
- package/templates/resources/references/modern-workplace/daily-life.md +0 -129
- package/templates/resources/references/modern-workplace/overview.md +0 -73
- package/templates/resources/references/modern-workplace/relationships.md +0 -107
- package/templates/resources/references/modern-workplace/tech-industry.md +0 -131
- package/templates/resources/references/tang-dynasty/culture.md +0 -135
- package/templates/resources/references/tang-dynasty/daily-life.md +0 -139
- package/templates/resources/references/tang-dynasty/overview.md +0 -76
- package/templates/resources/references/tang-dynasty/politics.md +0 -121
- package/templates/resources/references/tang-dynasty/society.md +0 -126
- package/templates/resources/requirements/README.md +0 -240
- package/templates/resources/requirements/anti-ai-v3.md +0 -46
- package/templates/resources/requirements/anti-ai-v4-deprecated.md +0 -442
- package/templates/resources/requirements/anti-ai-v5-balanced.md +0 -203
- package/templates/resources/requirements/concretization.md +0 -90
- package/templates/resources/requirements/fast-paced.md +0 -552
- package/templates/resources/requirements/no-poison.md +0 -60
- package/templates/resources/requirements/romance-angst.md +0 -102
- package/templates/resources/requirements/romance-sweet.md +0 -63
- package/templates/resources/requirements/serious-literature.md +0 -45
- package/templates/resources/requirements/strong-emotion.md +0 -60
- package/templates/resources/scripts/README.md +0 -187
- package/templates/resources/scripts/bash/analyze-story.sh +0 -170
- package/templates/resources/scripts/bash/check-analyze-stage.sh +0 -108
- package/templates/resources/scripts/bash/check-consistency.sh +0 -463
- package/templates/resources/scripts/bash/check-facts.sh +0 -214
- package/templates/resources/scripts/bash/check-plot.sh +0 -374
- package/templates/resources/scripts/bash/check-timeline.sh +0 -346
- package/templates/resources/scripts/bash/check-world.sh +0 -395
- package/templates/resources/scripts/bash/check-writing-state.sh +0 -854
- package/templates/resources/scripts/bash/clarify-story.sh +0 -117
- package/templates/resources/scripts/bash/common.sh +0 -151
- package/templates/resources/scripts/bash/constitution.sh +0 -114
- package/templates/resources/scripts/bash/generate-tasks.sh +0 -65
- package/templates/resources/scripts/bash/init-tracking.sh +0 -183
- package/templates/resources/scripts/bash/manage-relations.sh +0 -174
- package/templates/resources/scripts/bash/migrate-tracking.sh +0 -183
- package/templates/resources/scripts/bash/plan-story.sh +0 -100
- package/templates/resources/scripts/bash/specify-story.sh +0 -93
- package/templates/resources/scripts/bash/tasks-story.sh +0 -96
- package/templates/resources/scripts/bash/test-word-count.sh +0 -182
- package/templates/resources/scripts/bash/tests/bench-preload-cache.sh +0 -100
- package/templates/resources/scripts/bash/tests/run-all-benchmarks.sh +0 -16
- package/templates/resources/scripts/bash/tests/test-cache-semantics.sh +0 -199
- package/templates/resources/scripts/bash/tests/test-cross-platform.sh +0 -35
- package/templates/resources/scripts/bash/tests/test-edge-cases-bash.sh +0 -60
- package/templates/resources/scripts/bash/tests/test-phase1-bash.sh +0 -28
- package/templates/resources/scripts/bash/tests/test-preload-cache.sh +0 -123
- package/templates/resources/scripts/bash/tests/test-regex-precompile.sh +0 -89
- package/templates/resources/scripts/bash/tests/test-regression-bash.sh +0 -42
- package/templates/resources/scripts/bash/tests/test-task6-verification.sh +0 -200
- package/templates/resources/scripts/bash/text-audit.sh +0 -144
- package/templates/resources/scripts/bash/track-progress.sh +0 -194
- package/templates/resources/scripts/powershell/analyze-story.ps1 +0 -174
- package/templates/resources/scripts/powershell/check-analyze-stage.ps1 +0 -110
- package/templates/resources/scripts/powershell/check-consistency.ps1 +0 -138
- package/templates/resources/scripts/powershell/check-facts.ps1 +0 -195
- package/templates/resources/scripts/powershell/check-plot.ps1 +0 -139
- package/templates/resources/scripts/powershell/check-timeline.ps1 +0 -112
- package/templates/resources/scripts/powershell/check-writing-state.ps1 +0 -486
- package/templates/resources/scripts/powershell/clarify-story.ps1 +0 -107
- package/templates/resources/scripts/powershell/common.ps1 +0 -36
- package/templates/resources/scripts/powershell/constitution.ps1 +0 -145
- package/templates/resources/scripts/powershell/generate-tasks.ps1 +0 -70
- package/templates/resources/scripts/powershell/init-tracking.ps1 +0 -98
- package/templates/resources/scripts/powershell/manage-relations.ps1 +0 -134
- package/templates/resources/scripts/powershell/migrate-tracking.ps1 +0 -145
- package/templates/resources/scripts/powershell/plan-story.ps1 +0 -99
- package/templates/resources/scripts/powershell/specify-story.ps1 +0 -85
- package/templates/resources/scripts/powershell/tests/bench-ps-cache.ps1 +0 -80
- package/templates/resources/scripts/powershell/tests/test-cross-platform.ps1 +0 -27
- package/templates/resources/scripts/powershell/tests/test-edge-cases-ps.ps1 +0 -29
- package/templates/resources/scripts/powershell/tests/test-phase1-ps.ps1 +0 -28
- package/templates/resources/scripts/powershell/tests/test-ps-cache.ps1 +0 -73
- package/templates/resources/scripts/powershell/tests/test-regression-ps.ps1 +0 -40
- package/templates/resources/scripts/powershell/text-audit.ps1 +0 -102
- package/templates/resources/scripts/powershell/track-progress.ps1 +0 -105
- package/templates/resources/styles/README.md +0 -302
- package/templates/resources/styles/ancient-style.md +0 -579
- package/templates/resources/styles/literary.md +0 -439
- package/templates/resources/styles/minimal.md +0 -472
- package/templates/resources/styles/natural-voice.md +0 -930
- package/templates/resources/styles/web-novel.md +0 -525
- package/templates/skills/analysis/character-analysis/SKILL.md +0 -71
- package/templates/skills/analysis/foreshadow-analysis/SKILL.md +0 -45
- package/templates/skills/analysis/hook-analysis/SKILL.md +0 -111
- package/templates/skills/analysis/logic-analysis/SKILL.md +0 -58
- package/templates/skills/analysis/opening-analysis/SKILL.md +0 -59
- package/templates/skills/analysis/pacing-analysis/SKILL.md +0 -55
- package/templates/skills/analysis/power-analysis/SKILL.md +0 -148
- package/templates/skills/analysis/reader-analysis/SKILL.md +0 -117
- package/templates/skills/analysis/style-analysis/SKILL.md +0 -60
- package/templates/skills/analysis/voice-analysis/SKILL.md +0 -42
- package/templates/skills/auto-tracking/SKILL.md +0 -280
- package/templates/skills/genre-knowledge/fantasy/SKILL.md +0 -355
- package/templates/skills/genre-knowledge/mystery/SKILL.md +0 -337
- package/templates/skills/genre-knowledge/romance/SKILL.md +0 -228
- package/templates/skills/genre-knowledge/sci-fi/SKILL.md +0 -65
- package/templates/skills/genre-knowledge/thriller/SKILL.md +0 -95
- package/templates/skills/planning/volume-detail/SKILL.md +0 -219
- package/templates/skills/quality-assurance/consistency-checker/SKILL.md +0 -412
- package/templates/skills/quality-assurance/continuity-tracker/SKILL.md +0 -157
- package/templates/skills/quality-assurance/facts-checker/SKILL.md +0 -405
- package/templates/skills/quality-assurance/forgotten-elements/SKILL.md +0 -147
- package/templates/skills/quality-assurance/getting-started/SKILL.md +0 -224
- package/templates/skills/quality-assurance/hook-checker/SKILL.md +0 -164
- package/templates/skills/quality-assurance/hook-checker/experts/hook-analyst.md +0 -33
- package/templates/skills/quality-assurance/long-series-continuity/SKILL.md +0 -570
- package/templates/skills/quality-assurance/pacing-monitor/SKILL.md +0 -143
- package/templates/skills/quality-assurance/pov-validator/SKILL.md +0 -135
- package/templates/skills/quality-assurance/pre-write-checklist/SKILL.md +0 -583
- package/templates/skills/quality-assurance/requirement-detector/CONFLICT_RESOLUTION.md +0 -119
- package/templates/skills/quality-assurance/requirement-detector/EXAMPLES.md +0 -146
- package/templates/skills/quality-assurance/requirement-detector/KEYWORDS.md +0 -160
- package/templates/skills/quality-assurance/requirement-detector/SKILL.md +0 -149
- package/templates/skills/quality-assurance/setting-detector/SKILL.md +0 -611
- package/templates/skills/quality-assurance/style-detector/CONFLICT_RESOLUTION.md +0 -126
- package/templates/skills/quality-assurance/style-detector/EXAMPLES.md +0 -206
- package/templates/skills/quality-assurance/style-detector/KEYWORDS.md +0 -207
- package/templates/skills/quality-assurance/style-detector/SKILL.md +0 -264
- package/templates/skills/quality-assurance/voice-consistency-checker/SKILL.md +0 -103
- package/templates/skills/quality-assurance/voice-consistency-checker/experts/voice-analyst.md +0 -21
- package/templates/skills/quality-assurance/workflow-guide/SKILL.md +0 -381
- package/templates/skills/writing-techniques/character-arc/SKILL.md +0 -267
- package/templates/skills/writing-techniques/dialogue-techniques/SKILL.md +0 -366
- package/templates/skills/writing-techniques/multi-thread-narrative/SKILL.md +0 -708
- package/templates/skills/writing-techniques/multi-thread-narrative/experts/thread-analyst.md +0 -226
- package/templates/skills/writing-techniques/pacing-control/SKILL.md +0 -480
- package/templates/skills/writing-techniques/reader-expectation/SKILL.md +0 -1026
- package/templates/skills/writing-techniques/reader-expectation/experts/expectation-analyst.md +0 -209
- package/templates/skills/writing-techniques/revision-polish/SKILL.md +0 -496
- package/templates/skills/writing-techniques/revision-polish/experts/revision-editor.md +0 -221
- package/templates/skills/writing-techniques/scene-structure/SKILL.md +0 -361
- package/templates/skills/writing-techniques/style-learning/SKILL.md +0 -436
- package/templates/skills/writing-techniques/writing-balance/.gitkeep +0 -0
- package/templates/skills/writing-techniques/writing-balance/SKILL.md +0 -460
- package/templates/skills/writing-techniques/writing-techniques/SKILL.md +0 -727
- package/templates/tracking/story-facts.json +0 -5
- package/templates/tracking/summary/characters-summary.json +0 -7
- package/templates/tracking/summary/plot-summary.json +0 -13
- package/templates/tracking/summary/timeline-summary.json +0 -8
- package/templates/tracking/summary/volume-summaries.json +0 -5
- package/templates/tracking/tracking-log.md +0 -110
- package/templates/tracking/validation-rules.json +0 -128
- /package/templates/resources/{memory/constitution.md → constitution.md} +0 -0
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
# 角色语言档案
|
|
2
|
-
|
|
3
|
-
## 语言风格设定
|
|
4
|
-
|
|
5
|
-
### [主角姓名]
|
|
6
|
-
|
|
7
|
-
#### 基本语言特征
|
|
8
|
-
- **语调**:[平和/激昂/冷静/活泼]
|
|
9
|
-
- **语速**:[快/中/慢]
|
|
10
|
-
- **音色**:[清脆/浑厚/沙哑/温柔]
|
|
11
|
-
- **语言水平**:[文雅/通俗/粗俗]
|
|
12
|
-
|
|
13
|
-
#### 说话习惯
|
|
14
|
-
- **口头禅**:
|
|
15
|
-
- "[常用词句1]"
|
|
16
|
-
- "[常用词句2]"
|
|
17
|
-
- "[常用词句3]"
|
|
18
|
-
|
|
19
|
-
- **称呼习惯**:
|
|
20
|
-
- 对长辈:[如:您、先生、大人]
|
|
21
|
-
- 对平辈:[如:兄台、朋友、哥们]
|
|
22
|
-
- 对晚辈:[如:小朋友、孩子、小家伙]
|
|
23
|
-
- 自称:[如:我、本人、在下、本座]
|
|
24
|
-
|
|
25
|
-
#### 语言模式
|
|
26
|
-
- **陈述句式**:
|
|
27
|
-
- 示例:"[典型的陈述语句]"
|
|
28
|
-
|
|
29
|
-
- **疑问句式**:
|
|
30
|
-
- 示例:"[典型的疑问语句]"
|
|
31
|
-
|
|
32
|
-
- **感叹句式**:
|
|
33
|
-
- 示例:"[典型的感叹语句]"
|
|
34
|
-
|
|
35
|
-
#### 情绪表达
|
|
36
|
-
- **高兴时**:"[表达高兴的典型语句]"
|
|
37
|
-
- **愤怒时**:"[表达愤怒的典型语句]"
|
|
38
|
-
- **悲伤时**:"[表达悲伤的典型语句]"
|
|
39
|
-
- **紧张时**:"[表达紧张的典型语句]"
|
|
40
|
-
- **思考时**:"[思考时的语言特征]"
|
|
41
|
-
|
|
42
|
-
#### 特殊用语
|
|
43
|
-
- **专业术语**:[根据角色背景的专业用语]
|
|
44
|
-
- **方言俚语**:[地域特色用语]
|
|
45
|
-
- **时代用语**:[符合时代背景的用语]
|
|
46
|
-
|
|
47
|
-
---
|
|
48
|
-
|
|
49
|
-
### [配角姓名]
|
|
50
|
-
|
|
51
|
-
#### 语言标签
|
|
52
|
-
- **一句话特征**:[用一句话概括语言风格]
|
|
53
|
-
- **关键词**:[3-5个关键词]
|
|
54
|
-
|
|
55
|
-
#### 典型对话
|
|
56
|
-
- **打招呼**:"[见面时的典型招呼语]"
|
|
57
|
-
- **告别语**:"[分别时的典型话语]"
|
|
58
|
-
- **口头禅**:"[最常说的话]"
|
|
59
|
-
|
|
60
|
-
#### 与主角对话模式
|
|
61
|
-
- **初期**:[陌生/客气/疏远]
|
|
62
|
-
- **中期**:[熟悉/亲近/信任]
|
|
63
|
-
- **后期**:[亲密/依赖/知己]
|
|
64
|
-
|
|
65
|
-
---
|
|
66
|
-
|
|
67
|
-
## 对话范例库
|
|
68
|
-
|
|
69
|
-
### 场景一:[初次见面]
|
|
70
|
-
**主角**:"[对话内容]"
|
|
71
|
-
**配角A**:"[对话内容]"
|
|
72
|
-
**主角**:"[对话内容]"
|
|
73
|
-
|
|
74
|
-
### 场景二:[冲突对峙]
|
|
75
|
-
**主角**:"[对话内容]"
|
|
76
|
-
**反派**:"[对话内容]"
|
|
77
|
-
**主角**:"[对话内容]"
|
|
78
|
-
|
|
79
|
-
### 场景三:[情感交流]
|
|
80
|
-
**主角**:"[对话内容]"
|
|
81
|
-
**爱人**:"[对话内容]"
|
|
82
|
-
**主角**:"[对话内容]"
|
|
83
|
-
|
|
84
|
-
---
|
|
85
|
-
|
|
86
|
-
## 语言演变记录
|
|
87
|
-
|
|
88
|
-
### 主角语言成长
|
|
89
|
-
1. **初期**(第1-20章)
|
|
90
|
-
- 特征:青涩、不自信
|
|
91
|
-
- 示例:"我...我不太确定..."
|
|
92
|
-
|
|
93
|
-
2. **中期**(第21-60章)
|
|
94
|
-
- 特征:逐渐成熟、自信
|
|
95
|
-
- 示例:"我认为应该这样做。"
|
|
96
|
-
|
|
97
|
-
3. **后期**(第61章后)
|
|
98
|
-
- 特征:成熟、有威严
|
|
99
|
-
- 示例:"听我号令,立即行动!"
|
|
100
|
-
|
|
101
|
-
---
|
|
102
|
-
|
|
103
|
-
## 语言禁忌
|
|
104
|
-
|
|
105
|
-
### 避免事项
|
|
106
|
-
- **现代用语混入古代背景**
|
|
107
|
-
- 错误示例:"OK"、"拜拜"、"哇塞"
|
|
108
|
-
- 正确示例:"好"、"告辞"、"天哪"
|
|
109
|
-
|
|
110
|
-
- **性格不符的语言**
|
|
111
|
-
- 文雅角色避免粗话
|
|
112
|
-
- 粗犷角色避免文绉绉
|
|
113
|
-
- 儿童避免成人化语言
|
|
114
|
-
|
|
115
|
-
- **地域错配**
|
|
116
|
-
- 北方人避免南方方言
|
|
117
|
-
- 古代人避免外来语
|
|
118
|
-
|
|
119
|
-
---
|
|
120
|
-
|
|
121
|
-
## 参考资料
|
|
122
|
-
|
|
123
|
-
### 语言学习资源
|
|
124
|
-
- **方言参考**:[相关方言词典或资料]
|
|
125
|
-
- **时代语言**:[历史语言资料]
|
|
126
|
-
- **职业用语**:[专业术语词典]
|
|
127
|
-
|
|
128
|
-
### 创作提醒
|
|
129
|
-
1. 每个角色的语言必须有辨识度
|
|
130
|
-
2. 对话要符合角色的教育背景
|
|
131
|
-
3. 情绪会影响语言表达方式
|
|
132
|
-
4. 关系亲疏决定称呼和语气
|
|
133
|
-
|
|
134
|
-
---
|
|
135
|
-
*创建时间:[日期]*
|
|
136
|
-
*最后更新:[日期]*
|
|
137
|
-
*版本:1.0*
|
|
@@ -1,184 +0,0 @@
|
|
|
1
|
-
# 场景地点
|
|
2
|
-
|
|
3
|
-
## 主要场景
|
|
4
|
-
|
|
5
|
-
### [场景名称]
|
|
6
|
-
|
|
7
|
-
#### 基本信息
|
|
8
|
-
- **类型**:[室内/室外/自然/人工]
|
|
9
|
-
- **规模**:[大型/中型/小型]
|
|
10
|
-
- **位置**:[具体地理位置或相对位置]
|
|
11
|
-
- **首次出现**:第X章
|
|
12
|
-
|
|
13
|
-
#### 环境描述
|
|
14
|
-
|
|
15
|
-
**整体印象**:
|
|
16
|
-
[用一段话描述场景给人的第一印象]
|
|
17
|
-
|
|
18
|
-
**视觉元素**:
|
|
19
|
-
- 建筑/地形:
|
|
20
|
-
- 色彩基调:
|
|
21
|
-
- 光线情况:
|
|
22
|
-
- 装饰风格:
|
|
23
|
-
|
|
24
|
-
**听觉元素**:
|
|
25
|
-
- 环境音:
|
|
26
|
-
- 特殊声音:
|
|
27
|
-
- 音量等级:
|
|
28
|
-
|
|
29
|
-
**嗅觉元素**:
|
|
30
|
-
- 主要气味:
|
|
31
|
-
- 特殊香味:
|
|
32
|
-
|
|
33
|
-
**触觉元素**:
|
|
34
|
-
- 温度:
|
|
35
|
-
- 湿度:
|
|
36
|
-
- 材质:
|
|
37
|
-
|
|
38
|
-
**动态元素**:
|
|
39
|
-
- 人流情况:
|
|
40
|
-
- 活动类型:
|
|
41
|
-
- 时间变化:
|
|
42
|
-
|
|
43
|
-
#### 功能作用
|
|
44
|
-
- **剧情功能**:[推进故事/角色相遇/冲突发生]
|
|
45
|
-
- **氛围营造**:[紧张/轻松/神秘/压抑]
|
|
46
|
-
- **象征意义**:[如有]
|
|
47
|
-
|
|
48
|
-
#### 重要事件
|
|
49
|
-
1. **第X章**:[事件描述]
|
|
50
|
-
2. **第X章**:[事件描述]
|
|
51
|
-
3. **第X章**:[事件描述]
|
|
52
|
-
|
|
53
|
-
#### 相关人物
|
|
54
|
-
- **常驻人物**:
|
|
55
|
-
- **到访人物**:
|
|
56
|
-
- **路人群像**:
|
|
57
|
-
|
|
58
|
-
---
|
|
59
|
-
|
|
60
|
-
## 次要场景
|
|
61
|
-
|
|
62
|
-
### [场景类别]
|
|
63
|
-
|
|
64
|
-
| 场景名 | 位置 | 特征 | 出现章节 | 功能 |
|
|
65
|
-
|--------|------|------|----------|------|
|
|
66
|
-
| | | | | |
|
|
67
|
-
| | | | | |
|
|
68
|
-
| | | | | |
|
|
69
|
-
|
|
70
|
-
---
|
|
71
|
-
|
|
72
|
-
## 场景地图
|
|
73
|
-
|
|
74
|
-
### 整体布局
|
|
75
|
-
```
|
|
76
|
-
[北]
|
|
77
|
-
↑
|
|
78
|
-
[场景A] ←→ [场景B]
|
|
79
|
-
↓ ↓
|
|
80
|
-
[场景C] [场景D]
|
|
81
|
-
↓
|
|
82
|
-
[南]
|
|
83
|
-
```
|
|
84
|
-
|
|
85
|
-
### 相对位置
|
|
86
|
-
- **场景A → 场景B**:[距离/交通方式/所需时间]
|
|
87
|
-
- **场景B → 场景C**:[距离/交通方式/所需时间]
|
|
88
|
-
- **场景C → 场景D**:[距离/交通方式/所需时间]
|
|
89
|
-
|
|
90
|
-
---
|
|
91
|
-
|
|
92
|
-
## 场景细节库
|
|
93
|
-
|
|
94
|
-
### 建筑样式
|
|
95
|
-
- **住宅**:
|
|
96
|
-
- 外观:
|
|
97
|
-
- 内部:
|
|
98
|
-
- 特色:
|
|
99
|
-
|
|
100
|
-
- **公共建筑**:
|
|
101
|
-
- 外观:
|
|
102
|
-
- 内部:
|
|
103
|
-
- 特色:
|
|
104
|
-
|
|
105
|
-
### 自然景观
|
|
106
|
-
- **山川**:
|
|
107
|
-
- **河流**:
|
|
108
|
-
- **森林**:
|
|
109
|
-
- **原野**:
|
|
110
|
-
|
|
111
|
-
### 城市街道
|
|
112
|
-
- **主街**:
|
|
113
|
-
- **小巷**:
|
|
114
|
-
- **市场**:
|
|
115
|
-
- **广场**:
|
|
116
|
-
|
|
117
|
-
---
|
|
118
|
-
|
|
119
|
-
## 场景转换规律
|
|
120
|
-
|
|
121
|
-
### 章节分布
|
|
122
|
-
- **第1-20章**:主要场景集中在[地点]
|
|
123
|
-
- **第21-40章**:场景扩展到[地点]
|
|
124
|
-
- **第41-60章**:场景转移到[地点]
|
|
125
|
-
|
|
126
|
-
### 场景路线
|
|
127
|
-
1. 日常路线:家 → 学校/工作地 → 家
|
|
128
|
-
2. 冒险路线:起点 → 路途 → 目的地
|
|
129
|
-
3. 逃亡路线:危险地 → 躲藏处 → 安全地
|
|
130
|
-
|
|
131
|
-
---
|
|
132
|
-
|
|
133
|
-
## 场景氛围营造
|
|
134
|
-
|
|
135
|
-
### 欢快场景
|
|
136
|
-
- **用词特点**:明亮、温暖、生机
|
|
137
|
-
- **描写重点**:阳光、笑声、色彩
|
|
138
|
-
- **典型场景**:节日、庆典、聚会
|
|
139
|
-
|
|
140
|
-
### 紧张场景
|
|
141
|
-
- **用词特点**:阴暗、压抑、不安
|
|
142
|
-
- **描写重点**:阴影、寂静、细节
|
|
143
|
-
- **典型场景**:追逐、对峙、潜入
|
|
144
|
-
|
|
145
|
-
### 神秘场景
|
|
146
|
-
- **用词特点**:朦胧、诡异、未知
|
|
147
|
-
- **描写重点**:雾气、光影、声响
|
|
148
|
-
- **典型场景**:古迹、密室、深林
|
|
149
|
-
|
|
150
|
-
### 浪漫场景
|
|
151
|
-
- **用词特点**:柔和、温馨、梦幻
|
|
152
|
-
- **描写重点**:月光、花香、细语
|
|
153
|
-
- **典型场景**:花园、湖边、星空下
|
|
154
|
-
|
|
155
|
-
---
|
|
156
|
-
|
|
157
|
-
## 场景描写示例
|
|
158
|
-
|
|
159
|
-
### 示例一:古代酒楼
|
|
160
|
-
"跨进门槛,扑面而来的是醇厚的酒香混合着菜肴的香味。大厅内人声鼎沸,二楼雅座隐约传来丝竹之声。朱红色的柱子撑起飞檐翘角的楼顶,墙上挂着字画,角落里摆着一架古琴..."
|
|
161
|
-
|
|
162
|
-
### 示例二:现代都市夜景
|
|
163
|
-
"霓虹灯勾勒出这座不夜城的轮廓,车流如河,在立交桥上蜿蜒流淌。玻璃幕墙反射着五光十色的光芒,街边的梧桐树在路灯下投下斑驳的影子..."
|
|
164
|
-
|
|
165
|
-
---
|
|
166
|
-
|
|
167
|
-
## 注意事项
|
|
168
|
-
|
|
169
|
-
### 一致性要求
|
|
170
|
-
- 场景描述前后一致
|
|
171
|
-
- 距离关系保持合理
|
|
172
|
-
- 季节天气符合逻辑
|
|
173
|
-
- 建筑风格统一协调
|
|
174
|
-
|
|
175
|
-
### 避免问题
|
|
176
|
-
- 避免场景描写过于冗长
|
|
177
|
-
- 避免细节与主线无关
|
|
178
|
-
- 避免场景转换生硬
|
|
179
|
-
- 避免地理位置混乱
|
|
180
|
-
|
|
181
|
-
---
|
|
182
|
-
*创建时间:[日期]*
|
|
183
|
-
*最后更新:[日期]*
|
|
184
|
-
*版本:1.0*
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
# 世界观设定
|
|
2
|
-
|
|
3
|
-
## 基础设定
|
|
4
|
-
|
|
5
|
-
### 时代背景
|
|
6
|
-
[描述故事发生的时代,如:现代都市/古代王朝/未来世界/异世界等]
|
|
7
|
-
|
|
8
|
-
**年代**:
|
|
9
|
-
**历史阶段**:
|
|
10
|
-
**科技水平**:
|
|
11
|
-
**文明程度**:
|
|
12
|
-
|
|
13
|
-
### 地理环境
|
|
14
|
-
[描述主要地点和环境]
|
|
15
|
-
|
|
16
|
-
**主要地域**:
|
|
17
|
-
- 地点1:[名称] - [描述]
|
|
18
|
-
- 地点2:[名称] - [描述]
|
|
19
|
-
- 地点3:[名称] - [描述]
|
|
20
|
-
|
|
21
|
-
**地理特征**:
|
|
22
|
-
- 气候:
|
|
23
|
-
- 地形:
|
|
24
|
-
- 自然资源:
|
|
25
|
-
|
|
26
|
-
### 社会结构
|
|
27
|
-
[描述社会组织形式]
|
|
28
|
-
|
|
29
|
-
**政治体系**:
|
|
30
|
-
**经济形态**:
|
|
31
|
-
**社会阶层**:
|
|
32
|
-
**文化特点**:
|
|
33
|
-
|
|
34
|
-
## 特殊规则
|
|
35
|
-
|
|
36
|
-
### 核心设定
|
|
37
|
-
[世界的核心运行规则]
|
|
38
|
-
|
|
39
|
-
**基本法则**:
|
|
40
|
-
1.
|
|
41
|
-
2.
|
|
42
|
-
3.
|
|
43
|
-
|
|
44
|
-
### 魔法/科技体系
|
|
45
|
-
[如有特殊体系,在此描述]
|
|
46
|
-
|
|
47
|
-
**能量来源**:
|
|
48
|
-
**使用方式**:
|
|
49
|
-
**威力等级**:
|
|
50
|
-
**学习途径**:
|
|
51
|
-
|
|
52
|
-
### 限制与代价
|
|
53
|
-
[描述世界的限制规则]
|
|
54
|
-
|
|
55
|
-
**绝对禁忌**:
|
|
56
|
-
**力量代价**:
|
|
57
|
-
**平衡机制**:
|
|
58
|
-
|
|
59
|
-
## 势力组织
|
|
60
|
-
|
|
61
|
-
### 主要势力
|
|
62
|
-
[描述世界中的主要组织和势力]
|
|
63
|
-
|
|
64
|
-
#### [势力名称]
|
|
65
|
-
- **性质**:
|
|
66
|
-
- **宗旨**:
|
|
67
|
-
- **规模**:
|
|
68
|
-
- **影响力**:
|
|
69
|
-
- **重要人物**:
|
|
70
|
-
|
|
71
|
-
## 历史背景
|
|
72
|
-
|
|
73
|
-
### 重要历史事件
|
|
74
|
-
[影响当前世界的历史事件]
|
|
75
|
-
|
|
76
|
-
1. **[事件名]** - [时间]
|
|
77
|
-
- 起因:
|
|
78
|
-
- 经过:
|
|
79
|
-
- 结果:
|
|
80
|
-
- 影响:
|
|
81
|
-
|
|
82
|
-
## 文化风俗
|
|
83
|
-
|
|
84
|
-
### 日常生活
|
|
85
|
-
- **衣食住行**:
|
|
86
|
-
- **社交礼仪**:
|
|
87
|
-
- **节日庆典**:
|
|
88
|
-
- **宗教信仰**:
|
|
89
|
-
|
|
90
|
-
### 语言文字
|
|
91
|
-
- **主要语言**:
|
|
92
|
-
- **文字系统**:
|
|
93
|
-
- **特殊用语**:
|
|
94
|
-
|
|
95
|
-
## 经济体系
|
|
96
|
-
|
|
97
|
-
### 货币制度
|
|
98
|
-
- **货币单位**:
|
|
99
|
-
- **购买力参考**:
|
|
100
|
-
|
|
101
|
-
### 主要产业
|
|
102
|
-
- **农业**:
|
|
103
|
-
- **工业**:
|
|
104
|
-
- **商业**:
|
|
105
|
-
- **服务业**:
|
|
106
|
-
|
|
107
|
-
## 设定备注
|
|
108
|
-
|
|
109
|
-
### 灵感来源
|
|
110
|
-
[记录世界观的灵感来源]
|
|
111
|
-
|
|
112
|
-
### 参考资料
|
|
113
|
-
[相关的参考书籍、影视、游戏等]
|
|
114
|
-
|
|
115
|
-
### 注意事项
|
|
116
|
-
[创作时需要特别注意的设定细节]
|
|
117
|
-
|
|
118
|
-
---
|
|
119
|
-
*创建时间:[日期]*
|
|
120
|
-
*最后更新:[日期]*
|
|
121
|
-
*版本:1.0*
|
|
@@ -1,233 +0,0 @@
|
|
|
1
|
-
# Hero (英雄原型)
|
|
2
|
-
|
|
3
|
-
## 核心定义
|
|
4
|
-
|
|
5
|
-
**英雄** = 踏上旅程、面对考验、获得成长的主角。
|
|
6
|
-
|
|
7
|
-
英雄是故事的核心驱动力。读者通过英雄的眼睛看世界,通过英雄的选择理解主题,通过英雄的成长获得情感满足。英雄不等于"勇敢的人"——英雄的本质是**变化**:从不完整到完整,从无知到觉醒,从软弱到坚强(或反过来)。
|
|
8
|
-
|
|
9
|
-
**关键区分:**
|
|
10
|
-
- **英雄 vs 主角:** 主角是叙事焦点,英雄是经历成长弧线的角色。两者通常重合,但不总是
|
|
11
|
-
- **英雄 vs 战士:** 战士靠武力,英雄靠选择。真正定义英雄的不是力量,而是在关键时刻做出的决定
|
|
12
|
-
- **英雄 vs 好人:** 英雄可以自私、懦弱、道德模糊——只要他们经历了有意义的转变
|
|
13
|
-
|
|
14
|
-
---
|
|
15
|
-
|
|
16
|
-
## 核心特征
|
|
17
|
-
|
|
18
|
-
### 1. 不完整性
|
|
19
|
-
|
|
20
|
-
故事开始时,英雄有缺陷或不足——这是成长的前提:
|
|
21
|
-
|
|
22
|
-
- **技能不足:** 缺乏完成使命所需的能力(弗罗多不会战斗)
|
|
23
|
-
- **心理创伤:** 过去的伤痛限制了行动(蝙蝠侠的父母之死)
|
|
24
|
-
- **错误信念:** 对世界或自己有根本性的误解(傲慢、偏见、恐惧)
|
|
25
|
-
|
|
26
|
-
不完整性越具体、越真实,读者越容易产生共鸣。"他很弱"不如"他因为童年溺水事件而恐惧一切与水有关的东西"。
|
|
27
|
-
|
|
28
|
-
### 2. 召唤
|
|
29
|
-
|
|
30
|
-
被推入或选择踏上旅程:
|
|
31
|
-
|
|
32
|
-
- **被动召唤:** 外部事件打破平静(家园被毁、亲人被害、世界危机)
|
|
33
|
-
- **主动选择:** 内心渴望驱动行动(追求梦想、寻找真相、证明自己)
|
|
34
|
-
- **拒绝与接受:** 大多数英雄最初会拒绝召唤——恐惧、怀疑、不愿离开舒适区。拒绝的过程让最终的接受更有力量
|
|
35
|
-
|
|
36
|
-
### 3. 成长
|
|
37
|
-
|
|
38
|
-
通过考验和选择,获得转变:
|
|
39
|
-
|
|
40
|
-
- **技能提升:** 学会新能力,掌握新武器
|
|
41
|
-
- **心理成熟:** 克服恐惧,面对创伤,接受责任
|
|
42
|
-
- **信念修正:** 放弃错误信念,建立新的世界观
|
|
43
|
-
|
|
44
|
-
成长不是线性的。最好的英雄弧线包含退步、怀疑和挣扎——两步前进一步后退,才是真实的成长节奏。
|
|
45
|
-
|
|
46
|
-
### 4. 牺牲
|
|
47
|
-
|
|
48
|
-
为更大的善,愿意付出代价:
|
|
49
|
-
|
|
50
|
-
- **舒适牺牲:** 离开安全的家园和熟悉的生活
|
|
51
|
-
- **欲望牺牲:** 放弃个人渴望(爱情、权力、安逸)
|
|
52
|
-
- **终极牺牲:** 愿意付出生命的代价
|
|
53
|
-
|
|
54
|
-
牺牲的关键是**自愿性**——英雄必须有选择不牺牲的可能,但他们选择了牺牲。被迫的牺牲不是英雄行为,是受害。
|
|
55
|
-
|
|
56
|
-
---
|
|
57
|
-
|
|
58
|
-
## 故事功能
|
|
59
|
-
|
|
60
|
-
- **视角提供者:** 读者通过英雄的眼睛看世界,英雄的认知边界就是读者的认知边界
|
|
61
|
-
- **成长示范:** 展示如何面对恐惧、克服困难、做出艰难选择
|
|
62
|
-
- **价值传达:** 英雄的选择体现故事的核心主题——他选择牺牲,故事就在讲牺牲的价值
|
|
63
|
-
- **情感锚点:** 读者的情感投入集中在英雄身上,英雄的胜利是读者的胜利,英雄的痛苦是读者的痛苦
|
|
64
|
-
|
|
65
|
-
---
|
|
66
|
-
|
|
67
|
-
## 典型弧线
|
|
68
|
-
|
|
69
|
-
### 经典英雄之旅(坎贝尔/沃格勒十二阶段)
|
|
70
|
-
|
|
71
|
-
```
|
|
72
|
-
1. 平凡世界(普通生活)
|
|
73
|
-
↓
|
|
74
|
-
2. 召唤(冒险开始)
|
|
75
|
-
↓
|
|
76
|
-
3. 拒绝召唤(恐惧/怀疑)
|
|
77
|
-
↓
|
|
78
|
-
4. 遇见导师(获得指导)
|
|
79
|
-
↓
|
|
80
|
-
5. 跨越第一道门槛(进入新世界)
|
|
81
|
-
↓
|
|
82
|
-
6. 试炼、盟友、敌人(考验)
|
|
83
|
-
↓
|
|
84
|
-
7. 深入洞穴(面对最深恐惧)
|
|
85
|
-
↓
|
|
86
|
-
8. 磨难(危机/死亡与重生)
|
|
87
|
-
↓
|
|
88
|
-
9. 奖赏(获得宝剑/知识)
|
|
89
|
-
↓
|
|
90
|
-
10. 返回之路(回归旧世界)
|
|
91
|
-
↓
|
|
92
|
-
11. 复活(最终考验)
|
|
93
|
-
↓
|
|
94
|
-
12. 带着灵药回归(成长完成)
|
|
95
|
-
```
|
|
96
|
-
|
|
97
|
-
这个结构不是公式,而是地图。好的故事可以跳过某些阶段、重新排列顺序、或在某个阶段停留更久。关键是理解每个阶段的**功能**,而不是机械套用。
|
|
98
|
-
|
|
99
|
-
---
|
|
100
|
-
|
|
101
|
-
## 示例分析
|
|
102
|
-
|
|
103
|
-
### 正面示例
|
|
104
|
-
|
|
105
|
-
**弗罗多(《魔戒》)**
|
|
106
|
-
- **不完整性:** 平凡的霍比特人,没有战斗力,没有魔法,甚至没有冒险的欲望
|
|
107
|
-
- **召唤:** 继承魔戒——不是他选择的命运,而是命运选择了他
|
|
108
|
-
- **成长:** 从天真的乡下人到承受世界重担的戒指持有者。他的成长不是变强,而是学会在绝望中坚持
|
|
109
|
-
- **牺牲:** 愿意牺牲自己的生命和心智来摧毁魔戒。最终他失败了(在末日山被魔戒控制),但他之前的善行(饶恕咕噜)间接完成了使命
|
|
110
|
-
- **为什么有效:** 弗罗多证明了英雄不需要强大,需要的是坚韧和善良
|
|
111
|
-
|
|
112
|
-
**哈利·波特**
|
|
113
|
-
- **不完整性:** 孤儿,不了解魔法世界,在姨妈家受虐待
|
|
114
|
-
- **召唤:** 霍格沃茨录取信——从被忽视的孩子到"大难不死的男孩"
|
|
115
|
-
- **成长:** 从被动接受命运到主动对抗伏地魔,从依赖他人到独立承担
|
|
116
|
-
- **牺牲:** 第七部中走向死亡,愿意为朋友和世界牺牲自己
|
|
117
|
-
- **为什么有效:** 哈利的力量不是魔法,而是爱和友谊——这让普通读者也能产生共鸣
|
|
118
|
-
|
|
119
|
-
### 反面示例(扭曲的英雄)
|
|
120
|
-
|
|
121
|
-
**安纳金·天行者(《星球大战》前传)**
|
|
122
|
-
- 拥有英雄的一切条件:天赋、导师、使命
|
|
123
|
-
- 但英雄弧线失败:恐惧战胜了勇气,执念战胜了放手
|
|
124
|
-
- 选择黑暗面不是因为邪恶,而是因为爱(害怕失去帕德梅)
|
|
125
|
-
- **为什么有效:** 展示了英雄也可能堕落,而堕落的原因往往是人性中最可理解的部分
|
|
126
|
-
|
|
127
|
-
---
|
|
128
|
-
|
|
129
|
-
## 常见错误
|
|
130
|
-
|
|
131
|
-
- ❌ **完美英雄:** 没有缺陷,从一开始就无所不能。没有成长空间,读者无法产生共鸣。超人之所以需要氪石,就是因为无敌的英雄没有故事
|
|
132
|
-
- ❌ **被动英雄:** 只被事件推动,从不主动做出选择。英雄的定义是选择,不是遭遇。如果去掉英雄,故事照样发生,那这个英雄就是多余的
|
|
133
|
-
- ❌ **无牺牲英雄:** 轻松获得一切,没有代价。没有牺牲就没有张力,读者不会为不需要付出的胜利感到激动
|
|
134
|
-
- ❌ **无弧线英雄:** 从头到尾没有变化。故事结束时和开始时一模一样的角色不是英雄,是道具
|
|
135
|
-
|
|
136
|
-
---
|
|
137
|
-
|
|
138
|
-
## 独特化建议
|
|
139
|
-
|
|
140
|
-
### 超越原型的方法
|
|
141
|
-
|
|
142
|
-
1. **特殊背景:** 独特的文化、职业或经历
|
|
143
|
-
- 不是农家少年,是落魄贵族;不是孤儿,是被放逐的王子
|
|
144
|
-
- 背景决定了英雄看世界的方式,也决定了他的盲点
|
|
145
|
-
|
|
146
|
-
2. **独特缺陷:** 非典型的"不完整性"
|
|
147
|
-
- 不是缺乏勇气,是过于鲁莽;不是软弱,是过度自信
|
|
148
|
-
- 最好的缺陷是优点的反面——聪明的人容易傲慢,勇敢的人容易冲动
|
|
149
|
-
|
|
150
|
-
3. **特殊动机:** 不同的"召唤"原因
|
|
151
|
-
- 不是拯救世界,是为了个人复仇;不是正义,是为了赎罪
|
|
152
|
-
- 自私的动机比高尚的动机更有趣,因为它们更真实
|
|
153
|
-
|
|
154
|
-
4. **非典型弧线:** 颠覆传统成长路径
|
|
155
|
-
- 不是从弱到强,是从强大到接受软弱
|
|
156
|
-
- 不是获得力量,是学会放弃力量
|
|
157
|
-
|
|
158
|
-
5. **个性化细节:** 怪癖、习惯、说话方式
|
|
159
|
-
- 总是带着祖母的遗物,紧张时会数数,用食物比喻一切
|
|
160
|
-
- 细节让原型变成人物
|
|
161
|
-
|
|
162
|
-
---
|
|
163
|
-
|
|
164
|
-
## 与其他原型的关系
|
|
165
|
-
|
|
166
|
-
- **需要 Mentor:** 导师提供指导和工具,帮助英雄准备面对考验
|
|
167
|
-
- **对抗 Shadow:** 阴影是英雄的主要对手,也是英雄黑暗面的镜像
|
|
168
|
-
- **伴随 Ally:** 盟友提供支持、互补能力和情感陪伴
|
|
169
|
-
- **被 Herald 召唤:** 信使带来打破现状的消息,开启英雄旅程
|
|
170
|
-
- **被 Threshold Guardian 考验:** 守门人测试英雄是否准备好进入下一阶段
|
|
171
|
-
|
|
172
|
-
---
|
|
173
|
-
|
|
174
|
-
## 写作提示
|
|
175
|
-
|
|
176
|
-
### 设计英雄时问自己
|
|
177
|
-
|
|
178
|
-
1. **他的不完整性是什么?** 缺陷、创伤还是错误信念?这个不完整性如何限制他的行动?
|
|
179
|
-
2. **什么召唤他踏上旅程?** 外部事件还是内部渴望?他为什么不能拒绝?
|
|
180
|
-
3. **他最大的恐惧是什么?** 这个恐惧如何与故事的核心冲突相关?
|
|
181
|
-
4. **他愿意为什么牺牲?** 牺牲的代价是否足够大?读者是否能感受到这个代价?
|
|
182
|
-
5. **故事结束时他将如何不同?** 他的信念、能力、关系发生了什么变化?
|
|
183
|
-
|
|
184
|
-
### 检查清单
|
|
185
|
-
|
|
186
|
-
- [ ] 英雄有明确的缺陷或不足
|
|
187
|
-
- [ ] 召唤足够强烈(不能轻易拒绝)
|
|
188
|
-
- [ ] 有清晰的成长弧线(开始和结束时不同)
|
|
189
|
-
- [ ] 面临真正的选择(不只是被推动)
|
|
190
|
-
- [ ] 有牺牲或代价(胜利不是免费的)
|
|
191
|
-
|
|
192
|
-
---
|
|
193
|
-
|
|
194
|
-
## 变体
|
|
195
|
-
|
|
196
|
-
### 反英雄 (Anti-Hero)
|
|
197
|
-
|
|
198
|
-
英雄的扭曲版本——缺乏传统美德(自私、懦弱、道德模糊),但仍完成"英雄旅程"。反英雄的魅力在于真实:大多数人不是圣人,反英雄让读者看到不完美的人也能做出有意义的事。
|
|
199
|
-
|
|
200
|
-
- **示例:** 沃尔特·怀特(《绝命毒师》)——从普通人到毒枭的堕落弧线
|
|
201
|
-
- **示例:** 韩·索罗——自私的走私客最终选择为正义而战
|
|
202
|
-
|
|
203
|
-
### 悲剧英雄
|
|
204
|
-
|
|
205
|
-
英雄的失败版本——因致命缺陷(hubris、执念、盲目)而走向毁灭。悲剧英雄让读者思考:如果英雄做了不同的选择,结局会怎样?
|
|
206
|
-
|
|
207
|
-
- **示例:** 麦克白——野心吞噬了一切
|
|
208
|
-
- **示例:** 盖茨比——对过去的执念导致毁灭
|
|
209
|
-
|
|
210
|
-
### 勉强英雄 (Reluctant Hero)
|
|
211
|
-
|
|
212
|
-
不愿意但被迫成为英雄——拒绝召唤更强烈,接受使命更痛苦。勉强英雄的力量在于,他们的每一步都是艰难的选择,而不是天命所归。
|
|
213
|
-
|
|
214
|
-
- **示例:** 比尔博·巴金斯——只想待在家里喝茶的霍比特人
|
|
215
|
-
- **示例:** 凯特尼斯——被迫参加饥饿游戏,从不想当领袖
|
|
216
|
-
|
|
217
|
-
---
|
|
218
|
-
|
|
219
|
-
## 文化变体
|
|
220
|
-
|
|
221
|
-
### 中国式英雄
|
|
222
|
-
|
|
223
|
-
- **集体优先:** 强调为家族、国家、天下而战,而非个人成长
|
|
224
|
-
- **忠孝为本:** 英雄的动机常与孝道和忠义相关
|
|
225
|
-
- **修炼传统:** 通过修炼(武功、心性)获得力量,强调自律和坚持
|
|
226
|
-
- **示例:** 花木兰——为父从军,集体荣誉高于个人身份
|
|
227
|
-
|
|
228
|
-
### 日本式英雄
|
|
229
|
-
|
|
230
|
-
- **修行与自律:** 强调通过严格训练和自我克制获得力量
|
|
231
|
-
- **师承关系:** 师父的传承是英雄力量的重要来源
|
|
232
|
-
- **物哀美学:** 英雄的旅程常带有悲剧色彩,美在于无常
|
|
233
|
-
- **示例:** 宫本武藏——剑道修行者,追求"剑与禅"的统一
|