feat: Add core rules

This commit is contained in:
2026-06-06 13:03:00 +00:00
parent c75cd188c1
commit 75c6ab9975
583 changed files with 13580 additions and 50 deletions

26
books/core/24.html Normal file
View File

@@ -0,0 +1,26 @@
<link rel="stylesheet" href="/css/book-page.css">
<link rel="stylesheet" href="/css/book-page.css">
<h2>INTRODUCTION</h2>
<h3>TOKENS</h3>
<p>Some characters will have special "points" at their disposal: Player Characters have <strong>Fabula Points</strong> and Villains have <strong>Ultima Points</strong>. You will need tokens of two different colors to represent these (green and red plastic gemstones work great).</p>
<p>The more tokens you have, the better.</p>
<h3>DICE</h3>
<p>The game makes use of a variety of dice in different shapes:</p>
<ul>
<li><strong>Six-sided dice</strong>, also known as d6s — these you are surely familiar with.</li>
<li><strong>Eight-sided dice</strong>, also known as d8s.</li>
<li><strong>Ten-sided dice</strong>, also known as d10s — the "0" face should be read as 10.</li>
<li><strong>Twelve-sided dice</strong>, also known as d12s.</li>
<li><strong>Twenty-sided dice</strong>, also known as d20s.</li>
</ul>
<p>These dice are sometimes mentioned in notations such as "roll 1d6 + 1d10", which means you need to roll a six-sided die and a ten-sided die and add them together, or "roll 1d8 + 1", which means rolling an eight-sided die and adding 1 to the Result.</p>
<p>When the game uses the term "die size", it means the number of faces on that die — for instance, a d10 has a size of 10. Some effects will reduce or increase die size; for instance, a reduced d8 will turn into a d6, while an increased d10 will become a d12.</p>
<p>The full succession of die sizes, from highest to lowest, is:</p>
<p>You can find these sets of polyhedral dice in game stores (or you can purchase them online). You can also download mobile apps that roll dice for you!</p>
<footer>
<p>Philip Forlenza (Order #)</p>
</footer>