93 lines
3.6 KiB
HTML
93 lines
3.6 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<title>Skill and Class Descriptions</title>
|
||
<link rel="stylesheet" href="book-page.css" />
|
||
</head>
|
||
<h1>Advanced Skill Descriptions</h1>
|
||
|
||
<!-- Section 1: BRAVE BASH -->
|
||
<section>
|
||
<h2>BRAVE BASH</h2>
|
||
|
||
<div class="requirement-section">
|
||
<strong>Requirements:</strong> You must have mastered one or more Classes
|
||
among Commander (see High Fantasy Atlas, page 140), Fury, Guardian, Pilot
|
||
(see Techno Fantasy Atlas, page 158), and Weaponmaster.
|
||
</div>
|
||
|
||
<p>
|
||
When you use the <strong>Bone Crusher Skill</strong>, if your attack
|
||
targets only one creature and you have a shield equipped, you may
|
||
challenge that creature until the end of your next turn. The challenge
|
||
also ends if that creature is challenged by someone else, or if you
|
||
challenge another creature.
|
||
</p>
|
||
<p>
|
||
The creature you are challenging must include you among the targets of
|
||
their attacks and offensive spells (OO), if able; additionally, once per
|
||
turn (including other creatures’ turns), when you deal damage to the
|
||
creature you are challenging with a free attack using a one-handed melee
|
||
weapon, or with a custom weapon belonging to the dagger or sword Category,
|
||
you may deal 5 extra damage to that creature.
|
||
</p>
|
||
</section>
|
||
|
||
<!-- Section 2: CHEER UP! -->
|
||
<section>
|
||
<h3>CHEER UP!</h3>
|
||
<div class="requirement-section">
|
||
<strong>Requirements:</strong> You must have mastered one or more Classes
|
||
among Chanter (see High Fantasy Atlas, page 136), Esper (see Techno
|
||
Fantasy Atlas, page 150) and Orator, and must have acquired the
|
||
<strong>My Trust in You Skill</strong>.
|
||
</div>
|
||
<div class="skill-description">
|
||
<p>
|
||
When you use <strong>My Trust in You</strong> on another Player
|
||
Character, that character chooses Dexterity, Insight, Might, or
|
||
Willpower: they treat the chosen Attribute as being increased by one die
|
||
size (up to a maximum of d12) until the end of the scene or until you
|
||
use My Trust in You on them again.
|
||
</p>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Section 3: CHIMERIC SOUL -->
|
||
<section>
|
||
<h3>CHIMERIC SOUL</h3>
|
||
<div class="requirement-section">
|
||
<strong>Requirements:</strong> You must have mastered one or more Classes
|
||
among Chimerist and Mutant (see Techno Fantasy Atlas, page 154), and must
|
||
have acquired the <strong>Spell Mimic Skill</strong>.
|
||
</div>
|
||
<div class="skill-description">
|
||
<p>
|
||
When you cast one of your Chimerist spells, you gain a benefit based on
|
||
the Species of the creature you originally learned that spell from.
|
||
Choose one option: you gain Resistance to both damage types associated
|
||
with that Species; or when you deal damage of a type associated with
|
||
that Species, you deal 5 extra damage. The chosen benefit lasts until
|
||
the end of the scene, or until you cast a Chimerist spell again.
|
||
</p>
|
||
<p>The damage types associated to each Species are:</p>
|
||
<ul>
|
||
<li>Air and ice (beast)</li>
|
||
<li>Earth and poison (construct)</li>
|
||
<li>Fire and ice (demon)</li>
|
||
<li>Air and bolt (elemental)</li>
|
||
<li>Bolt and fire (monster)</li>
|
||
<li>Earth and light (plant)</li>
|
||
<li>Dark and poison (undead)</li>
|
||
</ul>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Metadata/Footer -->
|
||
<div
|
||
style="margin-top: 40px; padding-top: 15px; border-top: 1px dashed #ccc"
|
||
></div>
|
||
</html>
|