64 lines
2.3 KiB
HTML
64 lines
2.3 KiB
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Zk | The Post-Self TTRPG</title>
|
||
|
<link rel="stylesheet" type="text/css" href="/style.css" />
|
||
|
<meta name="viewport" content="width=device-width" />
|
||
|
<meta charset="utf-8" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<main>
|
||
|
<header>
|
||
|
<h1>Zk | The Post-Self TTRPG</h1>
|
||
|
</header>
|
||
|
<article class="content">
|
||
|
<h2 id="about-post-self">About Post-Self</h2>
|
||
|
<blockquote>
|
||
|
<p>(Dear quip)</p>
|
||
|
</blockquote>
|
||
|
<p>(some plot stuff</p>
|
||
|
<p>(the books)</p>
|
||
|
<h2 id="about-the-ttrpg">About the TTRPG</h2>
|
||
|
<p>(Based on Simple World, a tiny-ified hack of PbtA)</p>
|
||
|
<p>(why)</p>
|
||
|
<h2 id="the-basics">The basics</h2>
|
||
|
<h3 id="mc-and-players">MC and players</h3>
|
||
|
<h3 id="agendas-and-principles">Agendas and principles</h3>
|
||
|
<h3 id="stats">Stats</h3>
|
||
|
<h4 id="the-relationship-stat">The relationship stat</h4>
|
||
|
<h3 id="character-sheets">Character sheets)</h3>
|
||
|
<h2 id="preparing-to-play">Preparing to play</h2>
|
||
|
<h3 id="your-story">Your story</h3>
|
||
|
<h3 id="creating-characters">Creating characters</h3>
|
||
|
<h3 id="zero-session">Zero session</h3>
|
||
|
<h2 id="gameplay">Gameplay</h2>
|
||
|
<h3 id="mc">MC</h3>
|
||
|
<h4 id="mc-moves">MC Moves</h4>
|
||
|
<h4 id="helping-and-hindering">Helping and hindering</h4>
|
||
|
<h4 id="pcs-and-npcs">PCs and NPCs</h4>
|
||
|
<h4 id="dangers-and-the-bigger-picture">Dangers and the bigger picture</h4>
|
||
|
<h3 id="players">Players</h3>
|
||
|
<h4 id="player-moves">Player moves</h4>
|
||
|
<h4 id="tracking-resources">Tracking resources</h4>
|
||
|
<h4 id="dealing-and-taking-harm">Dealing and taking harm</h4>
|
||
|
<h4 id="taken-out-of-action">Taken out of action</h4>
|
||
|
<h3 id="carrying-forward">Carrying forward</h3>
|
||
|
<h3 id="tracking-experience-and-relationship-stats">Tracking experience and relationship stats</h3>
|
||
|
<h2 id="module-ideas">Module ideas</h2>
|
||
|
<h3 id="battle-royale-with-politics">Battle royale with politics.</h3>
|
||
|
<h3 id="finding-a-lost-self">Finding a lost self</h3>
|
||
|
</article>
|
||
|
<footer>
|
||
|
<p>Page generated on 2022-08-17</p>
|
||
|
</footer>
|
||
|
</main>
|
||
|
<script type="text/javascript">
|
||
|
document.querySelectorAll('.tag').forEach(tag => {
|
||
|
let text = tag.innerText;
|
||
|
tag.innerText = '';
|
||
|
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
|
||
|
});
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|