59 lines
2.1 KiB
HTML
59 lines
2.1 KiB
HTML
<link rel="stylesheet" href="/css/book-page.css" />
|
|
<link rel="stylesheet" href="/css/book-page.css" />
|
|
<h1>5. DAMAGE AFFINITIES</h1>
|
|
<p>
|
|
Here you can find the creature's Affinity towards each of the nine damage
|
|
types in the game, in this order: physical, air, bolt, dark, earth, fire, ice,
|
|
light, poison.
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
<strong>Empty field</strong> means the creature has no Affinity regarding
|
|
the damage type in question.
|
|
</li>
|
|
<li>
|
|
<strong>VU</strong> means the creature is Vulnerable to the damage type in
|
|
question, thus doubling the Hit Point loss.
|
|
</li>
|
|
<li>
|
|
<strong>RS</strong> means the creature is Resistant to the damage type in
|
|
question, thus halving the Hit Point loss.
|
|
</li>
|
|
<li>
|
|
<strong>IM</strong> means the creature is Immune to the damage type in
|
|
question, thus negating the Hit Point loss.
|
|
</li>
|
|
<li>
|
|
<strong>AB</strong> means the creature Absorbs the damage type in question,
|
|
thus recovering Hit Points equal to the damage suffered.
|
|
</li>
|
|
</ul>
|
|
<p>For more information on damage and Affinities, see page 92.</p>
|
|
|
|
<h2>6. BASIC ATTACKS</h2>
|
|
<p>This section lists the creature's main attacks using the format below:</p>
|
|
<pre>$ Attack Name w 【Accuracy Check】 w 【Damage Calculation】 type damage.<br>aa Attack Name w 【Accuracy Check】 w 【Damage Calculation】 type damage.</pre>
|
|
<ul>
|
|
<li>
|
|
<strong>$ or aa</strong> indicates whether the attack is melee or ranged.
|
|
</li>
|
|
<li>
|
|
<strong>【Accuracy Check】</strong> indicates which Attributes must be
|
|
rolled for the Accuracy Check.
|
|
</li>
|
|
<li>
|
|
<strong>【Damage Calculation】</strong> indicates how to calculate the
|
|
damage dealt by the attack, generally by adding the High Roll and a fixed
|
|
value, as well as the type of damage dealt by the attack. Some attacks deal
|
|
no damage.
|
|
</li>
|
|
</ul>
|
|
<p>
|
|
Many attacks have secondary effects or follow special rules, such as targeting
|
|
Magic Defense instead of Defense. Secondary effects are listed after the
|
|
damage calculation (if any) and only take place if the attack was successful
|
|
unless otherwise noted.
|
|
</p>
|
|
|
|
<hr />
|