The Death of Buffy

"The Death of Buffy" is a story arc that ran through Buffy the Vampire Slayer #43–45 based on the Buffy the Vampire Slayer television series. The arc was later collected in a trade paperback edition.

"The Death of Buffy"
Cover of Buffy the Vampire Slayer: The Death of Buffy  (2002)Trade paperback collected edition. Art by Clem Robins.
PublisherDark Horse Comics
Publication dateMarch – July 2002
Genre
Creative team
Writer(s)Fabian Nicieza, Tom Fassbender, Jim Pascoe
Penciller(s)Cliff Richards
Inker(s)Joe Pimentel, Will Conrad
Colorist(s)Dave McCaig
With respect to the Buffy the Vampire Slayer franchise
The material covered in this article is a continuity issue in the canon of Buffy the Vampire Slayer.

Lost & Found

Story description

Following the events of "The Gift", Buffy's friends are trying to live on without the slayer. However their emotional states remain unbalanced. A demon feeds off their emotions.

The Death of Buffy

Story description

Buffy the Vampire Slayer #43

Comic title: The Death of Buffy, part 1

Buffy is dead. The Scooby Gang soon realize that Sunnydale will lose control over the dark forces. Willow takes lead but soon Sunnydale is under attack from disgruntled lizard-demons.

Buffy the Vampire Slayer #44

Comic title: The Death of Buffy, part 2

Willow, Xander, and the Scooby Gang try to fight off the lizard wizards. They had come to remove the Slayer but found that Buffy was already dead. They turn their attentions to the ones Buffy left behind.

Buffy the Vampire Slayer #45

Comic title: The Death of Buffy, part 3

The lizard-demons try to resurrect their deceased leader and destroy the town. Buffy's friends attempt to face the threat without Buffy. Willow learns from the reptilian mystics.

Continuity

  • Supposed to be after Buffy season 5, following "The Gift" but before Buffy season 6 episode, "Bargaining, Part One".

Withdrawal

Originally in Buffy the Vampire Slayer #46

Story description

Buffy has returned from the grave but the D.J. vampire Velatti has also returned and seeks revenge. She has also noticed that Willow's addiction to magic is spinning out of control.

Continuity

  • Supposed to be in Buffy season 6, some time after the episode "Doublemeat Palace" and probably before the episode "As You Were". Withdrawal is a sequel to Creatures of Habit, but does not take place immediately after Creatures of Habit.

Canonical issues

Buffy comics such as this one are not usually considered by fans as canonical. However, unlike fan fiction, overviews summarizing their story, written early in the writing process, were approved by both Fox and Joss Whedon (or his office), and the books were therefore later published as officially Buffy/Angel merchandise.

gollark: What? Why does it say it's doing a sequential scan now? Æ all is bee.
gollark: Slower, even.
gollark: Oops, it turns out I'm accidentally sorting by it instead of the rank, but it's equally slow after fixing that.
gollark: ```nonlocality=# EXPLAIN ANALYZE SELECT url, ts_rank(fts, query), ts_headline(fts::text, query, 'MaxWords=60') AS rank FROM pages, websearch_to_tsquery('bee') query WHERE fts @@ query ORDER BY rank LIMIT 1; QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------------- Limit (cost=860.92..860.92 rows=1 width=96) (actual time=8506.425..8506.427 rows=1 loops=1) -> Sort (cost=860.92..861.05 rows=52 width=96) (actual time=8506.423..8506.425 rows=1 loops=1) Sort Key: (ts_headline((pages.fts)::text, query.query, 'MaxWords=60'::text)) Sort Method: top-N heapsort Memory: 25kB -> Nested Loop (cost=688.65..860.66 rows=52 width=96) (actual time=1.362..8505.403 rows=348 loops=1) -> Function Scan on websearch_to_tsquery query (cost=0.25..0.26 rows=1 width=32) (actual time=0.023..0.025 rows=1 loops=1) -> Bitmap Heap Scan on pages (cost=688.40..846.49 rows=52 width=142) (actual time=0.353..1.502 rows=348 loops=1) Recheck Cond: (fts @@ query.query) Heap Blocks: exact=231 -> Bitmap Index Scan on page_search_index (cost=0.00..688.39 rows=52 width=0) (actual time=0.320..0.320 rows=387 loops=1) Index Cond: (fts @@ query.query) Planning Time: 0.190 ms Execution Time: 8506.463 ms(13 rows)```
gollark: It's not a condition, it's an extra row on the output, and I can see exactly what it does via `EXPLAIN ANALYZE`.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.