fix: Fill blank pages which didn't get copied correctly

This commit is contained in:
2026-06-27 16:55:24 -04:00
parent b716f8111a
commit 4936b11847
37 changed files with 1652 additions and 30 deletions

View File

@@ -0,0 +1,100 @@
<h1>Rewards</h1>
<p>
Few things can make Players excited as finding treasures and rewards: whether
retrieved from the depths of a perilous labyrinth or gifted by a grateful
sovereign, these allow our heroes to develop new strategies, purchase
expensive equipment, or even work on personal Projects and inventions.
</p>
<h2>Handing out Rewards</h2>
<p>
There are a few guidelines to follow when you reward Player Characters,
regardless of how they obtained it. Strictly speaking, you have to worry about
two things:
</p>
<ul>
<li>
The highest Player Character level in your group. Most of the time, all
characters will be of the same level — but some optional rules can change
this.
</li>
<li>The number of Player Characters in your group.</li>
</ul>
<p>
You can then use the table below to "build" an appropriate reward. The table
indicates the average value you should be working with (in zenit), but you can
go a bit higher or lower for particularly rich rewards or minor findings; the
table also indicates the suggested maximum value of any single item found at a
given level range. You will find more information about rare items on the next
pages.
</p>
<table>
<thead>
<tr>
<th>Highest PC Level</th>
<th>Maximum Item Value</th>
<th>2 PCs</th>
<th>3 PCs</th>
<th>4+ PCs</th>
</tr>
</thead>
<tbody>
<tr>
<td>5+</td>
<td>500 z</td>
<td>500 z</td>
<td>750 z</td>
<td>1000 z</td>
</tr>
<tr>
<td>10+</td>
<td>1000 z</td>
<td>800 z</td>
<td>1200 z</td>
<td>1800 z</td>
</tr>
<tr>
<td>20+</td>
<td>1500 z</td>
<td>1000 z</td>
<td>1500 z</td>
<td>2000 z</td>
</tr>
<tr>
<td>30+</td>
<td>2000 z</td>
<td>1600 z</td>
<td>2400 z</td>
<td>3200 z</td>
</tr>
<tr>
<td>40+</td>
<td>any</td>
<td>2000 z</td>
<td>3000 z</td>
<td>4000 z</td>
</tr>
</tbody>
</table>
<p class="example">
Example: The average reward for a group of five level 26 characters is 2000
zenit, and no single item should have a value higher than 1500 zenit.
</p>
<p>
It is generally better to split the reward budget into a variety of weapons,
accessories, shields, armors, and valuables; avoid spending all of it on a
single powerful item or handing the heroes a huge pile of coins.
</p>