Files
fabula-ultima-html/books/core/125.html

112 lines
2.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div>
<table>
<thead>
<tr>
<th>Service</th>
<th>Cost</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="3">Town Services</th>
</tr>
<tr>
<td>Recharge Inventory</td>
<td>10 z</td>
<td>Recharges a character's Inventory Points by one.</td>
</tr>
<tr>
<td>Full Rest (village)</td>
<td>5 z</td>
<td>Allows one person to rest for one night.</td>
</tr>
<tr>
<td>Full Rest (town)</td>
<td>10 z</td>
<td>Allows one person to rest for one night.</td>
</tr>
<tr>
<td>Full Rest (city)</td>
<td>20 z</td>
<td>Allows one person to rest for one night.</td>
</tr>
<tr>
<th colspan="3">Travel Services</th>
</tr>
<tr>
<td>Land Transportation</td>
<td>10 z</td>
<td>Allows one person to travel for one day.</td>
</tr>
<tr>
<td>Water Transportation</td>
<td>20 z</td>
<td>Allows one person to travel for one day.</td>
</tr>
<tr>
<td>Air Transportation</td>
<td>40 z</td>
<td>Allows one person to travel for one day.</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th>Service</th>
<th>Cost</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="3">Mounts</th>
</tr>
<tr>
<td>Terrestrial</td>
<td>200 z</td>
<td>One or two ×2</td>
</tr>
<tr>
<td>Aquatic</td>
<td>500 z</td>
<td>Approximately six ×2</td>
</tr>
<tr>
<td>Submarine</td>
<td>1000 z</td>
<td>Approximately six ×2</td>
</tr>
<tr>
<td>Flying</td>
<td>2000 z</td>
<td>Approximately six ×3</td>
</tr>
<tr>
<th colspan="3">Vehicles</th>
</tr>
<tr>
<td>Terrestrial</td>
<td>600 z</td>
<td>Approximately six ×2</td>
</tr>
<tr>
<td>Aquatic</td>
<td>2000 z</td>
<td>Approximately ten ×2</td>
</tr>
<tr>
<td>Submarine</td>
<td>4000 z</td>
<td>Approximately ten ×2</td>
</tr>
<tr>
<td>Flying</td>
<td>8000 z</td>
<td>Approximately twenty ×3</td>
</tr>
</tbody>
</table>
</div>