f8b21af4be
10_Wiki/Topics 대규모 정리: - 오류 캡처/미완성 stub 문서 227개 제거 - 교차폴더 중복 43클러스터 병합 (63파일 → redirect) - 링크명 정규화: 깨진 링크 수정·redirect 직결·개념 매핑 ~2,400건 - 카테고리 MOC 6개 신규 생성 - Graph 섹션 미해결 related-keyword 링크 10,058건 제거 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
137 lines
5.5 KiB
Markdown
137 lines
5.5 KiB
Markdown
---
|
|
id: wiki-2026-0508-mycological-horror
|
|
title: Mycological Horror
|
|
category: 10_Wiki/Topics
|
|
status: verified
|
|
canonical_id: self
|
|
aliases: [Fungal Horror, Mushroom Horror, Cordyceps Horror]
|
|
duplicate_of: none
|
|
source_trust_level: A
|
|
confidence_score: 0.9
|
|
verification_status: applied
|
|
tags: [horror, genre, biology, fiction, body-horror]
|
|
raw_sources: []
|
|
last_reinforced: 2026-05-10
|
|
github_commit: pending
|
|
tech_stack:
|
|
language: N/A
|
|
framework: literary-genre
|
|
---
|
|
|
|
# Mycological Horror
|
|
|
|
## 매 한 줄
|
|
> **"매 fungus 의 host 의 takeover — body autonomy 의 loss"**. 매 ergot poisoning 의 medieval witch trial 부터, William Hope Hodgson 의 "The Voice in the Night" (1907), Jeff VanderMeer 의 _Annihilation_ (2014), HBO _The Last of Us_ (2023/2025) 까지 — 매 fungus 의 alien intelligence + human host 의 dissolve 의 anxiety. 2026 climate-fiction 안에서 매 still rising subgenre.
|
|
|
|
## 매 핵심
|
|
|
|
### 매 horror axes
|
|
- **Body horror**: 매 visible mycelium 의 bursting — Cronenbergian rupture.
|
|
- **Loss of selfhood**: 매 host 의 mind 의 still 있나? — zombie/possession 의 fungal flavor.
|
|
- **Ecological dread**: 매 fungus 의 deep time, 매 forest network — humans 의 just substrate.
|
|
- **Inscrutable intelligence**: 매 distributed cognition — neither animal nor "thinking" of typical sense.
|
|
|
|
### 매 biological substrate
|
|
- **_Ophiocordyceps unilateralis_**: 매 ant 의 brain 의 hijack — 매 height 의 climb 후 spore release. 매 Last of Us 의 inspiration.
|
|
- **Ergot (_Claviceps purpurea_)**: 매 LSD-precursor — Salem witch trial 의 hypothesis.
|
|
- **_Massospora_** on cicadas: 매 hypersexual zombie cicada.
|
|
- **Mycorrhizal networks**: 매 forest "wood-wide web" (Suzanne Simard) — 매 nonhuman intelligence trope 의 source.
|
|
|
|
### 매 응용
|
|
1. Game design (The Last of Us, Returnal biome).
|
|
2. Cosmic-horror / weird-fiction adjacency.
|
|
3. Climate-fiction (mass extinction + fungal succession).
|
|
4. Folk-horror revival (witch & ergot tradition).
|
|
|
|
## 💻 패턴
|
|
|
|
### Trope catalog (writer's reference)
|
|
```yaml
|
|
core_tropes:
|
|
- infection_to_transformation:
|
|
stages: [exposure, asymptomatic, behavioral_change, sporulation, death]
|
|
pacing: slow_creep # 매 not jump-scare
|
|
- hivemind_vs_individual:
|
|
tension: "is the host still in there?"
|
|
- spore_cloud:
|
|
sensory: "sweet rot, gold dust, cathedral silence"
|
|
- fruiting_body:
|
|
visual: "antlers, coral, cathedral arches from skin"
|
|
- mycorrhizal_network:
|
|
scale: "forest-wide consciousness"
|
|
```
|
|
|
|
### Game-design beat (procgen biome)
|
|
```python
|
|
# 매 fungal biome 의 generative beat — escalation curve
|
|
def fungal_zone(progress: float) -> dict:
|
|
return {
|
|
"spore_density": progress ** 1.4, # 매 quadratic creep
|
|
"mass_size_m": 0.2 + 8 * progress,
|
|
"infected_npcs": int(20 * progress),
|
|
"biome_audio": "low_drone" if progress < 0.5 else "wet_chittering",
|
|
"visibility_m": max(2, 30 - 28 * progress),
|
|
}
|
|
```
|
|
|
|
### Slow-reveal scene template (prose)
|
|
```
|
|
Beat 1 (page 1) : odd smell, "sweet rot" # sensory only
|
|
Beat 2 (page 3) : gold dust on the windowsill # mundane anomaly
|
|
Beat 3 (page 7) : neighbor's strange stillness # social uncanny
|
|
Beat 4 (page 12) : mycelium under the wallpaper # body discovery
|
|
Beat 5 (climax) : the host speaks in chorus # selfhood collapse
|
|
```
|
|
|
|
### Sound-design palette (game/film)
|
|
```
|
|
- low sub drone (40-60 Hz) # 매 dread bed
|
|
- wet chittering / squelch # 매 body-rupture cues
|
|
- choral vowel pads # 매 hivemind voice
|
|
- silence in canopy # 매 ecology-wrong cue
|
|
- distant tonal "pop" # 매 spore release
|
|
```
|
|
|
|
### Reference shelf
|
|
```markdown
|
|
- William Hope Hodgson, "The Voice in the Night" (1907)
|
|
- Jeff VanderMeer, _Annihilation_ (2014) and the Southern Reach
|
|
- M. R. Carey, _The Girl With All the Gifts_ (2014)
|
|
- _The Last of Us_ (2013/2020 game; HBO 2023/2025)
|
|
- Mira Grant, _Parasite_ (adjacent — protozoan, not fungal)
|
|
- Kingsnorth, _The Wake_ (folk-horror adjacent)
|
|
```
|
|
|
|
## 매 결정 기준
|
|
| 상황 | Approach |
|
|
|---|---|
|
|
| Body horror beat | Slow reveal (5 beats) — visible mycelium late |
|
|
| Cosmic horror tone | Mycorrhizal network 의 emphasize — scale 의 dread |
|
|
| Action game | Cordyceps-style infected — clear stage progression |
|
|
| Folk horror | Ergot + village — historical anchor |
|
|
| Climate fiction | Succession after collapse — fungus 의 inheritor |
|
|
|
|
**기본값**: slow-creep + sensory anomaly 의 lead, body horror 의 climax 의 reserve.
|
|
|
|
## 🔗 Graph
|
|
|
|
## 🤖 LLM 활용
|
|
**언제**: trope catalog, beat structure, sound palette, reference suggestion.
|
|
**언제 X**: 매 actual mycology — biology fact 의 source 의 cross-check (Sheldrake _Entangled Life_).
|
|
|
|
## ❌ 안티패턴
|
|
- **Zombie reskin**: 매 just "fungal zombie" — fungus 의 unique anxiety (network, slow time, ecology) 의 lose.
|
|
- **Jump-scare reliance**: 매 mycological horror 의 strength 의 slow creep — jump scare 매 incompatible.
|
|
- **Cure-of-the-week ending**: 매 fungus 의 horror 매 inseparable — antibiotic-style cure 의 deflate.
|
|
- **Misidentifying biology**: 매 cordyceps 의 "controls brain via puppeteer" — actually 의 muscle hijack, brain 의 dies. 매 detail 매 matter 의 weird-fiction 의 reader.
|
|
|
|
## 🧪 검증 / 중복
|
|
- Verified (VanderMeer _Annihilation_ 2014; Hughes et al. on _Ophiocordyceps_ 2011 _BMC Ecology_; Sheldrake _Entangled Life_ 2020).
|
|
- 신뢰도 A.
|
|
|
|
## 🕓 Changelog
|
|
| 날짜 | 변경 |
|
|
|---|---|
|
|
| 2026-05-08 | Phase 1 |
|
|
| 2026-05-10 | Manual cleanup — tropes + biology + design beat 정리 |
|