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,254 +0,0 @@
|
|
|
1
|
-
# 力量体系设计 (Power System Design)
|
|
2
|
-
|
|
3
|
-
## 快速参考
|
|
4
|
-
|
|
5
|
-
### 核心定义
|
|
6
|
-
|
|
7
|
-
**力量体系**:故事世界中超自然/超常规能力的运作规则。包括能力来源、等级划分、使用限制、成长路径。
|
|
8
|
-
|
|
9
|
-
**适用类型**:玄幻、修仙、奇幻、科幻、超能力、游戏文——任何包含非现实能力的故事。
|
|
10
|
-
|
|
11
|
-
### 设计三原则
|
|
12
|
-
|
|
13
|
-
```
|
|
14
|
-
1. 一致性 > 创意:体系可以简单,但必须前后一致
|
|
15
|
-
2. 限制 > 能力:限制比能力更重要,限制创造冲突
|
|
16
|
-
3. 具象 > 抽象:读者能想象的力量才有冲击力
|
|
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
|
-
|
|
50
|
-
**设计要点**:
|
|
51
|
-
- 来源必须有「获取门槛」(不是所有人都能修炼)
|
|
52
|
-
- 来源必须有「上限暗示」(灵气枯竭、血脉稀释、科技瓶颈)
|
|
53
|
-
- 来源最好与世界观绑定(灵气来自远古大能陨落 → 世界观深度)
|
|
54
|
-
|
|
55
|
-
### 第三步:设计等级体系
|
|
56
|
-
|
|
57
|
-
#### 等级数量建议
|
|
58
|
-
|
|
59
|
-
| 故事长度 | 建议大境界数 | 建议小境界数 | 总等级数 |
|
|
60
|
-
|---------|------------|------------|---------|
|
|
61
|
-
| 短篇(< 10 万字) | 3-4 | 无 | 3-4 |
|
|
62
|
-
| 中篇(10-50 万字) | 5-7 | 每大境界 3 级 | 15-21 |
|
|
63
|
-
| 长篇(50-200 万字) | 7-9 | 每大境界 3-4 级 | 21-36 |
|
|
64
|
-
| 超长篇(200 万+) | 9-12 | 每大境界 3-4 级 | 27-48 |
|
|
65
|
-
|
|
66
|
-
#### 等级设计模板
|
|
67
|
-
|
|
68
|
-
每个等级必须定义:
|
|
69
|
-
|
|
70
|
-
```
|
|
71
|
-
等级名称:[名称]
|
|
72
|
-
━━━━━━━━━━━━━━━━━━━━
|
|
73
|
-
能力特征:[这个等级能做什么]
|
|
74
|
-
能力上限:[这个等级做不到什么]
|
|
75
|
-
标志性表现:[读者一看就知道是这个等级的特征]
|
|
76
|
-
社会地位:[在世界中的地位]
|
|
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
|
-
| 时间限制 | 能力有冷却或持续时间 | 变身只能维持 10 分钟 |
|
|
104
|
-
| 条件限制 | 能力需要特定条件才能使用 | 需要咏唱、需要特定材料 |
|
|
105
|
-
| 代价限制 | 使用能力有副作用 | 透支生命力、失去记忆 |
|
|
106
|
-
| 规则限制 | 能力有内在规则约束 | 等价交换、因果律 |
|
|
107
|
-
|
|
108
|
-
**设计原则**:
|
|
109
|
-
- 每种能力至少有 2 种限制
|
|
110
|
-
- 越强的能力,限制越严格
|
|
111
|
-
- 限制必须在故事中被「执行」(不能设定了限制又不遵守)
|
|
112
|
-
|
|
113
|
-
### 第五步:设计成长路径
|
|
114
|
-
|
|
115
|
-
#### 成长方式多样化
|
|
116
|
-
|
|
117
|
-
不要只有「闭关修炼 → 突破」一种方式:
|
|
118
|
-
|
|
119
|
-
| 成长方式 | 描述 | 叙事价值 |
|
|
120
|
-
|---------|------|---------|
|
|
121
|
-
| 修炼积累 | 日常修炼,量变到质变 | 展示毅力,但叙事无聊 |
|
|
122
|
-
| 战斗领悟 | 生死战斗中突破 | 紧张刺激,最常用 |
|
|
123
|
-
| 机缘获得 | 偶然获得传承/宝物 | 推动探索,但不能太频繁 |
|
|
124
|
-
| 顿悟 | 某个瞬间的领悟 | 展示智慧,但难以写好 |
|
|
125
|
-
| 融合/吸收 | 吸收他人/他物的力量 | 有争议性,需要代价 |
|
|
126
|
-
| 极限突破 | 在绝境中爆发 | 热血,但不能每次都用 |
|
|
127
|
-
|
|
128
|
-
**建议**:每种成长方式在全书中至少使用 1 次,避免单调。
|
|
129
|
-
|
|
130
|
-
---
|
|
131
|
-
|
|
132
|
-
## 战力标准化
|
|
133
|
-
|
|
134
|
-
### 为什么需要战力标准化
|
|
135
|
-
|
|
136
|
-
**问题**:写到后期,作者自己都记不清各等级的战力表现,导致战力崩坏。
|
|
137
|
-
|
|
138
|
-
**解决方案**:建立「战力参照表」,每个等级有明确的能力基准。
|
|
139
|
-
|
|
140
|
-
### 战力参照表模板
|
|
141
|
-
|
|
142
|
-
```markdown
|
|
143
|
-
## 战力参照表
|
|
144
|
-
|
|
145
|
-
### 基准能力
|
|
146
|
-
|
|
147
|
-
| 等级 | 速度 | 力量 | 防御 | 感知 | 特殊能力 |
|
|
148
|
-
|------|------|------|------|------|---------|
|
|
149
|
-
| 等级 1 | 常人 2 倍 | 碎石 | 刀枪不入 | 10 米 | 无 |
|
|
150
|
-
| 等级 2 | 音速 | 碎墙 | 普通法术 | 100 米 | 飞行 |
|
|
151
|
-
| 等级 3 | 超音速 | 碎山 | 高级法术 | 1 公里 | 领域 |
|
|
152
|
-
| ... | ... | ... | ... | ... | ... |
|
|
153
|
-
|
|
154
|
-
### 越级战斗条件
|
|
155
|
-
|
|
156
|
-
| 越级幅度 | 条件 | 代价 |
|
|
157
|
-
|---------|------|------|
|
|
158
|
-
| 1 小级 | 技巧优势或法宝 | 轻微消耗 |
|
|
159
|
-
| 1 大级 | 特殊体质 + 顶级法宝 | 重伤 |
|
|
160
|
-
| 2 大级 | 几乎不可能 | 必死 |
|
|
161
|
-
|
|
162
|
-
### 参照事件
|
|
163
|
-
|
|
164
|
-
[记录已写章节中的战力表现,作为后续参照]
|
|
165
|
-
|
|
166
|
-
| 章节 | 事件 | 参战者等级 | 表现 |
|
|
167
|
-
|------|------|-----------|------|
|
|
168
|
-
| 第 5 章 | 主角 vs 张三 | 等级 1 vs 等级 2 | 主角借助法宝险胜 |
|
|
169
|
-
| 第 12 章 | 主角 vs 李四 | 等级 2 vs 等级 2 | 主角技巧取胜 |
|
|
170
|
-
```
|
|
171
|
-
|
|
172
|
-
---
|
|
173
|
-
|
|
174
|
-
## 常见体系模板
|
|
175
|
-
|
|
176
|
-
### 模板 1:九境修炼体系(玄幻/修仙)
|
|
177
|
-
|
|
178
|
-
```
|
|
179
|
-
凡人三境:炼体 → 聚气 → 开脉
|
|
180
|
-
灵修三境:筑基 → 金丹 → 元婴
|
|
181
|
-
天人三境:化神 → 渡劫 → 大乘
|
|
182
|
-
(可选)超脱:飞升 / 成仙 / 成神
|
|
183
|
-
```
|
|
184
|
-
|
|
185
|
-
### 模板 2:魔法等级体系(西方奇幻)
|
|
186
|
-
|
|
187
|
-
```
|
|
188
|
-
学徒 → 初级法师 → 中级法师 → 高级法师 → 大法师 → 圣法师 → 传奇法师
|
|
189
|
-
```
|
|
190
|
-
|
|
191
|
-
### 模板 3:超能力觉醒体系
|
|
192
|
-
|
|
193
|
-
```
|
|
194
|
-
潜能者 → 觉醒者(D级)→ C级 → B级 → A级 → S级 → SS级
|
|
195
|
-
```
|
|
196
|
-
|
|
197
|
-
### 模板 4:科技等级体系
|
|
198
|
-
|
|
199
|
-
```
|
|
200
|
-
基础改造 → 标准强化 → 高级强化 → 超级战士 → 生化兵器 → 超越人类
|
|
201
|
-
```
|
|
202
|
-
|
|
203
|
-
**注意**:以上仅为起点模板,必须根据故事需要自定义。直接套用模板会显得缺乏创意。
|
|
204
|
-
|
|
205
|
-
---
|
|
206
|
-
|
|
207
|
-
## 战力崩坏预防
|
|
208
|
-
|
|
209
|
-
### 崩坏的五个信号
|
|
210
|
-
|
|
211
|
-
1. **同等级战力不一致**:主角在第 10 章苦战等级 3,在第 50 章轻松碾压等级 3
|
|
212
|
-
2. **越级战斗通胀**:越级从「奇迹」变成「日常」
|
|
213
|
-
3. **配角战力随剧情变化**:同一个配角忽强忽弱
|
|
214
|
-
4. **新角色战力与体系矛盾**:新出场的强者能力超出体系上限
|
|
215
|
-
5. **等级失去意义**:等级高的打不过等级低的成为常态
|
|
216
|
-
|
|
217
|
-
### 预防措施
|
|
218
|
-
|
|
219
|
-
1. **维护战力参照表**:每次战斗后更新
|
|
220
|
-
2. **越级战斗必须有「外挂」**:法宝、血脉、秘术,且每次不同
|
|
221
|
-
3. **定期回顾**:每写 10 章回顾一次战力表现
|
|
222
|
-
4. **配角战力锚定**:给重要配角设定固定的战力参照
|
|
223
|
-
5. **使用 `/track` 追踪**:在 tracking 数据中记录战力事件
|
|
224
|
-
|
|
225
|
-
### 崩坏修复
|
|
226
|
-
|
|
227
|
-
如果已经发生战力崩坏:
|
|
228
|
-
- **轻微崩坏**:通过后续情节解释("原来他当时隐藏了实力")
|
|
229
|
-
- **中度崩坏**:引入新设定修正("原来这个等级还分前中后期")
|
|
230
|
-
- **严重崩坏**:承认并在后续保持新的标准(不要反复修正)
|
|
231
|
-
|
|
232
|
-
---
|
|
233
|
-
|
|
234
|
-
## 检测清单
|
|
235
|
-
|
|
236
|
-
### 体系设计完成后检查
|
|
237
|
-
- [ ] 能力来源是否明确?
|
|
238
|
-
- [ ] 等级划分是否清晰?
|
|
239
|
-
- [ ] 每个等级的能力上限是否定义?
|
|
240
|
-
- [ ] 限制系统是否完善(至少 2 种限制)?
|
|
241
|
-
- [ ] 成长路径是否多样化?
|
|
242
|
-
- [ ] 战力参照表是否建立?
|
|
243
|
-
- [ ] 越级战斗规则是否设定?
|
|
244
|
-
|
|
245
|
-
### 每次战斗前检查
|
|
246
|
-
- [ ] 双方等级是否明确?
|
|
247
|
-
- [ ] 战斗表现是否与等级匹配?
|
|
248
|
-
- [ ] 如有越级,是否有合理解释?
|
|
249
|
-
- [ ] 战斗结果是否更新到参照表?
|
|
250
|
-
|
|
251
|
-
### 每卷结束后检查
|
|
252
|
-
- [ ] 本卷的战力描写是否与前卷一致?
|
|
253
|
-
- [ ] 是否有新的等级/能力引入?如有,是否与体系兼容?
|
|
254
|
-
- [ ] 越级战斗的频率是否合理?
|