1049 lines
23 KiB
HTML
1049 lines
23 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<meta name="generator" content="pandoc" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||
<meta name="author" content="dozens" />
|
||
<title>VUMPIRE!</title>
|
||
<style>
|
||
html {
|
||
color: #1a1a1a;
|
||
background-color: #fdfdfd;
|
||
}
|
||
body {
|
||
margin: 0 auto;
|
||
max-width: 36em;
|
||
padding-left: 50px;
|
||
padding-right: 50px;
|
||
padding-top: 50px;
|
||
padding-bottom: 50px;
|
||
hyphens: auto;
|
||
overflow-wrap: break-word;
|
||
text-rendering: optimizeLegibility;
|
||
font-kerning: normal;
|
||
}
|
||
@media (max-width: 600px) {
|
||
body {
|
||
font-size: 0.9em;
|
||
padding: 12px;
|
||
}
|
||
h1 {
|
||
font-size: 1.8em;
|
||
}
|
||
}
|
||
@media print {
|
||
html {
|
||
background-color: white;
|
||
}
|
||
body {
|
||
background-color: transparent;
|
||
color: black;
|
||
font-size: 12pt;
|
||
}
|
||
p, h2, h3 {
|
||
orphans: 3;
|
||
widows: 3;
|
||
}
|
||
h2, h3, h4 {
|
||
page-break-after: avoid;
|
||
}
|
||
}
|
||
p {
|
||
margin: 1em 0;
|
||
}
|
||
a {
|
||
color: #1a1a1a;
|
||
}
|
||
a:visited {
|
||
color: #1a1a1a;
|
||
}
|
||
img {
|
||
max-width: 100%;
|
||
}
|
||
svg {
|
||
height; auto;
|
||
max-width: 100%;
|
||
}
|
||
h1, h2, h3, h4, h5, h6 {
|
||
margin-top: 1.4em;
|
||
}
|
||
h5, h6 {
|
||
font-size: 1em;
|
||
font-style: italic;
|
||
}
|
||
h6 {
|
||
font-weight: normal;
|
||
}
|
||
ol, ul {
|
||
padding-left: 1.7em;
|
||
margin-top: 1em;
|
||
}
|
||
li > ol, li > ul {
|
||
margin-top: 0;
|
||
}
|
||
blockquote {
|
||
margin: 1em 0 1em 1.7em;
|
||
padding-left: 1em;
|
||
border-left: 2px solid #e6e6e6;
|
||
color: #606060;
|
||
}
|
||
code {
|
||
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||
font-size: 85%;
|
||
margin: 0;
|
||
hyphens: manual;
|
||
}
|
||
pre {
|
||
margin: 1em 0;
|
||
overflow: auto;
|
||
}
|
||
pre code {
|
||
padding: 0;
|
||
overflow: visible;
|
||
overflow-wrap: normal;
|
||
}
|
||
.sourceCode {
|
||
background-color: transparent;
|
||
overflow: visible;
|
||
}
|
||
hr {
|
||
background-color: #1a1a1a;
|
||
border: none;
|
||
height: 1px;
|
||
margin: 1em 0;
|
||
}
|
||
table {
|
||
margin: 1em 0;
|
||
border-collapse: collapse;
|
||
width: 100%;
|
||
overflow-x: auto;
|
||
display: block;
|
||
font-variant-numeric: lining-nums tabular-nums;
|
||
}
|
||
table caption {
|
||
margin-bottom: 0.75em;
|
||
}
|
||
tbody {
|
||
margin-top: 0.5em;
|
||
border-top: 1px solid #1a1a1a;
|
||
border-bottom: 1px solid #1a1a1a;
|
||
}
|
||
th {
|
||
border-top: 1px solid #1a1a1a;
|
||
padding: 0.25em 0.5em 0.25em 0.5em;
|
||
}
|
||
td {
|
||
padding: 0.125em 0.5em 0.25em 0.5em;
|
||
}
|
||
header {
|
||
margin-bottom: 4em;
|
||
text-align: center;
|
||
}
|
||
#TOC li {
|
||
list-style: none;
|
||
}
|
||
#TOC ul {
|
||
padding-left: 1.3em;
|
||
}
|
||
#TOC > ul {
|
||
padding-left: 0;
|
||
}
|
||
#TOC a:not(:hover) {
|
||
text-decoration: none;
|
||
}
|
||
code{white-space: pre-wrap;}
|
||
span.smallcaps{font-variant: small-caps;}
|
||
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||
div.column{flex: auto; overflow-x: auto;}
|
||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||
/* The extra [class] is a hack that increases specificity enough to
|
||
override a similar rule in reveal.js */
|
||
ul.task-list[class]{list-style: none;}
|
||
ul.task-list li input[type="checkbox"] {
|
||
font-size: inherit;
|
||
width: 0.8em;
|
||
margin: 0 0.8em 0.2em -1.6em;
|
||
vertical-align: middle;
|
||
}
|
||
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||
</style>
|
||
<style>
|
||
td { vertical-align: top; }
|
||
</style>
|
||
<!--[if lt IE 9]>
|
||
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
|
||
<![endif]-->
|
||
</head>
|
||
<body>
|
||
<header id="title-block-header">
|
||
<h1 class="title">VUMPIRE!</h1>
|
||
<p class="subtitle">a vampire umpiring the world series and stealing
|
||
blood</p>
|
||
<p class="author">dozens</p>
|
||
</header>
|
||
<nav id="TOC" role="doc-toc">
|
||
<h2 id="toc-title">CONTENTS</h2>
|
||
<ul>
|
||
<li><a href="#about" id="toc-about">ABOUT</a></li>
|
||
<li><a href="#you-will-need" id="toc-you-will-need">YOU WILL
|
||
NEED</a></li>
|
||
<li><a href="#intro" id="toc-intro">INTRO</a></li>
|
||
<li><a href="#make-a-vampire" id="toc-make-a-vampire">MAKE A VAMPIRE</a>
|
||
<ul>
|
||
<li><a href="#vampire-name-and-title"
|
||
id="toc-vampire-name-and-title">VAMPIRE NAME AND TITLE</a></li>
|
||
<li><a href="#vampire-stats" id="toc-vampire-stats">VAMPIRE
|
||
STATS</a></li>
|
||
<li><a href="#blood-luck-favor" id="toc-blood-luck-favor">BLOOD LUCK
|
||
FAVOR</a></li>
|
||
</ul></li>
|
||
<li><a href="#make-some-baseball-teams"
|
||
id="toc-make-some-baseball-teams">MAKE SOME BASEBALL TEAMS</a>
|
||
<ul>
|
||
<li><a href="#hometowns" id="toc-hometowns">HOMETOWNS</a></li>
|
||
<li><a href="#team-names" id="toc-team-names">TEAM NAMES</a></li>
|
||
</ul></li>
|
||
<li><a href="#gameloop" id="toc-gameloop">GAMELOOP</a>
|
||
<ul>
|
||
<li><a href="#play-ball" id="toc-play-ball">PLAY BALL!</a></li>
|
||
<li><a href="#get-blood" id="toc-get-blood">GET BLOOD!</a></li>
|
||
</ul></li>
|
||
<li><a href="#scorecard" id="toc-scorecard">SCORECARD</a></li>
|
||
<li><a href="#encounters" id="toc-encounters">ENCOUNTERS</a></li>
|
||
<li><a href="#inspiration" id="toc-inspiration">INSPIRATION</a></li>
|
||
</ul>
|
||
</nav>
|
||
<h2 id="about">ABOUT</h2>
|
||
<blockquote>
|
||
<p>a vampire tries to remain undetected while doing a blood heist at the
|
||
world series</p>
|
||
</blockquote>
|
||
<p>In this game you will:</p>
|
||
<ul>
|
||
<li><p>play an entire 9 inning game of baseball!</p></li>
|
||
<li><p>use random tables to create hometowns and team names!</p></li>
|
||
<li><p>create a VAMPIRE with STATS and a TITLE</p></li>
|
||
<li><p>surreptitiously harvest BLOOD!</p></li>
|
||
<li><p>random encounters!</p></li>
|
||
</ul>
|
||
<h2 id="you-will-need">YOU WILL NEED</h2>
|
||
<ul>
|
||
<li><p>these rules</p></li>
|
||
<li><p>dice: d6 (1) and d10 (2) at a minimum</p></li>
|
||
<li><p>tokens: for scorekeeping and playing baseball. coins, scraps of
|
||
paper, or a bunch of d6</p></li>
|
||
</ul>
|
||
<h2 id="intro">INTRO</h2>
|
||
<p>you are an ageless, ancient vampire who has managed to get a job
|
||
umpiring the world series where you are planning a BLOOD HEIST. these
|
||
elite athletes have such oxygen rich blood. you salivate just thinking
|
||
about it.</p>
|
||
<p>you have 9 innings.</p>
|
||
<p>keep the crowd on your side. avoid suspicion. get the blood. don’t
|
||
get caught.</p>
|
||
<h2 id="make-a-vampire">MAKE A VAMPIRE</h2>
|
||
<p>there are two steps to making a vampire:</p>
|
||
<ol type="1">
|
||
<li><p>give them a name and a title</p></li>
|
||
<li><p>assign stats</p></li>
|
||
</ol>
|
||
<h3 id="vampire-name-and-title">VAMPIRE NAME AND TITLE</h3>
|
||
<p>Make up a name and a title or epithet</p>
|
||
<p>For example:</p>
|
||
<ol type="1">
|
||
<li><p>Trevor, Defiler of Dreams</p></li>
|
||
<li><p>Drusila the Magnanimous</p></li>
|
||
<li><p>Countess Lilith, Consort of Wolves</p></li>
|
||
<li><p>Horace the Exceptionally Punctual</p></li>
|
||
<li><p>Melchior the Radiant</p></li>
|
||
<li><p>Bella the Merciless</p></li>
|
||
<li><p>Standard Ed the Insatiable</p></li>
|
||
</ol>
|
||
<p>NOTE: gain +1 in a situation in which you can use some skill inferred
|
||
by your title</p>
|
||
<h3 id="vampire-stats">VAMPIRE STATS</h3>
|
||
<p>Assign +3, +2, and +1 to the following stats in any order you
|
||
please</p>
|
||
<ul>
|
||
<li><p>ANCIENT: you have accumulated a lot of mental prowess over the
|
||
eons. smarts, wits</p></li>
|
||
<li><p>BLOODLUST: your physical prowess. dashing, leaping,
|
||
lunging</p></li>
|
||
<li><p>CHARM: your ability to relate and manipulate.</p></li>
|
||
</ul>
|
||
<h3 id="blood-luck-favor">BLOOD LUCK FAVOR</h3>
|
||
<p>One more thing: you have resources that will go up and down as you
|
||
play. You can spend them to alter outcomes of roles. More on that
|
||
later.</p>
|
||
<ul>
|
||
<li><p>BLOOD: You have a large, orange, 10 gallon sports drink cooler.
|
||
You wanna fill this sucker full of blood. Start at 0. Max 10</p></li>
|
||
<li><p>LUCK: The fickle hand of fate. It may favor you, it may spurn
|
||
you. Start at 2. Max 10</p></li>
|
||
<li><p>FAVOR: The support of the crowd. Start at 5. Max 5.</p></li>
|
||
</ul>
|
||
<h2 id="make-some-baseball-teams">MAKE SOME BASEBALL TEAMS</h2>
|
||
<p>Make two teams to play in the championship match by combining a
|
||
Hometown with a Team Name</p>
|
||
<h3 id="hometowns">HOMETOWNS</h3>
|
||
<p>Make up your own. Or choose or roll.</p>
|
||
<!--
|
||
d12: 1
|
||
first: Dobbs
|
||
last: town
|
||
|
||
d12: 2
|
||
first: Sticks
|
||
last: ville
|
||
|
||
d12: 3
|
||
first: Mud
|
||
last: hole
|
||
|
||
d12: 4
|
||
first: Snake
|
||
last: bite
|
||
|
||
d12: 5
|
||
first: Valley
|
||
last: crossing
|
||
|
||
d12: 6
|
||
first: Sorrow
|
||
last: sworn
|
||
|
||
d12: 7
|
||
first: Blood
|
||
last: well
|
||
|
||
d12: 8
|
||
first: South
|
||
last: gale
|
||
|
||
d12: 9
|
||
first: Muck
|
||
last: harbor
|
||
|
||
d12: 10
|
||
first: Blue
|
||
last: harbor
|
||
|
||
d12: 11
|
||
first: Bear
|
||
last: crossing
|
||
|
||
d12: 12
|
||
first: Ghost
|
||
last: crest
|
||
//-->
|
||
<figure>
|
||
<table>
|
||
<thead>
|
||
<tr class="header">
|
||
<th style="text-align: left;">D12</th>
|
||
<th style="text-align: left;">FIRST</th>
|
||
<th style="text-align: left;">LAST</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="odd">
|
||
<td style="text-align: left;">1</td>
|
||
<td style="text-align: left;">Dobbs</td>
|
||
<td style="text-align: left;">town</td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td style="text-align: left;">2</td>
|
||
<td style="text-align: left;">Sticks</td>
|
||
<td style="text-align: left;">ville</td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td style="text-align: left;">3</td>
|
||
<td style="text-align: left;">Mud</td>
|
||
<td style="text-align: left;">hole</td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td style="text-align: left;">4</td>
|
||
<td style="text-align: left;">Snake</td>
|
||
<td style="text-align: left;">bite</td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td style="text-align: left;">5</td>
|
||
<td style="text-align: left;">Valley</td>
|
||
<td style="text-align: left;">crossing</td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td style="text-align: left;">6</td>
|
||
<td style="text-align: left;">Sorrow</td>
|
||
<td style="text-align: left;">sworn</td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td style="text-align: left;">7</td>
|
||
<td style="text-align: left;">Blood</td>
|
||
<td style="text-align: left;">well</td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td style="text-align: left;">8</td>
|
||
<td style="text-align: left;">South</td>
|
||
<td style="text-align: left;">moor</td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td style="text-align: left;">9</td>
|
||
<td style="text-align: left;">Muck</td>
|
||
<td style="text-align: left;">vale</td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td style="text-align: left;">10</td>
|
||
<td style="text-align: left;">Blue</td>
|
||
<td style="text-align: left;">harbor</td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td style="text-align: left;">11</td>
|
||
<td style="text-align: left;">Bear</td>
|
||
<td style="text-align: left;">crossing</td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td style="text-align: left;">12</td>
|
||
<td style="text-align: left;">Ghost</td>
|
||
<td style="text-align: left;">crest</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<figcaption>
|
||
Table: Hometowns
|
||
</figcaption>
|
||
</figure>
|
||
<h3 id="team-names">TEAM NAMES</h3>
|
||
<p>Make up your own! Or choose or roll.</p>
|
||
<!--
|
||
d12: 1
|
||
name: Murderhornets
|
||
|
||
d12: 2
|
||
name: Horrorterrors
|
||
|
||
d12: 3
|
||
name: Glass Cannons
|
||
|
||
d12: 4
|
||
name: Anemics
|
||
|
||
d12: 5
|
||
name: Southpaws
|
||
|
||
d12: 6
|
||
name: Oopsie-Daisies
|
||
|
||
d12: 7
|
||
name: Redhots
|
||
|
||
d12: 8
|
||
name: Space Invaders
|
||
|
||
d12: 9
|
||
name: Sports Horses
|
||
|
||
d12: 10
|
||
name: Giraffes
|
||
|
||
d12: 11
|
||
name: Nightmares
|
||
|
||
d12: 12
|
||
name: Politicians
|
||
//-->
|
||
<figure>
|
||
<table>
|
||
<thead>
|
||
<tr class="header">
|
||
<th style="text-align: left;">D12</th>
|
||
<th style="text-align: left;">NAME</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="odd">
|
||
<td style="text-align: left;">1</td>
|
||
<td style="text-align: left;">Murderhornets</td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td style="text-align: left;">2</td>
|
||
<td style="text-align: left;">Horrorterrors</td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td style="text-align: left;">3</td>
|
||
<td style="text-align: left;">Glass Cannons</td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td style="text-align: left;">4</td>
|
||
<td style="text-align: left;">Anemics</td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td style="text-align: left;">5</td>
|
||
<td style="text-align: left;">Southpaws</td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td style="text-align: left;">6</td>
|
||
<td style="text-align: left;">Oopsie-Daisies</td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td style="text-align: left;">7</td>
|
||
<td style="text-align: left;">Redhots</td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td style="text-align: left;">8</td>
|
||
<td style="text-align: left;">Space Invaders</td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td style="text-align: left;">9</td>
|
||
<td style="text-align: left;">Sports Horses</td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td style="text-align: left;">10</td>
|
||
<td style="text-align: left;">Giraffes</td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td style="text-align: left;">11</td>
|
||
<td style="text-align: left;">Nightmares</td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td style="text-align: left;">12</td>
|
||
<td style="text-align: left;">Politicians</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<figcaption>
|
||
Table: Team Names
|
||
</figcaption>
|
||
</figure>
|
||
<h2 id="gameloop">GAMELOOP</h2>
|
||
<p>To play the game:</p>
|
||
<ol type="1">
|
||
<li><p>PLAY BALL! Resolve one play of the game.</p></li>
|
||
<li><p>GET BLOOD! Do a vampire move.</p></li>
|
||
</ol>
|
||
<p>Repeat.</p>
|
||
<p>The game is over after 9 innings. At that time you will determine how
|
||
successful you were at your BLOOD HEIST.</p>
|
||
<h3 id="play-ball">PLAY BALL!</h3>
|
||
<p>Flip a coin to determine who is the HOME TEAM and who is the VISITOR.
|
||
VISITOR pitches first.</p>
|
||
<p>Then:</p>
|
||
<ol type="1">
|
||
<li>Roll d6 for the pitch</li>
|
||
</ol>
|
||
<figure>
|
||
<table>
|
||
<thead>
|
||
<tr class="header">
|
||
<th style="text-align: left;">D6</th>
|
||
<th style="text-align: left;">RESULT</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="odd">
|
||
<td style="text-align: left;">1 - 3</td>
|
||
<td style="text-align: left;">strike</td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td style="text-align: left;">4 - 6</td>
|
||
<td style="text-align: left;">ball</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<figcaption>
|
||
Table: Pitch
|
||
</figcaption>
|
||
</figure>
|
||
<ol start="2" type="1">
|
||
<li>Roll 2d6 for the hit. Read them left to right, smallest number and
|
||
then largest number.</li>
|
||
</ol>
|
||
<!--
|
||
d6: 1 - 3
|
||
result: strike
|
||
|
||
d6: 4 - 6
|
||
result: ball
|
||
//-->
|
||
<!--
|
||
2d6: 11
|
||
result: Home Run
|
||
|
||
2d6: 12
|
||
result: Double
|
||
|
||
2d6: 13
|
||
result: Flyout
|
||
|
||
2d6: 14
|
||
result: Walk
|
||
|
||
2d6: 15
|
||
result: Pop out
|
||
|
||
2d6: 16
|
||
result: Single
|
||
|
||
2d6: 22
|
||
result: Double Play
|
||
|
||
2d6: 23
|
||
result: Ground Out
|
||
|
||
2d6: 24
|
||
result: Strike Out
|
||
|
||
2d6: 25
|
||
result: Single
|
||
|
||
2d6: 26
|
||
result: Strike Out
|
||
|
||
2d6: 33
|
||
result: Triple
|
||
|
||
2d6: 34
|
||
result: Walk
|
||
|
||
2d6: 35
|
||
result: Ground Out
|
||
|
||
2d6: 36
|
||
result: Fly Out
|
||
|
||
2d6: 44
|
||
result: Walk
|
||
|
||
2d6: 45
|
||
result: Pop Out
|
||
|
||
2d6: 46
|
||
result: Strike Out
|
||
|
||
2d6: 55
|
||
result: Double
|
||
|
||
2d6: 56
|
||
result: Sacrifice Fly
|
||
|
||
2d6: 66
|
||
result: Homerun
|
||
//-->
|
||
<figure>
|
||
<table>
|
||
<thead>
|
||
<tr class="header">
|
||
<th style="text-align: left;">2D6</th>
|
||
<th style="text-align: left;">RESULT</th>
|
||
<th style="text-align: left;">2D6</th>
|
||
<th style="text-align: left;">RESULT</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="odd">
|
||
<td style="text-align: left;">11</td>
|
||
<td style="text-align: left;">Home Run</td>
|
||
<td style="text-align: left;">33</td>
|
||
<td style="text-align: left;">Triple</td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td style="text-align: left;">12</td>
|
||
<td style="text-align: left;">Double</td>
|
||
<td style="text-align: left;">34</td>
|
||
<td style="text-align: left;">Walk</td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td style="text-align: left;">13</td>
|
||
<td style="text-align: left;">Fly Out</td>
|
||
<td style="text-align: left;">35</td>
|
||
<td style="text-align: left;">Ground Out</td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td style="text-align: left;">14</td>
|
||
<td style="text-align: left;">Walk</td>
|
||
<td style="text-align: left;">36</td>
|
||
<td style="text-align: left;">Fly Out</td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td style="text-align: left;">15</td>
|
||
<td style="text-align: left;">Pop Out</td>
|
||
<td style="text-align: left;">44</td>
|
||
<td style="text-align: left;">Single</td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td style="text-align: left;">16</td>
|
||
<td style="text-align: left;">Single</td>
|
||
<td style="text-align: left;">45</td>
|
||
<td style="text-align: left;">Pop Out</td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td style="text-align: left;">22</td>
|
||
<td style="text-align: left;">Double Play</td>
|
||
<td style="text-align: left;">46</td>
|
||
<td style="text-align: left;">Strike Out</td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td style="text-align: left;">23</td>
|
||
<td style="text-align: left;">Ground Out</td>
|
||
<td style="text-align: left;">55</td>
|
||
<td style="text-align: left;">Double</td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td style="text-align: left;">24</td>
|
||
<td style="text-align: left;">Strike Out</td>
|
||
<td style="text-align: left;">56</td>
|
||
<td style="text-align: left;">Fly Out</td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td style="text-align: left;">25</td>
|
||
<td style="text-align: left;">Single</td>
|
||
<td style="text-align: left;">66</td>
|
||
<td style="text-align: left;">Home Run</td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td style="text-align: left;">26</td>
|
||
<td style="text-align: left;">Strike Out</td>
|
||
<td style="text-align: left;"></td>
|
||
<td style="text-align: left;"></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<figcaption>
|
||
Table: Hits
|
||
</figcaption>
|
||
</figure>
|
||
<p>Explanation:</p>
|
||
<ul>
|
||
<li><p>Double: You hit the ball and advance 2 bases. All players advance
|
||
2 bases.</p></li>
|
||
<li><p>Fly Out: The ball is caught in the air at the end of the field. 1
|
||
out.</p></li>
|
||
<li><p>Ground Out: The ball is scooped up and thrown to the baseman
|
||
before the player can get there. 1 out.</p></li>
|
||
<li><p>Home Run: You hit the ball out of the park! Score 1 for the
|
||
batter, and 1 for every player on the field.</p></li>
|
||
<li><p>Pop Out: An easy lob. The ball is caught and the player is
|
||
eliminated. 1 out.</p></li>
|
||
<li><p>Single: You hit the ball and run base. All players on the field
|
||
advance 1 base.</p></li>
|
||
<li><p>Strike Out: 3 batting errors and the batter is eliminated. 1
|
||
out.</p></li>
|
||
<li><p>Triple: You smash the ball and run 3 bases. All players on the
|
||
field advance 3 bases.</p></li>
|
||
</ul>
|
||
<h3 id="get-blood">GET BLOOD!</h3>
|
||
<p>(Need help getting started? See ENCOUNTERS below.)</p>
|
||
<p>Get your d6. This is your Vampire Dice.</p>
|
||
<p>Get two d10. These are your Challenge Dice.</p>
|
||
<p>To do a move, choose an APPROACH (Ancient, Bloodlust, or Charming) to
|
||
get a +3, +2, or +1 bonus. Determine if you can apply your TITLE for a
|
||
+1 bonus.</p>
|
||
<p>Roll your Vampire Dice and add your bonuses to get your Total.</p>
|
||
<p>Roll your two Challenge Dice.</p>
|
||
<p>Each time your Total is greater than a Challenge Dice, that is a HIT.
|
||
Each time your Total is equal to or less than a Challenge Dice, that is
|
||
a MISS.</p>
|
||
<!--
|
||
Hits: 2
|
||
Outcome: Strong Success! You accomplish the task.
|
||
|
||
Hits: 1
|
||
Outcome: Mixed Success! You get what you want, but at a cost. Or with a complication
|
||
|
||
Hits: 0
|
||
Outcome: Setback! You do not accomplish the task!
|
||
//-->
|
||
<figure>
|
||
<table>
|
||
<thead>
|
||
<tr class="header">
|
||
<th style="text-align: left;">HITS</th>
|
||
<th style="text-align: left;">OUTCOME</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="odd">
|
||
<td style="text-align: left;">2</td>
|
||
<td style="text-align: left;">Strong Success! You accomplish the
|
||
task.</td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td style="text-align: left;">1</td>
|
||
<td style="text-align: left;">Mixed Success! You get what you want, but
|
||
at a cost. Or with a complication</td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td style="text-align: left;">0</td>
|
||
<td style="text-align: left;">Setback! You do not accomplish the
|
||
task!</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<figcaption>
|
||
Table: Vampire Move Outcomes
|
||
</figcaption>
|
||
</figure>
|
||
<p>Additionally:</p>
|
||
<ul>
|
||
<li><p>For each HIT, add 1 to either BLOOD, LUCK, or FAVOR.</p></li>
|
||
<li><p>For each MISS, subtract 1 from either BLOOD, LUCK, or
|
||
FAVOR.</p></li>
|
||
<li><p>LUCK: any time your LUCK is greater than one (or both) Challenge
|
||
Dice, you can reset your LUCK to 0 to negate one (or both) Challenge
|
||
Dice</p></li>
|
||
<li><p>FAVOR: if your FAVOR reaches zero, the crowd turns on you and
|
||
BOOS you out of the stadium. You have lost this BLOOD HEIST opportunity,
|
||
and the game is over.</p></li>
|
||
<li><p>DOUBLES: if both Challenge Dice roll the same number, something
|
||
totally unexpected happens!</p></li>
|
||
</ul>
|
||
<h2 id="scorecard">SCORECARD</h2>
|
||
<p>Place your tokens on these tables to keep track of the game.</p>
|
||
<table>
|
||
<thead>
|
||
<tr class="header">
|
||
<th>INNING</th>
|
||
<th>1</th>
|
||
<th>2</th>
|
||
<th>3</th>
|
||
<th>4</th>
|
||
<th>5</th>
|
||
<th>6</th>
|
||
<th>7</th>
|
||
<th>8</th>
|
||
<th>9</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="odd">
|
||
<td>VISITOR</td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td>HOME</td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<table>
|
||
<thead>
|
||
<tr class="header">
|
||
<th>AT BAT</th>
|
||
<th>0</th>
|
||
<th>1</th>
|
||
<th>2</th>
|
||
<th>3</th>
|
||
<th>4</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="odd">
|
||
<td>STRIKE</td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td>BALL</td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<table>
|
||
<thead>
|
||
<tr class="header">
|
||
<th>SCORE</th>
|
||
<th>1</th>
|
||
<th>2</th>
|
||
<th>3</th>
|
||
<th>4</th>
|
||
<th>5</th>
|
||
<th>6</th>
|
||
<th>7</th>
|
||
<th>8</th>
|
||
<th>9</th>
|
||
<th>10</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="odd">
|
||
<td>VISITOR</td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td>HOME</td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<table>
|
||
<thead>
|
||
<tr class="header">
|
||
<th>BASES</th>
|
||
<th>1ST</th>
|
||
<th>2ND</th>
|
||
<th>3RD</th>
|
||
<th>HOME</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="odd">
|
||
<td>x</td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<h2 id="encounters">ENCOUNTERS</h2>
|
||
<!--
|
||
d6: 1
|
||
who: bat boy
|
||
where: dugout
|
||
what: stealing balls
|
||
but: is afraid of getting hit
|
||
|
||
d6: 2
|
||
who: superfan
|
||
where: stands
|
||
what: causing a commotion
|
||
but: has tickets to the wrong game
|
||
|
||
d6: 3
|
||
who: announcer
|
||
where: broadcast booth
|
||
what: ??
|
||
but: has the hiccups
|
||
|
||
d6: 4
|
||
who: shortstop
|
||
where: diamond
|
||
what: ???
|
||
but: has $$$ bet on the game
|
||
|
||
d6: 5
|
||
who: team manager
|
||
where: box
|
||
what: throwing a hell of a party
|
||
but: coked to the gills
|
||
|
||
d6: 6
|
||
who: hotdog vendor
|
||
where: concessions
|
||
what: ???
|
||
but: vampire hunter
|
||
|
||
// -->
|
||
<p>Recommended: roll 4 times on the table to assemble a random
|
||
combination of WHO, WHERE, WHAT, and BUT.</p>
|
||
<figure>
|
||
<table>
|
||
<thead>
|
||
<tr class="header">
|
||
<th style="text-align: left;">D6</th>
|
||
<th style="text-align: left;">WHO</th>
|
||
<th style="text-align: left;">WHERE</th>
|
||
<th style="text-align: left;">WHAT</th>
|
||
<th style="text-align: left;">BUT</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="odd">
|
||
<td style="text-align: left;">1</td>
|
||
<td style="text-align: left;">batboy</td>
|
||
<td style="text-align: left;">dugout</td>
|
||
<td style="text-align: left;">sabotaging equipment</td>
|
||
<td style="text-align: left;">is afraid of getting hit</td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td style="text-align: left;">2</td>
|
||
<td style="text-align: left;">superfan</td>
|
||
<td style="text-align: left;">stands</td>
|
||
<td style="text-align: left;">causing a commotion</td>
|
||
<td style="text-align: left;">has tickets to the wrong game</td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td style="text-align: left;">3</td>
|
||
<td style="text-align: left;">announcer</td>
|
||
<td style="text-align: left;">broadcast booth</td>
|
||
<td style="text-align: left;">waiting for The Signal</td>
|
||
<td style="text-align: left;">has the hiccups</td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td style="text-align: left;">4</td>
|
||
<td style="text-align: left;">shortstop</td>
|
||
<td style="text-align: left;">diamond</td>
|
||
<td style="text-align: left;">secret werewolf</td>
|
||
<td style="text-align: left;">has $$$ bet on the game</td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td style="text-align: left;">5</td>
|
||
<td style="text-align: left;">team manager</td>
|
||
<td style="text-align: left;">box</td>
|
||
<td style="text-align: left;">throwing a hell of a party</td>
|
||
<td style="text-align: left;">coked to the gills</td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td style="text-align: left;">6</td>
|
||
<td style="text-align: left;">hotdog vendor</td>
|
||
<td style="text-align: left;">concessions</td>
|
||
<td style="text-align: left;">covered in garlic</td>
|
||
<td style="text-align: left;">vampire hunter</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<figcaption>
|
||
Table: Encounters
|
||
</figcaption>
|
||
</figure>
|
||
<h2 id="inspiration">INSPIRATION</h2>
|
||
<ul>
|
||
<li><p>those little Dice Baseball games on etsy</p></li>
|
||
<li><p>Ironsworn and its community of hacks, especially Winsome and Iron
|
||
Valley</p></li>
|
||
<li><p>Vampires</p></li>
|
||
</ul>
|
||
</body>
|
||
</html>
|