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,427 +0,0 @@
|
|
|
1
|
-
# 1920年代军阀体系
|
|
2
|
-
|
|
3
|
-
## 概览
|
|
4
|
-
|
|
5
|
-
1920年代的中国处于军阀割据时期,各地军阀拥兵自重,名义上服从北洋政府,实际上各自为政。军阀之间合纵连横,混战不断,给国家和人民带来深重灾难。
|
|
6
|
-
|
|
7
|
-
**核心特征**:
|
|
8
|
-
- **割据称雄**:各军阀控制特定地盘
|
|
9
|
-
- **混战频繁**:为争夺地盘和中央政权不断开战
|
|
10
|
-
- **派系林立**:直系、皖系、奉系、晋系、桂系等
|
|
11
|
-
- **依附列强**:各军阀背后都有列强支持
|
|
12
|
-
- **苛捐杂税**:为养兵而横征暴敛
|
|
13
|
-
|
|
14
|
-
## 核心信息速查
|
|
15
|
-
|
|
16
|
-
| 维度 | 信息 |
|
|
17
|
-
|------|------|
|
|
18
|
-
| **时间跨度** | 1916-1928(袁世凯死后到东北易帜) |
|
|
19
|
-
| **主要派系** | 直系、皖系、奉系、晋系、桂系、西南军阀 |
|
|
20
|
-
| **总兵力** | 约 150-200 万(全国) |
|
|
21
|
-
| **主要战争** | 直皖战争、两次直奉战争、北伐战争 |
|
|
22
|
-
| **军费开支** | 占国家财政 60-80% |
|
|
23
|
-
| **列强支持** | 日本(奉系、皖系)、英美(直系) |
|
|
24
|
-
|
|
25
|
-
## 主要军阀派系
|
|
26
|
-
|
|
27
|
-
### 直系(1920-1924)
|
|
28
|
-
|
|
29
|
-
**核心人物**:
|
|
30
|
-
- **曹锟**(1862-1938):直系首领,1923年贿选总统
|
|
31
|
-
- **吴佩孚**(1874-1939):直系实际掌权者,"常胜将军"
|
|
32
|
-
|
|
33
|
-
**控制地盘**:
|
|
34
|
-
- 直隶(河北)、河南、湖北、湖南
|
|
35
|
-
- 长江中下游地区
|
|
36
|
-
|
|
37
|
-
**军队规模**:
|
|
38
|
-
- 约 30-40 万人
|
|
39
|
-
- 装备较好
|
|
40
|
-
|
|
41
|
-
**背景支持**:
|
|
42
|
-
- 英美支持
|
|
43
|
-
- 控制京汉铁路
|
|
44
|
-
|
|
45
|
-
**性格特点**(写作参考):
|
|
46
|
-
- **吴佩孚**:儒将风范,不抽烟不喝酒不嫖不赌不贪,讲究"仁义",但实际上仍是军阀
|
|
47
|
-
- **曹锟**:粗人出身,贿选总统(每票 5000 银元)
|
|
48
|
-
|
|
49
|
-
**兴衰**:
|
|
50
|
-
- 1920年直皖战争胜利,成为最强军阀
|
|
51
|
-
- 1922年第一次直奉战争胜利,达到顶峰
|
|
52
|
-
- 1924年第二次直奉战争失败,冯玉祥倒戈
|
|
53
|
-
- 从此一蹶不振
|
|
54
|
-
|
|
55
|
-
### 皖系(1916-1920)
|
|
56
|
-
|
|
57
|
-
**核心人物**:
|
|
58
|
-
- **段祺瑞**(1865-1936):皖系首领,"北洋之虎"
|
|
59
|
-
|
|
60
|
-
**控制地盘**:
|
|
61
|
-
- 安徽、浙江、福建、山东(部分)
|
|
62
|
-
- 西北地区(陕西、甘肃)
|
|
63
|
-
|
|
64
|
-
**军队规模**:
|
|
65
|
-
- 约 20-30 万人
|
|
66
|
-
|
|
67
|
-
**背景支持**:
|
|
68
|
-
- 日本支持("西原借款")
|
|
69
|
-
- 亲日派
|
|
70
|
-
|
|
71
|
-
**性格特点**(写作参考):
|
|
72
|
-
- **段祺瑞**:清廉,不贪财,吃素,信佛,但政治手腕强硬
|
|
73
|
-
- 绰号"六不总理":不抽、不喝、不嫖、不赌、不贪、不占
|
|
74
|
-
|
|
75
|
-
**兴衰**:
|
|
76
|
-
- 1916-1920年控制北洋政府
|
|
77
|
-
- 1920年直皖战争失败,退出政治中心
|
|
78
|
-
- 1924年短暂复出任"临时执政"
|
|
79
|
-
- 1926年"三一八惨案"后下台
|
|
80
|
-
|
|
81
|
-
### 奉系(1920-1928)
|
|
82
|
-
|
|
83
|
-
**核心人物**:
|
|
84
|
-
- **张作霖**(1875-1928):奉系首领,"东北王"
|
|
85
|
-
- **张学良**(1901-2001):张作霖之子,"少帅"
|
|
86
|
-
|
|
87
|
-
**控制地盘**:
|
|
88
|
-
- 东三省(辽宁、吉林、黑龙江)
|
|
89
|
-
- 1924年后控制华北
|
|
90
|
-
|
|
91
|
-
**军队规模**:
|
|
92
|
-
- 约 40-50 万人
|
|
93
|
-
- 装备精良(日本支持)
|
|
94
|
-
|
|
95
|
-
**背景支持**:
|
|
96
|
-
- 日本支持
|
|
97
|
-
- 控制东北资源
|
|
98
|
-
|
|
99
|
-
**性格特点**(写作参考):
|
|
100
|
-
- **张作霖**:土匪出身,粗豪,但有枭雄气概,善于权谋
|
|
101
|
-
- 绰号"张大帅"
|
|
102
|
-
- 多妻(6位夫人)
|
|
103
|
-
- 1928年被日本关东军炸死(皇姑屯事件)
|
|
104
|
-
|
|
105
|
-
**兴衰**:
|
|
106
|
-
- 1922年第一次直奉战争失败
|
|
107
|
-
- 1924年第二次直奉战争胜利,控制北京
|
|
108
|
-
- 1926年与直系、晋系联合对抗北伐
|
|
109
|
-
- 1928年北伐军逼近,退回东北,被日本炸死
|
|
110
|
-
- 张学良继位,东北易帜
|
|
111
|
-
|
|
112
|
-
### 晋系(1912-1949)
|
|
113
|
-
|
|
114
|
-
**核心人物**:
|
|
115
|
-
- **阎锡山**(1883-1960):晋系首领,"山西王"
|
|
116
|
-
|
|
117
|
-
**控制地盘**:
|
|
118
|
-
- 山西(独霸 38 年)
|
|
119
|
-
|
|
120
|
-
**军队规模**:
|
|
121
|
-
- 约 10-15 万人
|
|
122
|
-
|
|
123
|
-
**背景支持**:
|
|
124
|
-
- 相对独立,不完全依附列强
|
|
125
|
-
- 经营山西,发展实业
|
|
126
|
-
|
|
127
|
-
**性格特点**(写作参考):
|
|
128
|
-
- 精明、善于保存实力
|
|
129
|
-
- "不倒翁",在各派系间周旋
|
|
130
|
-
- 绰号"阎老西"
|
|
131
|
-
- 治理山西有方,发展教育和实业
|
|
132
|
-
|
|
133
|
-
**特点**:
|
|
134
|
-
- 最稳定的地方军阀
|
|
135
|
-
- 很少主动出击,善于防守
|
|
136
|
-
- 1949年才离开山西
|
|
137
|
-
|
|
138
|
-
### 桂系(1920s-1949)
|
|
139
|
-
|
|
140
|
-
**核心人物**:
|
|
141
|
-
- **李宗仁**(1891-1969)
|
|
142
|
-
- **白崇禧**(1893-1966):"小诸葛"
|
|
143
|
-
- **黄绍竑**(1895-1966)
|
|
144
|
-
|
|
145
|
-
**控制地盘**:
|
|
146
|
-
- 广西
|
|
147
|
-
|
|
148
|
-
**军队规模**:
|
|
149
|
-
- 约 10 万人
|
|
150
|
-
- 战斗力强
|
|
151
|
-
|
|
152
|
-
**性格特点**(写作参考):
|
|
153
|
-
- **白崇禧**:善于用兵,有"小诸葛"之称
|
|
154
|
-
- **李宗仁**:政治手腕强
|
|
155
|
-
|
|
156
|
-
**特点**:
|
|
157
|
-
- 兵少但精
|
|
158
|
-
- 后来加入国民革命军
|
|
159
|
-
- 北伐战争中表现出色
|
|
160
|
-
|
|
161
|
-
### 西南军阀
|
|
162
|
-
|
|
163
|
-
**云南**:
|
|
164
|
-
- 唐继尧(1883-1927)
|
|
165
|
-
- 控制云南、贵州
|
|
166
|
-
|
|
167
|
-
**四川**:
|
|
168
|
-
- 军阀混战最严重
|
|
169
|
-
- "天下未乱蜀先乱"
|
|
170
|
-
- 刘湘、刘文辉等
|
|
171
|
-
|
|
172
|
-
**广东**:
|
|
173
|
-
- 陈炯明(1878-1933)
|
|
174
|
-
- 与孙中山冲突
|
|
175
|
-
|
|
176
|
-
## 军队编制与装备
|
|
177
|
-
|
|
178
|
-
### 编制体系
|
|
179
|
-
|
|
180
|
-
**军**:
|
|
181
|
-
- 最大单位
|
|
182
|
-
- 约 2-3 万人
|
|
183
|
-
- 军长
|
|
184
|
-
|
|
185
|
-
**师**:
|
|
186
|
-
- 约 8000-12000 人
|
|
187
|
-
- 师长
|
|
188
|
-
- 下辖 2-3 个旅
|
|
189
|
-
|
|
190
|
-
**旅**:
|
|
191
|
-
- 约 4000-6000 人
|
|
192
|
-
- 旅长
|
|
193
|
-
- 下辖 2 个团
|
|
194
|
-
|
|
195
|
-
**团**:
|
|
196
|
-
- 约 2000-3000 人
|
|
197
|
-
- 团长
|
|
198
|
-
- 下辖 3 个营
|
|
199
|
-
|
|
200
|
-
**营**:
|
|
201
|
-
- 约 500-1000 人
|
|
202
|
-
- 营长
|
|
203
|
-
- 下辖 3-4 个连
|
|
204
|
-
|
|
205
|
-
**连**:
|
|
206
|
-
- 约 150-200 人
|
|
207
|
-
- 连长
|
|
208
|
-
- 下辖 3 个排
|
|
209
|
-
|
|
210
|
-
**排**:
|
|
211
|
-
- 约 50 人
|
|
212
|
-
- 排长
|
|
213
|
-
|
|
214
|
-
**班**:
|
|
215
|
-
- 约 10-15 人
|
|
216
|
-
- 班长
|
|
217
|
-
|
|
218
|
-
### 武器装备
|
|
219
|
-
|
|
220
|
-
**步枪**:
|
|
221
|
-
- 毛瑟步枪(德国):主流
|
|
222
|
-
- 汉阳造(仿毛瑟):国产
|
|
223
|
-
- 三八式步枪(日本):奉系常用
|
|
224
|
-
|
|
225
|
-
**手枪**:
|
|
226
|
-
- 驳壳枪(毛瑟手枪):军官标配
|
|
227
|
-
- 勃朗宁手枪
|
|
228
|
-
|
|
229
|
-
**机枪**:
|
|
230
|
-
- 马克沁重机枪
|
|
231
|
-
- 捷克式轻机枪(1920年代后期)
|
|
232
|
-
|
|
233
|
-
**火炮**:
|
|
234
|
-
- 山炮、野炮
|
|
235
|
-
- 数量少,精锐部队才有
|
|
236
|
-
|
|
237
|
-
**其他**:
|
|
238
|
-
- 手榴弹
|
|
239
|
-
- 大刀(肉搏战)
|
|
240
|
-
|
|
241
|
-
### 军服
|
|
242
|
-
|
|
243
|
-
**各军阀不统一**:
|
|
244
|
-
- 灰色、土黄色为主
|
|
245
|
-
- 军官:呢料,配驳壳枪
|
|
246
|
-
- 士兵:粗布,配步枪
|
|
247
|
-
|
|
248
|
-
**标识**:
|
|
249
|
-
- 臂章、帽徽区分派系
|
|
250
|
-
- 军官有军衔
|
|
251
|
-
|
|
252
|
-
## 地盘分布(1924年)
|
|
253
|
-
|
|
254
|
-
| 地区 | 控制军阀 |
|
|
255
|
-
|------|---------|
|
|
256
|
-
| **华北** | 奉系(张作霖) |
|
|
257
|
-
| **华中** | 直系残余、国民军(冯玉祥) |
|
|
258
|
-
| **华东** | 孙传芳(五省联军) |
|
|
259
|
-
| **华南** | 广东革命政府(孙中山) |
|
|
260
|
-
| **西北** | 冯玉祥(国民军) |
|
|
261
|
-
| **西南** | 云南(唐继尧)、四川(军阀混战)、广西(桂系) |
|
|
262
|
-
| **东北** | 奉系(张作霖) |
|
|
263
|
-
| **山西** | 晋系(阎锡山) |
|
|
264
|
-
|
|
265
|
-
## 军阀混战原因
|
|
266
|
-
|
|
267
|
-
### 根本原因
|
|
268
|
-
|
|
269
|
-
**中央权威崩溃**:
|
|
270
|
-
- 清朝覆灭,民国初建
|
|
271
|
-
- 袁世凯死后无人能统一全国
|
|
272
|
-
- 各地军人拥兵自重
|
|
273
|
-
|
|
274
|
-
**经济利益**:
|
|
275
|
-
- 控制地盘 = 控制税收
|
|
276
|
-
- 养兵需要钱
|
|
277
|
-
- 扩张地盘获取更多资源
|
|
278
|
-
|
|
279
|
-
**列强支持**:
|
|
280
|
-
- 日本支持奉系、皖系
|
|
281
|
-
- 英美支持直系
|
|
282
|
-
- 列强希望中国分裂,便于控制
|
|
283
|
-
|
|
284
|
-
### 直接原因
|
|
285
|
-
|
|
286
|
-
**争夺中央政权**:
|
|
287
|
-
- 控制北京 = 名义上的合法性
|
|
288
|
-
- 可以代表中国与列强谈判
|
|
289
|
-
- 可以征收关税等中央税收
|
|
290
|
-
|
|
291
|
-
**地盘扩张**:
|
|
292
|
-
- 更多地盘 = 更多税收
|
|
293
|
-
- 更多税收 = 更多军队
|
|
294
|
-
- 更多军队 = 更强实力
|
|
295
|
-
|
|
296
|
-
**个人野心**:
|
|
297
|
-
- 军阀多有称霸野心
|
|
298
|
-
- 不甘屈居人下
|
|
299
|
-
|
|
300
|
-
## 军阀统治特点
|
|
301
|
-
|
|
302
|
-
### 苛捐杂税
|
|
303
|
-
|
|
304
|
-
**名目繁多**:
|
|
305
|
-
- 正税:田赋、盐税、厘金
|
|
306
|
-
- 杂税:几十上百种
|
|
307
|
-
- 预征:提前征收未来几年的税
|
|
308
|
-
|
|
309
|
-
**例子**:
|
|
310
|
-
- 四川某地预征到 1990 年代
|
|
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
|
-
### ❌ 误区 1:所有军阀都是坏人
|
|
340
|
-
**现实**:
|
|
341
|
-
- 军阀中也有相对开明者
|
|
342
|
-
- 阎锡山治理山西有成效
|
|
343
|
-
- 吴佩孚个人操守较好
|
|
344
|
-
- 但整体上军阀制度是落后的
|
|
345
|
-
|
|
346
|
-
### ❌ 误区 2:军阀混战天天打仗
|
|
347
|
-
**现实**:
|
|
348
|
-
- 大规模战争不多(主要是直皖战争、两次直奉战争)
|
|
349
|
-
- 更多是对峙、谈判、合纵连横
|
|
350
|
-
- 日常生活在大部分地区仍在继续
|
|
351
|
-
|
|
352
|
-
### ❌ 误区 3:军阀都很有钱
|
|
353
|
-
**现实**:
|
|
354
|
-
- 大军阀(张作霖、吴佩孚)确实富有
|
|
355
|
-
- 小军阀常常入不敷出
|
|
356
|
-
- 军费开支巨大
|
|
357
|
-
|
|
358
|
-
### ❌ 误区 4:军阀军队战斗力很强
|
|
359
|
-
**现实**:
|
|
360
|
-
- 装备落后
|
|
361
|
-
- 训练不足
|
|
362
|
-
- 士气低落
|
|
363
|
-
- 逃兵率高
|
|
364
|
-
- 北伐军能迅速击败军阀
|
|
365
|
-
|
|
366
|
-
## 写作应用
|
|
367
|
-
|
|
368
|
-
### 塑造军阀角色
|
|
369
|
-
|
|
370
|
-
**类型选择**:
|
|
371
|
-
```
|
|
372
|
-
枭雄型:张作霖(土匪出身,有野心有手腕)
|
|
373
|
-
儒将型:吴佩孚(讲究仁义,但仍是军阀)
|
|
374
|
-
守成型:阎锡山(精明保守,善于经营地盘)
|
|
375
|
-
残暴型:张宗昌("狗肉将军",粗鄙残暴)
|
|
376
|
-
```
|
|
377
|
-
|
|
378
|
-
**性格矛盾**:
|
|
379
|
-
```
|
|
380
|
-
✓ 他对部下慷慨,对百姓却横征暴敛
|
|
381
|
-
✓ 他口口声声爱国,却依附日本人
|
|
382
|
-
✓ 他个人清廉,但军队烧杀抢掠
|
|
383
|
-
```
|
|
384
|
-
|
|
385
|
-
### 描写军阀混战
|
|
386
|
-
|
|
387
|
-
**战争场景**:
|
|
388
|
-
```
|
|
389
|
-
✓ "炮声隆隆,硝烟弥漫,士兵端着毛瑟步枪冲锋"
|
|
390
|
-
✓ "机枪手趴在战壕里,马克沁重机枪疯狂扫射"
|
|
391
|
-
✓ "军官挥舞着驳壳枪,大喊'弟兄们,跟我冲!'"
|
|
392
|
-
```
|
|
393
|
-
|
|
394
|
-
**战后场景**:
|
|
395
|
-
```
|
|
396
|
-
✓ "战场上横尸遍野,乌鸦盘旋"
|
|
397
|
-
✓ "溃兵四散,沿途抢劫百姓"
|
|
398
|
-
✓ "难民扶老携幼,逃离战区"
|
|
399
|
-
```
|
|
400
|
-
|
|
401
|
-
### 描写军阀统治
|
|
402
|
-
|
|
403
|
-
**苛捐杂税**:
|
|
404
|
-
```
|
|
405
|
-
✓ "税吏又来了,这次要征'过路税',牛车过桥要交两角银子"
|
|
406
|
-
✓ "田赋已经预征到十年后了"
|
|
407
|
-
```
|
|
408
|
-
|
|
409
|
-
**拉壮丁**:
|
|
410
|
-
```
|
|
411
|
-
✓ "军队进村抓壮丁,年轻人都躲进山里"
|
|
412
|
-
✓ "他被抓去当兵,三个月后逃了回来"
|
|
413
|
-
```
|
|
414
|
-
|
|
415
|
-
**兵匪不分**:
|
|
416
|
-
```
|
|
417
|
-
✓ "那伙人说是军队,但跟土匪没什么两样,见东西就抢"
|
|
418
|
-
```
|
|
419
|
-
|
|
420
|
-
## 参考来源
|
|
421
|
-
|
|
422
|
-
- 《北洋军阀史》
|
|
423
|
-
- 《民国军阀派系》
|
|
424
|
-
- 《张作霖传》
|
|
425
|
-
- 《吴佩孚传》
|
|
426
|
-
- 各军阀回忆录
|
|
427
|
-
- 民国时期报刊资料
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
# 修仙世界日常生活
|
|
2
|
-
|
|
3
|
-
## 概览(Overview)
|
|
4
|
-
|
|
5
|
-
修仙小说的魅力不仅在于惊天动地的战斗和跌宕起伏的剧情,更在于修仙世界中那些独特的日常细节。当一个世界拥有令人信服的生活细节时,读者才能真正"沉浸"其中。修士如何修炼、如何交易、如何通讯、如何饮食——这些看似琐碎的设定,实际上是世界观真实感的基石。
|
|
6
|
-
|
|
7
|
-
许多新手作者过度关注战斗和升级,而忽略了日常生活的描写。然而,正是这些"非高潮"的日常段落,赋予了角色血肉、赋予了世界温度。一个在打坐间隙品尝灵茶的场景、一次在坊市讨价还价的经历、一封用飞剑送达的书信——这些细节让修仙世界从"概念"变成了"活着的世界"。
|
|
8
|
-
|
|
9
|
-
理解修士的日常生活,也有助于理解修仙世界的社会结构和经济运行。灵石如何流通?信息如何传播?不同境界的修士生活有何差异?这些问题的答案,往往能为故事提供意想不到的情节素材和冲突来源。
|
|
10
|
-
|
|
11
|
-
## 核心信息速查(Quick Facts)
|
|
12
|
-
|
|
13
|
-
| 日常活动 | 频率 | 适用境界 | 说明 |
|
|
14
|
-
|----------|------|----------|------|
|
|
15
|
-
| 打坐修炼 | 每日 | 所有境界 | 最基本的修炼活动,吸收灵气运转功法 |
|
|
16
|
-
| 服用丹药 | 视情况 | 所有境界 | 辅助修炼、疗伤、突破瓶颈 |
|
|
17
|
-
| 炼丹炼器 | 定期 | 通常金丹以上 | 副业技能,需要专门学习 |
|
|
18
|
-
| 外出历练 | 不定期 | 所有境界 | 积累战斗经验、寻找机缘 |
|
|
19
|
-
| 坊市交易 | 不定期 | 所有境界 | 买卖修炼物资 |
|
|
20
|
-
| 辟谷 | 境界足够后持续 | 通常筑基以上 | 不再需要凡俗饮食 |
|
|
21
|
-
|
|
22
|
-
| 货币单位 | 换算关系 | 购买力参考 |
|
|
23
|
-
|----------|----------|-----------|
|
|
24
|
-
| 下品灵石 | 基本单位 | 低阶丹药一枚约5-10块 |
|
|
25
|
-
| 中品灵石 | 1中品 = 100下品 | 中阶法器一件约数十块 |
|
|
26
|
-
| 上品灵石 | 1上品 = 100中品 | 高阶丹药或法宝 |
|
|
27
|
-
| 极品灵石 | 1极品 = 100上品 | 罕见,用于重大交易 |
|
|
28
|
-
|
|
29
|
-
## 详细说明(Detailed Information)
|
|
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
|
-
### 饮食起居
|
|
62
|
-
|
|
63
|
-
**辟谷**:修士达到一定境界后(通常是筑基期),可以不再需要凡俗的食物,仅靠吸收灵气维持生命。辟谷标志着修士与凡人的进一步分离。但辟谷不意味着修士完全不进食——灵食、灵酒、灵茶等用灵材烹制的特殊食物,不仅口感美妙,还有辅助修炼的效果。
|
|
64
|
-
|
|
65
|
-
**灵食文化**:尽管高阶修士不需要进食,但修仙世界依然存在丰富的饮食文化。以灵兽肉、灵植为材料烹制的灵食,可以温养肉身、恢复灵力、甚至辅助修炼。灵厨是一种小众但受欢迎的副业。灵酒和灵茶则是修士社交的重要媒介——品茗论道是常见的交际场景。
|
|
66
|
-
|
|
67
|
-
**洞府布置**:修士的居所称为"洞府",通常选在灵气浓郁、环境清幽之处。一个标准的洞府可能包含:修炼密室(灵气最浓的核心区域)、丹房(炼丹专用空间)、书房(存放功法典籍)、客厅(待客之用)以及各种防护阵法。高阶修士的洞府可能是一个自成一体的小世界,甚至配有灵田、灵兽牧场。洞府的品质是修士身份和实力的象征。
|
|
68
|
-
|
|
69
|
-
**储物装备**:储物袋和储物戒指是修士随身携带的空间装备,可以在极小的体积内存放大量物品。储物空间的大小取决于装备的品质。储物装备的存在解决了"修士如何携带大量物资"的现实问题,也是修仙小说区别于现实生活的标志性设定。
|
|
70
|
-
|
|
71
|
-
### 社交礼仪
|
|
72
|
-
|
|
73
|
-
**称谓体系**:"道友"是修士之间最通用的称呼,类似于凡人世界的"先生/女士"。"前辈"用于称呼境界或辈分更高的修士。"晚辈"是自谦之称。同门之间根据入门先后称"师兄/师姐/师弟/师妹"。对自己的师父称"师尊"或"师父",对师父的师父称"师祖"。
|
|
74
|
-
|
|
75
|
-
**拜师礼**:正式拜师是修仙世界中的重大仪式。弟子向师父行三跪九叩之礼,师父赐下入门法诀或信物。拜师关系在修仙世界中具有强烈的约束力——师父有教导和保护的义务,弟子有尊敬和效忠的责任。"欺师灭祖"是修仙界最为不齿的行为之一。
|
|
76
|
-
|
|
77
|
-
**宗门规矩**:每个宗门都有自己的规矩和戒律。常见的包括:不得泄露宗门核心功法、不得擅自与敌对势力往来、不得欺凌同门、任务期限不得违约等。违反宗门规矩轻则受罚(禁闭、扣除月例),重则废去修为逐出宗门。但规矩的执行往往因人而异——这种不公正本身就是故事冲突的温床。
|
|
78
|
-
|
|
79
|
-
**战斗礼仪**:正式的修士对决(如宗门大比、私下切磋)通常有一定的规矩——双方互报来历、不得使用禁术、不可赶尽杀绝等。但在野外遭遇和生死搏杀中,这些礼仪往往被抛诸脑后。这种"礼仪"与"现实"的反差,体现了修仙世界表面秩序下的残酷本质。
|
|
80
|
-
|
|
81
|
-
## 常见误区(Common Misconceptions)
|
|
82
|
-
|
|
83
|
-
- ❌ 修士都是不食人间烟火的超凡存在,日常生活不需要描写
|
|
84
|
-
- ✅ 越是高高在上的修士,偶尔展现的"人间烟火气"越能打动读者。一个元婴期大修士思念凡间家乡的一碗面条,比他毁天灭地的战斗更有感染力
|
|
85
|
-
|
|
86
|
-
- ❌ 低阶修士的生活只是高阶修士生活的缩小版
|
|
87
|
-
- ✅ 低阶修士的生活可能非常艰苦——资源不足、受人欺凌、朝不保夕。一个炼气期散修的日常,与元婴期宗门长老的日常,是完全不同的生存体验。这种差异本身就是极好的故事素材
|
|
88
|
-
|
|
89
|
-
- ❌ 灵石经济是万能的,所有东西都能用灵石买到
|
|
90
|
-
- ✅ 修仙世界的经济远比"灵石买一切"复杂。人情、面子、势力背景往往比灵石更有效。某些珍稀资源"有价无市"——即使你有灵石,没有关系也买不到
|
|
91
|
-
|
|
92
|
-
## 写作应用(Writing Applications)
|
|
93
|
-
|
|
94
|
-
日常生活描写是调节叙事节奏的利器。在连续的高强度剧情之后,一段修士日常的描写可以让读者和角色一起"喘口气",同时也为下一段高潮积蓄势能。建议在战斗场景和日常场景之间保持合理的节奏交替,避免让故事变成一场不间断的战斗。
|
|
95
|
-
|
|
96
|
-
利用日常细节来塑造角色。不同角色的日常习惯可以鲜明地展现其性格——一个严谨的角色会把洞府整理得一丝不苟,一个豪放的角色可能在坊市里大手大脚,一个谨慎的角色会在每次交易前反复确认。这些细节比直接告诉读者"这个角色性格如何"有效得多。
|
|
97
|
-
|
|
98
|
-
交易场景是制造冲突的天然舞台。价格欺诈、以次充好、强买强卖、拍卖会上的暗战——这些围绕交易展开的冲突既有趣又真实,可以在不涉及直接战斗的情况下展现修仙世界的残酷和主角的智慧。
|
|
99
|
-
|
|
100
|
-
通讯方式的限制可以成为剧情的驱动力。传音符的距离限制意味着紧急消息可能无法及时送达;传送阵的高成本意味着低阶修士只能依靠自己的脚力赶路;神识传音的局限意味着远方的盟友无法及时通报情况。这些"不便"恰恰是制造紧张感和剧情转折的好工具。
|
|
101
|
-
|
|
102
|
-
## 参考来源(Sources)
|
|
103
|
-
|
|
104
|
-
- 《凡人修仙传》- 忘语:修仙世界日常生活描写的标杆,尤其是坊市交易和散修生活
|
|
105
|
-
- 《一念永恒》- 耳根:宗门日常生活的生动描写,充满烟火气
|
|
106
|
-
- 《修真聊天群》- 圣骑士的传说:现代视角下的修仙日常
|
|
107
|
-
- 《剑来》- 烽火戏诸侯:修仙世界饮食文化和社交礼仪的细腻呈现
|
|
108
|
-
- 中国传统道观生活和修行制度的相关记载
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
# 修仙小说世界观概览
|
|
2
|
-
|
|
3
|
-
## 概览(Overview)
|
|
4
|
-
|
|
5
|
-
修仙小说是中国网络文学中最具代表性的类型之一,其核心叙事围绕"凡人通过修炼超越凡俗、追求长生不老乃至成仙"展开。这一类型根植于中国道教文化、古代神话传说与民间信仰,经过几十年的网络文学发展,已经形成了一套高度成熟且不断演化的叙事体系。从《飘邈之旅》《凡人修仙传》到《遮天》《一念永恒》,修仙小说不断突破既有框架,在世界观深度、人物塑造和主题表达上持续创新。
|
|
6
|
-
|
|
7
|
-
修仙小说的魅力不仅在于"变强"的爽感,更在于它提供了一个完整的、有内在逻辑的虚构世界。在这个世界中,天地有法则,修炼有代价,长生有劫难,力量伴随着责任与选择。优秀的修仙小说往往能在宏大的力量体系背后,探讨人性、命运、自由意志等深层主题。
|
|
8
|
-
|
|
9
|
-
对于创作者而言,理解修仙小说的基本框架和核心概念,是创作这一类型作品的第一步。但更重要的是理解这些框架背后的设计逻辑——为什么要这样设定?这些设定如何服务于故事叙事?只有掌握了"为什么",才能在"怎么做"上真正做到灵活运用和创新突破。
|
|
10
|
-
|
|
11
|
-
## 核心信息速查(Quick Facts)
|
|
12
|
-
|
|
13
|
-
| 维度 | 说明 |
|
|
14
|
-
|------|------|
|
|
15
|
-
| 类型定位 | 东方玄幻/仙侠类型的重要分支 |
|
|
16
|
-
| 文化根基 | 道教修炼体系、佛教因果观、中国古代神话 |
|
|
17
|
-
| 核心驱动 | 追求长生、超越凡俗、探索天道 |
|
|
18
|
-
| 典型叙事 | 弱者成长、境界突破、势力争斗、探索秘境 |
|
|
19
|
-
| 代表作品 | 《凡人修仙传》《遮天》《仙逆》《一念永恒》《修仙世界》 |
|
|
20
|
-
| 读者期待 | 合理的力量体系、有代入感的成长历程、丰富的世界观 |
|
|
21
|
-
| 常见篇幅 | 200万-500万字(长篇连载) |
|
|
22
|
-
|
|
23
|
-
## 详细说明(Detailed Information)
|
|
24
|
-
|
|
25
|
-
### 修仙小说的流派分类
|
|
26
|
-
|
|
27
|
-
**凡人流**:以《凡人修仙传》为代表,主角没有逆天资质,靠谨慎、智慧和机缘一步步修炼。强调修仙世界的残酷与真实感,节奏相对沉稳,世界观严谨。适合喜欢写"以弱胜强"和"步步为营"的作者。
|
|
28
|
-
|
|
29
|
-
**宗门流**:故事主要发生在宗门之中,围绕门派内部的竞争、资源争夺、师徒关系展开。类似校园题材的修仙化变体,但增加了生死搏杀的残酷性。适合擅长群像描写和组织政治的作者。
|
|
30
|
-
|
|
31
|
-
**洪荒流**:以《佛本是道》等为代表,直接取材于中国古代神话体系(封神、洪荒、西游),将传统神话人物纳入修仙框架。需要作者对中国神话有相当了解,门槛较高但受众忠诚。
|
|
32
|
-
|
|
33
|
-
**都市修仙**:修仙元素与现代都市生活结合,修士隐藏在现代社会中修炼。需要处理"古典力量体系"与"现代文明"之间的冲突与融合,设定难度较大。
|
|
34
|
-
|
|
35
|
-
**系统流**:主角获得某种系统辅助(如修炼辅助系统、任务系统),将修仙过程"游戏化"。降低了硬核修仙设定的门槛,但容易陷入套路化。
|
|
36
|
-
|
|
37
|
-
### 修仙与仙侠的区别
|
|
38
|
-
|
|
39
|
-
修仙小说偏重"修炼体系"的硬核设定,关注境界晋升、资源争夺、力量对比,世界观更倾向于理性与规则。仙侠小说则偏重"侠义情怀"与情感表达,更关注人物关系、爱恨情仇、正邪对抗,风格更为浪漫与感性。两者并非泾渭分明,许多优秀作品兼具两者特质,但了解这一区别有助于作者确定自己作品的基调与侧重。
|
|
40
|
-
|
|
41
|
-
## 常见误区(Common Misconceptions)
|
|
42
|
-
|
|
43
|
-
- ❌ 修仙小说就是打怪升级,境界越高越好
|
|
44
|
-
- ✅ 境界是叙事工具而非目的,故事的核心在于人物成长和冲突设计,境界提升应当服务于情节推进
|
|
45
|
-
|
|
46
|
-
- ❌ 修仙小说一定要有宏大的世界观和复杂的设定
|
|
47
|
-
- ✅ 好的修仙小说首先需要一个自洽的世界观,规模大小取决于故事需要,小而精的设定同样可以出彩
|
|
48
|
-
|
|
49
|
-
- ❌ 照搬经典设定就够了
|
|
50
|
-
- ✅ 经典设定是基础,但读者期待在熟悉框架中看到新意,微创新往往比全盘颠覆更有效
|
|
51
|
-
|
|
52
|
-
## 写作应用(Writing Applications)
|
|
53
|
-
|
|
54
|
-
选择修仙体系时,作者应首先明确三个问题:我的故事核心冲突是什么?我的主角是什么类型的人?我想传达什么主题?凡人流适合表现坚韧与智慧、宗门流适合展现人际博弈、洪荒流适合宏大叙事、都市修仙适合文化碰撞。不要因为某个流派火就选择它——选择最能承载你故事内核的体系,才是正确的起点。
|
|
55
|
-
|
|
56
|
-
建议新手从"经典框架 + 一个核心创新"开始,例如使用标准境界体系但设计独特的灵根设定,或沿用宗门框架但引入新的资源体系。这样既能降低世界观构建的难度,又能让作品具有辨识度。
|
|
57
|
-
|
|
58
|
-
## 参考来源(Sources)
|
|
59
|
-
|
|
60
|
-
- 《凡人修仙传》- 忘语:凡人流修仙小说的奠基之作
|
|
61
|
-
- 《遮天》- 辰东:宏大世界观修仙小说的代表
|
|
62
|
-
- 《仙逆》- 耳根:修仙小说情感深度的标杆
|
|
63
|
-
- 道教典籍:《道德经》《庄子》《抱朴子》等传统文化源头
|
|
64
|
-
- 网络文学评论社区关于修仙类型发展史的梳理与讨论
|