<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Howard-Verse &#8211; The Howard-verse</title>
	<atom:link href="https://howard-verse.com/category/howardverse/feed/" rel="self" type="application/rss+xml" />
	<link>https://howard-verse.com</link>
	<description></description>
	<lastBuildDate>Wed, 17 Jun 2026 09:16:30 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://howard-verse.com/wp-content/uploads/2025/03/cropped-howard-verse-logo-gritty-32x32.webp</url>
	<title>Howard-Verse &#8211; The Howard-verse</title>
	<link>https://howard-verse.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>By Crom! The Ultimate Conan the Barbarian Quiz</title>
		<link>https://howard-verse.com/conan-the-barbarian-quiz/</link>
					<comments>https://howard-verse.com/conan-the-barbarian-quiz/#respond</comments>
		
		<dc:creator><![CDATA[Iron_Davith]]></dc:creator>
		<pubDate>Thu, 04 Jun 2026 09:25:12 +0000</pubDate>
				<category><![CDATA[Conan]]></category>
		<category><![CDATA[Howard-Verse]]></category>
		<category><![CDATA[Red Sonja]]></category>
		<category><![CDATA[Comics]]></category>
		<category><![CDATA[Films & TV]]></category>
		<category><![CDATA[Lore]]></category>
		<category><![CDATA[Marvel]]></category>
		<category><![CDATA[Novels]]></category>
		<category><![CDATA[Short Stories]]></category>
		<category><![CDATA[Titan Comics]]></category>
		<guid isPermaLink="false">https://howard-verse.com/?p=1649</guid>

					<description><![CDATA[Think you know Conan the Barbarian? Think again! Test your knowledge on the books, films and comics – on easy and hard mode – right now!]]></description>
										<content:encoded><![CDATA[
<p class="has-medium-font-size wp-block-paragraph"><em>Disclosure: This post is reader-powered and contains affiliate links. If you click through and make a purchase, I may earn a commission at no additional cost to you.</em></p>



<p class="wp-block-paragraph">Test your knowledge on Conan the Barbarian!</p>



<p class="wp-block-paragraph">Includes: Robert E Howard&#8217;s original short stories, the expanded comics universe and the Conan pastiches written by other authors.</p>



<p class="wp-block-paragraph">How much do you know about Conan?</p>



<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>By Crom! — The Ultimate Conan Quiz</title>
<style>
  @import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700;900&family=Crimson+Text:ital,wght@0,400;0,600;1,400&display=swap');

  /* All styles scoped to #cq-wrap so they don't leak into WordPress */
  #cq-wrap *, #cq-wrap *::before, #cq-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }

  #cq-wrap {
    --bg:        #0e0b08;
    --bg2:       #1a1410;
    --bg3:       #251d15;
    --border:    #3d2e1e;
    --gold:      #c9943a;
    --gold-lt:   #e8b860;
    --red:       #8b1a1a;
    --red-lt:    #c0392b;
    --text:      #d4c4a8;
    --text-dim:  #8a7a62;
    --correct:   #2d6a2d;
    --correct-lt:#4caf50;
    --wrong:     #6a2020;
    --wrong-lt:  #e74c3c;
    background: var(--bg);
    color: var(--text);
    font-family: 'Crimson Text', Georgia, serif;
    font-size: 18px;
    line-height: 1.6;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    padding-top: 1.2rem;
  }
  .cq-title {
    text-align: center;
    font-family: 'Cinzel', serif;
    font-size: clamp(1.4rem, 4vw, 2rem);
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 0.08em;
    padding: 0.5rem 1rem 1rem;
  }

  /* ── SECTION TABS ── */
  .section-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    padding: 1rem;
    background: var(--bg2);
    border-bottom: 1px solid var(--border);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tab-btn {
    font-family: 'Cinzel', serif;
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    padding: 0.55rem 1.1rem;
    background: var(--bg3);
    color: var(--text-dim);
    border: 1px solid var(--border);
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
  }
  .tab-btn:hover { color: var(--gold-lt); border-color: var(--gold); }
  .tab-btn.active {
    background: var(--bg3);
    color: var(--gold);
    border-color: var(--gold);
    box-shadow: 0 0 10px rgba(201,148,58,0.2), inset 0 0 10px rgba(201,148,58,0.05);
  }
  .tab-btn .tab-score {
    display: inline-block;
    margin-left: 0.4rem;
    font-size: 0.7rem;
    color: var(--gold-lt);
    opacity: 0.8;
  }
  .tab-btn.done::after {
    content: ' ✓';
    color: var(--correct-lt);
  }

  /* ── MAIN CONTENT ── */
  main { max-width: 780px; margin: 0 auto; padding: 2rem 1rem 4rem; }

  /* ── INTRO SCREEN ── */
  #intro {
    text-align: center;
    padding: 2rem 0;
  }
  .intro-art {
    font-size: 5rem;
    margin: 1rem 0;
    filter: drop-shadow(0 0 20px rgba(201,148,58,0.4));
  }
  .intro-title {
    font-family: 'Cinzel', serif;
    font-size: 1.3rem;
    color: var(--gold);
    margin-bottom: 1rem;
  }
  .intro-desc {
    color: var(--text-dim);
    max-width: 500px;
    margin: 0 auto 2rem;
    font-style: italic;
  }
  .section-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
  }
  .section-card {
    background: var(--bg2);
    border: 1px solid var(--border);
    padding: 1.5rem 1rem;
    cursor: pointer;
    transition: all 0.25s;
    text-align: center;
  }
  .section-card:hover {
    border-color: var(--gold);
    box-shadow: 0 0 16px rgba(201,148,58,0.15);
    transform: translateY(-2px);
  }
  .card-icon { font-size: 2.2rem; margin-bottom: 0.5rem; }
  .card-title {
    font-family: 'Cinzel', serif;
    font-size: 0.8rem;
    color: var(--gold);
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .card-sub { font-size: 0.85rem; color: var(--text-dim); margin-top: 0.3rem; }

  .start-all-btn {
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    letter-spacing: 0.1em;
    padding: 0.9rem 2.5rem;
    background: linear-gradient(135deg, #7a1a0a, var(--red));
    color: var(--gold-lt);
    border: 1px solid #a0320a;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 1rem;
    box-shadow: 0 4px 20px rgba(139,26,26,0.3);
  }
  .start-all-btn:hover {
    background: linear-gradient(135deg, #9a2a1a, #d44);
    box-shadow: 0 4px 30px rgba(139,26,26,0.5);
    transform: translateY(-1px);
  }

  /* ── QUIZ AREA ── */
  #quiz-area { display: none; }

  .progress-bar-wrap {
    background: var(--bg3);
    border: 1px solid var(--border);
    height: 6px;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
  }
  .progress-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--red), var(--gold));
    transition: width 0.4s ease;
  }

  .question-counter {
    font-family: 'Cinzel', serif;
    font-size: 0.8rem;
    color: var(--text-dim);
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    text-transform: uppercase;
  }
  .section-label {
    display: inline-block;
    font-family: 'Cinzel', serif;
    font-size: 0.7rem;
    color: var(--gold);
    border: 1px solid var(--border);
    padding: 0.2rem 0.7rem;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    background: var(--bg3);
  }

  .question-text {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 1.8rem;
    line-height: 1.5;
    border-left: 3px solid var(--gold);
    padding-left: 1rem;
  }

  .options { display: flex; flex-direction: column; gap: 0.75rem; }

  .option-btn {
    background: var(--bg2);
    border: 1px solid var(--border);
    border-radius: 0.65rem;
    color: var(--text);
    padding: 1.1rem 1.4rem;
    text-align: left;
    cursor: pointer;
    font-family: 'Crimson Text', serif;
    font-size: 1.1rem;
    transition: all 0.18s;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    position: relative;
    overflow: hidden;
  }
  .option-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0;
    background: linear-gradient(90deg, rgba(201,148,58,0.07), transparent);
    transition: opacity 0.18s;
  }
  .option-btn:hover:not(:disabled) {
    border-color: var(--gold);
    color: var(--gold-lt);
  }
  .option-btn:hover:not(:disabled)::before { opacity: 1; }

  .opt-letter {
    font-family: 'Cinzel', serif;
    font-size: 0.8rem;
    color: var(--text-dim);
    min-width: 1.4rem;
    border: 1px solid var(--border);
    text-align: center;
    padding: 0.1rem 0.3rem;
    transition: all 0.18s;
    flex-shrink: 0;
  }
  .option-btn:hover:not(:disabled) .opt-letter {
    border-color: var(--gold);
    color: var(--gold);
  }

  .option-btn.correct {
    background: var(--correct);
    border-color: var(--correct-lt);
    color: #aef0ae;
    cursor: default;
  }
  .option-btn.correct .opt-letter {
    border-color: var(--correct-lt);
    color: var(--correct-lt);
  }
  .option-btn.wrong {
    background: var(--wrong);
    border-color: var(--wrong-lt);
    color: #f0aeae;
    cursor: default;
  }
  .option-btn.wrong .opt-letter {
    border-color: var(--wrong-lt);
    color: var(--wrong-lt);
  }
  .option-btn.reveal {
    border-color: var(--correct-lt);
    background: rgba(45,106,45,0.15);
    cursor: default;
    color: #aef0ae;
  }
  .option-btn.reveal .opt-letter {
    border-color: var(--correct-lt);
    color: var(--correct-lt);
  }
  .option-btn:disabled { cursor: default; }

  .feedback-box {
    margin-top: 1.2rem;
    padding: 1rem 1.2rem;
    border: 1px solid var(--border);
    background: var(--bg3);
    font-style: italic;
    color: var(--text-dim);
    display: none;
    animation: fadein 0.3s ease;
    font-size: 1rem;
  }
  .feedback-box.show { display: block; }
  .feedback-box strong {
    font-style: normal;
    font-size: 1rem;
    display: block;
    margin-bottom: 0.3rem;
  }
  .feedback-box.correct-fb strong { color: var(--correct-lt); }
  .feedback-box.wrong-fb strong { color: var(--wrong-lt); }

  .next-btn {
    font-family: 'Cinzel', serif;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    padding: 0.75rem 2rem;
    background: var(--bg3);
    color: var(--gold);
    border: 1px solid var(--gold);
    cursor: pointer;
    margin-top: 1.5rem;
    transition: all 0.2s;
    display: none;
  }
  .next-btn.show { display: inline-block; }
  .next-btn:hover {
    background: var(--gold);
    color: var(--bg);
  }

  /* ── SECTION RESULTS ── */
  #section-results {
    display: none;
    text-align: center;
    padding: 2rem 0;
    animation: fadein 0.4s ease;
  }
  .result-icon { font-size: 4rem; margin: 1rem 0; }
  .result-title {
    font-family: 'Cinzel', serif;
    font-size: 1.6rem;
    color: var(--gold);
    margin-bottom: 0.5rem;
  }
  .result-score {
    font-size: 3.5rem;
    font-weight: 600;
    color: var(--gold-lt);
    margin: 1rem 0;
    font-family: 'Cinzel', serif;
  }
  .result-verdict {
    font-style: italic;
    color: var(--text-dim);
    font-size: 1.15rem;
    max-width: 500px;
    margin: 0 auto 2rem;
  }
  .result-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
  .result-btn {
    font-family: 'Cinzel', serif;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    padding: 0.7rem 1.6rem;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid;
  }
  .result-btn.primary {
    background: linear-gradient(135deg, #7a1a0a, var(--red));
    color: var(--gold-lt);
    border-color: #a0320a;
  }
  .result-btn.primary:hover { background: linear-gradient(135deg, #9a2a1a, #d44); }
  .result-btn.secondary {
    background: var(--bg3);
    color: var(--gold);
    border-color: var(--gold);
  }
  .result-btn.secondary:hover { background: var(--gold); color: var(--bg); }

  /* ── FINAL RESULTS ── */
  #final-results {
    display: none;
    text-align: center;
    padding: 2rem 0;
    animation: fadein 0.5s ease;
  }
  .final-title {
    font-family: 'Cinzel', serif;
    font-size: 2rem;
    color: var(--gold);
    margin-bottom: 0.5rem;
    text-shadow: 0 0 20px rgba(201,148,58,0.3);
  }
  .grand-score {
    font-family: 'Cinzel', serif;
    font-size: 4rem;
    color: var(--gold-lt);
    margin: 1rem 0;
    text-shadow: 0 0 30px rgba(201,148,58,0.4);
  }
  .grand-verdict {
    font-size: 1.2rem;
    font-style: italic;
    color: var(--text-dim);
    max-width: 520px;
    margin: 0 auto 2rem;
  }
  .section-breakdown {
    background: var(--bg2);
    border: 1px solid var(--border);
    padding: 1.5rem;
    margin: 2rem 0;
    text-align: left;
  }
  .breakdown-title {
    font-family: 'Cinzel', serif;
    font-size: 0.85rem;
    color: var(--gold);
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    text-align: center;
  }
  .breakdown-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0;
    border-bottom: 1px solid var(--border);
  }
  .breakdown-row:last-child { border-bottom: none; }
  .breakdown-section { font-size: 1rem; color: var(--text); }
  .breakdown-val { font-family: 'Cinzel', serif; color: var(--gold-lt); font-size: 1rem; }
  .breakdown-bar-wrap { flex: 1; margin: 0 1rem; background: var(--bg3); height: 4px; }
  .breakdown-bar { height: 100%; background: linear-gradient(90deg, var(--red), var(--gold)); transition: width 0.6s ease; }

  .play-again-btn {
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    letter-spacing: 0.1em;
    padding: 0.9rem 2.5rem;
    background: linear-gradient(135deg, #7a1a0a, var(--red));
    color: var(--gold-lt);
    border: 1px solid #a0320a;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 1rem;
    box-shadow: 0 4px 20px rgba(139,26,26,0.3);
  }
  .play-again-btn:hover {
    background: linear-gradient(135deg, #9a2a1a, #d44);
    transform: translateY(-1px);
  }

  /* ── DIVIDER ── */
  .ornament {
    text-align: center;
    color: var(--border);
    font-size: 1.2rem;
    margin: 2rem 0;
    letter-spacing: 0.3em;
  }

  @keyframes fadein {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .question-wrap { animation: fadein 0.3s ease; }

  /* ── FURTHER READING ── */
  .reading-section {
    margin-top: 3rem;
    padding: 2.5rem 1.5rem 1rem;
    border-top: 1px solid var(--border);
    text-align: left;
  }
  .reading-title {
    font-family: 'Cinzel', serif;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    color: var(--text-dim);
    text-align: center;
    margin-bottom: 1.5rem;
    padding: 1rem 0 0.5rem;
  }
  .book-card {
    background: var(--bg2);
    border: 1px solid var(--border);
    border-radius: 0.65rem;
    padding: 1.4rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .book-cat {
    font-family: 'Cinzel', serif;
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    color: var(--text-dim);
    text-transform: uppercase;
  }
  .book-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--gold-lt);
    line-height: 1.3;
  }
  .book-desc {
    font-size: 0.92rem;
    color: var(--text-dim);
    font-style: italic;
    flex: 1;
    line-height: 1.5;
  }
  .book-link {
    display: inline-block;
    margin-top: 0.8rem;
    padding: 0.55rem 1.1rem;
    background: transparent;
    border: 1px solid var(--gold);
    border-radius: 0.4rem;
    color: var(--gold);
    font-family: 'Cinzel', serif;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: all 0.18s;
    text-align: center;
    align-self: flex-start;
  }
  .book-link:hover { background: var(--gold); color: var(--bg); }

  /* ── MOBILE ── */
  @media (max-width: 500px) {
    .tab-btn { font-size: 0.7rem; padding: 0.4rem 0.6rem; }
    .section-cards { grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); }
  }
</style>
</head>
<body>

<div id="cq-wrap">
<div class="cq-title">⚔ Conan Quiz ⚔</div>
<nav class="section-nav" id="section-nav">
  <button class="tab-btn active" data-section="0" onclick="goToSection(0)">
    <span>⚡ All Sections</span>
  </button>
  <button class="tab-btn" data-section="1" onclick="goToSection(1)">
    📜 REH Stories <span class="tab-score" id="tab-score-1"></span>
  </button>
  <button class="tab-btn" data-section="2" onclick="goToSection(2)">
    📚 Pastiches <span class="tab-score" id="tab-score-2"></span>
  </button>
  <button class="tab-btn" data-section="3" onclick="goToSection(3)">
    🎨 Comics <span class="tab-score" id="tab-score-3"></span>
  </button>
  <button class="tab-btn" data-section="4" onclick="goToSection(4)">
    🎬 Films &#038; TV <span class="tab-score" id="tab-score-4"></span>
  </button>
  <button class="tab-btn" data-section="5" onclick="goToSection(5)" style="border-color:#5a1010;color:#c0392b;">
    📜 Hard REH <span class="tab-score" id="tab-score-5"></span>
  </button>
  <button class="tab-btn" data-section="6" onclick="goToSection(6)" style="border-color:#5a1010;color:#c0392b;">
    📚 Hard Pastiches <span class="tab-score" id="tab-score-6"></span>
  </button>
  <button class="tab-btn" data-section="7" onclick="goToSection(7)" style="border-color:#5a1010;color:#c0392b;">
    🎨 Hard Comics <span class="tab-score" id="tab-score-7"></span>
  </button>
  <button class="tab-btn" data-section="8" onclick="goToSection(8)" style="border-color:#5a1010;color:#c0392b;">
    🎬 Hard Films <span class="tab-score" id="tab-score-8"></span>
  </button>
  <button class="tab-btn" data-section="9" onclick="goToSection(9)" style="border-color:#3d1a6e;color:#9b59b6;">
    💀 Savage REH <span class="tab-score" id="tab-score-9"></span>
  </button>
  <button class="tab-btn" data-section="10" onclick="goToSection(10)" style="border-color:#3d1a6e;color:#9b59b6;">
    💀 Savage Pastiches <span class="tab-score" id="tab-score-10"></span>
  </button>
  <button class="tab-btn" data-section="11" onclick="goToSection(11)" style="border-color:#3d1a6e;color:#9b59b6;">
    💀 Savage Comics <span class="tab-score" id="tab-score-11"></span>
  </button>
  <button class="tab-btn" data-section="12" onclick="goToSection(12)" style="border-color:#3d1a6e;color:#9b59b6;">
    💀 Savage Films <span class="tab-score" id="tab-score-12"></span>
  </button>
</nav>

<main>

  <!-- INTRO -->
  <div id="intro">
    <div class="intro-art">🗡️</div>
    <p class="intro-title">Know, O Prince…</p>
    <p class="intro-desc">120 questions across twelve sections. Choose your difficulty, then pick a section or run the gauntlet.</p>

    <!-- Mode picker -->
    <div id="mode-picker-btns">
      <div class="section-cards" style="max-width:600px;margin:1.5rem auto;">
        <div class="section-card" onclick="showDifficulty('easy')">
          <div class="card-icon">⚔️</div>
          <div class="card-title">Easy Mode</div>
          <div class="card-sub">4 sections · 40 questions</div>
        </div>
        <div class="section-card" onclick="showDifficulty('hard')" style="border-color:#5a1010;">
          <div class="card-icon">🔥</div>
          <div class="card-title" style="color:#c0392b;">Hard Mode</div>
          <div class="card-sub">4 sections · 40 questions</div>
        </div>
        <div class="section-card" onclick="showDifficulty('savage')" style="border-color:#3d1a6e;">
          <div class="card-icon">💀</div>
          <div class="card-title" style="color:#9b59b6;">Savage Mode</div>
          <div class="card-sub">4 sections · 40 questions</div>
        </div>
      </div>
    </div>

    <!-- Easy section cards -->
    <div id="easy-section-cards" style="display:none">
      <div class="section-cards">
        <div class="section-card" onclick="startSection(1)">
          <div class="card-icon">📜</div>
          <div class="card-title">REH Stories</div>
          <div class="card-sub">10 questions</div>
        </div>
        <div class="section-card" onclick="startSection(2)">
          <div class="card-icon">📚</div>
          <div class="card-title">Pastiches</div>
          <div class="card-sub">10 questions</div>
        </div>
        <div class="section-card" onclick="startSection(3)">
          <div class="card-icon">🎨</div>
          <div class="card-title">Comics</div>
          <div class="card-sub">10 questions</div>
        </div>
        <div class="section-card" onclick="startSection(4)">
          <div class="card-icon">🎬</div>
          <div class="card-title">Films &#038; TV</div>
          <div class="card-sub">10 questions</div>
        </div>
      </div>
      <div class="ornament">✦ ✦ ✦</div>
      <button class="start-all-btn" onclick="startEasyGauntlet()">⚔ &nbsp; Easy Gauntlet &nbsp; ⚔</button><br><br>
      <a href="#" onclick="backToModePicker();return false;" style="color:var(--text-dim);font-family:'Cinzel',serif;font-size:0.8rem;letter-spacing:0.08em;">← Back</a>
    </div>

    <!-- Hard section cards -->
    <div id="hard-section-cards" style="display:none">
      <div class="section-cards">
        <div class="section-card" onclick="startSection(5)" style="border-color:#5a1010;">
          <div class="card-icon">📜</div>
          <div class="card-title" style="color:#c0392b;">REH Stories</div>
          <div class="card-sub">10 questions</div>
        </div>
        <div class="section-card" onclick="startSection(6)" style="border-color:#5a1010;">
          <div class="card-icon">📚</div>
          <div class="card-title" style="color:#c0392b;">Pastiches</div>
          <div class="card-sub">10 questions</div>
        </div>
        <div class="section-card" onclick="startSection(7)" style="border-color:#5a1010;">
          <div class="card-icon">🎨</div>
          <div class="card-title" style="color:#c0392b;">Comics</div>
          <div class="card-sub">10 questions</div>
        </div>
        <div class="section-card" onclick="startSection(8)" style="border-color:#5a1010;">
          <div class="card-icon">🎬</div>
          <div class="card-title" style="color:#c0392b;">Films &#038; TV</div>
          <div class="card-sub">10 questions</div>
        </div>
      </div>
      <div class="ornament">✦ ✦ ✦</div>
      <button class="start-all-btn" onclick="startHardGauntlet()">⚔ &nbsp; Hard Gauntlet &nbsp; ⚔</button><br><br>
      <a href="#" onclick="backToModePicker();return false;" style="color:var(--text-dim);font-family:'Cinzel',serif;font-size:0.8rem;letter-spacing:0.08em;">← Back</a>
    </div>

    <!-- Savage section cards -->
    <div id="savage-section-cards" style="display:none">
      <div class="section-cards">
        <div class="section-card" onclick="startSection(9)" style="border-color:#3d1a6e;">
          <div class="card-icon">💀</div>
          <div class="card-title" style="color:#9b59b6;">REH Stories</div>
          <div class="card-sub">10 questions</div>
        </div>
        <div class="section-card" onclick="startSection(10)" style="border-color:#3d1a6e;">
          <div class="card-icon">💀</div>
          <div class="card-title" style="color:#9b59b6;">Pastiches</div>
          <div class="card-sub">10 questions</div>
        </div>
        <div class="section-card" onclick="startSection(11)" style="border-color:#3d1a6e;">
          <div class="card-icon">💀</div>
          <div class="card-title" style="color:#9b59b6;">Comics</div>
          <div class="card-sub">10 questions</div>
        </div>
        <div class="section-card" onclick="startSection(12)" style="border-color:#3d1a6e;">
          <div class="card-icon">💀</div>
          <div class="card-title" style="color:#9b59b6;">Films &#038; TV</div>
          <div class="card-sub">10 questions</div>
        </div>
      </div>
      <div class="ornament">✦ ✦ ✦</div>
      <button class="start-all-btn" onclick="startSavageGauntlet()" style="border-color:#9b59b6;color:#9b59b6;">💀 &nbsp; Savage Gauntlet &nbsp; 💀</button><br><br>
      <a href="#" onclick="backToModePicker();return false;" style="color:var(--text-dim);font-family:'Cinzel',serif;font-size:0.8rem;letter-spacing:0.08em;">← Back</a>
    </div>
  </div>

  <!-- QUIZ AREA -->
  <div id="quiz-area">
    <div class="progress-bar-wrap">
      <div class="progress-bar-fill" id="progress-fill" style="width:0%"></div>
    </div>
    <div class="question-counter" id="q-counter"></div>
    <div class="section-label" id="section-label"></div>

    <div id="question-wrap" class="question-wrap">
      <p class="question-text" id="q-text"></p>
      <div class="options" id="options"></div>
      <div class="feedback-box" id="feedback"></div>
      <button class="next-btn" id="next-btn" onclick="nextQuestion()">Continue →</button>
    </div>
  </div>

  <!-- SECTION RESULTS -->
  <div id="section-results">
    <div class="result-icon" id="result-icon"></div>
    <div class="result-title" id="result-title"></div>
    <div class="result-score" id="result-score-display"></div>
    <p class="result-verdict" id="result-verdict"></p>
    <div class="result-btns" id="result-btns"></div>
    <div class="reading-section" id="section-book"></div>
  </div>

  <!-- FINAL RESULTS -->
  <div id="final-results">
    <div class="result-icon">🏆</div>
    <div class="final-title">Quest Complete, Cimmerian</div>
    <div class="grand-score" id="grand-score"></div>
    <p class="grand-verdict" id="grand-verdict"></p>
    <div class="section-breakdown">
      <div class="breakdown-title">BREAKDOWN BY SECTION</div>
      <div id="breakdown-rows"></div>
    </div>
    <button class="play-again-btn" onclick="resetAll()">⚔ &nbsp; Challenge Again &nbsp; ⚔</button>
    <div class="reading-section" id="final-book"></div>
  </div>

</main>

<script>
const BOOKS = [
  { cat: "Robert E. Howard · Del Rey", title: "The Coming of Conan the Cimmerian", desc: "The original stories — where it all began. Includes The Tower of the Elephant, Queen of the Black Coast, and more.", url: "https://www.amazon.com/dp/0739440810?tag=irondavith-20" },
  { cat: "Robert E. Howard · Del Rey", title: "The Bloody Crown of Conan", desc: "Howard's longest tales including The People of the Black Circle, A Witch Shall Be Born, and Hour of the Dragon.", url: "https://www.amazon.com/dp/0345461525?tag=irondavith-20" },
  { cat: "Robert E. Howard · Del Rey", title: "The Conquering Sword of Conan", desc: "The final volume — includes Red Nails, Beyond the Black River, and all the late masterworks.", url: "https://www.amazon.com/dp/0345461533?tag=irondavith-20" },
  { cat: "Jim Zub · Titan Comics", title: "Conan: Bound in Black Stone Vol. 1", desc: "The acclaimed 2023 Titan Comics revival. Jim Zub and Roberto De La Torre bring Conan back with ferocious style.", url: "https://www.amazon.com/dp/1787740145?tag=irondavith-20" },
  { cat: "Jim Zub · Titan Comics", title: "Conan: Battle of the Black Stone", desc: "The epic crossover event that shook the Hyborian Age. Collecting the landmark Titan Comics storyline.", url: "https://www.amazon.com/dp/1787743284?tag=irondavith-20" },
];

let lastBookIdx = -1;

function renderBook(targetId) {
  let idx;
  do { idx = Math.floor(Math.random() * BOOKS.length); } while (idx === lastBookIdx && BOOKS.length > 1);
  lastBookIdx = idx;
  const b = BOOKS[idx];
  const el = document.getElementById(targetId);
  if (!el) return;
  el.innerHTML = `
    <div class="reading-title">⚔ &nbsp; Further Reading &nbsp; ⚔</div>
    <div class="book-card">
      <div class="book-cat">${b.cat}</div>
      <div class="book-title">${b.title}</div>
      <div class="book-desc">${b.desc}</div>
      <a class="book-link" href="${b.url}" target="_blank" rel="noopener">Buy on Amazon</a>
    </div>`;
}

const SECTIONS = {
  1: {
    name: "REH Original Stories",
    icon: "📜",
    label: "REH STORIES · EASY MODE",
    questions: [
      {
        q: "In which story does Conan first appear in the published Weird Tales sequence?",
        opts: ["The Phoenix on the Sword", "The Tower of the Elephant", "Red Nails", "Beyond the Black River"],
        a: 0,
        note: '"The Phoenix on the Sword" appeared in the December 1932 issue of Weird Tales — Howard\'s very first published Conan story.'
      },
      {
        q: "What is Conan's homeland called in the Hyborian Age?",
        opts: ["Hyperborea", "Aquilonia", "Cimmeria", "Zamora"],
        a: 2,
        note: "Cimmeria is a cold, gloomy northern land — Howard modelled it partly on ancient Celtic peoples and the bleak landscapes of his imagination."
      },
      {
        q: "Which story features Conan sailing the Black Coast as a pirate alongside the fierce queen Bêlit?",
        opts: ["Red Nails", "Queen of the Black Coast", "The Hour of the Dragon", "Shadows in the Moonlight"],
        a: 1,
        note: '"Queen of the Black Coast" (1934) is one of Howard\'s most beloved stories and features Conan\'s most famous romantic partnership.'
      },
      {
        q: "In 'The Tower of the Elephant,' what is the name of the alien, elephant-headed creature imprisoned at the tower's summit?",
        opts: ["Yog", "Ymir", "Yag-kosha", "Yogah"],
        a: 2,
        note: "Yag-kosha (later called Yogah of Yag in other references) is one of Howard's most tragic and inventive creations — an extraterrestrial being enslaved by the sorcerer Yara."
      },
      {
        q: "In 'Queen of the Black Coast,' what is the name of Conan's fierce pirate queen companion?",
        opts: ["Valeria", "Bêlit", "Tascela", "Zelata"],
        a: 1,
        note: "Bêlit, the self-proclaimed Queen of the Black Coast, is arguably Conan's greatest love in Howard's original stories. Their partnership — and its tragic end — makes 'Queen of the Black Coast' one of Howard's most memorable tales."
      },
      {
        q: "In 'A Witch Shall Be Born,' which mercenary captain crucifies Conan in the desert on the orders of the witch Salome?",
        opts: ["Tsotha-lanti", "Constantius", "Baal-pteor", "Olgerd Vladislav"],
        a: 1,
        note: "Constantius of Koth, a ruthless Shemitish mercenary, crucifies Conan in the desert on Salome's orders. It is Salome who has seized the throne of Khauran from her twin sister Taramis. Conan's eventual revenge on Constantius is one of the most satisfying moments in the story."
      },
      {
        q: "In 'Beyond the Black River,' what is the name of the Pictish shaman who serves as the story's primary villain?",
        opts: ["Gwawela", "Brule", "Zogar Sag", "Diviatix"],
        a: 2,
        note: "Zogar Sag is a Pictish witch-man whose hatred of the Aquilonian frontier settlers drives the story's brutal conflict. 'Beyond the Black River' is one of Howard's darkest Conan tales."
      },
      {
        q: "In Howard's Hyborian Age geography, which ancient kingdom serves as the analogue of Egypt, complete with pyramid-tombs and serpent worship?",
        opts: ["Shem", "Kush", "Stygia", "Khitai"],
        a: 2,
        note: "Stygia, lying south of the Styx River, is Howard's fantasy Egypt — a land of brooding sorcerers, the god Set, and ancient dark magic."
      },
      {
        q: "In 'The Hour of the Dragon,' what ancient sorcerer is resurrected by his enemies to topple Conan from the throne of Aquilonia?",
        opts: ["Tsotha-lanti", "Thoth-Amon", "Xaltotun", "Khemsa"],
        a: 2,
        note: 'Xaltotun of Python, a sorcerer from the pre-Cataclysmic era, is revived after 3,000 years using the Heart of Ahriman. "The Hour of the Dragon" is Howard\'s only full-length Conan novel.'
      },
      {
        q: "Which REH Conan story, set in a sealed city deep within a jungle where two factions have been at war for generations, is regarded as one of Howard's longest short stories?",
        opts: ["The People of the Black Circle", "The Scarlet Citadel", "Queen of the Black Coast", "Red Nails"],
        a: 3,
        note: '"Red Nails" (1936) is regarded as one of the longest short stories Howard ever wrote — worth distinguishing from his only full-length Conan novel, "The Hour of the Dragon." It was the last Conan story Howard completed and was published posthumously in Weird Tales.'
      }
    ]
  },
  2: {
    name: "Pastiches",
    icon: "📚",
    label: "PASTICHES · EASY MODE",
    questions: [
      {
        q: "Who edited the famous Lancer/Ace Conan paperback series in the 1960s–70s and co-wrote numerous pastiches with Lin Carter?",
        opts: ["Fritz Leiber", "Poul Anderson", "L. Sprague de Camp", "Michael Moorcock"],
        a: 2,
        note: "L. Sprague de Camp championed Conan for a new generation, completing unfinished Howard manuscripts and writing original pastiches — though his editorial choices have remained controversial among Howard purists."
      },
      {
        q: "Whose iconic paintings on the Lancer/Ace Conan paperbacks defined the visual image of Conan for an entire generation of readers?",
        opts: ["Boris Vallejo", "Frank Frazetta", "Ken Kelly", "Jeffrey Jones"],
        a: 1,
        note: "Frank Frazetta's muscular, dynamic paintings — starting with 'Conan the Adventurer' in 1966 — became the definitive visual template for sword-and-sorcery art and made the paperbacks bestsellers."
      },
      {
        q: "Which author wrote the pastiche 'Conan: The Road of Kings,' widely praised for capturing Howard's darker, grittier tone better than most other pastiches?",
        opts: ["John Maddox Roberts", "Robert Jordan", "Andrew Offutt", "Karl Edward Wagner"],
        a: 3,
        note: "Karl Edward Wagner was a horror and fantasy writer who insisted on faithfulness to Howard's spirit. 'The Road of Kings' (1979) is considered among the best Conan pastiches ever written."
      },
      {
        q: "Robert Jordan (later famous for 'The Wheel of Time') wrote multiple Conan novels. Which was his first?",
        opts: ["Conan the Defender", "Conan the Triumphant", "Conan the Invincible", "Conan the Unconquered"],
        a: 2,
        note: '"Conan the Invincible" (1982) was Jordan\'s debut in the Tor Books Conan series. He went on to write five more Conan novels before the Wheel of Time took over his career.'
      },
      {
        q: "Which bestselling author wrote 'Conan of Venarium,' depicting the Aquilonian invasion of Cimmeria and Conan's first battle as a teenager?",
        opts: ["Leonard Carpenter", "Steve Perry", "John Maddox Roberts", "Harry Turtledove"],
        a: 3,
        note: '"Conan of Venarium" (2005) by Harry Turtledove fills in a gap Howard left — the raid on Conan\'s village he referenced but never dramatised. It was published by Tor as part of their expanded Conan line.'
      },
      {
        q: "What was the title of L. Sprague de Camp's biography of Robert E. Howard, co-written with his wife and Jane Whittington Griffin?",
        opts: ["Blood and Thunder", "Prophet of Thunder", "Dark Valley Destiny", "The Immortal Storm"],
        a: 2,
        note: '"Dark Valley Destiny" (1983) was the first major biography of Howard, though later biographers like Mark Finn (\'Blood and Thunder\') have offered more nuanced views of Howard\'s life and legacy.'
      },
      {
        q: "Which publisher took over the Conan pastiche novel series in the early 1980s, releasing dozens of new books throughout the decade?",
        opts: ["Del Rey", "Bantam", "DAW Books", "Tor Books"],
        a: 3,
        note: "Tor Books published a large, ongoing series of Conan pastiches throughout the 1980s, with multiple authors contributing. The line was commercially successful but varied wildly in quality."
      },
      {
        q: "In the pastiche tradition, Conan eventually has a son who inherits the Aquilonian throne. What is his name?",
        opts: ["Conal", "Corin", "Conn", "Cormac"],
        a: 2,
        note: 'Howard himself introduced Conn in "The Hyborian Age" essay and implied him in some stories. Pastiches, particularly de Camp and Carter\'s, built out Conn as Conan\'s heir to the Aquilonian throne.'
      },
      {
        q: "In which Howard story is Conan already established as King of Aquilonia when the story opens — making it the first published tale to show him on the throne?",
        opts: ["The Scarlet Citadel", "The Hour of the Dragon", "A Witch Shall Be Born", "The Phoenix on the Sword"],
        a: 3,
        note: '"The Phoenix on the Sword," the very first published Conan story (1932), opens with Conan already reigning as King of Aquilonia — Howard deliberately began the series at the peak of Conan\'s career.'
      },
      {
        q: "John Maddox Roberts wrote a popular series of Conan pastiches for Tor Books. What was his first entry in the series?",
        opts: ["Conan the Champion", "Conan the Bold", "Conan the Marauder", "Conan the Rogue"],
        a: 1,
        note: '"Conan the Bold" (1989) launched John Maddox Roberts\'s long run of Conan novels. Roberts was known for solid plotting and a reasonable respect for the source material.'
      }
    ]
  },
  3: {
    name: "Comics",
    icon: "🎨",
    label: "COMICS · EASY MODE",
    questions: [
      {
        q: "Which publisher launched a Conan the Barbarian comic series in 1970, bringing sword-and-sorcery to mainstream comics for the first time?",
        opts: ["DC Comics", "Warren Publishing", "Marvel Comics", "Charlton Comics"],
        a: 2,
        note: "Marvel's 'Conan the Barbarian' #1 (1970) was a landmark moment. Editor Stan Lee was initially sceptical, but the series became one of Marvel's most successful books of the 1970s."
      },
      {
        q: "Who was the original writer of Marvel's 'Conan the Barbarian' series, responsible for adapting and expanding Howard's stories for comics?",
        opts: ["Gerry Conway", "Len Wein", "Roy Thomas", "Stan Lee"],
        a: 2,
        note: "Roy Thomas was a passionate Howard fan who fought to get Conan at Marvel. He wrote the series for years, adapting REH stories faithfully while also creating original tales set in the Hyborian Age."
      },
      {
        q: "Who was the original penciller on Marvel's 'Conan the Barbarian,' known for his intricate, jewel-like linework on early issues?",
        opts: ["Neal Adams", "Gil Kane", "Sal Buscema", "Barry Windsor-Smith"],
        a: 3,
        note: "Barry Windsor-Smith's work on early Marvel Conan (1970–1973) started rough but evolved into something extraordinary — his lush, detailed style on issues like the 'Tower of the Elephant' adaptation is considered among the finest in American comics."
      },
      {
        q: "'Savage Sword of Conan' was a companion publication to the colour comic. What format did it use that allowed more graphic content?",
        opts: ["Prestige format hardcover", "Weekly newspaper strip", "Black-and-white magazine format", "Digest-sized paperback"],
        a: 2,
        note: "As a black-and-white magazine rather than a standard comic, 'Savage Sword of Conan' (launched 1974) was not subject to the Comics Code Authority — allowing more violence, mature themes, and longer, denser stories."
      },
      {
        q: "Red Sonja, the flame-haired warrior who became a Conan staple in Marvel's comics, was inspired by which character in Howard's original work?",
        opts: ["Valeria of the Red Brotherhood", "Dark Agnes de Chastillon", "Red Sonya of Rogatino", "Belit the Pirate Queen"],
        a: 2,
        note: "Howard's Red Sonya appeared in the historical story 'The Shadow of the Vulture' (1934), set in 16th-century Europe. Roy Thomas reimagined her as a Hyborian Age warrior for Marvel's comics."
      },
      {
        q: "Which writer relaunched Conan at Dark Horse Comics in 2003 with a critically acclaimed run that stayed close to Howard's source material?",
        opts: ["Brian Wood", "Mike Mignola", "Tim Truman", "Kurt Busiek"],
        a: 3,
        note: "Kurt Busiek's Dark Horse 'Conan' series was praised for its intelligent, respectful take on the source material. It adapted 'The Tower of the Elephant,' 'Queen of the Black Coast,' and other classics."
      },
      {
        q: "Marvel launched a series in 1980 following Conan after he takes the Aquilonian throne. What was it originally called?",
        opts: ["Conan Rex", "Conan the Conqueror", "Conan the Ruler", "King Conan"],
        a: 3,
        note: "'King Conan' ran from 1980 to 1983 before being retitled 'Conan the King.' It focused on the political and military challenges of Conan's reign."
      },
      {
        q: "John Buscema became the definitive Conan artist for many readers. Which black-and-white companion magazine did he primarily illustrate for years alongside the colour title?",
        opts: ["Conan Saga", "The Barbarian Chronicles", "Savage Sword of Conan", "Conan the Warrior"],
        a: 2,
        note: "John Buscema drew hundreds of issues of 'Savage Sword of Conan,' often inked by Alfredo Alcala. His big, powerful figure work became the template for how Conan looked in comics for a generation."
      },
      {
        q: "In Howard's story and the Marvel adaptation, what is the name of Bêlit's ship — the vessel from which she commands her Black Coast pirates?",
        opts: ["Sea Tiger", "Storm Queen", "Black Lotus", "Tigress"],
        a: 3,
        note: 'Howard named Bêlit\'s ship the Tigress in "Queen of the Black Coast," and Marvel\'s adaptation kept the name. It became an iconic image — the sleek black ship cutting through dark waters.'
      },
      {
        q: "Which publisher launched an acclaimed new Conan the Barbarian series in 2023 with Jim Zub as the main writer?",
        opts: ["Dark Horse Comics", "Image Comics", "Titan Comics", "Boom! Studios"],
        a: 2,
        note: "Titan Comics brought a fresh and well-researched energy to Conan, with Jim Zub steering the series. Zub is known for taking the source material seriously and bringing real lore depth to his scripts."
      }
    ]
  },
  4: {
    name: "Films & TV",
    icon: "🎬",
    label: "FILMS & TV · EASY MODE",
    questions: [
      {
        q: "Who played Conan in John Milius's 1982 film 'Conan the Barbarian'?",
        opts: ["Dolph Lundgren", "Lou Ferrigno", "Dave Prowse", "Arnold Schwarzenegger"],
        a: 3,
        note: "Arnold Schwarzenegger's portrayal of Conan was a cultural phenomenon and launched his career as a mainstream action star. The role was so physical that Schwarzenegger trained for over a year beforehand."
      },
      {
        q: "Who directed the 1982 'Conan the Barbarian'?",
        opts: ["Richard Fleischer", "Marcus Nispel", "Brian De Palma", "John Milius"],
        a: 3,
        note: "John Milius, known for 'Apocalypse Now' and 'Big Wednesday,' brought a mythic, epic scope to the film. His screenplay (co-written with Oliver Stone) drew on Howard but created a largely original narrative."
      },
      {
        q: "Which celebrated actor played the snake-cult leader Thulsa Doom in the 1982 film?",
        opts: ["Max von Sydow", "Ben Davidson", "Mako", "James Earl Jones"],
        a: 3,
        note: "James Earl Jones delivered one of the film's most memorable performances as Thulsa Doom — a character originally from Howard's Kull stories, transplanted to the Conan film with great effect."
      },
      {
        q: "Who played Valeria, the thief who becomes Conan's love interest, in the 1982 film?",
        opts: ["Grace Jones", "Brigitte Nielsen", "Sandahl Bergman", "Helen Mirren"],
        a: 2,
        note: "Sandahl Bergman, a trained dancer and actress, won a Golden Globe for her performance. Valeria was largely an original character for the film, inspired loosely by Howard's Valeria of the Red Brotherhood."
      },
      {
        q: "What is the name of the Hyrkanian archer and thief who serves as Conan's loyal companion throughout the 1982 film?",
        opts: ["Rexor", "Akiro", "Osric", "Subotai"],
        a: 3,
        note: "Subotai (played by Gerry Lopez) is an original character created for the film. His friendship with Conan gives the story much of its warmth and humour."
      },
      {
        q: "Which internationally famous pop and performance artist appeared prominently in 'Conan the Destroyer' (1984) as the fierce warrior Zula?",
        opts: ["Tina Turner", "Pat Benatar", "Grace Jones", "Diana Ross"],
        a: 2,
        note: "Grace Jones played Zula in 'Conan the Destroyer' and was widely considered one of the film's highlights, despite the sequel being generally regarded as inferior to the original."
      },
      {
        q: "Who directed 'Conan the Destroyer' (1984)?",
        opts: ["John Milius", "Joe Carnahan", "Marcus Nispel", "Richard Fleischer"],
        a: 3,
        note: "Richard Fleischer (director of '20,000 Leagues Under the Sea' and 'Soylent Green') took over from Milius. The sequel was toned down for a PG rating, which many fans felt was a mistake."
      },
      {
        q: "Who played Conan in the 2011 reboot 'Conan the Barbarian,' directed by Marcus Nispel?",
        opts: ["Henry Cavill", "Kellan Lutz", "Joe Manganiello", "Jason Momoa"],
        a: 3,
        note: "Jason Momoa played Conan in the 2011 reboot, just before his star-making turn as Khal Drogo in Game of Thrones. The film was a box-office disappointment but Momoa's physicality was often praised."
      },
      {
        q: "Who played the main villain Khalar Zym in the 2011 'Conan the Barbarian' reboot?",
        opts: ["Ron Perlman", "Ray Stevenson", "Gerard Butler", "Stephen Lang"],
        a: 3,
        note: "Stephen Lang, fresh from his role as the villain in 'Avatar' (2009), played Khalar Zym — a warlord seeking a mystical mask to resurrect his dead sorceress wife."
      },
      {
        q: "Which actor played Conan in the 1997 live-action TV series simply titled 'Conan'?",
        opts: ["Marc Singer", "Kevin Sorbo", "Michael Ironside", "Ralf Moeller"],
        a: 3,
        note: "German bodybuilder and actor Ralf Moeller played Conan in the syndicated TV series (1997–98). The show ran for two seasons of 22 episodes, filmed partly in Germany."
      }
    ]
  }
  ,
  5: {
    name: "Hard Mode: REH Stories",
    icon: "💀",
    label: "HARD MODE · REH STORIES",
    questions: [
      {
        q: "In 'The Frost Giant's Daughter,' what is the name of the supernatural daughter of Ymir who lures Conan across the frozen wastes into a trap?",
        opts: ["Ymira", "Vanna", "Atali", "Brenna"],
        a: 2,
        note: "Atali, daughter of the frost giant Ymir, appears to warriors left dying on the battlefield — luring them deeper into the cold with the promise of her beauty. Conan is one of the few to survive the encounter."
      },
      {
        q: "In 'Rogues in the House,' what is the name of the brutish, near-human ape-creature that serves — and ultimately kills — the corrupt priest Nabonidus?",
        opts: ["Brak", "Olor", "Grom", "Thak"],
        a: 3,
        note: "Thak is one of Howard's most vivid monster creations — powerful, cunning enough to mimic human behaviour, yet wholly amoral. His scenes in 'Rogues in the House' are genuinely unsettling."
      },
      {
        q: "In Howard's 'Black Colossus,' the sorcerer Natohk is eventually unmasked as the resurrected form of which ancient Stygian sorcerer-king?",
        opts: ["Tsotha-lanti", "Thoth-Amon", "Xaltotun", "Thugra Khotan"],
        a: 3,
        note: "Thugra Khotan, a Stygian ruler entombed for 3,000 years, is awakened and uses the name Natohk ('the Veiled One') to hide his identity while he raises an army and pursues his ancient ambitions."
      },
      {
        q: "What is the name of the pre-Cataclysmic empire — ancient even by Hyborian Age standards — from which the sorcerer Xaltotun originates in 'The Hour of the Dragon'?",
        opts: ["Valusia", "Lemuria", "Atlantis", "Acheron"],
        a: 3,
        note: "Acheron was a vast, tyrannical empire that predated the Hyborian kingdoms by thousands of years. Howard used it to give Conan's world a deep history, suggesting civilisations had risen and fallen long before the stories begin."
      },
      {
        q: "In 'The People of the Black Circle,' the sorcerers Conan must face are known as the Black Seers. On which mountain peak do they dwell?",
        opts: ["Mount Erlik", "Crom's Spire", "Yimsha", "The Iron Tower"],
        a: 2,
        note: "The Black Seers of Yimsha are among Howard's most powerful and alien sorcerers. Their mountain fastness in the Himelian range (Howard's analogue of the Himalayas) gives them an appropriately remote, god-like menace."
      },
      {
        q: "In 'The Devil in Iron,' what is the name of the supernatural, iron-bodied demon that Conan must destroy to escape the ancient city on the island of Xapur?",
        opts: ["Satha", "Yog", "Bel-Shuumath", "Khosatral Khel"],
        a: 3,
        note: "Khosatral Khel is one of Howard's most physically imposing monsters — a god-like being imprisoned on the island of Xapur who rebuilds his ancient city around him. The story is a tense, claustrophobic adventure set entirely on the island."
      },
      {
        q: "In 'Jewels of Gwahlur,' what is the name of the lost city where the legendary jewels called the Teeth of Gwahlur are hidden?",
        opts: ["Yanaidar", "Xuthal", "Shamla", "Alkmeenon"],
        a: 3,
        note: "Alkmeenon is one of Howard's great lost-city settings — a sacred place of a dead civilisation, kept in eerie semi-preservation by a woman trapped there as an 'oracle.' The jewels prove to be the least interesting thing Conan finds."
      },
      {
        q: "In 'The Scarlet Citadel,' which sorcerer defeats Conan in battle, strips him of his throne, and imprisons him in the dungeons of his tower?",
        opts: ["Thoth-Amon", "Tsotha-lanti", "Pelias", "Xaltotun"],
        a: 1,
        note: "Tsotha-lanti, the sorcerer-king of Koth, is one of Howard's most vivid villains — physically grotesque, born of something inhuman. Pelias, also imprisoned in his dungeons, becomes Conan's unlikely ally and key to escape."
      },
      {
        q: "In 'The Slithering Shadow' (also titled 'Xuthal of the Dusk'), what is the name of the ancient, dream-eating god worshipped by the near-comatose inhabitants of the city of Xuthal?",
        opts: ["Yog", "Set", "Thog", "Nergal"],
        a: 2,
        note: "Thog the Ancient, the 'Devourer of Souls,' is worshipped through a drug-induced stupor by Xuthal's citizens. The story is one of Howard's most atmospheric, with its dreamlike city of lotus-eaters concealing something truly monstrous."
      },
      {
        q: "In 'The Hour of the Dragon,' Conan is imprisoned in the vaults beneath a Stygian temple and encounters a vampire who has survived for millennia. What is her name?",
        opts: ["Belit", "Zelata", "Salome", "Akivasha"],
        a: 3,
        note: "Akivasha was a Stygian princess who lived 10,000 years ago and chose undeath over mortality. She is one of Howard's rare vampires, and her scenes in the Stygian tombs are among his most genuinely chilling."
      }
    ]
  },
  6: {
    name: "Hard Mode: Pastiches",
    icon: "💀",
    label: "HARD MODE · PASTICHES",
    questions: [
      {
        q: "L. Sprague de Camp completed an unfinished Howard Conan fragment originally titled 'The Black Stranger.' Under what title was the completed version published?",
        opts: ["The Corsairs of Kush", "The Swords of Khauran", "The Jewels of Gwahlur Restored", "The Treasure of Tranicos"],
        a: 3,
        note: "'The Black Stranger' was an unfinished Howard manuscript de Camp completed and retitled 'The Treasure of Tranicos.' The original Howard text has since been published separately, allowing readers to compare the two versions."
      },
      {
        q: "De Camp and Carter's 'Conan of the Isles' (1968) follows an ageing Conan who abdicates his throne and sails west. What does he find there?",
        opts: ["The ruins of sunken Atlantis", "The far eastern land of Khitai", "A pre-Columbian American continent", "An island empire of serpent men"],
        a: 2,
        note: "'Conan of the Isles' was intended as the final story in the de Camp/Carter chronology, with an elderly Conan sailing to a land strongly analogous to pre-Columbian Mesoamerica. It was designed as the saga's end, though the pastiche industry rolled on regardless."
      },
      {
        q: "Which science fiction author — better known for his historical fiction — wrote the Conan pastiche 'Conan the Rebel' (1980)?",
        opts: ["Fritz Leiber", "Michael Moorcock", "Poul Anderson", "Jack Vance"],
        a: 2,
        note: "Poul Anderson, a giant of science fiction and historical fantasy, contributed 'Conan the Rebel' to the Bantam Conan line. Set primarily in Stygia and the black kingdoms, it is considered one of the better non-Tor pastiches."
      },
      {
        q: "Andrew Offutt wrote several Conan pastiches for the Berkley/Putnam line. Which of these was one of his titles?",
        opts: ["Conan the Bold", "Conan the Marauder", "Conan: The Sword of Skelos", "Conan the Guardian"],
        a: 2,
        note: "'Conan: The Sword of Skelos' (1979) by Andrew Offutt continues the story of a character introduced in his previous Conan novel. Offutt was a prolific writer across many genres and produced some of the more carefully plotted Conan tie-in novels."
      },
      {
        q: "In which year did the first Lancer Books Conan paperback appear, launching the sword-and-sorcery publishing boom of the 1970s?",
        opts: ["1962", "1964", "1966", "1969"],
        a: 2,
        note: "The Lancer 'Conan' (1966), with its Frank Frazetta cover, is credited with igniting the 1970s sword-and-sorcery boom. It proved there was a mass-market appetite for heroic fantasy and helped pave the way for Tolkien's US paperback success."
      },
      {
        q: "Karl Edward Wagner created a celebrated dark fantasy series alongside his Conan work, featuring a mysterious amoral immortal warrior. Who was this character?",
        opts: ["Elric of Melniboné", "Brak the Barbarian", "Kane", "Corum Jhaelen Irsei"],
        a: 2,
        note: "Wagner's Kane — cursed with immortality and immense physical power — appeared in novels and short stories through the 1970s and 1980s. Almost an anti-Conan: brooding, intellectual, morally complex. The series is widely regarded as some of the finest dark fantasy ever written."
      },
      {
        q: "Which small press publisher produced the first collected editions of Howard's Conan stories in the early 1950s, before the mass-market paperback era?",
        opts: ["Arkham House", "Gnome Press", "Fantasy Press", "Shasta Publishers"],
        a: 1,
        note: "Gnome Press published a series of Conan collections starting in 1950, edited by de Camp. These editions reached a limited audience but kept Howard's work in print and set the stage for the Lancer paperback explosion fifteen years later."
      },
      {
        q: "Mark Finn wrote the most acclaimed modern biography of Robert E. Howard. What is it called?",
        opts: ["Dark Valley Destiny", "The Immortal Storm", "Blood and Thunder", "Prophet of Thunder"],
        a: 2,
        note: "'Blood and Thunder: The Life and Art of Robert E. Howard' (2006, revised 2011) corrects many myths from earlier accounts — including de Camp's sometimes unflattering portrayal — and places Howard properly in his cultural and literary context."
      },
      {
        q: "De Camp and Carter's pastiche volume 'Conan of Aquilonia' (1977) was unusual in what respect compared to most other pastiches?",
        opts: ["It was written entirely in first person", "All four novellas are set during Conan's reign as king", "It was the only pastiche approved by the Howard estate", "It was illustrated throughout by Frank Frazetta"],
        a: 1,
        note: "'Conan of Aquilonia' collected four novellas all set during Conan's reign, depicting the political and martial challenges of ruling. It was one of the few pastiche volumes to focus exclusively on King Conan rather than the younger wandering barbarian."
      },
      {
        q: "L. Sprague de Camp's most celebrated non-Conan work is a time-travel novel set during the fall of Rome. What is it called?",
        opts: ["The Tritonian Ring", "Genus Homo", "The Incomplete Enchanter", "Lest Darkness Fall"],
        a: 3,
        note: "'Lest Darkness Fall' (1941) is regarded as one of the finest time-travel novels in SF — its protagonist accidentally lands in 6th-century Rome and tries to prevent the Dark Ages. It showcases the historical erudition de Camp also brought to his Conan editorial work."
      }
    ]
  },
  7: {
    name: "Hard Mode: Comics",
    icon: "💀",
    label: "HARD MODE · COMICS",
    questions: [
      {
        q: "In which issue number of Marvel's 'Conan the Barbarian' did Barry Windsor-Smith pencil his celebrated adaptation of 'The Tower of the Elephant'?",
        opts: ["#2", "#4", "#7", "#11"],
        a: 1,
        note: "Conan the Barbarian #4 (1971) is often cited as the point where Windsor-Smith's art — and Marvel's Conan — truly found their voice. The adaptation is faithful to Howard while showcasing Windsor-Smith's developing mastery of page design."
      },
      {
        q: "What was the title of the Roy Thomas and Barry Windsor-Smith story in 'Conan the Barbarian' #23 that introduced the Hyborian Age version of Red Sonja?",
        opts: ["She-Devil with a Sword", "The Shadow of the Vulture", "Blood Red, Death Red", "The Song of Red Sonja"],
        a: 3,
        note: "'The Song of Red Sonja' (Conan the Barbarian #23, 1973) transformed Howard's 16th-century European swordswoman Red Sonya — who first appeared in Howard's historical story 'The Shadow of the Vulture' — into a Hyborian Age warrior. The issue marks Windsor-Smith's final major period on the title."
      },
      {
        q: "Which publisher reacquired the Conan comics licence in 2019, returning the character to the publisher that originally brought him to comics?",
        opts: ["Image Comics", "IDW Publishing", "Marvel Comics", "Dark Horse Comics"],
        a: 2,
        note: "Marvel reacquired Conan in 2019, nearly 50 years after first publishing the character. The new era produced several series, including 'Savage Avengers,' in which Conan fought alongside Marvel heroes."
      },
      {
        q: "Who served as the primary inker over John Buscema's pencils on 'Savage Sword of Conan' throughout much of the magazine's long run?",
        opts: ["Tom Palmer", "Joe Sinnott", "Alfredo Alcala", "Terry Austin"],
        a: 2,
        note: "Alfredo Alcala's thick, atmospheric brushwork over Buscema's pencils defined the look of 'Savage Sword of Conan' for a generation. His dense inking gave the stories a dark, visceral quality perfectly suited to the magazine's unglamourised violence."
      },
      {
        q: "Which artist drew the flagship Dark Horse 'Conan' series that launched in 2003, pencilling Kurt Busiek's scripts?",
        opts: ["Mike Mignola", "Greg Ruth", "Paul Azaceta", "Cary Nord"],
        a: 3,
        note: "Cary Nord's clean, expressive linework was a departure from the muscular dynamism of the Buscema era. His more measured, archaeological approach suited Busiek's thoughtful adaptations of the Howard source material."
      },
      {
        q: "Roy Thomas's celebrated comics adaptation of Howard's novella 'Red Nails' appeared in which Marvel publication?",
        opts: ["Conan the Barbarian", "Marvel Comics Super Special", "Conan Annual", "Savage Sword of Conan"],
        a: 3,
        note: "The 'Red Nails' adaptation ran in 'Savage Sword of Conan' issues #2–3 (1974–75), where the absence of Comics Code restrictions allowed the mature, violent content of Howard's story to be depicted in full. It remains one of the most acclaimed comics adaptations of any Howard story."
      },
      {
        q: "In what year did Marvel's original 'Conan the Barbarian' comic series publish its final issue (#275), ending a 23-year run?",
        opts: ["1989", "1991", "1993", "1995"],
        a: 2,
        note: "'Conan the Barbarian' #275 in 1993 ended Marvel's original continuous run — one of the longest uninterrupted fantasy comics series in American comics history, spanning hundreds of stories across the Hyborian Age."
      },
      {
        q: "Marvel published a reprint magazine in the late 1980s–early 1990s that compiled classic Conan stories in a larger format. What was it called?",
        opts: ["Conan Classic", "The Conan Chronicles", "Conan Saga", "Conan Archives"],
        a: 2,
        note: "'Conan Saga' (1987–1995) reprinted classic stories from 'Conan the Barbarian' in magazine format — an invaluable resource for readers catching up on the Windsor-Smith and Buscema eras before collected editions became standard."
      },
      {
        q: "Which writer took over as the main creative force behind the Dark Horse Conan line after Kurt Busiek, writing the series 'Conan the Cimmerian' (2008)?",
        opts: ["Brian Wood", "Mike Mignola", "Tim Truman", "Joshua Dysart"],
        a: 2,
        note: "Tim Truman wrote several Dark Horse Conan titles including 'Conan the Cimmerian,' which interleaved Conan's adventure stories with flashbacks to his Cimmerian boyhood — echoing a framing device from Howard's own prose."
      },
      {
        q: "Who wrote the flagship 'Conan the Barbarian' series for Marvel's 2019 Conan relaunch?",
        opts: ["Gerry Duggan", "Jason Aaron", "Al Ewing", "Donny Cates"],
        a: 1,
        note: "Jason Aaron wrote the 2019 Marvel 'Conan the Barbarian' relaunch, keeping Conan in his Hyborian Age setting while the character crossed into the wider Marvel universe through the 'Savage Avengers' title."
      }
    ]
  },
  8: {
    name: "Hard Mode: Films & TV",
    icon: "💀",
    label: "HARD MODE · FILMS & TV",
    questions: [
      {
        q: "The 1982 'Conan the Barbarian' was filmed primarily in which country, whose landscapes doubled for the Hyborian wastelands?",
        opts: ["Morocco", "Yugoslavia", "Italy", "Spain"],
        a: 3,
        note: "Principal photography took place in Spain — locations in Almería, Ávila, and other regions standing in for the Hyborian world. The production was one of the largest European fantasy productions of its era."
      },
      {
        q: "Who composed the acclaimed orchestral score for the 1982 'Conan the Barbarian,' now considered one of the finest fantasy film scores ever written?",
        opts: ["Jerry Goldsmith", "John Williams", "Ennio Morricone", "Basil Poledouris"],
        a: 3,
        note: "Basil Poledouris's score is a near-constant presence in the film, driving the action with thunderous choral and orchestral passages. 'Anvil of Crom,' the opening theme, is instantly recognisable to any fan of the genre."
      },
      {
        q: "Which actor — a veteran of Japanese theatre and Hollywood films — played the wizard and narrator who frames the 1982 'Conan the Barbarian'?",
        opts: ["Max von Sydow", "Franco Nero", "Mako", "Toshiro Mifune"],
        a: 2,
        note: "Mako (1933–2006), a Japanese-American actor who received a Tony Award and an Oscar nomination over his career, played Akiro the Wizard — whose voiceover gives the film the quality of an ancient legend being recounted."
      },
      {
        q: "Which actor played Conan's father in the 1982 film's opening prologue, where he teaches the young Conan the philosophy of steel?",
        opts: ["Sven-Ole Thorsen", "Ben Davidson", "William Smith", "Jorge Rivero"],
        a: 2,
        note: "William Smith, a physically imposing character actor known for dozens of tough-guy roles, delivered one of the film's most memorable lines in his brief role as Conan's father: 'This you can trust' — tapping his sword."
      },
      {
        q: "In the 1982 film, what is the name of the ageing king — played by Max von Sydow — who hires Conan to rescue his daughter from Thulsa Doom's cult?",
        opts: ["Zarkon", "Osric", "Yildiz", "Conan's master"],
        a: 1,
        note: "King Osric is one of the film's more complex figures — a powerful ruler who cannot protect his own child from religious fanaticism. Max von Sydow lends the small role considerable weight, turning a brief scene into something genuinely affecting."
      },
      {
        q: "Who played Conan's Hyrkanian companion Subotai in the 1982 film? He was a professional athlete rather than a trained actor.",
        opts: ["Jorge Rivero", "Sven-Ole Thorsen", "Gerry Lopez", "Ben Davidson"],
        a: 2,
        note: "Gerry Lopez, a legendary professional surfer from Hawaii, was cast largely for his natural physical charisma. His easy chemistry with Schwarzenegger works well on screen, and Lopez went on to appear in other films while remaining a surfing icon."
      },
      {
        q: "Which actress — later best known for her role in the TV series 'The Wonder Years' — played Princess Jehnna in 'Conan the Destroyer' (1984)?",
        opts: ["Demi Moore", "Sarah Jessica Parker", "Olivia d'Abo", "Helena Bonham Carter"],
        a: 2,
        note: "Olivia d'Abo played the naive princess Jehnna, secretly destined to be sacrificed. She was 16 during filming. Her later fame came mainly from 'The Wonder Years' (1988–93), where she played Kevin Arnold's older sister."
      },
      {
        q: "What is the name of the monstrous god that Conan and his companions battle in the climax of 'Conan the Destroyer' (1984)?",
        opts: ["Set", "Yog", "Dagoth", "The Devourer"],
        a: 2,
        note: "Dagoth, the Dreaming God, is awakened through Princess Jehnna's unwilling sacrifice. The creature effects were designed by Carlo Rambaldi (creator of E.T.). The sequence remains one of the more memorable monster climaxes of 1980s fantasy cinema."
      },
      {
        q: "What was the title of the planned third Schwarzenegger Conan film, scripted by John Milius, that spent years in development but was never produced?",
        opts: ["Conan the Conqueror", "Conan Forever", "King Conan: Crown of Iron", "Conan the King"],
        a: 2,
        note: "'King Conan: Crown of Iron' was repeatedly announced and shelved through the 1990s and 2000s. Milius's script reportedly dealt with an ageing King Conan confronting mortality. Schwarzenegger's political career as California Governor ultimately killed the project."
      },
      {
        q: "In the 2011 'Conan the Barbarian' reboot, which actor played Corin — Conan's father — who is killed in a Khalar Zym raid on Cimmeria?",
        opts: ["Ray Winstone", "Ron Perlman", "Clancy Brown", "Mark Strong"],
        a: 1,
        note: "Ron Perlman, best known for 'Hellboy' and 'Sons of Anarchy,' brought physicality and gravity to Corin's short but pivotal role. The Cimmerian raid sequence that opens the 2011 film is widely considered its strongest section."
      }
    ]
  },
  9: {
    name: "Savage REH",
    icon: "💀",
    label: "REH STORIES · SAVAGE MODE",
    questions: [
      {
        q: "Howard's 'The Phoenix on the Sword' was a reworked version of an earlier Kull of Atlantis story. What was the original Kull story called?",
        opts: ["By This Axe I Rule!", "The Shadow Kingdom", "The Mirrors of Tuzun Thune", "Kings of the Night"],
        a: 0,
        note: "Howard recycled the plot of the unpublished 'By This Axe I Rule!' — a Kull story about a palace conspiracy — into 'The Phoenix on the Sword,' the very first published Conan story. The rewrite added Thoth-Amon and a supernatural dimension absent from the Kull version."
      },
      {
        q: "In 'Red Nails,' what are the names of the two rival factions warring inside the sealed city of Xuchotl?",
        opts: ["The Zlataloc and the Chivatal", "The Tecuhltli and the Xotalanc", "The Tascela and the Tolkemec", "The Valdric and the Zaral"],
        a: 1,
        note: "The Tecuhltli and the Xotalanc have fought a war of mutual extermination for so long that the original cause is barely remembered. Howard uses the sealed city as a bleak metaphor — civilisation as a trap that amplifies rather than reduces savagery."
      },
      {
        q: "In 'The Jewels of Gwahlur,' what is the name of the lost city where the legendary Teeth of Gwahlur are hidden?",
        opts: ["Xuchotl", "Yanaidar", "Alkmeenon", "Dagon"],
        a: 2,
        note: "Alkmeenon is an ancient forbidden city preserved in eerie stillness — its 'oracle' a woman kept in suspended animation for centuries to serve its priests. Conan's discovery of the deception is the story's central turn."
      },
      {
        q: "In 'A Witch Shall Be Born,' which character rescues Conan from crucifixion in the desert?",
        opts: ["Prospero of Poitain", "Pallantides the armsman", "Olgerd Vladislav", "Servius Galannus"],
        a: 2,
        note: "Olgerd Vladislav, a Zaporoskan outlaw leading a band of kozaki brigands, rescues Conan from the cross — only to later lose leadership of the band to Conan himself. The crucifixion in 'A Witch Shall Be Born' is one of Howard's most striking scenes."
      },
      {
        q: "In 'The Scarlet Citadel,' Conan is defeated and imprisoned by which sorcerer, and who does he find already imprisoned there?",
        opts: ["Tsotha-lanti imprisons him; he finds Pelias", "Thoth-Amon imprisons him; he finds Xaltotun", "Natohk imprisons him; he finds Khemsa", "Yara imprisons him; he finds Yag-kosha"],
        a: 0,
        note: "Tsotha-lanti, the grotesque sorcerer-king of Koth, defeats Conan in battle and throws him in his dungeon. There Conan discovers Pelias, a fellow prisoner — a sorcerer who becomes the key to Conan's escape and eventual revenge."
      },
      {
        q: "Howard wrote a detailed essay laying out the history and prehistory of his fictional world. What is it called?",
        opts: ["The Nemedian Chronicles", "The Hyborian Age", "The History of Hyboria", "Notes on the Conan World"],
        a: 1,
        note: "'The Hyborian Age' was Howard's private reference document tracing the rise and fall of his fictional civilisations from post-Atlantean prehistory to the recognisable ancient world. Never published in his lifetime, it remains the definitive map of Howard's imagination."
      },
      {
        q: "Which Howard story is set in a city where an ancient dream-eating entity called Thog is worshipped by near-comatose inhabitants?",
        opts: ["The Devil in Iron", "The Slithering Shadow", "Red Nails", "The Pool of the Black One"],
        a: 1,
        note: "'The Slithering Shadow' (also published as 'Xuthal of the Dusk') is one of Howard's most atmospheric Conan stories — a city of drugged, half-sleeping people sustained by an ancient horror that feeds on their dreams and occasionally devours them outright."
      },
      {
        q: "Which is the only full novel-length Conan story Howard ever wrote — as opposed to novellas and short stories?",
        opts: ["Beyond the Black River", "Red Nails", "The Hour of the Dragon", "The People of the Black Circle"],
        a: 2,
        note: "'The Hour of the Dragon' (also published as 'Conan the Conqueror') was written specifically for the British book market and serialised in Weird Tales from 1935-36. It is Howard's only Conan novel and one of his finest achievements."
      },
      {
        q: "In 'Beyond the Black River,' Howard ends the story with a line often cited as the key to his entire philosophy. Which is it?",
        opts: ['"Barbarism is the natural state of mankind"', '"Steel is the only god worth praying to"', '"A man lives as long as his sword arm is strong"', '"Civilisation is a prison built on bones"'],
        a: 0,
        note: "'Barbarism is the natural state of mankind,' Howard writes at the story's close. 'Civilisation is unnatural. It is a whim of circumstance. And barbarism must always ultimately triumph.' Few lines better capture Howard's worldview — and his Conan."
      },
      {
        q: "In which Howard story does Conan encounter an ape-man named Thak, intelligent enough to wear human clothes and become entangled in a political conspiracy?",
        opts: ["The Tower of the Elephant", "Rogues in the House", "The God in the Bowl", "The Scarlet Citadel"],
        a: 1,
        note: "Thak in 'Rogues in the House' is one of Howard's most unsettling creations — a being of enormous strength and low cunning who has learned to move among humans. His fight with Conan is one of the most viscerally described physical encounters in all of Howard's work."
      }
    ]
  },
  10: {
    name: "Savage Pastiches",
    icon: "💀",
    label: "PASTICHES · SAVAGE MODE",
    questions: [
      {
        q: "Robert Jordan wrote six Conan novels for Tor Books before the Wheel of Time career took off. What was his first?",
        opts: ["Conan the Defender", "Conan the Invincible", "Conan the Unconquered", "Conan the Victorious"],
        a: 1,
        note: "'Conan the Invincible' (1982) launched Robert Jordan's Conan run. Jordan — born James Oliver Rigney Jr. — would write five more before 'The Eye of the World' made him one of fantasy's biggest names. His Conan books remain among the most action-packed entries in the pastiche tradition."
      },
      {
        q: "Karl Edward Wagner, author of the dark fantasy 'Kane' series, wrote a single Conan pastiche novel. What was it?",
        opts: ["The Road of Kings", "Conan the Rebel", "Conan and the Spider God", "The Sword of Skelos"],
        a: 0,
        note: "'The Road of Kings' (1979) stands apart from most pastiches for its darker, more literary tone — fitting for Wagner, whose Kane stories are among the finest sword and sorcery ever written. It is frequently cited as one of the best Conan pastiche novels."
      },
      {
        q: "Which author wrote 'Conan and the Spider God' (1980), set in Howard's Hyborian equivalent of ancient India?",
        opts: ["Lin Carter", "L. Sprague de Camp", "Björn Nyberg", "John Maddox Roberts"],
        a: 1,
        note: "'Conan and the Spider God' by L. Sprague de Camp is set in Vendhya — Howard's fantasy India — and involves Conan entangled with devotees of a spider deity. De Camp was the primary architect of the Conan pastiche tradition and the editor behind the first major Howard compilations."
      },
      {
        q: "A Swedish fan named Björn Nyberg wrote an early Conan novel that was revised by L. Sprague de Camp and published in English. What was its English title?",
        opts: ["Conan the Wanderer", "Conan the Avenger", "Conan of the Isles", "Conan the Freebooter"],
        a: 1,
        note: "Nyberg's novel was published as 'Conan the Avenger' (originally 'The Return of Conan', 1957) after revision by de Camp. Nyberg was a Swedish enthusiast who had corresponded with de Camp — a remarkable early example of organised Conan fandom producing a novel-length work."
      },
      {
        q: "Which Conan pastiche author is best known outside the genre as the writer of the long-running SPQR Roman mystery novel series?",
        opts: ["Steve Perry", "Roland Green", "John Maddox Roberts", "Leonard Carpenter"],
        a: 2,
        note: "John Maddox Roberts, who wrote six Conan novels for Tor Books in the 1980s-90s, went on to wider fame as the author of the SPQR series — historical mysteries set in ancient Rome. His Conan novels are among the more carefully crafted entries in the pastiche tradition."
      },
      {
        q: "In 'Conan the Liberator,' the pastiche depicting Conan's rise to the Aquilonian throne, which king does Conan depose?",
        opts: ["Vilerus", "Numedides", "Tarascus", "Strabonus"],
        a: 1,
        note: "Numedides is the corrupt Aquilonian king whose throat Conan eventually cuts to claim the throne — an event Howard established as backstory in 'The Phoenix on the Sword' but never depicted directly. 'Conan the Liberator' (1979) by de Camp and Carter dramatises this pivotal moment."
      },
      {
        q: "Which Conan pastiche novel, co-written by de Camp and Carter, was written entirely without any Howard source material — set largely at sea and entirely original?",
        opts: ["Conan the Wanderer", "Conan the Buccaneer", "Conan of the Isles", "Conan the Swordsman"],
        a: 1,
        note: "'Conan the Buccaneer' (1971) by de Camp and Carter was a fully original creation — no Howard fragments or outlines involved. It sends Conan across the Western Ocean on a pirate adventure and was one of the first entirely invented Conan novels, setting a template for the pastiche era that followed."
      },
      {
        q: "L. Sprague de Camp and Lin Carter organised their Conan compilations by placing stories in a specific sequence. What was the basis for this order?",
        opts: ["Publication date of the original Howard stories", "An invented internal chronology of Conan's life from youth to old age", "Geographical location of each adventure", "Alphabetical order by title"],
        a: 1,
        note: "De Camp and Carter constructed an internal chronology for Conan's fictional life — from his teenage years as a thief to his eventual kingship. This 'canonical' timeline, though controversial among Howard purists, defined how most readers experienced Conan for decades."
      },
      {
        q: "The pastiche novel 'Conan the Liberator' (1979) by de Camp and Carter depicts which key event in Conan's life never written by Howard?",
        opts: ["His first voyage across the Western Ocean", "His overthrow of King Numedides to claim the throne of Aquilonia", "His escape from slavery in Stygia", "His defeat of Thoth-Amon in the god's own temple"],
        a: 1,
        note: "'Conan the Liberator' dramatises Conan's military campaign to overthrow King Numedides and claim the Aquilonian throne — an event Howard established as backstory but never depicted directly. It's one of the more historically significant entries in the pastiche canon."
      },
      {
        q: "Which of the following Conan novels was NOT written by Robert Jordan for the Tor Books series?",
        opts: ["Conan the Invincible", "Conan the Defender", "Conan and the Spider God", "Conan the Magnificent"],
        a: 2,
        note: "'Conan and the Spider God' was written by L. Sprague de Camp (1980), not Jordan. Jordan's six Tor Conan novels were: 'Conan the Invincible,' 'Conan the Defender,' 'Conan the Unconquered,' 'Conan the Triumphant,' 'Conan the Magnificent,' and 'Conan the Victorious.'"
      }
    ]
  },
  11: {
    name: "Savage Comics",
    icon: "💀",
    label: "COMICS · SAVAGE MODE",
    questions: [
      {
        q: "Barry Windsor-Smith's art style changed dramatically across his Marvel Conan run. Which tradition most influenced his later, more refined issues?",
        opts: ["Japanese manga", "Art Nouveau and Pre-Raphaelite painting", "Abstract expressionism", "Classical Greek sculpture illustration"],
        a: 1,
        note: "Windsor-Smith's earliest Conan issues showed a strong Jack Kirby influence — dynamic and bold. By his final issues the style had evolved toward the decorative elegance of Art Nouveau and the detailed figure work of Pre-Raphaelite painters. His development across this run was extraordinary."
      },
      {
        q: "How many issues did 'Savage Sword of Conan' run in total before Marvel ended the series?",
        opts: ["112", "175", "235", "300"],
        a: 2,
        note: "'Savage Sword of Conan' ran for 235 issues from 1974 to 1995 — one of Marvel's longest-running titles ever. Its black-and-white magazine format allowed for longer, darker stories than the colour comics line, making it a favourite among serious Conan readers for over two decades."
      },
      {
        q: "Which artist drew the majority of 'Savage Sword of Conan' magazine from the mid-1970s onward, becoming the definitive Conan artist for a generation?",
        opts: ["Barry Windsor-Smith", "Neal Adams", "John Buscema", "Gil Kane"],
        a: 2,
        note: "John Buscema drew hundreds of Conan issues across both 'Conan the Barbarian' and 'Savage Sword,' his powerful, anatomically precise figure work becoming the default visual interpretation of the character. His collaboration with inker Alfredo Alcala produced some of the title's finest pages."
      },
      {
        q: "Frank Frazetta's Lancer/Ace paperback covers defined Conan visually for a generation. Which of these is the name of his most iconic single Conan image?",
        opts: ["The Frost Giant's Daughter", "Conan the Conqueror", "The Tower of the Elephant", "Red Nails"],
        a: 1,
        note: "Frazetta's painting used as the cover of 'Conan the Conqueror' — showing Conan seated on a skull-strewn throne, sword across his knee — is probably his single most reproduced and recognised image. His series of Conan covers effectively replaced Howard's own prose descriptions as the popular image of the character."
      },
      {
        q: "The Dark Horse Conan series launched in 2003. Which creative team was responsible for the initial run?",
        opts: ["Tim Truman and Cary Nord", "Kurt Busiek and Cary Nord", "Brian Wood and Becky Cloonan", "Mike Mignola and Cary Nord"],
        a: 1,
        note: "Kurt Busiek and artist Cary Nord launched Dark Horse's Conan series to critical acclaim in 2003, staying close to Howard's source material while Nord's atmospheric, painterly art established a new visual identity for the character in comics."
      },
      {
        q: "Which Marvel Conan title launched in 1974 was exempt from the Comics Code Authority due to its publication format?",
        opts: ["Giant-Size Conan", "Savage Tales", "King Conan", "Savage Sword of Conan"],
        a: 3,
        note: "'Savage Sword of Conan' launched in 1974 as a black-and-white magazine — a format outside the Comics Code's jurisdiction. This allowed darker themes, more graphic violence, and longer stories. It ran for 235 issues, making it one of Marvel's longest-running titles."
      },
      {
        q: "Which inker worked most frequently with John Buscema on 'Savage Sword of Conan,' their partnership producing some of the magazine's most celebrated pages?",
        opts: ["Tom Palmer", "Alfredo Alcala", "Klaus Janson", "Joe Sinnott"],
        a: 1,
        note: "Alfredo Alcala, a prolific Filipino artist and inker, became the definitive inker for John Buscema's Conan work in 'Savage Sword.' His dense, detailed inking style complemented Buscema's powerful pencils perfectly, and their collaboration defined the visual identity of the magazine for much of its run."
      },
      {
        q: "The Titan Comics Conan the Barbarian Omnibus series reprints which era of Conan comics history?",
        opts: ["Roy Thomas and Barry Windsor-Smith's original Marvel run from 1970", "Kurt Busiek and Cary Nord's Dark Horse run", "Brian Wood's Dark Horse run from 2012", "Jim Zub's current Titan Comics series"],
        a: 0,
        note: "Titan Comics has published large hardcover omnibuses collecting Roy Thomas's original Marvel Conan run from 1970 onward, beginning with the Barry Windsor-Smith issues. These editions are now the primary way to read the classic Marvel Conan comics in print."
      },
      {
        q: "Which 2023 Titan Comics story arc launched Jim Zub's current Conan series?",
        opts: ["Blood of the Serpent", "The Eye of Set", "Bound in Black Stone", "Cimmerian Darkness"],
        a: 2,
        note: "'Bound in Black Stone' launched Jim Zub and Roberto De La Torre's Titan Comics era in 2023. The arc established a darker, more horror-inflected tone and was collected as the first trade paperback volume of the new series."
      },
      {
        q: "Jim Zub's Titan Comics 'Conan the Barbarian' series won which award for 2024?",
        opts: ["Eisner Award for Best Ongoing Series", "Harvey Award for Best New Series", "Best Ongoing Comic Series (Rue Morgue Magazine)", "Eagle Award for Favourite American Comic"],
        a: 2,
        note: "Jim Zub's 'Conan the Barbarian' won Best Ongoing Comic Series from Rue Morgue Magazine for 2024 — a fitting honour from a publication dedicated to horror and dark fantasy, recognising the series' commitment to Conan's darker, more violent roots."
      }
    ]
  },
  12: {
    name: "Savage Films",
    icon: "💀",
    label: "FILMS & TV · SAVAGE MODE",
    questions: [
      {
        q: "Who composed the orchestral score for the 1982 'Conan the Barbarian'?",
        opts: ["John Williams", "Jerry Goldsmith", "Basil Poledouris", "Ennio Morricone"],
        a: 2,
        note: "Basil Poledouris's score is one of cinema's great fantasy soundtracks — heavily influenced by Wagner and other classical composers, with choral passages of real power. It's widely considered among the finest film scores of the 1980s and has been performed at concert halls worldwide."
      },
      {
        q: "Who directed 'Conan the Destroyer' (1984)?",
        opts: ["John Milius", "Richard Fleischer", "Paul Verhoeven", "Walter Hill"],
        a: 1,
        note: "Richard Fleischer — the veteran director of '20,000 Leagues Under the Sea' and 'Soylent Green' — directed 'Conan the Destroyer.' The deliberately more family-friendly tone aimed at a PG rating was a commercial decision that many fans felt diluted the raw power of Milius's original."
      },
      {
        q: "In the 1982 film, Thulsa Doom can transform into which animal?",
        opts: ["A wolf", "A cobra", "A hawk", "A jaguar"],
        a: 1,
        note: "Thulsa Doom's transformation into a giant cobra — a gift from Set — is one of the 1982 film's most striking visual moments. James Earl Jones's performance makes Doom memorable despite bearing almost no resemblance to Howard's original Thulsa Doom, who was a lich-like sorcerer from the Kull stories."
      },
      {
        q: "The 1982 'Conan the Barbarian' screenplay was co-written by John Milius and which future Oscar-winning filmmaker?",
        opts: ["Francis Ford Coppola", "Oliver Stone", "Paul Schrader", "Robert Towne"],
        a: 1,
        note: "Oliver Stone co-wrote the original 'Conan' screenplay with John Milius. Stone would go on to direct 'Platoon,' 'Wall Street,' and 'JFK.' Milius substantially revised the script, but Stone's contribution to the project's early development is well documented."
      },
      {
        q: "Which actor played the Wizard Akiro in both 'Conan the Barbarian' (1982) and 'Conan the Destroyer' (1984)?",
        opts: ["Pat Morita", "Mako", "James Hong", "Soon-Tek Oh"],
        a: 1,
        note: "Mako Iwamatsu (known simply as Mako) appeared in both films as the Wizard, providing narration and comic relief. A respected stage and screen actor, Mako brought unexpected warmth to the role — his narration opens both films."
      },
      {
        q: "The 2011 'Conan the Barbarian' reboot was directed by whom?",
        opts: ["Marcus Nispel", "Rob Cohen", "Len Wiseman", "Brett Ratner"],
        a: 0,
        note: "Marcus Nispel — who had directed remakes of 'The Texas Chain Saw Massacre' and 'Friday the 13th' — helmed the 2011 Conan film with Jason Momoa. Despite a strong lead performance, the film underperformed at the box office and scuppered plans for a sequel."
      },
      {
        q: "Which actress played the sorceress Marique — the film's most memorable villain — in the 2011 'Conan the Barbarian'?",
        opts: ["Rose McGowan", "Rachel Nichols", "Amber Heard", "Megan Fox"],
        a: 0,
        note: "Rose McGowan played Marique, the sorceress daughter of the main antagonist Khalar Zym (Stephen Lang). Critics generally agreed her committed, unhinged performance was the film's most compelling element — largely stealing scenes from the rest of the cast."
      },
      {
        q: "The famous opening monologue of the 1982 film — read by Mako — begins with which line?",
        opts: ['"Between the time when the oceans drank Atlantis..."', '"In the beginning, there was nothing but darkness..."', '"Know, O Prince, that between the years..."', '"Before the dawn of recorded history..."'],
        a: 0,
        note: "The monologue begins: 'Between the time when the oceans drank Atlantis, and the rise of the sons of Aryas, there was an age undreamed of…' It's a near-direct quote from Howard's own prose and one of cinema's great opening lines — instantly setting the mythic, barbarian tone."
      },
      {
        q: "In the early 2010s, Arnold Schwarzenegger announced a new Conan project intended as a direct sequel to the 1982 film. What was it called?",
        opts: ["Conan Forever", "The Legend of Conan", "King Conan", "Conan Returns"],
        a: 1,
        note: "'The Legend of Conan' was announced around 2012-2013, with Schwarzenegger promoting the concept of an older, grey-bearded King Conan facing a final great challenge. Despite years of enthusiastic announcements, the project never materialised — quietly shelved as Schwarzenegger's career moved elsewhere."
      },
      {
        q: "The 1992 animated series 'Conan the Adventurer' featured Conan battling which supernatural enemies?",
        opts: ["Pictish warriors", "Stygian cultists of Set", "Snake Men from a star-metal dimension", "Skeleton warriors of the underworld"],
        a: 2,
        note: "'Conan the Adventurer' (1992-93) pitted Conan against the Snake Men — beings banished from Earth who sought to return. The show significantly sanitised Howard's world for a children's audience but introduced a generation to Conan, running for 65 episodes across two seasons."
      }
    ]
  }
};

// ── STATE ──
let mode = 'section';   // 'section' or 'all'
let sectionOrder = [];  // sections to play through
let currentSectionIdx = 0;
let currentSection = null;
let currentQ = 0;
let answered = false;
let scores = { 1: null, 2: null, 3: null, 4: null, 5: null, 6: null, 7: null, 8: null, 9: null, 10: null, 11: null, 12: null };

function goToSection(n) {
  document.querySelectorAll('.tab-btn').forEach(b => b.classList.remove('active'));
  document.querySelector(`[data-section="${n}"]`).classList.add('active');
  if (n === 0) showIntro();
  else startSection(n);
}

function showIntro() {
  hide('quiz-area');
  hide('section-results');
  hide('final-results');
  show('intro');
  backToModePicker();
}

function showDifficulty(d) {
  qs('mode-picker-btns').style.display = 'none';
  qs('easy-section-cards').style.display = d === 'easy' ? 'block' : 'none';
  qs('hard-section-cards').style.display = d === 'hard' ? 'block' : 'none';
  qs('savage-section-cards').style.display = d === 'savage' ? 'block' : 'none';
}

function backToModePicker() {
  qs('mode-picker-btns').style.display = 'block';
  qs('easy-section-cards').style.display = 'none';
  qs('hard-section-cards').style.display = 'none';
  qs('savage-section-cards').style.display = 'none';
}

function startEasyGauntlet() {
  mode = 'all'; sectionOrder = [1, 2, 3, 4]; currentSectionIdx = 0; beginSection(1);
}

function startHardGauntlet() {
  mode = 'all'; sectionOrder = [5, 6, 7, 8]; currentSectionIdx = 0; beginSection(5);
}

function startSavageGauntlet() {
  mode = 'all'; sectionOrder = [9, 10, 11, 12]; currentSectionIdx = 0; beginSection(9);
}

function startSection(n) {
  mode = 'section';
  sectionOrder = [n];
  currentSectionIdx = 0;
  beginSection(n);
}

function startAll() {
  mode = 'all';
  sectionOrder = [1, 2, 3, 4, 5, 6, 7, 8];
  currentSectionIdx = 0;
  beginSection(sectionOrder[0]);
}

function beginSection(n) {
  currentSection = n;
  currentQ = 0;
  answered = false;
  hide('intro');
  hide('section-results');
  hide('final-results');
  show('quiz-area');
  setActiveTab(n);
  showQuestion();
}

function showQuestion() {
  const sec = SECTIONS[currentSection];
  const q = sec.questions[currentQ];
  const total = sec.questions.length;

  qs('progress-fill').style.width = ((currentQ / total) * 100) + '%';
  qs('q-counter').textContent = `Question ${currentQ + 1} of ${total}`;
  qs('section-label').textContent = sec.label;

  // Re-render question with animation
  const wrap = qs('question-wrap');
  wrap.style.animation = 'none';
  wrap.offsetHeight; // reflow
  wrap.style.animation = '';

  qs('q-text').textContent = q.q;

  const letters = ['A', 'B', 'C', 'D'];
  qs('options').innerHTML = '';
  q.opts.forEach((opt, i) => {
    const btn = document.createElement('button');
    btn.className = 'option-btn';
    btn.innerHTML = `<span class="opt-letter">${letters[i]}</span>${opt}`;
    btn.onclick = () => selectAnswer(i);
    qs('options').appendChild(btn);
  });

  qs('feedback').className = 'feedback-box';
  qs('feedback').innerHTML = '';
  qs('next-btn').className = 'next-btn';
  answered = false;
}

function selectAnswer(chosen) {
  if (answered) return;
  answered = true;

  const sec = SECTIONS[currentSection];
  const q = sec.questions[currentQ];
  const buttons = qs('options').querySelectorAll('.option-btn');
  const correct = q.a;
  const isRight = chosen === correct;

  buttons.forEach((btn, i) => {
    btn.disabled = true;
    if (i === correct) {
      btn.classList.add(isRight || i !== chosen ? (i === correct ? 'reveal' : '') : 'reveal');
      if (!isRight) btn.classList.add('reveal');
      else btn.classList.add('correct');
    }
    if (i === chosen && !isRight) btn.classList.add('wrong');
    if (i === correct && isRight) btn.classList.add('correct');
  });
  // Always highlight the correct answer
  if (!isRight) buttons[correct].classList.add('reveal');

  // Track score
  if (!q._answered) {
    q._answered = true;
    q._correct = isRight;
  }

  const fb = qs('feedback');
  fb.innerHTML = `<strong>${isRight ? '✓ Correct!' : '✗ Wrong'}</strong>${q.note}`;
  fb.className = `feedback-box show ${isRight ? 'correct-fb' : 'wrong-fb'}`;

  qs('next-btn').className = 'next-btn show';
}

function nextQuestion() {
  const sec = SECTIONS[currentSection];
  currentQ++;
  if (currentQ >= sec.questions.length) {
    showSectionResults();
  } else {
    showQuestion();
  }
}

function showSectionResults() {
  const sec = SECTIONS[currentSection];
  const total = sec.questions.length;
  const correct = sec.questions.filter(q => q._correct).length;
  const pct = Math.round((correct / total) * 100);

  scores[currentSection] = correct;
  updateTabScore(currentSection, correct, total);
  markTabDone(currentSection);

  hide('quiz-area');
  show('section-results');

  qs('progress-fill').style.width = '100%';

  let icon, title, verdict;
  if (pct === 100) { icon = '👑'; title = 'By Crom, Perfect!'; verdict = 'You know these tales as well as the Nemedian Chronicles themselves.'; }
  else if (pct >= 80) { icon = '⚔️'; title = 'Mighty Cimmerian!'; verdict = 'Conan himself would raise a flagon of wine in your honour.'; }
  else if (pct >= 60) { icon = '🗡️'; title = 'A Worthy Adventurer'; verdict = 'Good knowledge — but the crypts of Stygia still hold secrets from you.'; }
  else if (pct >= 40) { icon = '🔥'; title = 'Green Recruit'; verdict = 'You\'ve heard the stories, but need to spend more time in the taverns of Shadizar.'; }
  else { icon = '💀'; title = 'Crom Laughs!'; verdict = 'The grim god of Cimmeria has noted your performance. Try again, and shame him less.'; }

  qs('result-icon').textContent = icon;
  qs('result-title').textContent = `${sec.name}: ${title}`;
  qs('result-score-display').textContent = `${correct} / ${total}`;
  qs('result-verdict').textContent = verdict;
  renderBook('section-book');

  const btnsEl = qs('result-btns');
  btnsEl.innerHTML = '';

  // Retry this section
  const retry = document.createElement('button');
  retry.className = 'result-btn secondary';
  retry.textContent = '↩ Retry Section';
  retry.onclick = () => retrySectionResults();
  btnsEl.appendChild(retry);

  if (mode === 'all') {
    currentSectionIdx++;
    if (currentSectionIdx < sectionOrder.length) {
      const nextSec = sectionOrder[currentSectionIdx];
      const next = document.createElement('button');
      next.className = 'result-btn primary';
      next.textContent = `Next: ${SECTIONS[nextSec].name} →`;
      next.onclick = () => beginSection(nextSec);
      btnsEl.appendChild(next);
    } else {
      const finish = document.createElement('button');
      finish.className = 'result-btn primary';
      finish.textContent = '🏆 See Final Results';
      finish.onclick = showFinalResults;
      btnsEl.appendChild(finish);
    }
  } else {
    const home = document.createElement('button');
    home.className = 'result-btn primary';
    home.textContent = '⚔ Back to Start';
    home.onclick = () => { hide('section-results'); showIntro(); };
    btnsEl.appendChild(home);
  }
}

function retrySectionResults() {
  // Reset current section's question state
  SECTIONS[currentSection].questions.forEach(q => { delete q._answered; delete q._correct; });
  hide('section-results');
  beginSection(currentSection);
}

function showFinalResults() {
  hide('section-results');
  show('final-results');
  setActiveTab(0);

  const totalCorrect = Object.values(scores).reduce((a, b) => (a || 0) + (b || 0), 0);
  const totalQ = sectionOrder.reduce((sum, n) => sum + SECTIONS[n].questions.length, 0);
  const pct = Math.round((totalCorrect / totalQ) * 100);

  qs('grand-score').textContent = `${totalCorrect} / ${totalQ}`;

  let verdict;
  if (pct === 100) verdict = "Impossible. You must be a Cimmerian scholar reborn. The gods of the Hyborian Age salute you.";
  else if (pct >= 90) verdict = "The Nemedian Chronicles would hire you on the spot. An exceptional performance by any standard.";
  else if (pct >= 75) verdict = "Conan would call you a trusted companion. Your lore runs deep across all four realms of the saga.";
  else if (pct >= 60) verdict = "A solid adventurer. You know the important tales — but a few more nights with the scrolls of Zamora wouldn't hurt.";
  else if (pct >= 40) verdict = "You've heard the name Conan and seen a film or two. The deep lore still awaits your discovery.";
  else verdict = "Crom is displeased. He cares not for the prayers of weaklings — but perhaps he'll grant you another chance.";

  qs('grand-verdict').textContent = verdict;
  renderBook('final-book');

  // Breakdown
  const rows = qs('breakdown-rows');
  rows.innerHTML = '';
  sectionOrder.forEach(n => {
    const s = scores[n];
    const qCount = SECTIONS[n].questions.length;
    const score = s !== null ? s : '—';
    const barPct = s !== null ? (s / qCount) * 100 : 0;
    const row = document.createElement('div');
    row.className = 'breakdown-row';
    row.innerHTML = `
      <span class="breakdown-section">${SECTIONS[n].icon} ${SECTIONS[n].name}</span>
      <div class="breakdown-bar-wrap"><div class="breakdown-bar" style="width:${barPct}%"></div></div>
      <span class="breakdown-val">${score !== '—' ? score + '/' + qCount : '—'}</span>
    `;
    rows.appendChild(row);
  });
}

function resetAll() {
  [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12].forEach(n => {
    scores[n] = null;
    SECTIONS[n].questions.forEach(q => { delete q._answered; delete q._correct; });
    const el = qs(`tab-score-${n}`);
    if (el) el.textContent = '';
    const tab = document.querySelector(`[data-section="${n}"]`);
    if (tab) tab.classList.remove('done');
  });
  hide('final-results');
  showIntro();
  setActiveTab(0);
}

// ── HELPERS ──
function show(id) { document.getElementById(id).style.display = 'block'; }
function hide(id) { document.getElementById(id).style.display = 'none'; }
function qs(id) { return document.getElementById(id); }

function setActiveTab(n) {
  document.querySelectorAll('.tab-btn').forEach(b => b.classList.remove('active'));
  const t = document.querySelector(`[data-section="${n}"]`);
  if (t) t.classList.add('active');
}

function updateTabScore(n, correct, total) {
  const el = qs(`tab-score-${n}`);
  if (el) el.textContent = `${correct}/${total}`;
}

function markTabDone(n) {
  const tab = document.querySelector(`[data-section="${n}"]`);
  if (tab) tab.classList.add('done');
}
</script>
</div><!-- #cq-wrap -->
</body>
</html>



<div class="wp-block-kadence-spacer aligncenter kt-block-spacer-1649_f45742-1e"><div class="kt-block-spacer kt-block-spacer-halign-center"><hr class="kt-divider"/></div></div>



<p class="wp-block-paragraph">I hope you enjoyed this Conan quiz! Let me know your scores in the comments at the bottom!</p>



<div class="wp-block-kadence-spacer aligncenter kt-block-spacer-1649_db43c7-5c"><div class="kt-block-spacer kt-block-spacer-halign-center"><hr class="kt-divider"/></div></div>
]]></content:encoded>
					
					<wfw:commentRss>https://howard-verse.com/conan-the-barbarian-quiz/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Conan the Barbarian Quotes: What Is Best in Life?</title>
		<link>https://howard-verse.com/conan-the-barbarian-quotes/</link>
					<comments>https://howard-verse.com/conan-the-barbarian-quotes/#respond</comments>
		
		<dc:creator><![CDATA[Iron_Davith]]></dc:creator>
		<pubDate>Thu, 21 May 2026 11:20:32 +0000</pubDate>
				<category><![CDATA[Conan]]></category>
		<category><![CDATA[Bran Mak Morn]]></category>
		<category><![CDATA[Howard-Verse]]></category>
		<category><![CDATA[Kull]]></category>
		<category><![CDATA[Solomon Kane]]></category>
		<category><![CDATA[Lore]]></category>
		<category><![CDATA[Novels]]></category>
		<category><![CDATA[Short Stories]]></category>
		<guid isPermaLink="false">https://howard-verse.com/?p=1606</guid>

					<description><![CDATA[The best Conan the Barbarian quotes from the 1982 film and Robert E. Howard’s original stories, including “what is best in life”, Crom, Kull, Solomon Kane and more.]]></description>
										<content:encoded><![CDATA[
<p class="has-medium-font-size wp-block-paragraph"><em>Disclosure: This post is reader-powered and contains affiliate links. If you click through and make a purchase, I may earn a commission at no additional cost to you.</em></p>



<h2 class="wp-block-heading"><strong>What is best in life? The famous Conan the Barbarian quote</strong></h2>



<p class="wp-block-paragraph">Without a doubt, the most famous Conan quote is this one:</p>



<p class="wp-block-paragraph">“To crush your enemies, see them driven before you, and to hear the lamentations of their women.”</p>



<p class="wp-block-paragraph">It is Conan’s answer to the question: “What is best in life?”</p>



<p class="wp-block-paragraph">I was lucky enough to see the 1982 <em>Conan the Barbarian</em> film in the cinema again a few years ago, and the whole crowd absolutely roared at this part. It is brutal, iconic, and somehow perfect.</p>



<p class="wp-block-paragraph">But did you know it is not actually a Robert E. Howard quote? More on that below, but for now&#8230;enough talk! Let the generator choose a quote.</p>



<style>

  .hv-generator {
    --hv-bg: #14100c;
    --hv-bg-2: #1c1612;
    --hv-parchment: #efe3c8;
    --hv-parchment-dim: #c9b994;
    --hv-blood: #8b1a1a;
    --hv-blood-bright: #b32424;
    --hv-gold: #c9a24e;
    --hv-gold-bright: #e8c46a;
    --hv-rule: #5a4a32;
    --serif: "Trajan Pro", "Cinzel", "Cormorant Garamond", "Playfair Display", Georgia, "Times New Roman", serif;
    --serif-body: "EB Garamond", "Cormorant Garamond", Georgia, "Times New Roman", serif;
  }

  .hv-generator, .hv-generator * { box-sizing: border-box; }

  .hv-generator {
    margin: 0;
    padding: 3rem 1.25rem 5rem;
    background: var(--hv-bg);
    color: var(--hv-parchment);
    font-family: var(--serif-body);
  }
  .hv-generator {
    background:
      radial-gradient(ellipse at top, rgba(201,162,78,0.08), transparent 60%),
      radial-gradient(ellipse at bottom, rgba(139,26,26,0.10), transparent 70%),
      var(--hv-bg);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 1.25rem 5rem;
  }

  .hv-wrap {
    width: 100%;
    max-width: 760px;
    text-align: center;
  }

  .hv-eyebrow {
    font-family: var(--serif);
    text-transform: uppercase;
    letter-spacing: 0.32em;
    font-size: 0.75rem;
    color: var(--hv-gold);
    margin-bottom: 0.5rem;
  }

  .hv-title {
    font-family: var(--serif);
    font-size: clamp(1.7rem, 4vw, 2.4rem);
    font-weight: 600;
    color: var(--hv-parchment);
    margin: 0 0 0.4rem;
    letter-spacing: 0.04em;
  }

  .hv-subtitle {
    font-family: var(--serif-body);
    font-style: italic;
    color: var(--hv-parchment-dim);
    font-size: 1rem;
    margin: 0 0 2.5rem;
  }

  .hv-flourish {
    color: var(--hv-gold);
    font-size: 1.4rem;
    margin: 1rem auto 2rem;
    letter-spacing: 0.6em;
    padding-left: 0.6em;
  }

  .hv-card {
    position: relative;
    background: linear-gradient(180deg, var(--hv-bg-2) 0%, #181310 100%);
    border: 1px solid var(--hv-rule);
    padding: 3rem 2.2rem 2.4rem;
    border-radius: 2px;
    box-shadow:
      0 0 0 1px rgba(201,162,78,0.08) inset,
      0 30px 60px -20px rgba(0,0,0,0.7);
    min-height: 320px;
    transition: opacity 0.35s ease;
  }

  .hv-card.is-fading { opacity: 0; }

  .hv-card::before, .hv-card::after {
    content: "";
    position: absolute;
    left: 1.2rem;
    right: 1.2rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--hv-rule), transparent);
  }
  .hv-card::before { top: 1.2rem; }
  .hv-card::after  { bottom: 1.2rem; }

  .hv-quote {
    font-family: var(--serif-body);
    font-size: clamp(1.15rem, 2.2vw, 1.45rem);
    line-height: 1.6;
    color: var(--hv-parchment);
    font-style: italic;
    margin: 0 0 1.6rem;
  }

  .hv-quote::before { content: "\201C"; color: var(--hv-blood-bright); font-size: 2em; line-height: 0; vertical-align: -0.35em; margin-right: 0.15em; }
  .hv-quote::after  { content: "\201D"; color: var(--hv-blood-bright); font-size: 2em; line-height: 0; vertical-align: -0.55em; margin-left: 0.1em; }

  .hv-attrib {
    font-family: var(--serif);
    color: var(--hv-gold);
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.85rem;
    margin-top: 1.2rem;
  }
  .hv-attrib .hv-speaker { color: var(--hv-gold-bright); }
  .hv-attrib .hv-story   { color: var(--hv-parchment-dim); font-style: italic; text-transform: none; letter-spacing: 0.05em; }

  .hv-links {
    margin-top: 1.5rem;
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  .hv-link {
    display: inline-block;
    font-family: var(--serif);
    text-decoration: none;
    color: var(--hv-parchment);
    border: 1px solid var(--hv-rule);
    padding: 0.55rem 1.1rem;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transition: border-color 0.2s, color 0.2s, background 0.2s, transform 0.1s;
    background: transparent;
  }
  .hv-link:hover {
    border-color: var(--hv-gold);
    color: var(--hv-gold-bright);
    background: rgba(201,162,78,0.06);
  }
  .hv-link:active { transform: translateY(1px); }
  .hv-link.is-amazon:hover { border-color: var(--hv-blood-bright); color: var(--hv-blood-bright); background: rgba(179,36,36,0.06); }

  .hv-actions {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  .hv-btn {
    font-family: var(--serif);
    background: var(--hv-blood);
    color: var(--hv-parchment);
    border: 1px solid var(--hv-blood-bright);
    padding: 0.85rem 1.6rem;
    font-size: 0.85rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s, box-shadow 0.2s;
    box-shadow: 0 2px 0 rgba(0,0,0,0.4);
  }
  .hv-btn:hover { background: var(--hv-blood-bright); box-shadow: 0 0 18px rgba(179,36,36,0.4); }
  .hv-btn:active { transform: translateY(1px); }
  .hv-btn.is-ghost {
    background: transparent;
    color: var(--hv-parchment-dim);
    border-color: var(--hv-rule);
    box-shadow: none;
  }
  .hv-btn.is-ghost:hover { color: var(--hv-gold); border-color: var(--hv-gold); }


  .hv-generator .hv-btn,
  .hv-generator .hv-btn:visited,
  .hv-generator .hv-btn:focus,
  .hv-generator .hv-btn:active {
    color: var(--hv-parchment) !important;
  }

  .hv-generator .hv-btn.is-ghost,
  .hv-generator .hv-btn.is-ghost:visited,
  .hv-generator .hv-btn.is-ghost:focus,
  .hv-generator .hv-btn.is-ghost:active {
    color: var(--hv-parchment-dim) !important;
  }

  .hv-generator .hv-btn:focus {
    outline: 2px solid rgba(201, 162, 78, 0.45);
    outline-offset: 4px;
  }

  .hv-footnote {
    margin-top: 2.5rem;
    font-size: 0.78rem;
    color: var(--hv-parchment-dim);
    font-style: italic;
    line-height: 1.5;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .hv-footnote a {
    color: var(--hv-gold);
    text-decoration: none;
    border-bottom: 1px dotted var(--hv-rule);
  }
  .hv-footnote a:hover { color: var(--hv-gold-bright); border-bottom-color: var(--hv-gold-bright); }

  @media (max-width: 540px) {
  .hv-generator { padding: 2rem 1rem 3rem; }
    .hv-card { padding: 2.2rem 1.4rem 1.8rem; }
    .hv-quote { font-size: 1.08rem; }
    .hv-attrib { font-size: 0.78rem; letter-spacing: 0.18em; }
  }

</style>

<div class="hv-generator">
<main class="hv-wrap">
  <div class="hv-eyebrow">Howard-Verse</div>
  <h2 class="hv-title">Voices from the Hyborian Age</h2>
  <p class="hv-subtitle">A random line from the works of Robert E. Howard – press the blade for another.</p>
  <div class="hv-flourish" aria-hidden="true">&#10070; &#10070; &#10070;</div>

  <section class="hv-card" id="hv-card" aria-live="polite">
    <blockquote class="hv-quote" id="hv-quote">Loading the chronicles&hellip;</blockquote>
    <div class="hv-attrib">
      <span class="hv-speaker" id="hv-speaker"></span>
      <span class="hv-story" id="hv-story"></span>
    </div>
    <div class="hv-links">
      <a class="hv-link is-gutenberg" id="hv-gutenberg" href="#" target="_blank" rel="noopener noreferrer">Read free on Gutenberg</a>
      <a class="hv-link is-amazon" id="hv-amazon" href="#" target="_blank" rel="noopener noreferrer sponsored">Buy on Amazon</a>
    </div>
  </section>

  <div class="hv-actions">
    <button class="hv-btn" id="hv-refresh" type="button">Another Quote</button>
    <button class="hv-btn is-ghost" id="hv-share" type="button">Copy Quote</button>
  </div>

  <p class="hv-footnote">
    Quotes are drawn verbatim from Howard&#8217;s published stories. Many of 
    the full tales can be read free at <a href="https://www.gutenberg.org/ebooks/author/36031" target="_blank" rel="noopener">Project Gutenberg</a>, depending on your location.
  </p>
</main>
</div>

<script>
  const AMAZON_TAG = "irondavith-20";    // Amazon.com Associates tag

  const QUOTES = [
    // ===== Queen of the Black Coast (1934) – Conan & Bêlit =====
    {
      text: "I have known many gods. He who denies them is as blind as he who trusts them too deeply.",
      speaker: "Conan",
      story: "Queen of the Black Coast",
      year: 1934,
      gutenberg: "https://www.gutenberg.org/ebooks/42183",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },
    {
      text: "Let me live deep while I live; let me know the rich juices of red meat and stinging wine on my palate, the hot embrace of white arms, the mad exultation of battle when the blue blades flame and crimson, and I am content.",
      speaker: "Conan",
      story: "Queen of the Black Coast",
      year: 1934,
      gutenberg: "https://www.gutenberg.org/ebooks/42183",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },
    {
      text: "Let teachers and priests and philosophers brood over questions of reality and illusion. I know this: if life is illusion, then I am no less an illusion, and being thus, the illusion is real to me.",
      speaker: "Conan",
      story: "Queen of the Black Coast",
      year: 1934,
      gutenberg: "https://www.gutenberg.org/ebooks/42183",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },
    {
      text: "I live, I burn with life, I love, I slay, and am content.",
      speaker: "Conan",
      story: "Queen of the Black Coast",
      year: 1934,
      gutenberg: "https://www.gutenberg.org/ebooks/42183",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },
    {
      text: "Their chief is Crom. He dwells on a great mountain. What use to call on him? Little he cares if men live or die.",
      speaker: "Conan",
      story: "Queen of the Black Coast",
      year: 1934,
      gutenberg: "https://www.gutenberg.org/ebooks/42183",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },
    {
      text: "Better to be silent than to call his attention to you; he will send you dooms, not fortune!",
      speaker: "Conan, of Crom",
      story: "Queen of the Black Coast",
      year: 1934,
      gutenberg: "https://www.gutenberg.org/ebooks/42183",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },
    {
      text: "He is grim and loveless, but at birth he breathes power to strive and slay into a man's soul. What else shall men ask of the gods?",
      speaker: "Conan, of Crom",
      story: "Queen of the Black Coast",
      year: 1934,
      gutenberg: "https://www.gutenberg.org/ebooks/42183",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },
    {
      text: "I would not tread on their shadow. Some gods are strong to harm, others, to aid; at least so say their priests.",
      speaker: "Conan",
      story: "Queen of the Black Coast",
      year: 1934,
      gutenberg: "https://www.gutenberg.org/ebooks/42183",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },
    {
      text: "In this world men struggle and suffer vainly, finding pleasure only in the bright madness of battle; dying, their souls enter a gray misty realm of clouds and icy winds, to wander cheerlessly throughout eternity.",
      speaker: "Conan",
      story: "Queen of the Black Coast",
      year: 1934,
      gutenberg: "https://www.gutenberg.org/ebooks/42183",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },
    {
      text: "By Crom, though I've spent considerable time among you civilized peoples, your ways are still beyond my comprehension.",
      speaker: "Conan",
      story: "Queen of the Black Coast",
      year: 1934,
      gutenberg: "https://www.gutenberg.org/ebooks/42183",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },
    {
      text: "I am Bêlit, queen of the black coast. Oh, tiger of the North, you are cold as the snowy mountains which bred you. Take me and crush me with your fierce love! Go with me to the ends of the earth and the ends of the sea! I am a queen by fire and steel and slaughter – be thou my king!",
      speaker: "Bêlit",
      story: "Queen of the Black Coast",
      year: 1934,
      gutenberg: "https://www.gutenberg.org/ebooks/42183",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },
    {
      text: "My love is stronger than any death! Were I still in death and you fighting for life, I would come back from the abyss to aid you.",
      speaker: "Bêlit",
      story: "Queen of the Black Coast",
      year: 1934,
      gutenberg: "https://www.gutenberg.org/ebooks/42183",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },
    {
      text: "I am not afraid. I was never afraid. I have looked into the naked fangs of Death too often.",
      speaker: "Bêlit",
      story: "Queen of the Black Coast",
      year: 1934,
      gutenberg: "https://www.gutenberg.org/ebooks/42183",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },
    {
      text: "Mystery and terror are about us, Conan, and we glide into the realm of horror and death.",
      speaker: "Bêlit",
      story: "Queen of the Black Coast",
      year: 1934,
      gutenberg: "https://www.gutenberg.org/ebooks/42183",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },

    // ===== Red Nails (1936) – Conan & Valeria =====
    {
      text: "Why won't men let me live a man's life?",
      speaker: "Valeria of the Red Brotherhood",
      story: "Red Nails",
      year: 1936,
      gutenberg: "https://www.gutenberg.org/ebooks/32759",
      amazonQuery: "Conquering Sword of Conan Robert E Howard"
    },
    {
      text: "Keep back, you barbarian dog! I'll spit you like a roast pig!",
      speaker: "Valeria",
      story: "Red Nails",
      year: 1936,
      gutenberg: "https://www.gutenberg.org/ebooks/32759",
      amazonQuery: "Conquering Sword of Conan Robert E Howard"
    },
    {
      text: "Who spoke of fear? I just like to know what sort of harbor I'm dropping anchor in.",
      speaker: "Valeria",
      story: "Red Nails",
      year: 1936,
      gutenberg: "https://www.gutenberg.org/ebooks/32759",
      amazonQuery: "Conquering Sword of Conan Robert E Howard"
    },
    {
      text: "Convinced that his death was upon him, the Cimmerian acted according to his instinct, and hurled himself full at the awful face that was bearing down on him.",
      speaker: "the narrator",
      story: "Red Nails",
      year: 1936,
      gutenberg: "https://www.gutenberg.org/ebooks/32759",
      amazonQuery: "Conquering Sword of Conan Robert E Howard"
    },

    // ===== The Shadow Kingdom (1929) – Kull =====
    {
      text: "I am Kull! I am Kull!",
      speaker: "King Kull of Valusia",
      story: "The Shadow Kingdom",
      year: 1929,
      gutenberg: "https://www.gutenberg.org/ebooks/70830",
      amazonQuery: "Kull Exile of Atlantis Robert E Howard"
    },
    {
      text: "Ride on, Kull of Atlantis; greater shall follow you; greater came before you. They are dust; they are forgotten; we stand; we know; we are.",
      speaker: "the voices of Valusia",
      story: "The Shadow Kingdom",
      year: 1929,
      gutenberg: "https://www.gutenberg.org/ebooks/70830",
      amazonQuery: "Kull Exile of Atlantis Robert E Howard"
    },
    {
      text: "Kull – the – king! Kull – the – fool!",
      speaker: "the silent halls of Valusia",
      story: "The Shadow Kingdom",
      year: 1929,
      gutenberg: "https://www.gutenberg.org/ebooks/70830",
      amazonQuery: "Kull Exile of Atlantis Robert E Howard"
    },
    {
      text: "We are but barbarians – infants compared with the ancients.",
      speaker: "Brule the Spear-Slayer",
      story: "The Shadow Kingdom",
      year: 1929,
      gutenberg: "https://www.gutenberg.org/ebooks/70830",
      amazonQuery: "Kull Exile of Atlantis Robert E Howard"
    },
    {
      text: "Ancient is Valusia! The hills of Atlantis and Mu were isles of the sea when Valusia was young.",
      speaker: "Kull",
      story: "The Shadow Kingdom",
      year: 1929,
      gutenberg: "https://www.gutenberg.org/ebooks/70830",
      amazonQuery: "Kull Exile of Atlantis Robert E Howard"
    },

    // ===== The Hour of the Dragon (1935–36) – King Conan =====
    {
      text: "I have no royal blood. I am a barbarian and the son of a blacksmith.",
      speaker: "King Conan",
      story: "The Hour of the Dragon",
      year: 1935,
      gutenberg: "https://www.gutenberg.org/ebooks/42243",
      amazonQuery: "Bloody Crown of Conan Robert E Howard"
    },
    {
      text: "Go to hell with your offer! I'm no figurehead. I won my crown with my sword. Besides, it's beyond your power to buy and sell the throne of Aquilonia at your will. The kingdom's not conquered; one battle doesn't decide a war.",
      speaker: "King Conan, to the sorcerer Xaltotun",
      story: "The Hour of the Dragon",
      year: 1935,
      gutenberg: "https://www.gutenberg.org/ebooks/42243",
      amazonQuery: "Bloody Crown of Conan Robert E Howard"
    },
    {
      text: "Liars! Dogs! Knaves! Cowards! Oh, Crom, if I could but stand – but crawl to the river with my sword in my teeth!",
      speaker: "King Conan",
      story: "The Hour of the Dragon",
      year: 1935,
      gutenberg: "https://www.gutenberg.org/ebooks/42243",
      amazonQuery: "Bloody Crown of Conan Robert E Howard"
    },
    {
      text: "Crom, Ymir, and Mitra! Gods and devils, could I but reach the fighting, if but to die at the first blow!",
      speaker: "King Conan",
      story: "The Hour of the Dragon",
      year: 1935,
      gutenberg: "https://www.gutenberg.org/ebooks/42243",
      amazonQuery: "Bloody Crown of Conan Robert E Howard"
    },
    {
      text: "If my hands were free, I'd soon make a brainless corpse out of you.",
      speaker: "Conan, chained, to Xaltotun",
      story: "The Hour of the Dragon",
      year: 1935,
      gutenberg: "https://www.gutenberg.org/ebooks/42243",
      amazonQuery: "Bloody Crown of Conan Robert E Howard"
    },
    {
      text: "By Crom, I awoke with a feeling that doom was creeping on me in the night.",
      speaker: "King Conan",
      story: "The Hour of the Dragon",
      year: 1935,
      gutenberg: "https://www.gutenberg.org/ebooks/42243",
      amazonQuery: "Bloody Crown of Conan Robert E Howard"
    },
    {
      text: "I'll go. But by Crom, I'll come for you some day!",
      speaker: "Conan, parting from Zenobia",
      story: "The Hour of the Dragon",
      year: 1935,
      gutenberg: "https://www.gutenberg.org/ebooks/42243",
      amazonQuery: "Bloody Crown of Conan Robert E Howard"
    },

    // ===== A Witch Shall Be Born (1934) =====
    {
      text: "I hung there on a cross as you are hanging, and I lived, thanks to circumstances and a stamina peculiar to barbarians. But you civilized men are soft; your lives are not nailed to your spines as are ours. Your fortitude consists mainly in inflicting torment, not in enduring it.",
      speaker: "Conan, to the crucified Constantius",
      story: "A Witch Shall Be Born",
      year: 1934,
      gutenberg: "https://www.gutenberg.org/ebooks/42227",
      amazonQuery: "Bloody Crown of Conan Robert E Howard"
    },
    {
      text: "Seven months ago, Constantius, it was I who hung there, and you who sat here.",
      speaker: "Conan",
      story: "A Witch Shall Be Born",
      year: 1934,
      gutenberg: "https://www.gutenberg.org/ebooks/42227",
      amazonQuery: "Bloody Crown of Conan Robert E Howard"
    },
    {
      text: "I've earned everything I've won, with my blood and sweat.",
      speaker: "Conan",
      story: "A Witch Shall Be Born",
      year: 1934,
      gutenberg: "https://www.gutenberg.org/ebooks/42227",
      amazonQuery: "Bloody Crown of Conan Robert E Howard"
    },

    // ===== Shadows in the Moonlight (1934) =====
    {
      text: "Would you be better off with me? I am a barbarian, and I know from your looks that you fear me.",
      speaker: "Conan, to Olivia",
      story: "Shadows in the Moonlight",
      year: 1934,
      gutenberg: "https://www.gutenberg.org/ebooks/42188",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },
    {
      text: "Iron. But Crom! In what molds were they cast?",
      speaker: "Conan",
      story: "Shadows in the Moonlight",
      year: 1934,
      gutenberg: "https://www.gutenberg.org/ebooks/42188",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },
    {
      text: "Aye, send your dogs at me, big-belly. You were always a coward, you Kothic cur.",
      speaker: "Conan, to the pirate captain Sergius",
      story: "Shadows in the Moonlight",
      year: 1934,
      gutenberg: "https://www.gutenberg.org/ebooks/42188",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },

    // ===== Beyond the Black River (1935) =====
    {
      text: "You couldn't hit an elephant in this darkness.",
      speaker: "Conan",
      story: "Beyond the Black River",
      year: 1935,
      gutenberg: "https://www.gutenberg.org/ebooks/42254",
      amazonQuery: "Conquering Sword of Conan Robert E Howard"
    },

    // ===== Jewels of Gwahlur (1935) =====
    {
      text: "The Cimmerian had lived too long in the wild places of the world to have any illusions about mercy. The only safe enemy was a headless enemy.",
      speaker: "the narrator, of Conan",
      story: "Jewels of Gwahlur",
      year: 1935,
      gutenberg: "https://www.gutenberg.org/ebooks/42236",
      amazonQuery: "Conquering Sword of Conan Robert E Howard"
    },
    {
      text: "Crom! It's not Muriela! It's Yelaya!",
      speaker: "Conan",
      story: "Jewels of Gwahlur",
      year: 1935,
      gutenberg: "https://www.gutenberg.org/ebooks/42236",
      amazonQuery: "Conquering Sword of Conan Robert E Howard"
    },

    // ===== The People of the Black Circle (1934) =====
    {
      text: "By Crom, we will lead him a merry chase! What do you think, Devi – will they pay seven lives for a Kshatriya princess?",
      speaker: "Conan, carrying off Yasmina",
      story: "The People of the Black Circle",
      year: 1934,
      gutenberg: "https://www.gutenberg.org/ebooks/42259",
      amazonQuery: "Bloody Crown of Conan Robert E Howard"
    },
    {
      text: "Rough fare for a Devi, girl, but our best. It will fill your belly, at least.",
      speaker: "Conan, to the captive princess Yasmina",
      story: "The People of the Black Circle",
      year: 1934,
      gutenberg: "https://www.gutenberg.org/ebooks/42259",
      amazonQuery: "Bloody Crown of Conan Robert E Howard"
    },

    // ===== The Devil in Iron (1934) =====
    {
      text: "I do not war on water rats!",
      speaker: "Conan",
      story: "The Devil in Iron",
      year: 1934,
      gutenberg: "https://www.gutenberg.org/ebooks/42209",
      amazonQuery: "Bloody Crown of Conan Robert E Howard"
    },

    // ===== The Mirrors of Tuzun Thune (1929) – Kull =====
    {
      text: "There comes, even to kings, the time of great weariness. Then the gold of the throne is brass, the silk of the palace becomes drab.",
      speaker: "the narrator, of King Kull",
      story: "The Mirrors of Tuzun Thune",
      year: 1929,
      gutenberg: "https://www.gutenberg.org/ebooks/70879",
      amazonQuery: "Kull Exile of Atlantis Robert E Howard"
    },
    {
      text: "Death begins with birth and each man begins to die when he is born; even now you are dead, King Kull, because you were born.",
      speaker: "Tuzun Thune the wizard",
      story: "The Mirrors of Tuzun Thune",
      year: 1929,
      gutenberg: "https://www.gutenberg.org/ebooks/70879",
      amazonQuery: "Kull Exile of Atlantis Robert E Howard"
    },
    {
      text: "Men die when their time comes. No later, no sooner. Mine has not come.",
      speaker: "Tuzun Thune",
      story: "The Mirrors of Tuzun Thune",
      year: 1929,
      gutenberg: "https://www.gutenberg.org/ebooks/70879",
      amazonQuery: "Kull Exile of Atlantis Robert E Howard"
    },
    {
      text: "Mirrors are the world, Kull. Gaze into my mirrors and be wise.",
      speaker: "Tuzun Thune",
      story: "The Mirrors of Tuzun Thune",
      year: 1929,
      gutenberg: "https://www.gutenberg.org/ebooks/70879",
      amazonQuery: "Kull Exile of Atlantis Robert E Howard"
    },
    {
      text: "Time strides onward. We live today; what care we for tomorrow – or yesterday? The Wheel turns and nations rise and fall; the world changes, and times return to savagery to rise again through the long ages.",
      speaker: "Tuzun Thune",
      story: "The Mirrors of Tuzun Thune",
      year: 1929,
      gutenberg: "https://www.gutenberg.org/ebooks/70879",
      amazonQuery: "Kull Exile of Atlantis Robert E Howard"
    },
    {
      text: "I brood not over the lost glories of my race, nor do I labor for races to come. Live now, Kull, live now. The dead are dead; the unborn are not.",
      speaker: "Tuzun Thune",
      story: "The Mirrors of Tuzun Thune",
      year: 1929,
      gutenberg: "https://www.gutenberg.org/ebooks/70879",
      amazonQuery: "Kull Exile of Atlantis Robert E Howard"
    },
    {
      text: "A man has eyes, let him see. Who would see must first believe.",
      speaker: "Tuzun Thune",
      story: "The Mirrors of Tuzun Thune",
      year: 1929,
      gutenberg: "https://www.gutenberg.org/ebooks/70879",
      amazonQuery: "Kull Exile of Atlantis Robert E Howard"
    },
    {
      text: "Form is shadow, substance is illusion, materiality is dream; man is because he believes he is; what is man but a dream of the gods?",
      speaker: "Tuzun Thune",
      story: "The Mirrors of Tuzun Thune",
      year: 1929,
      gutenberg: "https://www.gutenberg.org/ebooks/70879",
      amazonQuery: "Kull Exile of Atlantis Robert E Howard"
    },
    {
      text: "There are worlds beyond worlds, as Kull knows, and Kull is less sure of reality since he gazed into the mirrors of Tuzun Thune.",
      speaker: "the narrator",
      story: "The Mirrors of Tuzun Thune",
      year: 1929,
      gutenberg: "https://www.gutenberg.org/ebooks/70879",
      amazonQuery: "Kull Exile of Atlantis Robert E Howard"
    },

    // ===== Skulls in the Stars (1929) – Solomon Kane =====
    {
      text: "Death! Death! There are skulls in the stars!",
      speaker: "the doomed Ezra",
      story: "Skulls in the Stars",
      year: 1929,
      gutenberg: "https://www.gutenberg.org/ebooks/70540",
      amazonQuery: "Savage Tales of Solomon Kane Robert E Howard"
    },
    {
      text: "If abstract hate may bring into material substance a ghostly thing, may not courage, equally abstract, form a concrete weapon to combat that ghost?",
      speaker: "the narrator",
      story: "Skulls in the Stars",
      year: 1929,
      gutenberg: "https://www.gutenberg.org/ebooks/70540",
      amazonQuery: "Savage Tales of Solomon Kane Robert E Howard"
    },

    // ===== The Hyborian Age (essay, 1936) =====
    {
      text: "Then the Cataclysm rocked the world. Atlantis and Lemuria sank, and the Pictish Islands were heaved up to form the mountain peaks of a new continent. Volcanoes broke forth and terrific earthquakes shook down the shining cities of the empires. Whole nations were blotted out.",
      speaker: "Robert E. Howard",
      story: "The Hyborian Age (essay)",
      year: 1936,
      gutenberg: "https://www.gutenberg.org/ebooks/42182",
      amazonQuery: "Conan Hyborian Age Robert E Howard"
    },

    // ==========================================================
    // SOURCE NOTE: the quotes below this line were curated from
    // secondary sources (the official conan.com site, Goodreads).
    // Story attributions are taken from those sources, not from
    // a verbatim grep of the Project Gutenberg text.
    // ==========================================================

    // ===== Conan (additional, attributed by conan.com) =====
    {
      text: "Barbarism is the natural state of mankind. Civilization is unnatural. It is a whim of circumstance. And barbarism must always ultimately triumph.",
      speaker: "Conan",
      story: "Beyond the Black River",
      year: 1935,
      gutenberg: "https://www.gutenberg.org/ebooks/42254",
      amazonQuery: "Conquering Sword of Conan Robert E Howard"
    },
    {
      text: "Civilized men are more discourteous than savages because they know they can be impolite without having their skulls split, as a general thing.",
      speaker: "Conan",
      story: "The Tower of the Elephant",
      year: 1933,
      gutenberg: "http://gutenberg.net.au/ebooks06/0600831h.html",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },
    {
      text: "So then, seeing they were all mad, I drew my sword and cleft the judge's skull; then I cut my way out of the court, and seeing the high constable's stallion tied near by, I rode for the wharfs, where I thought to find a ship bound for foreign parts.",
      speaker: "Conan",
      story: "Queen of the Black Coast",
      year: 1934,
      gutenberg: "https://www.gutenberg.org/ebooks/42183",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },

    // ===== Kull (additional, via Goodreads collection) =====
    {
      text: "The more I see of what you call civilization, the more highly I think of what you call savagery!",
      speaker: "King Kull",
      story: "Kull: Exile of Atlantis",
      year: null,
      gutenberg: "https://www.goodreads.com/work/quotes/398895-king-kull",
      readLabel: "Source on Goodreads",
      amazonQuery: "Kull Exile of Atlantis Robert E Howard"
    },
    {
      text: "Who dies first?",
      speaker: "King Kull, surrounded by assassins",
      story: "By This Axe I Rule!",
      year: 1929,
      gutenberg: "https://conan.com/the-six-most-revealing-conan-the-barbarian-quotes/",
      readLabel: "About this scene",
      amazonQuery: "Kull Exile of Atlantis Robert E Howard"
    },

    // ===== Solomon Kane (now verified verbatim from Project Gutenberg) =====
    {
      text: "For man's only weapon is courage that flinches not from the gates of Hell itself, and against such not even the legions of Hell can stand.",
      speaker: "the narrator, of Solomon Kane",
      story: "Skulls in the Stars",
      year: 1929,
      gutenberg: "https://www.gutenberg.org/ebooks/70540",
      amazonQuery: "Savage Tales of Solomon Kane Robert E Howard"
    },
    {
      text: "Over the souls of men spread the condor wings of colossal monsters and all manner of evil things prey upon the heart and soul and body of Man. Yet it may be in some far day the shadows shall fade and the Prince of Darkness be chained forever in his hell.",
      speaker: "Solomon Kane",
      story: "The Savage Tales of Solomon Kane",
      year: null,
      gutenberg: "https://www.goodreads.com/work/quotes/353787-the-savage-tales-of-solomon-kane",
      readLabel: "Source on Goodreads",
      amazonQuery: "Savage Tales of Solomon Kane Robert E Howard"
    },
    {
      text: "I am a landless man… I come out of the sunset and into the sunrise I go, wherever the Lord doth guide my feet.",
      speaker: "Solomon Kane",
      story: "The Savage Tales of Solomon Kane",
      year: null,
      gutenberg: "https://www.goodreads.com/work/quotes/353787-the-savage-tales-of-solomon-kane",
      readLabel: "Source on Goodreads",
      amazonQuery: "Savage Tales of Solomon Kane Robert E Howard"
    },
    {
      text: "Nay, alone I am a weak creature, having no strength or might in me; yet in times past hath God made me a great vessel of wrath and a sword of deliverance. And, I trust, shall do so again.",
      speaker: "Solomon Kane, to Marylin Taferal",
      story: "The Moon of Skulls",
      year: 1930,
      gutenberg: "http://gutenberg.net.au/ebooks06/0600841h.html",
      amazonQuery: "Savage Tales of Solomon Kane Robert E Howard"
    },
    {
      text: "I am Solomon Kane. Are you prepared to meet your master, the Devil?",
      speaker: "Solomon Kane, to the bandit chief Le Loup",
      story: "Red Shadows",
      year: 1928,
      gutenberg: "https://www.gutenberg.org/ebooks/70570",
      amazonQuery: "Savage Tales of Solomon Kane Robert E Howard"
    },
    {
      text: "These things be deeds of some power of evil. The lords of darkness have laid a curse upon the country. A strong man is needed to combat Satan and his might. Therefore I go, who have defied him many a time.",
      speaker: "Solomon Kane",
      story: "Skulls in the Stars",
      year: 1929,
      gutenberg: "https://www.gutenberg.org/ebooks/70540",
      amazonQuery: "Savage Tales of Solomon Kane Robert E Howard"
    },
    {
      text: "He had never fled from a single foe, and had the thought occurred to him he would have flushed with shame.",
      speaker: "the narrator, of Solomon Kane",
      story: "Skulls in the Stars",
      year: 1929,
      gutenberg: "https://www.gutenberg.org/ebooks/70540",
      amazonQuery: "Savage Tales of Solomon Kane Robert E Howard"
    },

    // ==========================================================
    // FILM QUOTES — Conan the Barbarian (1982),
    // Conan the Destroyer (1984), Conan the Barbarian (2011)
    // Transcribed from the conan.com retrospective.
    // ==========================================================

    // ===== Conan the Barbarian (1982) =====
    {
      text: "Between the time when the oceans drank Atlantis and the rise of the sons of Aryas, there was an age undreamed of. And unto this, Conan, destined to wear the jeweled crown of Aquilonia upon a troubled brow. It is I, his chronicler, who alone can tell thee of his saga. Let me tell you of the days of high adventure!",
      speaker: "The Wizard (Mako)",
      story: "Conan the Barbarian – opening narration",
      year: 1982,
      gutenberg: "https://conan.com/thirteen-great-quotes-from-the-conan-movies/",
      readLabel: "About this scene",
      amazonQuery: "Conan the Barbarian 1982 Schwarzenegger Blu-ray"
    },
    {
      text: "And who says you will?",
      speaker: "Conan (Arnold Schwarzenegger), to a starving Subotai",
      story: "Conan the Barbarian",
      year: 1982,
      gutenberg: "https://conan.com/thirteen-great-quotes-from-the-conan-movies/",
      readLabel: "About this scene",
      amazonQuery: "Conan the Barbarian 1982 Schwarzenegger Blu-ray"
    },
    {
      text: "Two fools who laugh at death. Do you know what horrors lie beyond that wall? – Then you go first.",
      speaker: "Valeria (Sandahl Bergman)",
      story: "Conan the Barbarian",
      year: 1982,
      gutenberg: "https://conan.com/thirteen-great-quotes-from-the-conan-movies/",
      readLabel: "About this scene",
      amazonQuery: "Conan the Barbarian 1982 Schwarzenegger Blu-ray"
    },
    {
      text: "There comes a time, thief, when the jewels cease to sparkle, when the gold loses its luster, when the throne room becomes a prison, and all that is left is a father's love for his child.",
      speaker: "King Osric (Max von Sydow)",
      story: "Conan the Barbarian",
      year: 1982,
      gutenberg: "https://conan.com/thirteen-great-quotes-from-the-conan-movies/",
      readLabel: "About this scene",
      amazonQuery: "Conan the Barbarian 1982 Schwarzenegger Blu-ray"
    },
    {
      text: "What daring! What outrageousness! What insolence! What arrogance!… I salute you.",
      speaker: "King Osric (Max von Sydow)",
      story: "Conan the Barbarian",
      year: 1982,
      gutenberg: "https://conan.com/thirteen-great-quotes-from-the-conan-movies/",
      readLabel: "About this scene",
      amazonQuery: "Conan the Barbarian 1982 Schwarzenegger Blu-ray"
    },
    {
      text: "You broke into my house, stole my property, murdered my servants and my pets, and THAT is what grieves me the most! You killed my snake.",
      speaker: "Thulsa Doom (James Earl Jones)",
      story: "Conan the Barbarian",
      year: 1982,
      gutenberg: "https://conan.com/thirteen-great-quotes-from-the-conan-movies/",
      readLabel: "About this scene",
      amazonQuery: "Conan the Barbarian 1982 Schwarzenegger Blu-ray"
    },
    {
      text: "Do you want to live forever?",
      speaker: "Valeria (Sandahl Bergman)",
      story: "Conan the Barbarian",
      year: 1982,
      gutenberg: "https://conan.com/thirteen-great-quotes-from-the-conan-movies/",
      readLabel: "About this scene",
      amazonQuery: "Conan the Barbarian 1982 Schwarzenegger Blu-ray"
    },
    {
      text: "To crush your enemies. See them driven before you. And to hear the lamentations of their women.",
      speaker: "Conan (Arnold Schwarzenegger), on what is best in life",
      story: "Conan the Barbarian",
      year: 1982,
      gutenberg: "https://conan.com/thirteen-great-quotes-from-the-conan-movies/",
      readLabel: "About this scene",
      amazonQuery: "Conan the Barbarian 1982 Schwarzenegger Blu-ray"
    },

    // ===== Conan the Destroyer (1984) =====
    {
      text: "One, two, three… I think you're right.",
      speaker: "Conan (Arnold Schwarzenegger), counting six enemies",
      story: "Conan the Destroyer",
      year: 1984,
      gutenberg: "https://conan.com/thirteen-great-quotes-from-the-conan-movies/",
      readLabel: "About this scene",
      amazonQuery: "Conan the Destroyer 1984 Schwarzenegger Blu-ray"
    },
    {
      text: "Only pain.",
      speaker: "Conan (Arnold Schwarzenegger), asked what hurts him",
      story: "Conan the Destroyer",
      year: 1984,
      gutenberg: "https://conan.com/thirteen-great-quotes-from-the-conan-movies/",
      readLabel: "About this scene",
      amazonQuery: "Conan the Destroyer 1984 Schwarzenegger Blu-ray"
    },

    // ===== Conan the Barbarian (2011) =====
    {
      text: "I live, I love, I slay, and I am content.",
      speaker: "Conan (Jason Momoa)",
      story: "Conan the Barbarian",
      year: 2011,
      gutenberg: "https://conan.com/thirteen-great-quotes-from-the-conan-movies/",
      readLabel: "About this scene",
      amazonQuery: "Conan the Barbarian 2011 Momoa Blu-ray"
    },

    // ==========================================================
    // BATCH 3 — additional book quotes, verified against the
    // full story texts (Project Gutenberg Australia for those
    // stories not on US Gutenberg).
    // ==========================================================

    // ===== The Phoenix on the Sword (1932) – Conan's first published tale =====
    {
      text: "Know, oh prince, that between the years when the oceans drank Atlantis and the gleaming cities, and the years of the rise of the Sons of Aryas, there was an Age undreamed of, when shining kingdoms lay spread across the world like blue mantles beneath the stars.",
      speaker: "the Nemedian Chronicles (epigraph)",
      story: "The Phoenix on the Sword",
      year: 1932,
      gutenberg: "http://gutenberg.net.au/ebooks06/0600811h.html",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },
    {
      text: "Hither came Conan, the Cimmerian, black-haired, sullen-eyed, sword in hand, a thief, a reaver, a slayer, with gigantic melancholies and gigantic mirth, to tread the jeweled thrones of the Earth under his sandalled feet.",
      speaker: "the Nemedian Chronicles (epigraph)",
      story: "The Phoenix on the Sword",
      year: 1932,
      gutenberg: "http://gutenberg.net.au/ebooks06/0600811h.html",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },
    {
      text: "What do I know of cultured ways, the gilt, the craft and the lie? I, who was born in a naked land and bred in the open sky.",
      speaker: "Conan (from The Road of Kings)",
      story: "The Phoenix on the Sword",
      year: 1932,
      gutenberg: "http://gutenberg.net.au/ebooks06/0600811h.html",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },
    {
      text: "The subtle tongue, the sophist guile, they fail when the broadswords sing; Rush in and die, dogs – I was a man before I was a king.",
      speaker: "from The Road of Kings (epigraph)",
      story: "The Phoenix on the Sword",
      year: 1932,
      gutenberg: "http://gutenberg.net.au/ebooks06/0600811h.html",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },
    {
      text: "Wits and swords are as straws against the wisdom of the Darkness.",
      speaker: "Thoth-Amon, the Stygian sorcerer",
      story: "The Phoenix on the Sword",
      year: 1932,
      gutenberg: "http://gutenberg.net.au/ebooks06/0600811h.html",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },
    {
      text: "A great poet is greater than any king. His songs are mightier than my scepter; for he has near ripped the heart from my breast when he chose to sing for me. I shall die and be forgotten, but Rinaldo's songs will live for ever.",
      speaker: "King Conan, of the rebel poet Rinaldo",
      story: "The Phoenix on the Sword",
      year: 1932,
      gutenberg: "http://gutenberg.net.au/ebooks06/0600811h.html",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },

    // ===== The Tower of the Elephant (1933) =====
    {
      text: "There is always a way, if the desire be coupled with courage.",
      speaker: "Conan",
      story: "The Tower of the Elephant",
      year: 1933,
      gutenberg: "http://gutenberg.net.au/ebooks06/0600831h.html",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },
    {
      text: "I am neither god nor demon, but flesh and blood like yourself, though the substance differ in part, and the form be cast in a different mold.",
      speaker: "Yag-kosha, the elephant-headed prisoner",
      story: "The Tower of the Elephant",
      year: 1933,
      gutenberg: "http://gutenberg.net.au/ebooks06/0600831h.html",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },

    // ===== The Scarlet Citadel (1933) =====
    {
      text: "Gleaming shell of an outworn lie; fable of Right divine – You gained your crowns by heritage, but Blood was the price of mine. The throne that I won by blood and sweat, by Crom, I will not sell For promise of valleys filled with gold, or threat of the Halls of Hell!",
      speaker: "from The Road of Kings (epigraph)",
      story: "The Scarlet Citadel",
      year: 1933,
      gutenberg: "http://gutenberg.net.au/ebooks06/0600821h.html",
      amazonQuery: "Bloody Crown of Conan Robert E Howard"
    },
    {
      text: "I climbed out of the abyss of naked barbarism to the throne and in that climb I spilt my blood as freely as I spilt that of others. If either of us has the right to rule men, by Crom, it is I!",
      speaker: "Conan",
      story: "The Scarlet Citadel",
      year: 1933,
      gutenberg: "http://gutenberg.net.au/ebooks06/0600821h.html",
      amazonQuery: "Bloody Crown of Conan Robert E Howard"
    },
    {
      text: "When did a priest keep an oath?",
      speaker: "Conan",
      story: "The Scarlet Citadel",
      year: 1933,
      gutenberg: "http://gutenberg.net.au/ebooks06/0600821h.html",
      amazonQuery: "Bloody Crown of Conan Robert E Howard"
    },
    {
      text: "A murrain on these wizardly feuds! Give me a clean sword and a clean foe to flesh it in. Damnation! What would I not give for a flagon of wine!",
      speaker: "Conan (closing line of the story)",
      story: "The Scarlet Citadel",
      year: 1933,
      gutenberg: "http://gutenberg.net.au/ebooks06/0600821h.html",
      amazonQuery: "Bloody Crown of Conan Robert E Howard"
    },

    // ===== Black Colossus (1933) =====
    {
      text: "Most men have learned to call on the gods. They are weak, and call on what is weaker than themselves. I have never set my hopes in any but my own sword and my own wits.",
      speaker: "Conan",
      story: "Black Colossus",
      year: 1933,
      gutenberg: "http://gutenberg.net.au/ebooks06/0600931h.html",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },
    {
      text: "By Mitra, I never expected to see you cased in coat-armor, but you do not put it to shame. By my fingerbones, Conan, I have seen kings who wore their harness less regally than you!",
      speaker: "Amalric the mercenary, to Conan",
      story: "Black Colossus",
      year: 1933,
      gutenberg: "http://gutenberg.net.au/ebooks06/0600931h.html",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },

    // ===== Rogues in the House (1934) =====
    {
      text: "When I cannot stand alone, it will be time to die. But I'd like a flagon of wine.",
      speaker: "Conan, bleeding from a score of wounds",
      story: "Rogues in the House",
      year: 1934,
      gutenberg: "http://gutenberg.net.au/ebooks06/0600781h.html",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },
    {
      text: "His blood was red, after all.",
      speaker: "Conan, over the corpse of the Red Priest",
      story: "Rogues in the House",
      year: 1934,
      gutenberg: "http://gutenberg.net.au/ebooks06/0600781h.html",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },
    {
      text: "He's travelled the road all rogues must walk at last. I'd like to loot the house, but I suppose we'd best go.",
      speaker: "Conan",
      story: "Rogues in the House",
      year: 1934,
      gutenberg: "http://gutenberg.net.au/ebooks06/0600781h.html",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },
    {
      text: "I'm tired of this city anyway. I'm curious to see how fast that horse can carry me into another kingdom. There's many a highway I want to travel before I walk the road Nabonidus walked this night.",
      speaker: "Conan (closing line of the story)",
      story: "Rogues in the House",
      year: 1934,
      gutenberg: "http://gutenberg.net.au/ebooks06/0600781h.html",
      amazonQuery: "Coming of Conan the Cimmerian Robert E Howard"
    },

    // ===== Kings of the Night (1930) – Bran Mak Morn / Kull crossover =====
    {
      text: "When we dream, we are all flesh and blood – so long as we are dreaming.",
      speaker: "King Kull, summoned across the ages",
      story: "Kings of the Night",
      year: 1930,
      gutenberg: "http://gutenberg.net.au/ebooks06/0607311h.html",
      amazonQuery: "Bran Mak Morn The Last King Robert E Howard"
    },
    {
      text: "Time and space exist not. There was no past, and there shall be no future. NOW is all. All things that ever were, are, or ever will be, transpire now.",
      speaker: "Gonar the wizard",
      story: "Kings of the Night",
      year: 1930,
      gutenberg: "http://gutenberg.net.au/ebooks06/0607311h.html",
      amazonQuery: "Bran Mak Morn The Last King Robert E Howard"
    },
    {
      text: "Out of the sunrise he came – into the sunset he has gone. Out of the mists of the ages he came to us, and back into the mists of the eons has he returned – to his own kingdom.",
      speaker: "Bran Mak Morn, of King Kull",
      story: "Kings of the Night",
      year: 1930,
      gutenberg: "http://gutenberg.net.au/ebooks06/0607311h.html",
      amazonQuery: "Bran Mak Morn The Last King Robert E Howard"
    },

    // ===== Worms of the Earth (1932) – Bran Mak Morn =====
    {
      text: "A king must gamble with men's lives and naked swords. The lives of all my people were at stake; I sacrificed the Northmen – yes; and my heart is sore within me, for they were men!",
      speaker: "Bran Mak Morn, after the battle",
      story: "Worms of the Earth",
      year: 1932,
      gutenberg: "http://gutenberg.net.au/ebooks06/0607861h.html",
      amazonQuery: "Bran Mak Morn The Last King Robert E Howard"
    },
    {
      text: "A king belongs to his people, and can not let either his own feelings or the lives of men influence him.",
      speaker: "Bran Mak Morn",
      story: "Worms of the Earth",
      year: 1932,
      gutenberg: "http://gutenberg.net.au/ebooks06/0607861h.html",
      amazonQuery: "Bran Mak Morn The Last King Robert E Howard"
    },
    {
      text: "Are they more foul than a mortal who seeks their aid?",
      speaker: "Atla the witch-woman",
      story: "Worms of the Earth",
      year: 1932,
      gutenberg: "http://gutenberg.net.au/ebooks06/0607861h.html",
      amazonQuery: "Bran Mak Morn The Last King Robert E Howard"
    },

    // ===== The Shadow of the Vulture (1934) – Red Sonya's first appearance =====
    {
      text: "Thank the devil! The Turks were on the wall. Don't think I risked my hide to save yours, dog-brother!",
      speaker: "Red Sonya of Rogatino",
      story: "The Shadow of the Vulture",
      year: 1934,
      gutenberg: "http://gutenberg.net.au/ebooks06/0608101h.html",
      amazonQuery: "Sword Woman Red Sonya Robert E Howard"
    },
    {
      text: "Hell to you, dog-soul! The devil can stir your broth for you!",
      speaker: "Red Sonya, in the siege of Vienna",
      story: "The Shadow of the Vulture",
      year: 1934,
      gutenberg: "http://gutenberg.net.au/ebooks06/0608101h.html",
      amazonQuery: "Sword Woman Red Sonya Robert E Howard"
    },

    // ===== Red Shadows (1928) – the first Solomon Kane story =====
    {
      text: "Men shall die for this.",
      speaker: "Solomon Kane, over a dying girl",
      story: "Red Shadows",
      year: 1928,
      gutenberg: "https://www.gutenberg.org/ebooks/70570",
      amazonQuery: "Savage Tales of Solomon Kane Robert E Howard"
    },
    {
      text: "Sir, do you assume me to be as great a villain as yourself?",
      speaker: "Solomon Kane, to Le Loup",
      story: "Red Shadows",
      year: 1928,
      gutenberg: "https://www.gutenberg.org/ebooks/70570",
      amazonQuery: "Savage Tales of Solomon Kane Robert E Howard"
    },

    // ===== The Moon of Skulls (1930) – Solomon Kane =====
    {
      text: "Evil flourishes and rules in the cities of men and the waste places of the world, but anon the great giant that is God rises and smites for the righteous, and they lay faith in him.",
      speaker: "Solomon Kane",
      story: "The Moon of Skulls",
      year: 1930,
      gutenberg: "http://gutenberg.net.au/ebooks06/0600841h.html",
      amazonQuery: "Savage Tales of Solomon Kane Robert E Howard"
    },
    {
      text: "There are sights which blast the eyes and leave their burning mark forever on the brain. The walls of ancient cities, recked not of by men, have looked upon scenes not to be spoken of, even in whispers.",
      speaker: "Marylin Taferal",
      story: "The Moon of Skulls",
      year: 1930,
      gutenberg: "http://gutenberg.net.au/ebooks06/0600841h.html",
      amazonQuery: "Savage Tales of Solomon Kane Robert E Howard"
    },
    {
      text: "No man shall live in chains.",
      speaker: "Conan (Jason Momoa)",
      story: "Conan the Barbarian",
      year: 2011,
      gutenberg: "https://conan.com/thirteen-great-quotes-from-the-conan-movies/",
      readLabel: "About this scene",
      amazonQuery: "Conan the Barbarian 2011 Momoa Blu-ray"
    },
    {
      text: "How many names do I need?",
      speaker: "Conan (Jason Momoa), introducing himself",
      story: "Conan the Barbarian",
      year: 2011,
      gutenberg: "https://conan.com/thirteen-great-quotes-from-the-conan-movies/",
      readLabel: "About this scene",
      amazonQuery: "Conan the Barbarian 2011 Momoa Blu-ray"
    }
  ];

  // ---- Helpers -----------------------------------------------------------

  function amazonURL(query) {
    const base = "https://www.amazon.com/s";
    const params = new URLSearchParams({
      k: query,
      tag: AMAZON_TAG
    });
    return base + "?" + params.toString();
  }

  let queue = [];
  let lastIndex = -1;

  function fillQueue() {
    queue = QUOTES.map((_, i) => i);
    for (let i = queue.length - 1; i > 0; i--) {
      const j = Math.floor(Math.random() * (i + 1));
      [queue[i], queue[j]] = [queue[j], queue[i]];
    }
    if (queue[queue.length - 1] === lastIndex && queue.length > 1) {
      [queue[queue.length - 1], queue[0]] = [queue[0], queue[queue.length - 1]];
    }
  }

  function nextIndex() {
    if (queue.length === 0) fillQueue();
    const idx = queue.pop();
    lastIndex = idx;
    return idx;
  }

  function render(q) {
    const card = document.getElementById("hv-card");
    card.classList.add("is-fading");
    setTimeout(() => {
      document.getElementById("hv-quote").textContent = q.text;
      document.getElementById("hv-speaker").textContent = "— " + q.speaker;
      document.getElementById("hv-story").innerHTML = "&nbsp;in <em>" + q.story + "</em>" + (q.year ? " (" + q.year + ")" : "");
      const readLink = document.getElementById("hv-gutenberg");
      readLink.href = q.gutenberg;
      readLink.textContent = q.readLabel || "Read free on Gutenberg";
      document.getElementById("hv-amazon").href = amazonURL(q.amazonQuery);
      card.classList.remove("is-fading");
    }, 220);
  }

  function showRandom() {
    const idx = nextIndex();
    render(QUOTES[idx]);
  }

  function copyCurrent() {
    const text = document.getElementById("hv-quote").textContent.trim();
    const speaker = document.getElementById("hv-speaker").textContent.trim();
    const story = document.getElementById("hv-story").textContent.replace(/\s+/g, " ").trim();
    const payload = '"' + text + '"\n\n' + speaker + " " + story;
    if (navigator.clipboard && navigator.clipboard.writeText) {
      navigator.clipboard.writeText(payload).then(() => flashBtn("Copied"));
    } else {
      const ta = document.createElement("textarea");
      ta.value = payload;
      document.body.appendChild(ta);
      ta.select();
      try { document.execCommand("copy"); flashBtn("Copied"); }
      catch (e) { flashBtn("Press Ctrl+C"); }
      document.body.removeChild(ta);
    }
  }

  function flashBtn(msg) {
    const b = document.getElementById("hv-share");
    const prev = b.textContent;
    b.textContent = msg;
    setTimeout(() => { b.textContent = prev; }, 1400);
  }

  document.getElementById("hv-refresh").addEventListener("click", showRandom);
  document.getElementById("hv-share").addEventListener("click", copyCurrent);

  document.addEventListener("keydown", (e) => {
    if (e.target.tagName === "INPUT" || e.target.tagName === "TEXTAREA") return;
    if (e.key === " " || e.key.toLowerCase() === "r") {
      e.preventDefault();
      showRandom();
    }
  });

  fillQueue();
  showRandom();
</script>



<h2 class="wp-block-heading" id="random-robert-e-howard-quote-generator"><strong>Random Robert E. Howard quote generator</strong></h2>



<p class="wp-block-paragraph">You can use the generator above to summon a random line from Conan, Kull, Solomon Kane, Bran Mak Morn, Red Sonya or the wider worlds of Robert E. Howard.</p>



<p class="wp-block-paragraph">Some quotes are from Howard’s original stories. Others come from the Conan films and related sources. I’ve tried to label the source clearly where possible.</p>



<h2 class="wp-block-heading" id="what-is-best-in-life"><strong>What is best in life?</strong></h2>



<p class="wp-block-paragraph">The line works because it is so simple. Conan is not giving a clever answer, or a civilised answer, or even a particularly sane answer. </p>



<p class="wp-block-paragraph">He is giving the answer of a man shaped by slavery, violence and revenge.</p>



<p class="wp-block-paragraph">That&#8217;s the 1982 film’s Conan in a nutshell: brutal, mythic, almost elemental.</p>



<p class="wp-block-paragraph">Howard’s original Conan is broader than that. He is still savage, of course, but he is also witty, suspicious, practical, poetic and much more talkative than the film sometimes suggests. </p>



<p class="wp-block-paragraph">That is part of the fun of comparing the movie quotes with the original Robert E. Howard stories.</p>



<h3 class="wp-block-heading" id="the-origin-of-the-to-crush-your-enemies-quote"><strong>The origin of the “to crush your enemies” quote</strong></h3>



<p class="wp-block-paragraph">The “to crush your enemies” quote was not written by Robert E. Howard.</p>



<p class="wp-block-paragraph">It appears in John Milius’s 1982 <em>Conan the Barbarian</em>, but its deeper origin seems to be Harold Lamb’s <em>Genghis Khan: The Emperor of All Men</em>. In Lamb’s book, Genghis Khan gives a similar answer about the greatest happiness in life: defeating enemies, taking their goods, and hearing the lamentation of their women.</p>



<p class="wp-block-paragraph">That connection is actually very fitting. Howard admired fierce historical figures, and Harold Lamb was one of the historical adventure writers he respected. </p>



<p class="wp-block-paragraph">The film also gives Conan a loyal companion named Subotai, echoing one of Genghis Khan’s greatest generals.</p>



<p class="wp-block-paragraph">So the famous quote is not straight from Howard, but it still belongs in Conan’s cinematic legend.</p>



<p class="wp-block-paragraph">Thanks to <a href="http://www.barbariankeep.com/ctbsecrets.html" target="_blank" rel="noopener">The Barbarian Keep</a> for this detailed extra information.</p>



<h2 class="wp-block-heading" id="conan-book-quotes-vs-conan-movie-quotes"><strong>Conan book quotes vs Conan movie quotes</strong></h2>



<p class="wp-block-paragraph">One thing worth knowing: the most famous <strong>Conan movie quotes</strong> are not always the same as the best Robert E. Howard Conan quotes.</p>



<p class="wp-block-paragraph">The 1982 film gave us lines and images like “What is best in life?”, Conan’s prayer to Crom, the Riddle of Steel, the Wheel of Pain, the Tree of Woe, Thulsa Doom’s speeches, and Valeria’s “Do you want to live forever?”</p>



<p class="wp-block-paragraph">Howard’s original stories are very different. His Conan is not silent. He is a thief, pirate, mercenary, king, drinker, fighter, wanderer and occasional philosopher. He can be funny, cynical, poetic and surprisingly sharp.</p>



<p class="wp-block-paragraph">That is why I wanted this page to include both sides – the famous film lines and the stranger, richer quotes from the original stories that make them so great.</p>



<p class="wp-block-paragraph">A personal favourite Conan quote of mine is: &#8220;I know this: if life is an illusion, then I am no less an illusion, and being thus, the illusion is real to me. I live, I burn with life, I love, I slay, and am content.&#8221;</p>



<p class="wp-block-paragraph">If that doesn&#8217;t show the world that Conan isn&#8217;t just a stupid brute, I don&#8217;t know what will.</p>



<p class="wp-block-paragraph">The next, another favourite of mine, is from The Tower of the Elephant. &#8220;Civilized men are more discourteous than savages because they know they can be impolite without having their skulls split, as a general thing&#8221;.</p>



<p class="wp-block-paragraph">A very fitting quote indeed!</p>



<h2 class="wp-block-heading" id="crom-quotes-and-conans-view-of-the-gods"><strong>Crom quotes and Conan’s view of the gods</strong></h2>



<p class="wp-block-paragraph">Crom deserves his own mention.</p>



<p class="wp-block-paragraph">In Howard’s stories, Crom is not a comforting god. He gives men strength at birth, then leaves them to use it. Conan does not expect kindness from him, and he certainly does not waste much time praying.</p>



<p class="wp-block-paragraph">That is why Crom quotes work so well. They sum up something essential about Conan: no begging, no soft promises, no easy rescue. Just strength, fate, steel and the will to survive.</p>



<p class="wp-block-paragraph">The famous prayer to Crom from the 1982 film is not a direct Howard quote, but it fits the mood of the film perfectly.</p>



<p class="wp-block-paragraph">It&#8217;s quite different from the books however, where Conan does not pray to Crom.</p>



<p class="wp-block-paragraph">In fact, Conan specifically says &#8220;What use to call on him? Little he cares if men live or die. Better to be silent than to call his attention to you; he will send you dooms, not fortune! He is grim and loveless, but at birth he breathes power to strive and slay into a man&#8217;s soul. What else shall men ask of the gods?&#8221;.</p>



<h2 class="wp-block-heading" id="robert-e-howard-quotes-beyond-conan"><strong>Robert E. Howard quotes beyond Conan</strong></h2>



<p class="wp-block-paragraph">Conan is the giant at the centre of the Howard-Verse, but he is not the whole kingdom.</p>



<p class="wp-block-paragraph">Robert E. Howard also created Kull, the brooding Atlantean king of Valusia (<a href="https://howard-verse.com/kull-of-atlantis-complete-chronology-reading-order-guide/">Kull chronology</a> here); Solomon Kane, the grim Puritan wanderer; Bran Mak Morn, the tragic king of the Picts; and Red Sonya of Rogatino, the original Howard character who later inspired Red Sonja.</p>



<p class="wp-block-paragraph">Their quotes have a different flavour, but they often circle the same themes: civilisation and barbarism, courage and doom, lost kingdoms, violent justice, strange gods and the thin line between man and myth. I&#8217;ve included many of the best in the quote generator above.</p>



<h2 class="wp-block-heading">Famous Conan quotes often misattributed</h2>



<p class="wp-block-paragraph">A few quick notes, because Conan quotes and Howard characters are often mislabelled online:</p>



<ul class="wp-block-list">
<li><strong>“What is best in life?”</strong> &#8211; the question asked to Conan in the 1982 <em>Conan the Barbarian</em> film.</li>



<li><strong>“To crush your enemies…”</strong> &#8211; the answer given by Conan in the 1982 film, likely inspired by Harold Lamb’s Genghis Khan passage.</li>



<li><strong>Conan’s prayer to Crom</strong> &#8211; from the 1982 film. In the books, Conan does not really pray to Crom.</li>



<li><strong>“By this axe I rule!”</strong> &#8211; King Kull, not Conan. It was also the original title of the story that Robert E. Howard later rewrote into <em>The Phoenix on the Sword</em>.</li>



<li><strong>Red Sonya</strong> &#8211; Howard’s original character from <em>The Shadow of the Vulture</em>. Red Sonja came later and was created by Roy Thomas, the writer of Marvel’s <em>Conan the Barbarian</em> comic.</li>
</ul>



<h2 class="wp-block-heading" id="frequently-asked-questions">Frequently Asked Questions</h2>


<div id="rank-math-faq" class="rank-math-block">
<div class="rank-math-list ">
<div id="faq-question-1770547430125" class="rank-math-list-item">
<h3 class="rank-math-question "><strong><strong><strong><strong><strong><strong><strong>What is Conan’s most famous quote?</strong></strong></strong></strong></strong></strong></strong></h3>
<div class="rank-math-answer ">

<p>Conan’s most famous quote is probably: “To crush your enemies, see them driven before you, and to hear the lamentations of their women.” It comes from the 1982 <em>Conan the Barbarian</em> film.</p>

</div>
</div>
<div id="faq-question-1775411821650" class="rank-math-list-item">
<h3 class="rank-math-question "><strong>What is best in life?</strong></h3>
<div class="rank-math-answer ">

<p>In the 1982 film, Conan answers that what is best in life is to crush your enemies, see them driven before you, and hear the lamentations of their women.</p>

</div>
</div>
<div id="faq-question-1775411831690" class="rank-math-list-item">
<h3 class="rank-math-question "><strong>Did Robert E. Howard write “to crush your enemies”?</strong></h3>
<div class="rank-math-answer ">

<p>No. The quote is from the 1982 film, not Howard’s original Conan stories. It appears to have been inspired by Harold Lamb’s <em>Genghis Khan: The Emperor of All Men</em>.</p>

</div>
</div>
<div id="faq-question-1775411844687" class="rank-math-list-item">
<h3 class="rank-math-question "><strong><strong>What are the best Crom quotes?</strong></strong></h3>
<div class="rank-math-answer ">

<p>The best Crom quotes come from Howard’s stories and the 1982 film. In the stories, Conan describes Crom as grim, distant and unlikely to help men who pray to him.</p>

</div>
</div>
<div id="faq-question-1775411854843" class="rank-math-list-item">
<h3 class="rank-math-question "><strong>Is Conan’s prayer to Crom from the books?</strong></h3>
<div class="rank-math-answer ">

<p>No. Conan’s famous prayer to Crom is from the 1982 film. It fits the spirit of Howard’s grim Crom, but it is not a direct quote from the original stories.</p>

</div>
</div>
<div id="faq-question-1779375567219" class="rank-math-list-item">
<h3 class="rank-math-question "><strong>Are Conan movie quotes the same as Robert E. Howard quotes</strong>?</h3>
<div class="rank-math-answer ">

<p>Not always. Some movie quotes are inspired by Howard’s themes, but many of the most famous film lines are not direct quotes from the original stories.</p>

</div>
</div>
<div id="faq-question-1779375595001" class="rank-math-list-item">
<h3 class="rank-math-question "><strong>What are good Conan quotes for a tattoo?</strong></h3>
<div class="rank-math-answer ">

<p>This is down to personal taste of course. Short lines such as “By Crom”, “I live, I burn with life”, and “I was a man before I was a king” might fit better for tattoos than longer Conan quotes. Just check the source first, because many Conan quotes online are misattributed.</p>

</div>
</div>
</div>
</div>


<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
					<wfw:commentRss>https://howard-verse.com/conan-the-barbarian-quotes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Books Like Conan the Barbarian (What to Read Next)</title>
		<link>https://howard-verse.com/books-like-conan-the-barbarian-what-to-read-next/</link>
					<comments>https://howard-verse.com/books-like-conan-the-barbarian-what-to-read-next/#respond</comments>
		
		<dc:creator><![CDATA[Iron_Davith]]></dc:creator>
		<pubDate>Tue, 12 May 2026 15:26:52 +0000</pubDate>
				<category><![CDATA[Howard-Verse]]></category>
		<category><![CDATA[Conan]]></category>
		<category><![CDATA[Kull]]></category>
		<category><![CDATA[Solomon Kane]]></category>
		<category><![CDATA[Novels]]></category>
		<category><![CDATA[Short Stories]]></category>
		<guid isPermaLink="false">https://howard-verse.com/?p=1561</guid>

					<description><![CDATA[Finished Conan? Here are 15+ books to read next – from Kull to Elric to David Gemmell. Tiered recommendations based on what you loved about Howard.]]></description>
										<content:encoded><![CDATA[
<p class="has-medium-font-size wp-block-paragraph"><em>Disclosure: This post is reader-powered and contains affiliate links. If you click through and make a purchase, I may earn a commission at no additional cost to you.</em></p>



<div class="wp-block-rank-math-toc-block" id="rank-math-toc"><h2>Table of Contents</h2><nav><ul><li><a href="#quick-picks">Quick Picks</a></li><li><a href="#tier-1-must-reads">Tier 1: Must Reads</a></li><li><a href="#tier-2-strong-recommendations">Tier 2: Strong Recommendations</a></li><li><a href="#tier-3-broader-crossover">Tier 3: Broader Crossover</a></li><li><a href="#if-you-like-conan-try-this">If You Like Conan, Try This</a></li><li><a href="#where-to-buy">Where to Buy</a></li><li><a href="#what-about-comics">What About Comics?</a></li><li><a href="#frequently-asked-questions">Frequently Asked Questions</a></li></ul></nav></div>



<p class="wp-block-paragraph">You&#8217;ve read Conan. Possibly all of it (although there are a lot of <a href="https://howard-verse.com/list-of-conan-pastiche-novels/" data-type="link" data-id="https://howard-verse.com/list-of-conan-pastiche-novels/">Conan pastiches</a>!).</p>



<p class="wp-block-paragraph">Now the next question is harder: what actually comes close?</p>



<p class="wp-block-paragraph">For me, the honest answer is nothing. Howard was a singular talent, and Conan is a character who transcends his genre. </p>



<p class="wp-block-paragraph">But there are great books that scratch similar itches – books that deliver the same primal thrill of a lone warrior against impossible odds, the same exotic worlds, the same rush of steel meeting sorcery.</p>



<p class="wp-block-paragraph">This guide is organised by what you might be looking for. Whether you want more Howard, the opposite of Conan, or something modern that captures the same spirit, there&#8217;s something here for you.</p>



<h2 class="wp-block-heading" id="quick-picks">Quick Picks</h2>



<p class="wp-block-paragraph">If you&#8217;re in a hurry, here&#8217;s where to go based on what you loved about Conan:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th><strong>If you want&#8230;</strong></th><th><strong>Read this</strong></th></tr></thead><tbody><tr><td><strong>Closest to Conan</strong></td><td>Kull of Atlantis (Robert E. Howard)</td></tr><tr><td><strong>Darker and more tragic</strong></td><td>Elric of Melniboné (Michael Moorcock)</td></tr><tr><td><strong>Best modern (ish) equivalent</strong></td><td>Legend (David Gemmell)</td></tr><tr><td><strong>Best duo adventures</strong></td><td>Fafhrd and the Gray Mouser (Fritz Leiber)</td></tr><tr><td><strong>Best savage world</strong></td><td>Imaro (Charles R. Saunders)</td></tr><tr><td><strong>Near-perfect modern S&amp;S</strong></td><td>The Witcher short stories (Andrzej Sapkowski)</td></tr></tbody></table></figure>



<p class="wp-block-paragraph">Each of these is covered in detail below.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading" id="tier-1-must-reads">Tier 1: Must Reads</h2>



<p class="wp-block-paragraph">These are essential. If you loved Conan, you need these books.</p>



<h3 class="wp-block-heading">Kull of Atlantis (Robert E. Howard)</h3>



<p class="wp-block-paragraph">Same creator. Closest DNA to Conan.</p>



<p class="wp-block-paragraph">Kull is Howard&#8217;s other great barbarian king – an Atlantean savage who seizes the throne of Valusia thousands of years before Conan&#8217;s time. Where Conan is a wanderer who becomes king almost by accident, Kull is a philosopher-king tormented by questions of reality and illusion. </p>



<p class="wp-block-paragraph">The famous story &#8220;The Shadow Kingdom&#8221; arguably invented sword and sorcery as a genre and is one of my favourite S&amp;S stories of all time.</p>



<p class="wp-block-paragraph">If you&#8217;ve only read Conan, Kull is the obvious next step. Same raw energy, same vivid prose, but with a more introspective edge. <a href="https://howard-verse.com/kull-of-atlantis-complete-chronology-reading-order-guide/" data-type="link" data-id="https://howard-verse.com/kull-of-atlantis-complete-chronology-reading-order-guide/">Kull reading order is here</a>.</p>



<p class="wp-block-paragraph"><strong>Best place to start:</strong> <a href="https://amzn.to/4u1F4KR" target="_blank" rel="noreferrer noopener nofollow sponsored">Kull: Exile of Atlantis</a> (Del Rey) collects all the Kull stories in their original versions.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">Elric of Melniboné (Michael Moorcock)</h3>



<p class="wp-block-paragraph">The opposite of Conan. Still essential.</p>



<p class="wp-block-paragraph">Elric is everything Conan isn&#8217;t: a sickly albino emperor, dependent on drugs to survive, wielding Stormbringer – a demon sword that drinks souls and will eventually destroy everything he loves. Where Conan embodies primal vitality and freedom, Elric represents tragic fate and doom.</p>



<p class="wp-block-paragraph">Moorcock deliberately created Elric as an inversion of Howard&#8217;s hero, and the result is one of fantasy&#8217;s most compelling antiheroes. The prose is more literary than Howard&#8217;s, the themes more philosophical, but the action is still relentless.</p>



<p class="wp-block-paragraph"><strong>Best place to start:</strong> <a href="https://amzn.to/48XHYI6" target="_blank" data-type="link" data-id="https://amzn.to/48XHYI6" rel="noreferrer noopener nofollow sponsored">Elric of Melniboné</a> (Titan/Gollancz editions) – the first novel in chronological order.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">Fafhrd and the Gray Mouser (Fritz Leiber)</h3>



<p class="wp-block-paragraph">The definitive duo. Foundational sword and sorcery.</p>



<p class="wp-block-paragraph">A giant Northern barbarian and a small, clever thief. Fafhrd is the brawn, the Mouser is the cunning – though both are deadly swordsmen. Their adventures in the city of Lankhmar and beyond are funnier and more sophisticated than most sword and sorcery, but still packed with danger and dark magic.</p>



<p class="wp-block-paragraph">Leiber actually coined the term &#8220;sword and sorcery&#8221; and his work defines the genre as much as Howard&#8217;s. If you want the buddy-adventure version of Conan – two rogues against the world – this is it.</p>



<p class="wp-block-paragraph"><strong>Best place to start:</strong> <a href="https://amzn.to/48W0LDG" target="_blank" rel="noreferrer noopener nofollow sponsored">Swords and Deviltry</a> – the origin stories of both characters and their first meeting.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">The Drenai Saga – David Gemmell</h3>



<p class="wp-block-paragraph">The best bridge between classic sword and sorcery and modern heroic fantasy.</p>



<p class="wp-block-paragraph">David Gemmell wrote characters who feel like Conan&#8217;s descendants: lone warriors facing impossible odds, brutal combat, moral clarity mixed with grit. </p>



<p class="wp-block-paragraph">His most famous character, Druss the Legend, is an aging axeman called out of retirement to defend a fortress against overwhelming hordes. Sound familiar?</p>



<p class="wp-block-paragraph">Gemmell&#8217;s prose is more modern than Howard&#8217;s – longer novels rather than short stories, more developed character arcs – but the spirit is the same. His heroes are men of action who solve problems with steel and willpower. They fight because it&#8217;s right, even when winning seems impossible.</p>



<p class="wp-block-paragraph">The Drenai saga spans eleven novels across different time periods, but you don&#8217;t need to read them in order. Each stands alone.</p>



<p class="wp-block-paragraph">Along with Robert E Howard, Terry Pratchett and Joe Abercrombie, David Gemmell is one of my favourite authors.</p>



<p class="wp-block-paragraph"><strong>Best place to start:</strong> <a href="https://amzn.to/4wmRqP8" target="_blank" data-type="link" data-id="https://amzn.to/4wmRqP8" rel="noreferrer noopener nofollow sponsored">Legend</a> – Gemmell&#8217;s debut and most celebrated novel. Druss at his peak, defending the fortress of Dros Delnoch against the Nadir hordes. This is the fantasy equivalent of the Alamo, and it&#8217;s magnificent.</p>



<p class="wp-block-paragraph"><strong>Also recommended:</strong> My favourite Gemmell series overall is the <a href="https://amzn.to/3R32FfE" data-type="link" data-id="https://amzn.to/3R32FfE" target="_blank" rel="noreferrer noopener nofollow sponsored">Rigante series</a>, and it certainly contains S&amp;S aspects (mixed with epic fantasy).<em><a href="https://amzn.to/42ZsrEa" target="_blank" data-type="link" data-id="https://amzn.to/42ZsrEa" rel="noreferrer noopener nofollow sponsored">Waylander</a></em> (assassin seeking redemption), <em><a href="https://amzn.to/48XLxOu" target="_blank" data-type="link" data-id="https://amzn.to/48XLxOu" rel="noreferrer noopener nofollow sponsored">The First Chronicles of Druss the Legend</a></em> (Druss&#8217;s origin story) and the <a href="https://amzn.to/4nuuLwA" target="_blank" data-type="link" data-id="https://amzn.to/4nuuLwA" rel="noreferrer noopener nofollow sponsored">Skilgannon stories</a> are all more than just worth reading.</p>



<p class="wp-block-paragraph">The <a href="https://amzn.to/4ffYqXV" target="_blank" data-type="link" data-id="https://amzn.to/4ffYqXV" rel="noreferrer noopener nofollow sponsored">Troy trilogy</a> is also exceptional. The list goes on&#8230;</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">Imaro (Charles R. Saunders)</h3>



<p class="wp-block-paragraph">Conan&#8217;s spiritual brother. African sword and sorcery.</p>



<p class="wp-block-paragraph">Saunders coined the term &#8220;sword and soul&#8221; to describe his work – sword and sorcery set in a fantasy Africa rather than a fantasy Europe. Imaro is an outcast from his tribe, born to a banished mother, who grows into the greatest warrior in a land famous for great warriors. The parallels to Conan are deliberate and acknowledged.</p>



<p class="wp-block-paragraph">What makes Imaro special is the setting. The world is as vividly realised as Howard&#8217;s Hyborian Age, but drawn from African mythology and culture rather than European. If you&#8217;ve exhausted the usual pseudo-medieval settings, this is a refreshing change.</p>



<p class="wp-block-paragraph"><strong>Best place to start:</strong> <a href="https://amzn.to/4dlMWQ8" target="_blank" data-type="link" data-id="https://amzn.to/4dlMWQ8" rel="noreferrer noopener nofollow sponsored">Imaro</a> – the first novel, collecting and expanding Saunders&#8217; original stories.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading" id="tier-2-strong-recommendations">Tier 2: Strong Recommendations</h2>



<p class="wp-block-paragraph">Not quite essential, but excellent choices depending on your tastes.</p>



<h3 class="wp-block-heading">Kane (Karl Edward Wagner)</h3>



<p class="wp-block-paragraph">Darker than Conan. Cult favourite.</p>



<p class="wp-block-paragraph">Kane is an immortal warrior cursed by a mad god – essentially the biblical Cain, wandering a savage fantasy world for eternity. Wagner was a horror writer as much as a fantasy writer, and it shows. These stories are bleak, violent, and atmospheric.</p>



<p class="wp-block-paragraph">Wagner also edited and restored Howard&#8217;s Conan stories to their original forms, so he understood the source material intimately. Kane isn&#8217;t a Conan clone – he&#8217;s something stranger and darker.</p>



<p class="wp-block-paragraph"><strong>Best place to start:</strong> Really hard to get hold of! Bloodstone or the short story collections <em>Death Angel&#8217;s Shadow</em> and <em>Night Winds</em>. Ebay is probably your best bet here.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">Solomon Kane (Robert E. Howard)</h3>



<p class="wp-block-paragraph">More Howard. Darker and more religious.</p>



<p class="wp-block-paragraph">Kane is a dour Puritan avenger, wandering sixteenth-century Europe and Africa with sword and pistol, hunting evil wherever he finds it. The tone is gothic horror as much as adventure – vengeful ghosts, bloodthirsty demons, fanatic devotion.</p>



<p class="wp-block-paragraph">If you want more Howard but something tonally different from Conan, Kane is perfect.</p>



<p class="wp-block-paragraph"><strong>Best place to start:</strong> <a href="https://amzn.to/4tzibxo" target="_blank" rel="noreferrer noopener nofollow sponsored">The Savage Tales of Solomon Kane</a> (Del Rey) – the complete collection.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">Thongor (Lin Carter)</h3>



<p class="wp-block-paragraph">Direct Conan-style writing. More pulp, less depth.</p>



<p class="wp-block-paragraph">Lin Carter was a Howard devotee who edited much of Howard&#8217;s posthumous work. His Thongor of Lemuria series is essentially Conan with the serial numbers filed off – a barbarian wandering a prehistoric world of sorcery and lost civilisations.</p>



<p class="wp-block-paragraph">These books don&#8217;t have Howard&#8217;s depth, but they deliver pure pulp adventure. If you want more of the same rather than something different, Thongor scratches that itch.</p>



<p class="wp-block-paragraph"><strong>Best place to start:</strong> <a href="https://amzn.to/4u6H6tj" target="_blank" rel="noreferrer noopener nofollow sponsored">Thongor and the Wizard of Lemuria</a>.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">Jirel of Joiry (C.L. Moore)</h3>



<p class="wp-block-paragraph">Early female sword and sorcery. Weird Tales connection.</p>



<p class="wp-block-paragraph">Moore was one of Howard&#8217;s contemporaries at Weird Tales, and Jirel is one of the earliest female sword and sorcery protagonists. A fierce warrior-woman ruling a medieval French duchy, Jirel battles sorcerers, demons, and dark dimensions.</p>



<p class="wp-block-paragraph">The prose is more atmospheric than Howard&#8217;s – Moore was closer to Lovecraft in style – but the action is still present. Essential reading for anyone interested in the genre&#8217;s history.</p>



<p class="wp-block-paragraph"><strong>Best place to start:</strong> The <a href="https://amzn.to/4nlEjJX" target="_blank" data-type="link" data-id="https://amzn.to/4nlEjJX" rel="noreferrer noopener nofollow sponsored">collected Jirel stories</a>.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">The Witcher – Short Stories (Andrzej Sapkowski)</h3>



<p class="wp-block-paragraph">Near-perfect modern sword and sorcery – in short bursts.</p>



<p class="wp-block-paragraph">Geralt of Rivia is a monster hunter for hire – mutated, morally grey, operating on the fringes of society. The original short story collections, <em>The Last Wish</em> and <em>Sword of Destiny</em>, are episodic adventures with personal stakes and dark moral choices. This is exactly what sword and sorcery is supposed to be.</p>



<p class="wp-block-paragraph">The later novels shift towards darker epic fantasy as the scope expands and Ciri&#8217;s destiny takes over. Still good, but a different beast. The short stories are the pure S&amp;S hit.</p>



<p class="wp-block-paragraph">I&#8217;m not really a fan of the TV show, though I&#8217;ve watched it all. I absolutely love all three video games.</p>



<p class="wp-block-paragraph"><strong>Best place to start:</strong> <a href="https://amzn.to/49LjT7B" target="_blank" data-type="link" data-id="https://amzn.to/49LjT7B" rel="noreferrer noopener nofollow sponsored">The Last Wish</a> – the first short story collection and the best introduction to Geralt.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading" id="tier-3-broader-crossover">Tier 3: Broader Crossover</h2>



<p class="wp-block-paragraph">These aren&#8217;t pure sword and sorcery, but they appeal to the same readers.</p>



<h3 class="wp-block-heading">John Carter of Mars (Edgar Rice Burroughs)</h3>



<p class="wp-block-paragraph">Sword and planet. Same feel, different setting.</p>



<p class="wp-block-paragraph">Burroughs was one of Howard&#8217;s major influences. His John Carter – a Civil War soldier transported to Mars, fighting four-armed green Martians with sword in hand – established the template that Howard would later adapt for fantasy.</p>



<p class="wp-block-paragraph">Technically science fiction, but the vibe is pure pulp adventure. If you want to understand where Conan came from, start here.</p>



<p class="wp-block-paragraph">For more, see my John Carter guide.</p>



<p class="wp-block-paragraph"><strong>Best place to start:</strong> <a href="https://amzn.to/4d6QeIm" target="_blank" rel="noreferrer noopener nofollow sponsored">A Princess of Mars</a> – the first novel, and one of the foundational texts of science fiction.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">The First Law (Joe Abercrombie)</h3>



<p class="wp-block-paragraph">Not pure sword and sorcery. But Conan readers often love it. Myself included. This series is truly phenomenal.</p>



<p class="wp-block-paragraph">Abercrombie&#8217;s trilogy features Logen Ninefingers – an infamous Northern barbarian with a bloody past, trying (and failing) to escape his violent nature. Sound familiar? Logen has clear Conan DNA, though the world around him is darker, more political, and more cynical.</p>



<p class="wp-block-paragraph">The First Law is grimdark epic fantasy rather than classic S&amp;S – the scope is larger, the structure novelistic, the tone bleaker. But Logen&#8217;s chapters read like sword and sorcery dropped into a different genre, and the action is brutal and very well-written.</p>



<p class="wp-block-paragraph">I&#8217;d see this as &#8220;where to go next&#8221; rather than &#8220;more of the same.&#8221;</p>



<p class="wp-block-paragraph"><strong>Best place to start:</strong> <a href="https://amzn.to/3PfFxtO" target="_blank" rel="noreferrer noopener nofollow sponsored">The Blade Itself</a> – the first book of the trilogy.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">The Black Company (Glen Cook)</h3>



<p class="wp-block-paragraph">Military dark fantasy with sword and sorcery DNA.</p>



<p class="wp-block-paragraph">Cook&#8217;s series follows a mercenary company through decades of brutal warfare, serving morally ambiguous employers against equally ambiguous enemies. It&#8217;s not classic S&amp;S – the scope is too large, the protagonists too numerous – but it inherits the genre&#8217;s grit, cynicism, and focus on survival over heroism.</p>



<p class="wp-block-paragraph">If you want something grittier and more modern but still recognisably in the lineage, this is it.</p>



<p class="wp-block-paragraph"><strong>Best place to start:</strong> <a href="https://amzn.to/3PkVsaf" target="_blank" rel="noreferrer noopener nofollow sponsored">The Black Company</a> – the first novel.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"></p>



<h3 class="wp-block-heading" id="gotrek-and-felix-william-king-and-others">Gotrek and Felix (William King and others)</h3>



<p class="wp-block-paragraph">I read most of these when I was just a young whippersnapper. I remember enjoying them a lot, and not realising the main characters were based on Fafhrd and the Grey Mouser. </p>



<p class="wp-block-paragraph">After the first few they got a little repetitive, but the Warhammer world is rich and interesting, and there&#8217;s plenty to enjoy here.</p>



<p class="wp-block-paragraph">Best place to start: the <a href="https://amzn.to/4dazfDu" target="_blank" data-type="link" data-id="https://amzn.to/4dazfDu" rel="noreferrer noopener nofollow sponsored">first omnibus</a> is great, see what you think!</p>



<h2 class="wp-block-heading" id="if-you-like-conan-try-this">If You Like Conan, Try This</h2>



<p class="wp-block-paragraph">A quick reference based on what specifically draws you to Howard:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th><strong>What you love about Conan</strong></th><th><strong>Try this</strong></th></tr></thead><tbody><tr><td>The lone barbarian wanderer</td><td>Kull, Imaro, Thongor</td></tr><tr><td>Dark sorcery as the enemy</td><td>Elric, Kane, Solomon Kane</td></tr><tr><td>Episodic short story format</td><td>Fafhrd &amp; Mouser, Witcher short stories, Jirel</td></tr><tr><td>Brutal combat</td><td>Gemmell, First Law</td></tr><tr><td>Exotic settings</td><td>John Carter, Imaro</td></tr><tr><td>Morally grey hero</td><td>Elric, Kane, First Law</td></tr><tr><td>Pulp energy and pace</td><td>Thongor, Burroughs</td></tr><tr><td>Modern equivalent</td><td>Gemmell, Witcher, First Law</td></tr></tbody></table></figure>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading" id="where-to-buy">Where to Buy</h2>



<p class="wp-block-paragraph">Most of these are in print and readily available:</p>



<p class="wp-block-paragraph"><strong>Del Rey editions</strong> (for Howard&#8217;s work) are the definitive versions – properly edited, restored to original texts. Worth paying extra for.</p>



<p class="wp-block-paragraph"><strong>Gollancz/Titan editions</strong> for Moorcock&#8217;s Elric are comprehensive and well-produced.</p>



<p class="wp-block-paragraph"><strong>Gemmell</strong> is widely available in paperback and ebook from Del Rey/Orbit.</p>



<p class="wp-block-paragraph">For out-of-print material (some Kane, some older editions), try:</p>



<ul class="wp-block-list">
<li>eBay</li>



<li>AbeBooks</li>



<li>ThriftBooks</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading" id="what-about-comics">What About Comics?</h2>



<p class="wp-block-paragraph">If you prefer visuals, I&#8217;ve written a separate guide to the best sword and sorcery comics (to be published soon!) – covering everything from Marvel&#8217;s classic Conan omnibuses to obscure 1970s DC titles.</p>



<p class="wp-block-paragraph">For Conan specifically, see my <a href="https://howard-verse.com/where-to-start-with-conan-the-barbarian-comics/" data-type="link" data-id="https://howard-verse.com/where-to-start-with-conan-the-barbarian-comics/">Conan comics reading guide</a>.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading" id="frequently-asked-questions">Frequently Asked Questions</h2>


<div id="rank-math-faq" class="rank-math-block">
<div class="rank-math-list ">
<div id="faq-question-1770547430125" class="rank-math-list-item">
<h3 class="rank-math-question "><strong><strong><strong><strong><strong><strong>What&#8217;s the closest book to Conan?</strong></strong></strong></strong></strong></strong></h3>
<div class="rank-math-answer ">

<p>Kull of Atlantis – same author, same energy, similar setting. It&#8217;s more Howard, which is exactly what you want.</p>

</div>
</div>
<div id="faq-question-1777106834872" class="rank-math-list-item">
<h3 class="rank-math-question ">Is Elric like Conan?</h3>
<div class="rank-math-answer ">

<p>Deliberately opposite. Moorcock created Elric as an inversion of Conan – sickly where Conan is vital, doomed where Conan is triumphant. But both are essential sword and sorcery, and many readers love both.</p>

</div>
</div>
<div id="faq-question-1777106845897" class="rank-math-list-item">
<h3 class="rank-math-question ">What&#8217;s the best modern book like Conan?</h3>
<div class="rank-math-answer ">

<p>David Gemmell&#8217;s Legend or the Witcher short stories, depending on whether you want heroic last stands or monster-hunting episodic adventures.</p>

</div>
</div>
<div id="faq-question-1777106864983" class="rank-math-list-item">
<h3 class="rank-math-question ">Is Game of Thrones like Conan?</h3>
<div class="rank-math-answer ">

<p>No – different genre entirely. Game of Thrones is epic/dark fantasy with political focus. Conan is sword and sorcery with personal stakes. Some readers love both, but they&#8217;re not scratching the same itch.</p>

</div>
</div>
<div id="faq-question-1777106872763" class="rank-math-list-item">
<h3 class="rank-math-question ">Where should I start with David Gemmell?</h3>
<div class="rank-math-answer ">

<p>Legend. It&#8217;s his most famous book, features his most iconic character (Druss), and captures everything that makes Gemmell special.</p>

</div>
</div>
</div>
</div>


<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
					<wfw:commentRss>https://howard-verse.com/books-like-conan-the-barbarian-what-to-read-next/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>I Read All of Scourge of the Serpent (and you should too)</title>
		<link>https://howard-verse.com/scourge-of-the-serpent-review/</link>
					<comments>https://howard-verse.com/scourge-of-the-serpent-review/#comments</comments>
		
		<dc:creator><![CDATA[Iron_Davith]]></dc:creator>
		<pubDate>Sat, 25 Apr 2026 07:02:48 +0000</pubDate>
				<category><![CDATA[Conan]]></category>
		<category><![CDATA[Howard-Verse]]></category>
		<category><![CDATA[Kull]]></category>
		<category><![CDATA[Solomon Kane]]></category>
		<category><![CDATA[Comics]]></category>
		<category><![CDATA[Lore]]></category>
		<category><![CDATA[Marvel]]></category>
		<category><![CDATA[Novels]]></category>
		<category><![CDATA[Short Stories]]></category>
		<category><![CDATA[Titan Comics]]></category>
		<guid isPermaLink="false">https://howard-verse.com/?p=1460</guid>

					<description><![CDATA[A full review of Conan: Scourge of the Serpent – the comics, Solomon Kane tie-in, and Tim Waggoner novel. Is it good? Is it worth it? Here's my verdict.]]></description>
										<content:encoded><![CDATA[
<p class="has-medium-font-size wp-block-paragraph"><em>Disclosure: This post is reader-powered and contains affiliate links. If you click through and make a purchase, I may earn a commission at no additional cost to you.</em></p>



<div class="wp-block-rank-math-toc-block" id="rank-math-toc"><h2>Table of Contents</h2><nav><ul><li><a href="#the-overall-verdict-8-10">The Overall Verdict: 8/10</a></li><li><a href="#a-note-on-my-bias">A Note on My Bias</a></li><li><a href="#the-core-mini-series-8-10">The Core Mini-Series: 8/10</a></li><li><a href="#solomon-kane-the-serpent-ring-8-10">Solomon Kane: The Serpent Ring: 8/10</a></li><li><a href="#spawn-of-the-serpent-god-novel-7-10">Spawn of the Serpent God (Novel): 7/10</a></li><li><a href="#fang-spear-savage-sword-10-8-10">Fang &amp; Spear (Savage Sword #10): 8/10</a></li><li><a href="#final-ratings-summary">Final Ratings Summary</a></li><li><a href="#should-you-read-it">Should You Read It?</a></li><li><a href="#where-to-start">Where to Start</a></li><li><a href="#frequently-asked-questions">Frequently Asked Questions</a></li></ul></nav></div>



<p class="wp-block-paragraph">I finally finished everything. The Free Comic Book Day prelude. The Savage Sword tie-in. The build up/continuation/aftermath in CtB. All four issues of the mini-series. The Tim Waggoner novel. The Solomon Kane spin-off. Even the Fang &amp; Spear story in Savage Sword #10.</p>



<p class="wp-block-paragraph">See here for the <a href="https://howard-verse.com/conan-scourge-of-the-serpent-reading-order/" data-type="link" data-id="https://howard-verse.com/conan-scourge-of-the-serpent-reading-order/">complete Scourge of the Serpent reading order</a>, there are various moving parts to it!</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img fetchpriority="high" decoding="async" width="680" height="604" src="https://howard-verse.com/wp-content/uploads/2026/04/conan-solomon-kane-comic-collection-100kb.webp" alt="Conan and Solomon Kane comic collection with variant covers displayed together" class="wp-image-1594" srcset="https://howard-verse.com/wp-content/uploads/2026/04/conan-solomon-kane-comic-collection-100kb.webp 680w, https://howard-verse.com/wp-content/uploads/2026/04/conan-solomon-kane-comic-collection-100kb-300x266.webp 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>
</div>


<p class="wp-block-paragraph">So, back to the task at hand: is Scourge of the Serpent worth your time and money? Short answer: yes. Long answer: it depends which parts you&#8217;re asking about (but still yes).</p>



<p class="wp-block-paragraph">Here&#8217;s my full breakdown – part by part – with ratings, honest criticisms, and whether you should bother with the optional stuff. And little to no spoilers!</p>



<h2 class="wp-block-heading" id="the-overall-verdict-8-10">The Overall Verdict: 8/10</h2>



<p class="wp-block-paragraph">Scourge of the Serpent is the most ambitious thing Titan has done with the Conan licence. It spans three time periods, adapts three classic Robert E. Howard stories, and weaves them into a single narrative about Set&#8217;s influence across the ages.</p>



<p class="wp-block-paragraph">It mostly works. Jim Zub is a great writer and clearly understands Howard&#8217;s world, and the core mini-series delivers exactly what it promises: epic serpent-cult action with Conan at the centre.</p>



<p class="wp-block-paragraph">Let me break it down piece by piece.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" width="680" height="1024" src="https://howard-verse.com/wp-content/uploads/2026/04/conan-scourge-of-the-serpent-cover-hero-680x1024.webp" alt="Conan Scourge of the Serpent comic cover with Conan fighting monstrous creatures" class="wp-image-1546" srcset="https://howard-verse.com/wp-content/uploads/2026/04/conan-scourge-of-the-serpent-cover-hero-680x1024.webp 680w, https://howard-verse.com/wp-content/uploads/2026/04/conan-scourge-of-the-serpent-cover-hero-199x300.webp 199w, https://howard-verse.com/wp-content/uploads/2026/04/conan-scourge-of-the-serpent-cover-hero-768x1156.webp 768w, https://howard-verse.com/wp-content/uploads/2026/04/conan-scourge-of-the-serpent-cover-hero.webp 900w" sizes="(max-width: 680px) 100vw, 680px" /></figure>
</div>


<h2 class="wp-block-heading" id="a-note-on-my-bias">A Note on My Bias</h2>



<p class="wp-block-paragraph">I should be upfront: I&#8217;m predisposed to love anything set in or around Stygia.</p>



<p class="wp-block-paragraph">I studied Ancient History, and Egypt has fascinated me since I was a wee nipper. Howard&#8217;s Stygia – a sinister, sorcery-steeped civilisation built on serpent worship really hits the spot.</p>



<p class="wp-block-paragraph">The temples, the priests, the Set iconography – it&#8217;s ancient Egypt through a dark fantasy lens, and I love it. Robert E Howard&#8217;s Hour of the Dragon is a masterpiece, and I wish we had more original Conan stories set in Stygia!</p>



<p class="wp-block-paragraph">So when a Conan event centres entirely on Set and his cult? I was always going to be interested. Take my enthusiasm with that grain of salt.</p>



<h2 class="wp-block-heading" id="the-core-mini-series-8-10">The Core Mini-Series: 8/10</h2>



<p class="wp-block-paragraph">Conan: Scourge of the Serpent #1–4 is the heart of the event. Written by Jim Zub with art by Ivan Gil, it tells three interconnected stories across different ages:</p>



<ul class="wp-block-list">
<li>Conan in the Hyborian Age, facing the serpent cult directly</li>



<li>King Kull in the ancient Thurian Age, confronting the original serpent men</li>



<li>John Kirowan in the modern era, dealing with the cult&#8217;s lingering influence</li>
</ul>



<p class="wp-block-paragraph">Each thread adapts a classic Howard tale. The Conan sections draw heavily from &#8220;The God in the Bowl&#8221; – one of Howard&#8217;s best short stories. There&#8217;s a prequel to it that starts in the <a href="https://titan-comics.com/news/download-the-conan-fcbd-issue-here/" data-type="link" data-id="https://titan-comics.com/news/download-the-conan-fcbd-issue-here/" target="_blank" rel="noopener">Free Comic Book Day 2025</a>. </p>



<p class="wp-block-paragraph">The Kull material is essentially based around &#8220;The Shadow Kingdom,&#8221; the tale that introduced the serpent men to fiction. It&#8217;s one of the best sword and sorcery stories ever written. Check out the <a href="https://howard-verse.com/kull-of-atlantis-complete-chronology-reading-order-guide/" data-type="link" data-id="https://howard-verse.com/kull-of-atlantis-complete-chronology-reading-order-guide/">King Kull guide</a> if you haven&#8217;t already and get reading!</p>



<p class="wp-block-paragraph">The Kirowan story adapts &#8220;The Haunter of the Ring,&#8221; which I hadn&#8217;t actually read before this event and was pleasantly surprised by.</p>



<p class="wp-block-paragraph">The genius is how Zub weaves them together. The serpent god Set exists outside of time, so events in one era ripple into others. It&#8217;s ambitious, and it largely pays off.</p>



<p class="wp-block-paragraph">What works: The pacing is tight. The art captures the horror of the serpent cult without becoming silly. And the climax delivers – it feels like a genuine epic confrontation, not just another fight.</p>



<p class="wp-block-paragraph">What doesn&#8217;t: Jumping between three time periods can be disorienting if you&#8217;re not familiar with all three characters. Kull fans will be delighted; readers who don&#8217;t know him might feel lost.</p>



<p class="wp-block-paragraph"><strong>Is it good?</strong> Yes. It&#8217;s one of the strongest Conan events Titan has produced.</p>



<p class="wp-block-paragraph"><strong>Is it worth it?</strong> Absolutely. The trade paperback collecting all four issues comes out in May 2026 – that&#8217;s the best way to read it.</p>



<p class="wp-block-paragraph">If you&#8217;re in Europe like me, then I highly recommend <a href="https://comicsbugle.com/?q=scourge%20of%20the%20serpent" data-type="link" data-id="https://comicsbugle.com/?q=scourge%20of%20the%20serpent" target="_blank" rel="noopener">Comics Bugle</a>. They offer free delivery and have the DM editions, even the glow in the dark version! In the UK, <a href="https://forbiddenplanet.com/catalog/?q=conan+scourge+of+the+serpent&amp;page=1&amp;utm_medium=fp-share&amp;affid=Conan" data-type="link" data-id="https://forbiddenplanet.com/catalog/?q=conan+scourge+of+the+serpent&amp;page=1&amp;utm_medium=fp-share&amp;affid=Conan" target="_blank" rel="noreferrer noopener nofollow sponsored">Forbidden Planet</a> are very reliable and have a wide range. <a href="https://amzn.to/3P2Ptqi" data-type="link" data-id="https://amzn.to/3P2Ptqi" target="_blank" rel="noreferrer noopener nofollow sponsored">Amazon</a> was the joint best price I found in the US.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" width="682" height="1024" src="https://howard-verse.com/wp-content/uploads/2026/04/solomon-kane-serpent-ring-cover-682x1024.webp" alt="Solomon Kane The Serpent Ring comic cover with Kane riding a horse in the rain" class="wp-image-1542" srcset="https://howard-verse.com/wp-content/uploads/2026/04/solomon-kane-serpent-ring-cover-682x1024.webp 682w, https://howard-verse.com/wp-content/uploads/2026/04/solomon-kane-serpent-ring-cover-200x300.webp 200w, https://howard-verse.com/wp-content/uploads/2026/04/solomon-kane-serpent-ring-cover-768x1154.webp 768w, https://howard-verse.com/wp-content/uploads/2026/04/solomon-kane-serpent-ring-cover.webp 900w" sizes="(max-width: 682px) 100vw, 682px" /></figure>
</div>


<h2 class="wp-block-heading" id="solomon-kane-the-serpent-ring-8-10">Solomon Kane: The Serpent Ring: 8/10</h2>



<p class="wp-block-paragraph">This four-issue mini-series by Patrick Zircher is technically optional. It shares thematic DNA with Scourge of the Serpent but stands alone as its own story.</p>



<p class="wp-block-paragraph">And it&#8217;s excellent.</p>



<p class="wp-block-paragraph">Zircher writes and draws the entire thing, and you can feel his love for the character on every page. A young Kane follows the Serpent Ring of Set from the Barbary Coast through Southern Europe to Venice – a travelogue of early modern Europe with swords, sorcery, and Puritan righteousness.</p>



<p class="wp-block-paragraph">The art: It&#8217;s stunning. Some of the best work in the entire Titan line. Zircher&#8217;s Kane is gaunt, grim, and utterly convincing. His work in Savage Sword of Conan is also incredible. Zircher&#8217;s line work is astounding, even more so in black and white!</p>



<p class="wp-block-paragraph">The story: A solid adventure that stands on its own merits. You don&#8217;t need to read Scourge of the Serpent to enjoy it, and vice versa. It made me like Kane even more as a character.</p>



<p class="wp-block-paragraph"><strong>Is it good?</strong> Very good. If you&#8217;ve never read Solomon Kane, this is an accessible starting point.</p>



<p class="wp-block-paragraph"><strong>Is it worth it?</strong> Yes – especially if you want a break from Conan while staying in Howard&#8217;s world.</p>



<h2 class="wp-block-heading" id="spawn-of-the-serpent-god-novel-7-10">Spawn of the Serpent God (Novel): 7/10</h2>



<p class="wp-block-paragraph"><a href="https://amzn.to/4cQNCNr" target="_blank" data-type="link" data-id="https://amzn.to/4cQNCNr" rel="noreferrer noopener nofollow sponsored">Tim Waggoner&#8217;s tie-in novel</a> sits in interesting territory. It&#8217;s officially part of the Scourge of the Serpent event – there&#8217;s a byline on the cover – but in practice, it&#8217;s almost standalone.</p>



<p class="wp-block-paragraph">The story follows Conan and a thief named Valja as they&#8217;re recruited by Mitra&#8217;s priestesses to stop a sorcerer named Uzzeran, who&#8217;s creating human-serpent hybrids at a corrupted monastery. It&#8217;s dark, it&#8217;s pulpy, and it has some genuinely unsettling moments.</p>



<p class="wp-block-paragraph">I listened to the audiobook version and the narrator did a good job.</p>



<p class="wp-block-paragraph"><strong>What works:</strong></p>



<p class="wp-block-paragraph">The characters are strong. Valja is a compelling companion – far more interesting than the generic sidekicks you often get in Conan pastiches. <a href="https://howard-verse.com/red-sonja-consumed-book-review/" data-type="link" data-id="https://howard-verse.com/red-sonja-consumed-book-review/">The Red Sonja: Consumed novel</a> (not part of this event) felt flat by comparison; this book has actual personality.</p>



<p class="wp-block-paragraph">The villains are surprisingly nuanced. Shengis, a low-caste Stygian slave who ends up merged with the spirit of a serpent man, is a standout. He&#8217;s not cartoonishly evil – you understand his motivations, even sympathise with him. </p>



<p class="wp-block-paragraph">He&#8217;s trapped in his circumstances as much as anyone else, serving masters he didn&#8217;t choose. The internal conflict between his human and serpent natures is compelling. That moral complexity elevates the book beyond standard Conan villainy.</p>



<p class="wp-block-paragraph">There&#8217;s a temple robbery sequence early on that&#8217;s wonderfully evocative of the 1982 film – naked orgy, forbidden treasure, the whole aesthetic. There&#8217;s also a nice callback to &#8220;Rogues in the House&#8221; with the appearance of Thak&#8217;s people, the mountain apes. Waggoner clearly knows his Conan.</p>



<p class="wp-block-paragraph">The fight scenes are solid. And the climax escalates into something genuinely epic, with multiple gods intervening in the final battle – Mitra, Ishtar, and even Zath the spider god join forces against Set. Snakes versus spiders, ancient rivalries playing out through mortal champions. It&#8217;s more &#8220;epic fantasy&#8221; than lean Howard-style sword and sorcery – but I don&#8217;t think that&#8217;s a bad thing overall. More on that below.</p>



<p class="wp-block-paragraph"><strong>What doesn&#8217;t work:</strong></p>



<p class="wp-block-paragraph">The novel spends too long away from Conan. Extended sections follow Valja, Shengis (the Stygian slave), and other secondary characters. It&#8217;s not badly written, but when I pick up a Conan novel, I want Conan.</p>



<p class="wp-block-paragraph">The connection to the main Scourge event feels tenuous. Is the Eye of Set gem found in Numidia the only link? The novel works as a standalone adventure in a serpent-themed year of Conan content, but don&#8217;t expect it to be essential reading for understanding the Scourge comics.</p>



<h3 class="wp-block-heading" id="is-it-sword-sorcery-or-epic-fantasy"><strong>Is it sword &amp; sorcery or epic fantasy?</strong></h3>



<p class="wp-block-paragraph">This is an interesting question I&#8217;ve been thinking about. Howard&#8217;s Conan stories are lean and punchy – but don&#8217;t mistake brevity for simplicity. Howard was a master of worldbuilding, conjuring entire civilisations in a few paragraphs. The Hyborian Age feels vast and lived-in precisely because Howard knew when to suggest rather than explain.</p>



<p class="wp-block-paragraph">Novels naturally expand that. Perhaps they have to. Or maybe not. Waggoner&#8217;s book involves multiple gods, large-scale battles, and sprawling casts. It reads more like epic fantasy than traditional sword and sorcery – the scope is bigger, the stakes more cosmic.</p>



<p class="wp-block-paragraph">Can they coexist? I think so. The short story and the novel serve different purposes. Howard&#8217;s originals are perfect for dipping in; novels like this offer deeper immersion. The lean intensity of sword and sorcery and the broader canvas of epic fantasy aren&#8217;t mutually exclusive – they&#8217;re different tools for different stories.</p>



<p class="wp-block-paragraph"><strong>Is it good?</strong> Yes – with reservations about pacing.</p>



<p class="wp-block-paragraph"><strong>Is it worth it?</strong> If you&#8217;re a completist or you enjoy Conan novels, definitely. If you only want the essential Scourge experience, it&#8217;s optional.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="779" height="1024" src="https://howard-verse.com/wp-content/uploads/2026/04/fang-and-spear-prehistoric-tale-cover-779x1024.webp" alt="Fang and Spear prehistoric tale comic artwork with cavemen fighting a giant serpent" class="wp-image-1543" srcset="https://howard-verse.com/wp-content/uploads/2026/04/fang-and-spear-prehistoric-tale-cover-779x1024.webp 779w, https://howard-verse.com/wp-content/uploads/2026/04/fang-and-spear-prehistoric-tale-cover-228x300.webp 228w, https://howard-verse.com/wp-content/uploads/2026/04/fang-and-spear-prehistoric-tale-cover-768x1009.webp 768w, https://howard-verse.com/wp-content/uploads/2026/04/fang-and-spear-prehistoric-tale-cover.webp 900w" sizes="auto, (max-width: 779px) 100vw, 779px" /></figure>
</div>


<h2 class="wp-block-heading" id="fang-spear-savage-sword-10-8-10">Fang &amp; Spear (Savage Sword #10): 8/10</h2>



<p class="wp-block-paragraph">This short story in Savage Sword of Conan #10, written by Jim Zub with art by Mike Rooth, sent me down a rabbit hole I didn&#8217;t expect.</p>



<p class="wp-block-paragraph">The title is a deliberate inversion of &#8220;Spear and Fang&#8221; – Robert E. Howard&#8217;s first ever published story. Not his first Conan story – his first story ever published, period. It appeared in Weird Tales in July 1925, seven years before Conan debuted. It&#8217;s a prehistoric tale about a caveman named Ga-nor and his beloved A-aea.</p>



<p class="wp-block-paragraph">I&#8217;d never actually read the original. So after finishing Fang &amp; Spear, I tracked down Howard&#8217;s debut and read it for the first time.</p>



<p class="wp-block-paragraph">What a start to a career! You can see Howard&#8217;s raw talent even in that early work – the propulsive action, the primal energy, the sense of a world that&#8217;s brutal but vivid. It ends slightly abruptly, but you can see why Weird Tales bought it. The potential is obvious on every page.</p>



<p class="wp-block-paragraph">Zub&#8217;s Fang &amp; Spear returns to Howard&#8217;s prehistoric world a hundred years after its original publication. It&#8217;s a fitting tribute that rewards readers who know their Howard history – and gets the rest of us started!</p>



<p class="wp-block-paragraph">I highly recommend tracking down <a href="https://amzn.to/4e9wyo4" target="_blank" data-type="link" data-id="https://amzn.to/4e9wyo4" rel="noreferrer noopener nofollow sponsored">Savage Sword of Conan #10</a> if you haven&#8217;t already.</p>



<p class="wp-block-paragraph">This combined with REH scholar Jeff Shank&#8217;s recommendation in his <a href="https://youtu.be/vQnYJ17yBAQ?si=Kf5-LBf6DNvV_cM0" data-type="link" data-id="https://youtu.be/vQnYJ17yBAQ?si=Kf5-LBf6DNvV_cM0" target="_blank" rel="noopener">Spear and Fang video</a> also got me to buy <a href="https://amzn.to/4cTICro" data-type="link" data-id="https://amzn.to/4cTICro" target="_blank" rel="noopener">Son of the Red God</a> by Paul L Anderson which turned out to be truly excellent!</p>



<p class="wp-block-paragraph">He&#8217;s an early story writer who gave inspiration to Robert E Howard, and I can absolutely see why. I enjoyed it far more than I expected!</p>



<p class="wp-block-paragraph">Talking of Jeff Shanks, a special mention must be made here. His essays, thoughts and notes can be found throughout the Scourge of the Serpent. He explains things clearly and concisely, and even when I think I know a lot about Conan and the wider Howard-verse, I realise there is still much more to learn! His writings certainly add the snake saga as a whole!</p>



<p class="wp-block-paragraph"><strong>Is <strong>Scourge of the Serpent good</strong>?</strong> Yes, it&#8217;s really good– a satisfying epic that rewards Howard readers.</p>



<p class="wp-block-paragraph"><strong>Is <strong>Scourge of the Serpent </strong></strong>worth it<strong>?</strong> Definitely, and I&#8217;d recommend the side quests, too.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="700" height="525" src="https://howard-verse.com/wp-content/uploads/2026/04/conan-scourge-of-the-serpent-comic-collection-100kb.webp" alt="Collection of Conan Scourge of the Serpent comic covers arranged on carpet" class="wp-image-1595" srcset="https://howard-verse.com/wp-content/uploads/2026/04/conan-scourge-of-the-serpent-comic-collection-100kb.webp 700w, https://howard-verse.com/wp-content/uploads/2026/04/conan-scourge-of-the-serpent-comic-collection-100kb-300x225.webp 300w" sizes="auto, (max-width: 700px) 100vw, 700px" /></figure>
</div>


<h2 class="wp-block-heading" id="final-ratings-summary">Final Ratings Summary</h2>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th><strong>Component</strong></th><th><strong>Rating</strong></th><th><strong>Essential?</strong></th></tr></thead><tbody><tr><td>Scourge of the Serpent #1–4</td><td>8/10</td><td>Yes</td></tr><tr><td>Solomon Kane: The Serpent Ring</td><td>8/10</td><td>Optional but excellent</td></tr><tr><td>Spawn of the Serpent God (novel)</td><td>7/10</td><td>Optional</td></tr><tr><td>Fang &amp; Spear (SSOC #10)</td><td>8/10</td><td>Optional</td></tr><tr><td><strong>Overall Event</strong></td><td><strong>8/10</strong></td><td><strong>Yes</strong></td></tr></tbody></table></figure>



<h2 class="wp-block-heading" id="should-you-read-it">Should You Read It?</h2>



<p class="wp-block-paragraph"><strong>Yes, if:</strong></p>



<ul class="wp-block-list">
<li>You enjoy Conan comics and want Titan&#8217;s most ambitious event yet</li>



<li>You&#8217;re interested in Set, Stygia, and serpent cults</li>



<li>You want to see how Howard&#8217;s different characters connect across time</li>



<li>You&#8217;re curious about Solomon Kane but haven&#8217;t read him before</li>



<li>Want to experience characters from REH&#8217;s very first story</li>
</ul>



<p class="wp-block-paragraph"><strong>Maybe not, if:</strong></p>



<ul class="wp-block-list">
<li>You only want standalone Conan stories with no event complexity</li>



<li>You&#8217;re new to Conan – start with the <a href="https://howard-verse.com/current-conan-comics-2026-guide/" data-type="link" data-id="https://howard-verse.com/current-conan-comics-2026-guide/">ongoing Conan series</a> or the <a href="https://amzn.to/4n8FyfG" target="_blank" data-type="link" data-id="https://amzn.to/4n8FyfG" rel="noreferrer noopener nofollow sponsored">omnibuses</a> instead</li>



<li>You dislike multi-part crossovers and world-jumping</li>
</ul>



<h2 class="wp-block-heading" id="where-to-start">Where to Start</h2>



<p class="wp-block-paragraph">If you want to read everything, check out my full <a href="https://howard-verse.com/conan-scourge-of-the-serpent-reading-order/" data-type="link" data-id="https://howard-verse.com/conan-scourge-of-the-serpent-reading-order/">Scourge reading order</a> for the complete sequence.</p>



<p class="wp-block-paragraph">If you just want the essentials: grab the <a href="https://amzn.to/3P2Ptqi" data-type="link" data-id="https://amzn.to/3P2Ptqi" target="_blank" rel="noopener">Scourge of the Serpent trade paperback</a> when it releases in May 2026. That&#8217;s the core experience.</p>



<p class="wp-block-paragraph">And if you&#8217;re looking for more Conan after this, my guide to the <a href="https://howard-verse.com/current-conan-comics-2026-guide/">current Conan Titan Comics line</a> covers everything else in print.</p>



<h2 class="wp-block-heading" id="frequently-asked-questions">Frequently Asked Questions</h2>


<div id="rank-math-faq" class="rank-math-block">
<div class="rank-math-list ">
<div id="faq-question-1770547430125" class="rank-math-list-item">
<h3 class="rank-math-question "><strong><strong><strong><strong><strong><strong>Is Scourge of the Serpent good?</strong></strong></strong></strong></strong></strong></h3>
<div class="rank-math-answer ">

<p>Yes. It&#8217;s an 8/10 overall – Titan&#8217;s strongest crossover event so far. The core mini-series delivers epic serpent-cult action, the Solomon Kane tie-in is beautiful, and the novel expands the lore nicely.</p>

</div>
</div>
<div id="faq-question-1775411821650" class="rank-math-list-item">
<h3 class="rank-math-question ">Is Scourge of the Serpent worth reading?</h3>
<div class="rank-math-answer ">

<p>If you&#8217;re already following Titan&#8217;s Conan line, absolutely. If you&#8217;re new, consider starting with the ongoing series first – this event rewards familiarity with Howard&#8217;s world.</p>

</div>
</div>
<div id="faq-question-1775411831690" class="rank-math-list-item">
<h3 class="rank-math-question ">Do I need to read the Tim Waggoner novel?</h3>
<div class="rank-math-answer ">

<p>No. It&#8217;s optional but enjoyable. It adds depth to the serpent cult storyline but isn&#8217;t required to understand the comics.</p>

</div>
</div>
<div id="faq-question-1775411844687" class="rank-math-list-item">
<h3 class="rank-math-question ">What Robert E. Howard stories does Scourge adapt?</h3>
<div class="rank-math-answer ">

<p>Three: &#8220;The God in the Bowl&#8221; (Conan), &#8220;The Shadow Kingdom&#8221; (Kull), and &#8220;The Haunter of the Ring&#8221; (John Kirowan). All three are among Howard&#8217;s best serpent-themed tales.</p>

</div>
</div>
<div id="faq-question-1775411854843" class="rank-math-list-item">
<h3 class="rank-math-question ">Is there a collected edition?</h3>
<div class="rank-math-answer ">

<p>Yes – the Scourge of the Serpent trade paperback collecting issues #1–4 releases in May 2026.</p>

</div>
</div>
</div>
</div>


<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
					<wfw:commentRss>https://howard-verse.com/scourge-of-the-serpent-review/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
