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,390 +0,0 @@
|
|
|
1
|
-
# Emotional Pacing Guide
|
|
2
|
-
|
|
3
|
-
## 什么是情感节奏?
|
|
4
|
-
|
|
5
|
-
情感节奏 = 情感节拍在故事中的分布密度、间隔和强度变化
|
|
6
|
-
|
|
7
|
-
好的情感节奏让读者:
|
|
8
|
-
- 有时间消化每个情感场景
|
|
9
|
-
- 在平静中期待下一个高潮
|
|
10
|
-
- 在高潮中感受到最大冲击
|
|
11
|
-
- 读完后回味无穷
|
|
12
|
-
|
|
13
|
-
## 节拍密度
|
|
14
|
-
|
|
15
|
-
### 高密度(每 2-3 章一个重要节拍)
|
|
16
|
-
|
|
17
|
-
**适用场景:**
|
|
18
|
-
- 爽文、短篇
|
|
19
|
-
- 故事高潮部分
|
|
20
|
-
- 情感密集型体裁(言情、虐文)
|
|
21
|
-
|
|
22
|
-
**优势:** 节奏紧凑,读者停不下来
|
|
23
|
-
**风险:** 情感疲劳,读者麻木
|
|
24
|
-
|
|
25
|
-
**处理方法:**
|
|
26
|
-
- 即使高密度,也要在节拍之间留"呼吸空间"
|
|
27
|
-
- 交替使用不同类型的节拍(不要连续三个悲伤场景)
|
|
28
|
-
- 用轻松场景作为缓冲
|
|
29
|
-
|
|
30
|
-
### 中密度(每 5-7 章一个重要节拍)
|
|
31
|
-
|
|
32
|
-
**适用场景:**
|
|
33
|
-
- 大多数长篇小说
|
|
34
|
-
- 情节与情感并重的故事
|
|
35
|
-
- 主流商业小说
|
|
36
|
-
|
|
37
|
-
**优势:** 平衡,读者有时间投入也有时间休息
|
|
38
|
-
**风险:** 如果中间填充太多无关内容,节奏会拖沓
|
|
39
|
-
|
|
40
|
-
**处理方法:**
|
|
41
|
-
- 在大节拍之间用小节拍(日常互动、小冲突)维持张力
|
|
42
|
-
- 确保每章都有某种形式的情感推进,即使不是大节拍
|
|
43
|
-
|
|
44
|
-
### 低密度(每 10+ 章一个重要节拍)
|
|
45
|
-
|
|
46
|
-
**适用场景:**
|
|
47
|
-
- 注重世界观/情节的史诗
|
|
48
|
-
- 硬科幻、硬奇幻
|
|
49
|
-
- 以智力/谜题为核心的故事
|
|
50
|
-
|
|
51
|
-
**优势:** 每个节拍都有巨大冲击力
|
|
52
|
-
**风险:** 情感苍白,读者与角色缺乏连接
|
|
53
|
-
|
|
54
|
-
**处理方法:**
|
|
55
|
-
- 用角色的内心独白和小互动维持情感线
|
|
56
|
-
- 确保大节拍到来时有足够的铺垫
|
|
57
|
-
- 世界观描写中融入角色的情感反应
|
|
58
|
-
|
|
59
|
-
## 节拍位置
|
|
60
|
-
|
|
61
|
-
### 开篇节拍(前 10%)
|
|
62
|
-
|
|
63
|
-
**常用类型:** 初遇、失去(触发事件)、真相揭露(引子)
|
|
64
|
-
|
|
65
|
-
**作用:**
|
|
66
|
-
- 建立情感基调
|
|
67
|
-
- 让读者关心角色
|
|
68
|
-
- 设定故事的情感承诺
|
|
69
|
-
|
|
70
|
-
**原则:**
|
|
71
|
-
- 开篇节拍不需要最强,但需要足够吸引人
|
|
72
|
-
- 让读者在前三章就对至少一个角色产生情感投入
|
|
73
|
-
- 避免开篇就是大量背景介绍而无情感
|
|
74
|
-
|
|
75
|
-
**示例:**
|
|
76
|
-
- 《哈利波特》: 哈利在楼梯下的孤独(失去+拒绝的暗示)
|
|
77
|
-
- 《饥饿游戏》: 凯特尼斯替妹妹参加(牺牲——立刻建立情感)
|
|
78
|
-
|
|
79
|
-
### 前期节拍(10%-25%)
|
|
80
|
-
|
|
81
|
-
**常用类型:** 联结时刻、初遇(新角色)、小胜利
|
|
82
|
-
|
|
83
|
-
**作用:**
|
|
84
|
-
- 深化角色关系
|
|
85
|
-
- 建立读者对角色的情感投入
|
|
86
|
-
- 为后续冲突铺垫
|
|
87
|
-
|
|
88
|
-
**原则:**
|
|
89
|
-
- 这是"存款"阶段——越多情感投入,后续"取款"(冲突、失去)越有力
|
|
90
|
-
- 不要急于制造大冲突,先让读者爱上角色
|
|
91
|
-
|
|
92
|
-
### 中期节拍(25%-75%)
|
|
93
|
-
|
|
94
|
-
**常用类型:** 背叛、误会、失败、对峙、真相揭露
|
|
95
|
-
|
|
96
|
-
**作用:**
|
|
97
|
-
- 制造冲突和张力
|
|
98
|
-
- 测试角色和关系
|
|
99
|
-
- 推动角色成长
|
|
100
|
-
|
|
101
|
-
**原则:**
|
|
102
|
-
- 这是最长的部分,需要多个节拍维持节奏
|
|
103
|
-
- 正负交替,避免单调
|
|
104
|
-
- 每个节拍都应该改变某些东西(关系、认知、处境)
|
|
105
|
-
- 强度逐渐递增
|
|
106
|
-
|
|
107
|
-
**节奏模板:**
|
|
108
|
-
```
|
|
109
|
-
25%: 第一次重大冲突(误会/背叛/失败)
|
|
110
|
-
35%: 短暂恢复 + 新联结
|
|
111
|
-
50%: 中点转折(真相揭露/不归路)
|
|
112
|
-
60%: 后果展开 + 新冲突
|
|
113
|
-
75%: 第二次重大冲突(更强烈)
|
|
114
|
-
```
|
|
115
|
-
|
|
116
|
-
### 高潮节拍(75%-90%)
|
|
117
|
-
|
|
118
|
-
**常用类型:** 至暗时刻、对峙、牺牲、觉醒
|
|
119
|
-
|
|
120
|
-
**作用:**
|
|
121
|
-
- 情感爆发
|
|
122
|
-
- 角色最大的考验
|
|
123
|
-
- 故事的情感顶点
|
|
124
|
-
|
|
125
|
-
**原则:**
|
|
126
|
-
- 至暗时刻应该是全书最低点
|
|
127
|
-
- 觉醒/牺牲紧随其后
|
|
128
|
-
- 节拍可以快速连续(压缩节奏)
|
|
129
|
-
- 这里的情感强度应该是全书最高
|
|
130
|
-
|
|
131
|
-
**节奏模板:**
|
|
132
|
-
```
|
|
133
|
-
75%: 至暗时刻(一切崩塌)
|
|
134
|
-
80%: 觉醒(找到新的力量/理解)
|
|
135
|
-
85%: 最终对峙/牺牲
|
|
136
|
-
90%: 高潮解决
|
|
137
|
-
```
|
|
138
|
-
|
|
139
|
-
### 结尾节拍(90%-100%)
|
|
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
|
-
**1. 赌注递增**
|
|
182
|
-
```
|
|
183
|
-
小赌注: 失去一件物品
|
|
184
|
-
中赌注: 失去一段关系
|
|
185
|
-
大赌注: 失去生命/一切
|
|
186
|
-
```
|
|
187
|
-
|
|
188
|
-
**2. 关系递增**
|
|
189
|
-
```
|
|
190
|
-
陌生人之间的冲突 → 朋友之间的冲突 → 至亲之间的冲突
|
|
191
|
-
```
|
|
192
|
-
|
|
193
|
-
**3. 选择递增**
|
|
194
|
-
```
|
|
195
|
-
容易的选择 → 困难的选择 → 不可能的选择
|
|
196
|
-
```
|
|
197
|
-
|
|
198
|
-
**4. 后果递增**
|
|
199
|
-
```
|
|
200
|
-
可逆的后果 → 部分不可逆 → 完全不可逆
|
|
201
|
-
```
|
|
202
|
-
|
|
203
|
-
### 避免强度倒退
|
|
204
|
-
|
|
205
|
-
**错误示例:**
|
|
206
|
-
```
|
|
207
|
-
Ch5: 角色失去挚爱(强度 9/10)
|
|
208
|
-
Ch15: 角色丢了钱包(强度 2/10)← 读者觉得无聊
|
|
209
|
-
```
|
|
210
|
-
|
|
211
|
-
**正确做法:**
|
|
212
|
-
- 如果早期用了高强度节拍,后续节拍必须在其他维度升级
|
|
213
|
-
- 或者改变节拍类型(从"失去"转到"背叛",不同维度的痛苦)
|
|
214
|
-
|
|
215
|
-
## 正负交替
|
|
216
|
-
|
|
217
|
-
### 为什么要交替?
|
|
218
|
-
|
|
219
|
-
- **纯正面:** 缺乏张力,读者无聊
|
|
220
|
-
- **纯负面:** 过于压抑,读者放弃
|
|
221
|
-
- **交替:** 像呼吸一样,有节奏感
|
|
222
|
-
|
|
223
|
-
### 交替模式
|
|
224
|
-
|
|
225
|
-
**模式 A: 简单交替**
|
|
226
|
-
```
|
|
227
|
-
正面 → 负面 → 正面 → 负面
|
|
228
|
-
胜利 → 失去 → 联结 → 背叛
|
|
229
|
-
```
|
|
230
|
-
适合:节奏明快的故事
|
|
231
|
-
|
|
232
|
-
**模式 B: 波浪式**
|
|
233
|
-
```
|
|
234
|
-
正 → 正 → 负 → 正 → 负 → 负 → 大正
|
|
235
|
-
```
|
|
236
|
-
适合:先建立希望再摧毁,最后给予更大的满足
|
|
237
|
-
|
|
238
|
-
**模式 C: 下沉式**
|
|
239
|
-
```
|
|
240
|
-
正 → 负 → 小正 → 大负 → 微正 → 至暗 → 大正
|
|
241
|
-
```
|
|
242
|
-
适合:英雄之旅,逐渐下沉到最低点再反弹
|
|
243
|
-
|
|
244
|
-
### 缓冲场景
|
|
245
|
-
|
|
246
|
-
在两个高强度节拍之间,需要缓冲:
|
|
247
|
-
|
|
248
|
-
**缓冲类型:**
|
|
249
|
-
- 日常互动(角色的普通生活)
|
|
250
|
-
- 幽默场景(释放紧张)
|
|
251
|
-
- 世界观展示(换个节奏)
|
|
252
|
-
- 角色反思(消化上一个节拍)
|
|
253
|
-
|
|
254
|
-
**缓冲长度:**
|
|
255
|
-
- 两个中等节拍之间: 1-2 章缓冲
|
|
256
|
-
- 两个高强度节拍之间: 2-4 章缓冲
|
|
257
|
-
- 至暗时刻前: 可以减少缓冲(加速下坠感)
|
|
258
|
-
|
|
259
|
-
## 多线程节拍协调
|
|
260
|
-
|
|
261
|
-
### 错开节拍
|
|
262
|
-
|
|
263
|
-
当有多条故事线时,不要所有线程同时爆发情感:
|
|
264
|
-
|
|
265
|
-
**错误:**
|
|
266
|
-
```
|
|
267
|
-
Ch10 A线: 背叛(高强度)
|
|
268
|
-
Ch10 B线: 失去(高强度)
|
|
269
|
-
Ch10 C线: 对峙(高强度)
|
|
270
|
-
→ 读者情感过载
|
|
271
|
-
```
|
|
272
|
-
|
|
273
|
-
**正确:**
|
|
274
|
-
```
|
|
275
|
-
Ch10 A线: 背叛(高强度)
|
|
276
|
-
Ch11 B线: 日常(缓冲)
|
|
277
|
-
Ch12 B线: 失去(高强度)
|
|
278
|
-
Ch13 A线: 反思(缓冲)
|
|
279
|
-
Ch15 C线: 对峙(高强度)
|
|
280
|
-
→ 读者有时间消化每个节拍
|
|
281
|
-
```
|
|
282
|
-
|
|
283
|
-
### 主题共鸣
|
|
284
|
-
|
|
285
|
-
不同线程的节拍可以呼应同一主题:
|
|
286
|
-
|
|
287
|
-
```
|
|
288
|
-
A线: 牺牲(为团队牺牲自由)
|
|
289
|
-
B线: 牺牲(为爱人牺牲梦想)
|
|
290
|
-
→ 同一主题,不同表现,相互映照
|
|
291
|
-
```
|
|
292
|
-
|
|
293
|
-
### 线程汇合
|
|
294
|
-
|
|
295
|
-
当多条线汇合时,节拍强度叠加:
|
|
296
|
-
|
|
297
|
-
```
|
|
298
|
-
A线独立时: 强度 6/10
|
|
299
|
-
B线独立时: 强度 6/10
|
|
300
|
-
A+B汇合时: 强度 9/10(叠加效果)
|
|
301
|
-
```
|
|
302
|
-
|
|
303
|
-
## 读者情感曲线
|
|
304
|
-
|
|
305
|
-
### 理想曲线
|
|
306
|
-
|
|
307
|
-
```
|
|
308
|
-
情感强度
|
|
309
|
-
↑
|
|
310
|
-
│ ★ 高潮
|
|
311
|
-
│ /|\
|
|
312
|
-
│ / | \
|
|
313
|
-
│ ★ / | \
|
|
314
|
-
│ /|\ / | \
|
|
315
|
-
│ / | \/ | \___
|
|
316
|
-
│ / | ★ | \___ 结尾余韵
|
|
317
|
-
│ / |中期 |
|
|
318
|
-
│/ |低谷 |
|
|
319
|
-
★ | |
|
|
320
|
-
开篇 | |
|
|
321
|
-
└─────┴───────┴──────→ 时间
|
|
322
|
-
```
|
|
323
|
-
|
|
324
|
-
### 应避免的曲线
|
|
325
|
-
|
|
326
|
-
**平坦线:**
|
|
327
|
-
```
|
|
328
|
-
───────────────────
|
|
329
|
-
```
|
|
330
|
-
问题: 无情感波动,读者无聊
|
|
331
|
-
|
|
332
|
-
**过山车:**
|
|
333
|
-
```
|
|
334
|
-
/\/\/\/\/\/\/\/\
|
|
335
|
-
```
|
|
336
|
-
问题: 情感疲劳,每个节拍都失去冲击力
|
|
337
|
-
|
|
338
|
-
**断崖:**
|
|
339
|
-
```
|
|
340
|
-
/\________________
|
|
341
|
-
```
|
|
342
|
-
问题: 高开低走,读者失望
|
|
343
|
-
|
|
344
|
-
**倒三角:**
|
|
345
|
-
```
|
|
346
|
-
________________/\
|
|
347
|
-
```
|
|
348
|
-
问题: 前面太平淡,读者可能在高潮前就放弃了
|
|
349
|
-
|
|
350
|
-
## 实用工具
|
|
351
|
-
|
|
352
|
-
### 节拍地图
|
|
353
|
-
|
|
354
|
-
为你的故事创建节拍地图:
|
|
355
|
-
|
|
356
|
-
```
|
|
357
|
-
章节 | 节拍类型 | 强度 | 情感方向 | 线程
|
|
358
|
-
-----|------------|------|---------|-----
|
|
359
|
-
Ch1 | 初遇 | 3 | 正面 | A
|
|
360
|
-
Ch3 | 联结 | 4 | 正面 | A
|
|
361
|
-
Ch5 | 误会 | 5 | 负面 | A
|
|
362
|
-
Ch7 | 背叛 | 7 | 负面 | B
|
|
363
|
-
Ch9 | 觉醒 | 6 | 转折 | A
|
|
364
|
-
Ch11 | 对峙 | 8 | 负面 | A+B
|
|
365
|
-
Ch13 | 至暗时刻 | 9 | 负面 | A+B
|
|
366
|
-
Ch15 | 牺牲 | 9 | 转折 | A
|
|
367
|
-
Ch16 | 胜利 | 10 | 正面 | A+B
|
|
368
|
-
```
|
|
369
|
-
|
|
370
|
-
### 自检问题
|
|
371
|
-
|
|
372
|
-
1. **密度合适吗?** 节拍之间有足够的呼吸空间吗?
|
|
373
|
-
2. **正负交替了吗?** 有没有连续三个以上同方向的节拍?
|
|
374
|
-
3. **强度递增了吗?** 后面的节拍比前面的更有力吗?
|
|
375
|
-
4. **多线程协调了吗?** 不同线程的高潮是否错开?
|
|
376
|
-
5. **有缓冲吗?** 高强度节拍之间有缓冲场景吗?
|
|
377
|
-
6. **开篇够吸引吗?** 前三章有情感钩子吗?
|
|
378
|
-
7. **结尾有余韵吗?** 最后的节拍给读者什么感受?
|
|
379
|
-
|
|
380
|
-
### 常见问题诊断
|
|
381
|
-
|
|
382
|
-
| 问题 | 可能原因 | 解决方法 |
|
|
383
|
-
|------|---------|---------|
|
|
384
|
-
| 读者觉得无聊 | 节拍密度太低 | 增加小节拍,加快节奏 |
|
|
385
|
-
| 读者觉得疲惫 | 节拍密度太高 | 增加缓冲场景 |
|
|
386
|
-
| 高潮没有冲击力 | 强度没有递增 | 降低前期节拍强度 |
|
|
387
|
-
| 角色不讨喜 | 缺少正面节拍 | 增加联结/胜利场景 |
|
|
388
|
-
| 故事太压抑 | 负面节拍过多 | 增加正面节拍作为平衡 |
|
|
389
|
-
| 中期拖沓 | 中期缺少节拍 | 在中点添加转折节拍 |
|
|
390
|
-
| 结尾仓促 | 结尾节拍不够 | 给情感解决更多空间 |
|
|
@@ -1,174 +0,0 @@
|
|
|
1
|
-
# 游戏/系统文 (GameLit / LitRPG)
|
|
2
|
-
|
|
3
|
-
## 快速参考
|
|
4
|
-
|
|
5
|
-
### 核心定义
|
|
6
|
-
|
|
7
|
-
**游戏文/系统文**:以游戏化机制(等级、技能、装备、副本、任务)为核心叙事框架的小说类型。读者享受的是「数值成长的确定性快感」和「系统化的世界规则」。
|
|
8
|
-
|
|
9
|
-
**与传统玄幻的区别**:
|
|
10
|
-
- 玄幻:力量体系模糊,作者自由度高
|
|
11
|
-
- 游戏文:力量体系数值化,规则明确,读者可以「算账」
|
|
12
|
-
|
|
13
|
-
### 子类型速查
|
|
14
|
-
|
|
15
|
-
| 子类型 | 核心特征 | 典型设定 |
|
|
16
|
-
|--------|---------|---------|
|
|
17
|
-
| LitRPG | 完整的 RPG 数值系统 | 等级、属性面板、技能树 |
|
|
18
|
-
| 系统流 | 主角独有系统 | 签到系统、抽奖系统、任务系统 |
|
|
19
|
-
| 副本流 | 以副本挑战为主线 | 无限流、副本世界、试炼塔 |
|
|
20
|
-
| 游戏世界 | 角色在游戏世界中冒险 | VRMMO、穿越到游戏世界 |
|
|
21
|
-
| 数据化 | 世界本身数据化 | 全球数据化、万物皆可升级 |
|
|
22
|
-
|
|
23
|
-
---
|
|
24
|
-
|
|
25
|
-
## 核心系统设计
|
|
26
|
-
|
|
27
|
-
### 1. 属性面板
|
|
28
|
-
|
|
29
|
-
**设计原则**:
|
|
30
|
-
- 属性数量 5-8 个(太少无趣,太多复杂)
|
|
31
|
-
- 每个属性必须有明确的游戏效果
|
|
32
|
-
- 属性之间应有取舍关系(不能全部堆满)
|
|
33
|
-
|
|
34
|
-
**通用属性模板**:
|
|
35
|
-
| 属性 | 效果 | 叙事价值 |
|
|
36
|
-
|------|------|---------|
|
|
37
|
-
| 力量 | 物理伤害、负重 | 战斗描写的基础 |
|
|
38
|
-
| 敏捷 | 速度、闪避 | 战斗节奏控制 |
|
|
39
|
-
| 体质 | 生命值、防御 | 生存能力 |
|
|
40
|
-
| 智力 | 魔法伤害、技能效果 | 策略性战斗 |
|
|
41
|
-
| 精神 | 魔力值、抗性 | 持久战能力 |
|
|
42
|
-
| 幸运 | 暴击、掉落 | 随机事件、惊喜 |
|
|
43
|
-
|
|
44
|
-
**属性展示频率**:
|
|
45
|
-
- 每次升级时展示完整面板
|
|
46
|
-
- 战斗中只提及关键属性变化
|
|
47
|
-
- 不要每章都展示完整面板(读者会跳过)
|
|
48
|
-
|
|
49
|
-
### 2. 技能系统
|
|
50
|
-
|
|
51
|
-
**技能分类**:
|
|
52
|
-
| 类型 | 获取方式 | 成长方式 |
|
|
53
|
-
|------|---------|---------|
|
|
54
|
-
| 主动技能 | 学习/领悟/系统奖励 | 使用次数/等级提升 |
|
|
55
|
-
| 被动技能 | 天赋/装备/觉醒 | 条件触发/等级提升 |
|
|
56
|
-
| 终极技能 | 特殊条件解锁 | 固定/不可升级 |
|
|
57
|
-
|
|
58
|
-
**技能设计要点**:
|
|
59
|
-
- 每个技能必须有明确的使用场景
|
|
60
|
-
- 技能之间应有组合效果(combo)
|
|
61
|
-
- 高级技能应有使用限制(冷却/消耗/条件)
|
|
62
|
-
- 技能描述要简洁,效果要具象
|
|
63
|
-
|
|
64
|
-
**技能展示原则**:
|
|
65
|
-
- 新技能获得时详细描述
|
|
66
|
-
- 战斗中用效果描写代替面板展示
|
|
67
|
-
- 避免「技能名 + 伤害数字」的机械式描写
|
|
68
|
-
|
|
69
|
-
### 3. 装备系统
|
|
70
|
-
|
|
71
|
-
**品质分级**(常用):
|
|
72
|
-
```
|
|
73
|
-
白色(普通)→ 绿色(优秀)→ 蓝色(精良)→ 紫色(史诗)→ 橙色(传说)→ 红色(神话)
|
|
74
|
-
```
|
|
75
|
-
|
|
76
|
-
**装备叙事价值**:
|
|
77
|
-
- 装备获取 = 奖励感(爽点)
|
|
78
|
-
- 装备对比 = 成长感(数值提升可视化)
|
|
79
|
-
- 装备选择 = 策略感(取舍决策)
|
|
80
|
-
- 套装效果 = 收集感(长期目标)
|
|
81
|
-
|
|
82
|
-
### 4. 副本设计
|
|
83
|
-
|
|
84
|
-
**副本结构模板**:
|
|
85
|
-
```
|
|
86
|
-
入口/传送 → 环境描写 → 小怪区 → 谜题/机关 → 精英怪 → Boss 前置 → Boss 战 → 奖励结算
|
|
87
|
-
```
|
|
88
|
-
|
|
89
|
-
**副本设计要点**:
|
|
90
|
-
| 要素 | 说明 |
|
|
91
|
-
|------|------|
|
|
92
|
-
| 难度曲线 | 前松后紧,Boss 战是最难的部分 |
|
|
93
|
-
| 环境叙事 | 副本环境本身讲述故事(废墟、遗迹、历史) |
|
|
94
|
-
| 机制设计 | 每个 Boss 有独特机制,不能只是「血厚伤害高」 |
|
|
95
|
-
| 团队配合 | 如果是组队副本,每个角色都要有作用 |
|
|
96
|
-
| 意外元素 | 隐藏房间、隐藏 Boss、随机事件 |
|
|
97
|
-
|
|
98
|
-
---
|
|
99
|
-
|
|
100
|
-
## 数值化叙事技巧
|
|
101
|
-
|
|
102
|
-
### 数值展示的度
|
|
103
|
-
|
|
104
|
-
**核心问题**:数值展示太多 = 读者跳过;太少 = 失去游戏文特色。
|
|
105
|
-
|
|
106
|
-
**建议频率**:
|
|
107
|
-
| 场景 | 展示方式 |
|
|
108
|
-
|------|---------|
|
|
109
|
-
| 升级 | 完整面板(属性变化用 +N 标注) |
|
|
110
|
-
| 获得新技能 | 技能描述 + 效果 |
|
|
111
|
-
| 获得装备 | 装备属性 + 与当前装备对比 |
|
|
112
|
-
| 战斗中 | 关键数值(伤害、暴击)融入描写 |
|
|
113
|
-
| 日常 | 不展示数值 |
|
|
114
|
-
|
|
115
|
-
### 数值融入叙事
|
|
116
|
-
|
|
117
|
-
**错误示范**:
|
|
118
|
-
> 他使用了【火球术Lv.3】,造成了 1500 点伤害。对方的 HP 从 5000 降到了 3500。
|
|
119
|
-
|
|
120
|
-
**正确示范**:
|
|
121
|
-
> 火球术已经升到三级了。他感受到掌心的温度比以前更炽热,一团拳头大的火球呼啸而出,正中目标胸口。对方踉跄后退,铠甲上烧出一个焦黑的凹痕——这一击至少削去了对方三成的生命力。
|
|
122
|
-
|
|
123
|
-
### 数值平衡
|
|
124
|
-
|
|
125
|
-
**避免数值膨胀**:
|
|
126
|
-
- 早期:伤害 10-100
|
|
127
|
-
- 中期:伤害 100-1000
|
|
128
|
-
- 后期:伤害 1000-10000
|
|
129
|
-
- ❌ 避免:伤害从 100 膨胀到 100000000
|
|
130
|
-
|
|
131
|
-
**控制方法**:
|
|
132
|
-
- 使用百分比而非绝对数值
|
|
133
|
-
- 引入新的伤害类型而非单纯数值增长
|
|
134
|
-
- 用质变代替量变(从物理伤害到元素伤害到法则伤害)
|
|
135
|
-
|
|
136
|
-
---
|
|
137
|
-
|
|
138
|
-
## 常见陷阱
|
|
139
|
-
|
|
140
|
-
### 1. 面板依赖症
|
|
141
|
-
❌ 每章都贴完整属性面板
|
|
142
|
-
- 解决:只在关键节点展示,日常用叙事代替
|
|
143
|
-
|
|
144
|
-
### 2. 数值通胀
|
|
145
|
-
❌ 数值增长失控,后期动辄百万伤害
|
|
146
|
-
- 解决:设计数值上限,用质变代替量变
|
|
147
|
-
|
|
148
|
-
### 3. 系统万能
|
|
149
|
-
❌ 系统能解决所有问题
|
|
150
|
-
- 解决:系统有盲区、有 bug、有限制
|
|
151
|
-
|
|
152
|
-
### 4. 副本流水线
|
|
153
|
-
❌ 每个副本都是「打怪 → 打 Boss → 拿奖励」
|
|
154
|
-
- 解决:每个副本有独特机制和叙事
|
|
155
|
-
|
|
156
|
-
### 5. 角色工具化
|
|
157
|
-
❌ 队友只是「输出位」「奶位」「坦克位」
|
|
158
|
-
- 解决:给每个队友独立的性格和故事线
|
|
159
|
-
|
|
160
|
-
---
|
|
161
|
-
|
|
162
|
-
## 检测清单
|
|
163
|
-
|
|
164
|
-
### 系统设计检查
|
|
165
|
-
- [ ] 属性面板是否简洁明了(5-8 个属性)?
|
|
166
|
-
- [ ] 技能是否有明确的使用场景和限制?
|
|
167
|
-
- [ ] 装备品质分级是否一致?
|
|
168
|
-
- [ ] 数值增长曲线是否合理(无通胀)?
|
|
169
|
-
|
|
170
|
-
### 叙事检查
|
|
171
|
-
- [ ] 数值展示是否融入叙事(非机械罗列)?
|
|
172
|
-
- [ ] 副本是否有独特机制和环境叙事?
|
|
173
|
-
- [ ] 角色是否有超越「职业定位」的个性?
|
|
174
|
-
- [ ] 系统是否有合理的限制和盲区?
|