feat: Links to pages
This commit is contained in:
@@ -1,86 +1 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Delicacy Effect</title>
|
||||
<link rel="stylesheet" href="book-page.css" />
|
||||
</head>
|
||||
<h1>DELICACY EFFECT</h1>
|
||||
<p class="section-header">Combination effect</p>
|
||||
|
||||
<ol role="list">
|
||||
<li>
|
||||
Each of this delicacy’s targets recovers from the
|
||||
<span class="choice-group"
|
||||
>(choose one: dazed; enraged; poisoned; shaken; slow; weak)</span
|
||||
>
|
||||
status effect.
|
||||
</li>
|
||||
<li>
|
||||
Each of this delicacy’s targets suffers the
|
||||
<span class="choice-group">(choose one: dazed; shaken; slow; weak)</span>
|
||||
status effect.
|
||||
</li>
|
||||
<li>
|
||||
Each of this delicacy’s targets recovers 40 Hit Points. This amount
|
||||
increases to 50 if you are level 30 or higher.
|
||||
</li>
|
||||
<li>
|
||||
Each of this delicacy’s targets recovers 40 Mind Points. This amount
|
||||
increases to 50 if you are level 30 or higher.
|
||||
</li>
|
||||
<li>
|
||||
This delicacy deals 20
|
||||
<span class="choice-group"
|
||||
>(choose one: air; bolt; earth; fire; ice; poison)</span
|
||||
>
|
||||
damage to each of its targets. This amount increases to 30 damage if you
|
||||
are level 30 or higher.
|
||||
</li>
|
||||
<li>
|
||||
Until the end of your next turn, every source that deals
|
||||
<span class="choice-group"
|
||||
>(choose one: air; bolt; earth; fire; ice; poison)</span
|
||||
>
|
||||
damage deals 5 extra damage to each of this delicacy’s targets.
|
||||
</li>
|
||||
<li>
|
||||
Each of this delicacy’s targets cannot perform the Guard action during
|
||||
their next turn.
|
||||
</li>
|
||||
<li>
|
||||
Each of this delicacy’s targets cannot perform the Spell action during
|
||||
their next turn.
|
||||
</li>
|
||||
<li>
|
||||
Each of this delicacy’s targets cannot perform the Skill action during
|
||||
their next turn.
|
||||
</li>
|
||||
<li>
|
||||
Each of this delicacy’s targets gains Resistance to
|
||||
<span class="choice-group"
|
||||
>(choose one: air; bolt; earth; fire; ice; poison)</span
|
||||
>
|
||||
damage until the end of your next turn.
|
||||
</li>
|
||||
<li>
|
||||
Each of this delicacy’s targets treats their
|
||||
<span class="choice-group"
|
||||
>(choose one: Dexterity; Insight; Might; Willpower)</span
|
||||
>
|
||||
as if it were one die size higher (up to a maximum of d12) until the end
|
||||
of your next turn.
|
||||
</li>
|
||||
<li>
|
||||
During the next turn of each of this delicacy’s targets, all damage they
|
||||
deal becomes
|
||||
<span class="choice-group"
|
||||
>(choose one: air; bolt; earth; fire; ice; poison)</span
|
||||
>
|
||||
and its type cannot change.
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<div class="signature-block"></div>
|
||||
</html>
|
||||
<!doctype html><html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Delicacy Effect</title> <link rel="stylesheet" href="book-page.css" /> </head> <h1>DELICACY EFFECT</h1> <p class="section-header">Combination effect</p> <ol role="list"> <li> Each of this delicacy’s targets recovers from the <span class="choice-group" >(choose one: dazed; enraged; poisoned; shaken; slow; weak)</span > status effect. </li> <li> Each of this delicacy’s targets suffers the <span class="choice-group">(choose one: dazed; shaken; slow; weak)</span> status effect. </li> <li> Each of this delicacy’s targets recovers 40 Hit Points. This amount increases to 50 if you are level 30 or higher. </li> <li> Each of this delicacy’s targets recovers 40 Mind Points. This amount increases to 50 if you are level 30 or higher. </li> <li> This delicacy deals 20 <span class="choice-group" >(choose one: air; bolt; earth; fire; ice; poison)</span > damage to each of its targets. This amount increases to 30 damage if you are level 30 or higher. </li> <li> Until the end of your next turn, every source that deals <span class="choice-group" >(choose one: air; bolt; earth; fire; ice; poison)</span > damage deals 5 extra damage to each of this delicacy’s targets. </li> <li> Each of this delicacy’s targets cannot perform the Guard action during their next turn. </li> <li> Each of this delicacy’s targets cannot perform the Spell action during their next turn. </li> <li> Each of this delicacy’s targets cannot perform the Skill action during their next turn. </li> <li> Each of this delicacy’s targets gains Resistance to <span class="choice-group" >(choose one: air; bolt; earth; fire; ice; poison)</span > damage until the end of your next turn. </li> <li> Each of this delicacy’s targets treats their <span class="choice-group" >(choose one: Dexterity; Insight; Might; Willpower)</span > as if it were one die size higher (up to a maximum of d12) until the end of your next turn. </li> <li> During the next turn of each of this delicacy’s targets, all damage they deal becomes <span class="choice-group" >(choose one: air; bolt; earth; fire; ice; poison)</span > and its type cannot change. </li> </ol> <div class="signature-block"></div></html>
|
||||
Reference in New Issue
Block a user