summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/auto-changelog2
-rwxr-xr-xbin/pre-generate19
-rw-r--r--out/changelog.html6
-rw-r--r--out/dnd/index.html4
-rw-r--r--out/dnd/psionist-class.html2528
-rw-r--r--out/dnd/psionist.html (renamed from out/dnd/psionist2.html)2
-rw-r--r--out/dnd/spell-gauntlet.html211
-rw-r--r--out/index.atom2771
-rw-r--r--out/index.html6
-rw-r--r--out/tags/ES.html1
-rw-r--r--out/tags/FF.html1
-rw-r--r--out/tags/HB.html3
-rw-r--r--out/tags/SS.html1
-rw-r--r--out/tags/WP.html1
-rw-r--r--out/tags/index.html7
-rw-r--r--src/changelog.md9
-rw-r--r--src/dnd/psionist-class.md1504
-rw-r--r--src/dnd/psionist.org (renamed from src/dnd/psionist2.org)0
-rw-r--r--src/dnd/spell-gauntlet.org683
19 files changed, 82 insertions, 7677 deletions
diff --git a/bin/auto-changelog b/bin/auto-changelog
index 2b8187f..64d15e9 100755
--- a/bin/auto-changelog
+++ b/bin/auto-changelog
@@ -39,7 +39,7 @@ main() {
if should-insert; then
insert
git add src/changelog.md
- git commit -m 'Auto-insert entry to ChangeLog'
+ git commit -m 'Auto-insert entry to ChangeLog' --author='Logger <logger@andrewdm.me>'
fi
}
diff --git a/bin/pre-generate b/bin/pre-generate
index e5f8f5e..c2d3516 100755
--- a/bin/pre-generate
+++ b/bin/pre-generate
@@ -13,23 +13,38 @@ if [[ $branch == master ]]; then
git worktree prune
git branch -D pre-generated.tmp &>/dev/null || true
+ unset GIT_INDEX_FILE
git worktree add -b pre-generated.tmp "${gitdir}/pre-generated" master
(
unset GIT_DIR GIT_WORK_TREE
cd "$workdir"
+
msg="$(git log -n1 master --pretty=format:%B)"
+ export GIT_AUTHOR_NAME='Maker'
+ export GIT_AUTHOR_EMAIL='maker@andrewdm.me'
make -j1
echo '!/out/' >> .gitignore
git add .
git commit -m "make: $msg"
- git checkout pre-generated
+
+ git checkout pre-generated # Ensure it exists locally
+ git pull --no-edit -s ours # Avoid conflicts
+
+ # What we want is
+ #
+ # git merge --no-edit -s theirs pre-generated.tmp
+ #
+ # Unfortunately, there is no 'theirs' strategy; so we
+ # have to switch branches and do it backward with the
+ # 'ours' strategry, switch back, then merge the merge
+ # commit.
git checkout pre-generated.tmp
git merge --no-edit -s ours pre-generated
git checkout pre-generated
- git pull
git merge pre-generated.tmp
+
git branch -d pre-generated.tmp
)
rm -rf -- "$workdir"
diff --git a/out/changelog.html b/out/changelog.html
index 5d7bbc0..64069e1 100644
--- a/out/changelog.html
+++ b/out/changelog.html
@@ -25,6 +25,12 @@
<article>
<h1 id="changelog">ChangeLog</h1>
+<h2 id="andrewmurrell-imfromnasagmail.com">2017-01-24 AndrewMurrell &lt;ImFromNASA@gmail.com&gt;</h2>
+<p>remove unfinished sources</p>
+<pre><code>src/dnd/psionist-class.md | 1504 -------------------------------
+src/dnd/{psionist2.org =&amp;gt; psionist.org} | 0
+src/dnd/spell-gauntlet.org | 683 --------------
+3 files changed, 2187 deletions(-)</code></pre>
<h2 id="andrew-murrell-merlneo.andrewdm.me">2017-01-14 Andrew Murrell &lt;merl@neo.andrewdm.me&gt;</h2>
<p>updated Psionist Title page</p>
<pre><code>bin/pre-generate | 2 ++
diff --git a/out/dnd/index.html b/out/dnd/index.html
index fceb0cf..197c8f0 100644
--- a/out/dnd/index.html
+++ b/out/dnd/index.html
@@ -27,11 +27,9 @@
<h1 class=title>Dungeons & Dragons</h1>
<ul>
<li><span><a class="external" href="WaterdeepBazaar/WaterdeepBazaar.html" title="Published on 2015-12-14">Waterdeep Bazaar: Marketplace Generator</a></span><span><a class="tag DM" href="/tags/DM.html">DMing Resource</a><a class="tag WP" href="/tags/WP.html">WIP</a></span></li>
-<li><span><a class="" href="psionist-class.html" title="Published on 2016-07-16">Psionist Class [5e]</a></span><span><a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a></span></li>
<li><span><a class="" href="tastavi.html" title="Published on 2016-08-30">Tastavi D'Maelnor of Llolethane</a></span><span><a class="tag SS" href="/tags/SS.html">Short Story</a></span></li>
<li><span><a class="" href="psionic-schools.html" title="Published on 2017-01-09">Schools of Psionics</a></span><span><a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a></span></li>
-<li><span><a class="" href="spell-gauntlet.html" title="Published on 2017-01-09">Spell Gauntlet: Practical Spellcasting</a></span><span><a class="tag FF" href="/tags/FF.html">Flash Fiction</a><a class="tag SS" href="/tags/SS.html">Short Story</a><a class="tag WP" href="/tags/WP.html">WIP</a></span></li>
-<li><span><a class="" href="psionist2.html" title="Published on 2017-01-14 (updated on 2017-01-13)">[5e] Psionist Class - Rewrite [ALPHA]</a></span><span><a class="tag HB" href="/tags/HB.html">Homebrew</a></span></li>
+<li><span><a class="" href="psionist.html" title="Published on 2017-01-24">[5e] Psionist Class - Rewrite [ALPHA]</a></span><span><a class="tag HB" href="/tags/HB.html">Homebrew</a></span></li>
</ul>
</article>
diff --git a/out/dnd/psionist-class.html b/out/dnd/psionist-class.html
deleted file mode 100644
index c2d51e1..0000000
--- a/out/dnd/psionist-class.html
+++ /dev/null
@@ -1,2528 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- <title>Psionist Class [5e] — AndrewDM</title>
- <link rel="stylesheet" href="/main.css">
- <link rel="alternate" type="application/atom+xml" href="/index.atom" />
-
- </head>
- <body class="dnd">
- <header>
- <h1 class=breadcrumbs><a href="../">AndrewDM</a> » <a href="./">Dungeons & Dragons</a> » <a href="">Psionist Class [5e]</a></h1>
- <nav>
- <ul>
- <li><a href="/">Projects</a>
- <li><a href="/changelog.html"><abbr title="Blog">Blahg</abbr></a>
- <li><a href="/about.html">Andrew</a>
- <li>
- <form method="GET" action="/search.html">
- <input type=search name="s" placeholder="Search" /><input type=submit value="🔍" />
- </form>
- </ul>
- </nav>
- </header>
- <article>
- <p>Tags: <a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a></p>
- <h1 class=title>Psionist Class [5e]</h1>
-<div id="table-of-contents">
-<h2>
-Table of Contents
-</h2>
-<div id="text-table-of-contents">
-<ul>
-<li>
-<a href="#sec-1">1 Introduction to the Psionist Class [5e]</a>
-</li>
-<li>
-<a href="#sec-2">2 The Psionist</a>
-<ul>
-<li>
-<a href="#sec-2-1">2.1 Hit Points</a>
-</li>
-<li>
-<a href="#sec-2-2">2.2 Proficiencies</a>
-</li>
-<li>
-<a href="#sec-2-3">2.3 Equipment</a>
-</li>
-<li>
-<a href="#sec-2-4">2.4 Psionist Class Progression Table</a>
-</li>
-<li>
-<a href="#sec-2-5">2.5 Mind Powers</a>
-<ul>
-<li>
-<a href="#sec-2-5-1">2.5.1 Psi Points</a>
-</li>
-<li>
-<a href="#sec-2-5-2">2.5.2 Psionic Ability</a>
-</li>
-</ul>
-</li>
-<li>
-<a href="#sec-2-6">2.6 Thought Sensitivity</a>
-</li>
-<li>
-<a href="#sec-2-7">2.7 Psionic Blast</a>
-</li>
-<li>
-<a href="#sec-2-8">2.8 Spellmind</a>
-</li>
-<li>
-<a href="#sec-2-9">2.9 Psionic Disciplines</a>
-<ul>
-<li>
-<a href="#sec-2-9-1">2.9.1 Inquisitor</a>
-</li>
-<li>
-<a href="#sec-2-9-2">2.9.2 Kineticist</a>
-</li>
-<li>
-<a href="#sec-2-9-3">2.9.3 Metapsionist</a>
-</li>
-<li>
-<a href="#sec-2-9-4">2.9.4 Mind Master</a>
-</li>
-<li>
-<a href="#sec-2-9-5">2.9.5 Ascendant</a>
-</li>
-</ul>
-</li>
-<li>
-<a href="#sec-2-10">2.10 Perfect Mind</a>
-</li>
-</ul>
-</li>
-<li>
-<a href="#sec-3">3 Mind Powers</a>
-<ul>
-<li>
-<a href="#sec-3-1">3.1 Basic Mind Powers (Cantrips)</a>
-</li>
-<li>
-<a href="#sec-3-2">3.2 First Level Mind Powers</a>
-</li>
-<li>
-<a href="#sec-3-3">3.3 Second Level Mind Powers</a>
-</li>
-<li>
-<a href="#sec-3-4">3.4 Third Level Mind Powers</a>
-</li>
-<li>
-<a href="#sec-3-5">3.5 Fourth Level Mind Powers</a>
-</li>
-<li>
-<a href="#sec-3-6">3.6 Fifth Level Mind Powers</a>
-</li>
-<li>
-<a href="#sec-3-7">3.7 Sixth Level Mind Powers</a>
-</li>
-<li>
-<a href="#sec-3-8">3.8 Seventh Level Mind Powers</a>
-</li>
-<li>
-<a href="#sec-3-9">3.9 Eighth Level Mind Powers</a>
-</li>
-<li>
-<a href="#sec-3-10">3.10 Ninth Level Mind Powers</a>
-</li>
-</ul>
-</li>
-<li>
-<a href="#sec-4">4 Thanks</a>
-</li>
-</ul>
-</div>
-</div>
-<div id="outline-container-1" class="outline-2">
-<h2 id="sec-1">
-<span class="section-number-2">1</span> Introduction to the Psionist Class [5e]
-</h2>
-<div id="text-1" class="outline-text-2">
-<p>
-Because the power of psionics is vast but strange, over the eons many have learned to harness its power in wildly different ways. From warriors who use it to strengthen their blades to conjurers who pull matter from astral plane, psionic characters have always been the exception to the rule. As such, it is no surprise that it is difficult if not impossible to encompass all possible psionics users in a single class.
-</p>
-<p>
-That said, a common archetype for a user of psionics is that of the &quot;Mind Mage&quot; or Psionist, a highly skilled and intelligent adept who typically engages in combat by evoking psionic powers in a similar way that a Weave-based spellcaster would.<sup><a class="footref" name="fnr-.1" href="#fn-.1">1</a></sup>
-</p>
-<p>
-The following is a complete 5th edition class with options for creating the most common archetypes of psionic manifesters.<sup><a class="footref" name="fnr-.2" href="#fn-.2">2</a></sup>
-</p>
-</div>
-</div>
-<div id="outline-container-2" class="outline-2">
-<h2 id="sec-2">
-<span class="section-number-2">2</span> The Psionist
-</h2>
-<div id="text-2" class="outline-text-2">
-<p>
-A robed man watches the bar from a dark corner, carefully reading minds and waiting for a certain noble to step past the line of treason and arrest him.
-</p>
-<p>
-An invisible thief moves silently through the night. She approaches a locked and warded gate, looks around for guards, and then phases silently through it and into the estate, floating up to the second story window and continuing inside.
-</p>
-<p>
-A gnome sits hunched over a block of stone meditating deeply and tracing lines along its surface. Slowly he opens his eyes and marvels as the golem rises to its feet, rubs its chin thoughtfully, and bows before its master.
-</p>
-<p>
-A blue goblin bends a giant to her will, sending him running into the sea bound for faraway lands.
-</p>
-<p>
-An old man clad in white robes and an impish smile dismisses an inclement fire ball into the Plane of Fire and escapes into a glimmering portal bound for the outer planes.
-</p>
-<p>
-Each of these people are Psionists, a diverse class of psionic manifesters, who use their minds to interact with the world around them. Some are born with the abilities, some are awakened by strange alien forces, and some come to Psionic power after years of exhaustive meditation and training. Regardless of how they came into their powers, Psionists are generally intelligent and motivated individuals whose strange abilities invariably set them upon roads bound for adventure.
-</p>
-<p>
-As a Psionist, you gain the following class features.
-</p>
-</div>
-<div id="outline-container-2-1" class="outline-3">
-<h3 id="sec-2-1">
-<span class="section-number-3">2.1</span> Hit Points
-</h3>
-<div id="text-2-1" class="outline-text-3">
-<ul>
-<li>
-<b>Hit Dice</b>: 1d6 per psionist level
-</li>
-<li>
-<b>Hit Points at 1st Level</b>: 6 + your Constitution modifier
-</li>
-<li>
-<b>Hit Points at Higher Levels</b>: 1d6 (or 4) + your Constitution modifier per psionist level after 1st
-</li>
-</ul>
-</div>
-</div>
-<div id="outline-container-2-2" class="outline-3">
-<h3 id="sec-2-2">
-<span class="section-number-3">2.2</span> Proficiencies
-</h3>
-<div id="text-2-2" class="outline-text-3">
-<ul>
-<li>
-<b>Armor</b>: Light armor
-</li>
-<li>
-<b>Weapons</b>: Simple Weapons
-</li>
-<li>
-<b>Tools</b>: None
-</li>
-<li>
-<b>Saving Throws</b>: Intelligence
-</li>
-<li>
-<b>Skills</b>: Choose two skills from Arcana, History, Insight, Investigation, Medicine, Perception, or Religion
-</li>
-</ul>
-</div>
-</div>
-<div id="outline-container-2-3" class="outline-3">
-<h3 id="sec-2-3">
-<span class="section-number-3">2.3</span> Equipment
-</h3>
-<div id="text-2-3" class="outline-text-3">
-<p>
-You start with the following equipment, in addition to the equipment granted by your background:
-</p>
-<ul>
-<li>
-<ol type="a">
-<li>a spear or (b) a mace</li>
-</ol>
-</li>
-<li>
-<ol type="a">
-<li>leather armor</li>
-</ol>
-</li>
-<li>
-<ol type="a">
-<li>light crossbow and 20 bolts or (b) any simple weapon</li>
-</ol>
-</li>
-<li>
-<ol type="a">
-<li>a scholar's pack or (b) an explorer's pack</li>
-</ol>
-</li>
-</ul>
-</div>
-</div>
-<div id="outline-container-2-4" class="outline-3">
-<h3 id="sec-2-4">
-<span class="section-number-3">2.4</span> Psionist Class Progression Table
-</h3>
-<div class="outline-text-3" id="text-2-4">
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
-<colgroup>
-<col class="right" />
-<col class="right" />
-<col class="left" />
-<col class="right" />
-<col class="left" />
-<col class="right" />
-<col class="right" />
-</colgroup>
-<thead>
-<tr>
-<th scope="col" class="right">
-</th>
-<th scope="col" class="right">
-Prof.
-</th>
-<th scope="col" class="left">
-</th>
-<th scope="col" class="right">
-</th>
-<th scope="col" class="left">
-Max
-</th>
-<th scope="col" class="right">
-</th>
-<th scope="col" class="right">
-</th>
-</tr>
-<tr>
-<th scope="col" class="right">
-Level
-</th>
-<th scope="col" class="right">
-Bonus
-</th>
-<th scope="col" class="left">
-Features
-</th>
-<th scope="col" class="right">
-Psi
-</th>
-<th scope="col" class="left">
-Power
-</th>
-<th scope="col" class="right">
-Cantrips
-</th>
-<th scope="col" class="right">
-Powers
-</th>
-</tr>
-<tr>
-<th scope="col" class="right">
-</th>
-<th scope="col" class="right">
-</th>
-<th scope="col" class="left">
-</th>
-<th scope="col" class="right">
-Points
-</th>
-<th scope="col" class="left">
-Level
-</th>
-<th scope="col" class="right">
-Known
-</th>
-<th scope="col" class="right">
-Known
-</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="right">
-1
-</td>
-<td class="right">
-+2
-</td>
-<td class="left">
-<a href="#sec-2-5">Mind Powers</a>, <a href="#sec-2-6">Thought Sensitivity</a>
-</td>
-<td class="right">
-4
-</td>
-<td class="left">
-1st
-</td>
-<td class="right">
-3
-</td>
-<td class="right">
-2
-</td>
-</tr>
-<tr>
-<td class="right">
-2
-</td>
-<td class="right">
-+2
-</td>
-<td class="left">
-<a href="#sec-2-7">Psionic Blast</a>, <a href="#sec-2-8">Spellmind</a> 1
-</td>
-<td class="right">
-6
-</td>
-<td class="left">
-1st
-</td>
-<td class="right">
-3
-</td>
-<td class="right">
-3
-</td>
-</tr>
-<tr>
-<td class="right">
-3
-</td>
-<td class="right">
-+2
-</td>
-<td class="left">
-Psionic Discipline Feature (1)
-</td>
-<td class="right">
-14
-</td>
-<td class="left">
-2nd
-</td>
-<td class="right">
-3
-</td>
-<td class="right">
-4
-</td>
-</tr>
-<tr>
-<td class="right">
-4
-</td>
-<td class="right">
-+3
-</td>
-<td class="left">
-Ability Score Improvement
-</td>
-<td class="right">
-17
-</td>
-<td class="left">
-2nd
-</td>
-<td class="right">
-3
-</td>
-<td class="right">
-4
-</td>
-</tr>
-<tr>
-<td class="right">
-5
-</td>
-<td class="right">
-+3
-</td>
-<td class="left">
-<a href="#sec-2-8">Spellmind</a> 2
-</td>
-<td class="right">
-27
-</td>
-<td class="left">
-3rd
-</td>
-<td class="right">
-4
-</td>
-<td class="right">
-5
-</td>
-</tr>
-<tr>
-<td class="right">
-6
-</td>
-<td class="right">
-+3
-</td>
-<td class="left">
-Psionic Discipline Feature (2)
-</td>
-<td class="right">
-32
-</td>
-<td class="left">
-3rd
-</td>
-<td class="right">
-4
-</td>
-<td class="right">
-6
-</td>
-</tr>
-<tr>
-<td class="right">
-7
-</td>
-<td class="right">
-+3
-</td>
-<td class="left">
--
-</td>
-<td class="right">
-38
-</td>
-<td class="left">
-4th
-</td>
-<td class="right">
-4
-</td>
-<td class="right">
-7
-</td>
-</tr>
-<tr>
-<td class="right">
-8
-</td>
-<td class="right">
-+3
-</td>
-<td class="left">
-Ability Score Improvement
-</td>
-<td class="right">
-44
-</td>
-<td class="left">
-4th
-</td>
-<td class="right">
-4
-</td>
-<td class="right">
-7
-</td>
-</tr>
-<tr>
-<td class="right">
-9
-</td>
-<td class="right">
-+4
-</td>
-<td class="left">
-<a href="#sec-2-8">Spellmind</a> 3
-</td>
-<td class="right">
-57
-</td>
-<td class="left">
-5th
-</td>
-<td class="right">
-4
-</td>
-<td class="right">
-8
-</td>
-</tr>
-<tr>
-<td class="right">
-10
-</td>
-<td class="right">
-+4
-</td>
-<td class="left">
-Psionic Discipline Feature (3)
-</td>
-<td class="right">
-64
-</td>
-<td class="left">
-5th
-</td>
-<td class="right">
-5
-</td>
-<td class="right">
-9
-</td>
-</tr>
-<tr>
-<td class="right">
-11
-</td>
-<td class="right">
-+4
-</td>
-<td class="left">
--
-</td>
-<td class="right">
-73
-</td>
-<td class="left">
-6th
-</td>
-<td class="right">
-5
-</td>
-<td class="right">
-10
-</td>
-</tr>
-<tr>
-<td class="right">
-12
-</td>
-<td class="right">
-+5
-</td>
-<td class="left">
-Ability Score Improvement
-</td>
-<td class="right">
-73
-</td>
-<td class="left">
-6th
-</td>
-<td class="right">
-5
-</td>
-<td class="right">
-10
-</td>
-</tr>
-<tr>
-<td class="right">
-13
-</td>
-<td class="right">
-+5
-</td>
-<td class="left">
-<a href="#sec-2-8">Spellmind</a> 4
-</td>
-<td class="right">
-83
-</td>
-<td class="left">
-7th
-</td>
-<td class="right">
-5
-</td>
-<td class="right">
-11
-</td>
-</tr>
-<tr>
-<td class="right">
-14
-</td>
-<td class="right">
-+5
-</td>
-<td class="left">
-Psionic Discipline Feature (4)
-</td>
-<td class="right">
-83
-</td>
-<td class="left">
-7th
-</td>
-<td class="right">
-5
-</td>
-<td class="right">
-12
-</td>
-</tr>
-<tr>
-<td class="right">
-15
-</td>
-<td class="right">
-+5
-</td>
-<td class="left">
--
-</td>
-<td class="right">
-94
-</td>
-<td class="left">
-8th
-</td>
-<td class="right">
-5
-</td>
-<td class="right">
-13
-</td>
-</tr>
-<tr>
-<td class="right">
-16
-</td>
-<td class="right">
-+5
-</td>
-<td class="left">
-Ability Score Improvement
-</td>
-<td class="right">
-94
-</td>
-<td class="left">
-8th
-</td>
-<td class="right">
-5
-</td>
-<td class="right">
-13
-</td>
-</tr>
-<tr>
-<td class="right">
-17
-</td>
-<td class="right">
-+6
-</td>
-<td class="left">
-<a href="#sec-2-8">Spellmind</a> 5
-</td>
-<td class="right">
-107
-</td>
-<td class="left">
-9th
-</td>
-<td class="right">
-5
-</td>
-<td class="right">
-14
-</td>
-</tr>
-<tr>
-<td class="right">
-18
-</td>
-<td class="right">
-+6
-</td>
-<td class="left">
-Psionic Discipline Feature (5)
-</td>
-<td class="right">
-114
-</td>
-<td class="left">
-9th
-</td>
-<td class="right">
-5
-</td>
-<td class="right">
-15
-</td>
-</tr>
-<tr>
-<td class="right">
-19
-</td>
-<td class="right">
-+6
-</td>
-<td class="left">
-Ability Score Improvement
-</td>
-<td class="right">
-123
-</td>
-<td class="left">
-9th
-</td>
-<td class="right">
-5
-</td>
-<td class="right">
-16
-</td>
-</tr>
-<tr>
-<td class="right">
-20
-</td>
-<td class="right">
-+6
-</td>
-<td class="left">
-<a href="#sec-2-10">Perfect Mind</a>
-</td>
-<td class="right">
-133
-</td>
-<td class="left">
-9th
-</td>
-<td class="right">
-5
-</td>
-<td class="right">
-17
-</td>
-</tr>
-</tbody>
-</table>
-</div>
-</div>
-<div id="outline-container-2-5" class="outline-3">
-<h3 id="sec-2-5">
-<span class="section-number-3">2.5</span> Mind Powers
-</h3>
-<div id="text-2-5" class="outline-text-3">
-<p>
-All Psionic abilities except those that cast spells are mind powers. Intelligence is your psionic ability for your mind powers. Your intellect determines the strength of the psionic effects you manifest. In addition, you use your Intelligence modifier when setting the saving throw DC for a mind power or when making an attack roll with one. Manifesting mind powers does not require verbal, somatic, or material components unless those components have an explicit cost associated with them or are consumed.
-</p>
-<ul>
-<li>
-Psionic Powers of sixth level and higher take a drastic mental toll when manifested. You may only manifest one sixth, one seventh, one eighth, and one ninth level power per day.
-</li>
-</ul>
-</div>
-<div id="outline-container-2-5-1" class="outline-4">
-<h4 id="sec-2-5-1">
-<span class="section-number-4">2.5.1</span> Psi Points
-</h4>
-<div class="outline-text-4" id="text-2-5-1">
-<p>
-Psi points represent a Psionist's pool of mental energy. It expands as she gains levels in the Psionist class and becomes more powerful. When manifesting powers, she uses a number of psi points according to the table below.
-</p>
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
-<colgroup>
-<col class="right" />
-<col class="right" />
-</colgroup>
-<thead>
-<tr>
-<th scope="col" class="right">
-Power Level
-</th>
-<th scope="col" class="right">
-Point Cost
-</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="right">
-1
-</td>
-<td class="right">
-2
-</td>
-</tr>
-<tr>
-<td class="right">
-2
-</td>
-<td class="right">
-3
-</td>
-</tr>
-<tr>
-<td class="right">
-3
-</td>
-<td class="right">
-5
-</td>
-</tr>
-<tr>
-<td class="right">
-4
-</td>
-<td class="right">
-6
-</td>
-</tr>
-<tr>
-<td class="right">
-5
-</td>
-<td class="right">
-7
-</td>
-</tr>
-<tr>
-<td class="right">
-6
-</td>
-<td class="right">
-9
-</td>
-</tr>
-<tr>
-<td class="right">
-7
-</td>
-<td class="right">
-10
-</td>
-</tr>
-<tr>
-<td class="right">
-8
-</td>
-<td class="right">
-11
-</td>
-</tr>
-<tr>
-<td class="right">
-9
-</td>
-<td class="right">
-13
-</td>
-</tr>
-</tbody>
-</table>
-<p>
-All spent psi points are recovered after a long rest.
-</p>
-</div>
-</div>
-<div id="outline-container-2-5-2" class="outline-4">
-<h4 id="sec-2-5-2">
-<span class="section-number-4">2.5.2</span> Psionic Ability
-</h4>
-<div id="text-2-5-2" class="outline-text-4">
-<p>
-<b>Mind Powers Save DC</b> = 8 + your proficiency bonus + your Intelligence modifier
-</p>
-<p>
-<b>Mind Power Attack Modifier</b> = your proficiency bonus + your Intelligence modifier
-</p>
-</div>
-</div>
-</div>
-<div id="outline-container-2-6" class="outline-3">
-<h3 id="sec-2-6">
-<span class="section-number-3">2.6</span> Thought Sensitivity
-</h3>
-<div id="text-2-6" class="outline-text-3">
-<p>
-As a Psionist, you are attuned to the thoughts and feelings of others, as well as the concentration of psionic energy in an area.
-</p>
-<ul>
-<li>
-You have disadvantage on Concentration checks and Intelligence saving throws if the number of thinking creatures within 10 feet of you is greater than or equal to three times your Psionist level.
-</li>
-<li>
-It is more difficult for a group of people to surprise you. If you enter an area with a group of five or more hidden creatures, you feel their presence and cannot be surprised by them. You can not determine their location relative to you or where they are hiding.
-</li>
-<li>
-Also, as an action you can examine an object or creature within 10 feet of you to psionically determine whether or not it has a mind. You cannot determine this if it is shielded or immune to having its mind read.
-</li>
-</ul>
-</div>
-</div>
-<div id="outline-container-2-7" class="outline-3">
-<h3 id="sec-2-7">
-<span class="section-number-3">2.7</span> Psionic Blast
-</h3>
-<div id="text-2-7" class="outline-text-3">
-<p>
-As an action, you may attempt to use your mastery of psionics to deal psychic damage to a living target you can see within 60 feet of you.
-</p>
-<p>
-If you do so, your target must make an Intelligence saving throw or take psychic damage as determined by the Psionic Blast column of the Psionist table. In addition, if your target rolls less than your Mind Power Attack Modifier on this saving throw they are stunned until your next round.
-</p>
-</div>
-</div>
-<div id="outline-container-2-8" class="outline-3">
-<h3 id="sec-2-8">
-<span class="section-number-3">2.8</span> Spellmind
-</h3>
-<div id="text-2-8" class="outline-text-3">
-<p>
-By interacting with magic in the world, and the knowledge of those who manipulate it, you learn to alter your state of mind to allow yourself to cast spells through the Weave.
-</p>
-<p>
-Whenever earn a rank of Spellmind (levels 2, 5, 10, 14, and 17) you may choose a spell from another class' spell list of a level equal to the number of times you have this feature (for example, at level 10 you choose a third level spell in addition to the first and second level spells you have already chosen). Once per long rest, you may cast this spell as if you were of the appropriate spellcasting class except that it does not require vocal or somatic components (material components are still required unless using an appropriate focus. Material components requiring a cost are always required) and it uses your Mind Power Save DC and Intelligence modifier for determining saving throws or spell attack rolls. Casting spells with the feature uses the Weave and can be countered or dispelled. Each time you level up, you may choose to replace a spell you learned with Spellmind with another spell of the same level (it doesn't have to be from the same class spell list).
-</p>
-</div>
-</div>
-<div id="outline-container-2-9" class="outline-3">
-<h3 id="sec-2-9">
-<span class="section-number-3">2.9</span> Psionic Disciplines
-</h3>
-<div id="text-2-9" class="outline-text-3">
-<p>
-Psionic Disciplines represent the ways in which Psionists interact with the Psionic Field and manifest their powers. You select a discipline at 3rd level and it grants sequential access tiers of abilities at 3rd, 6th, 9th, 14th, and 18th levels.
-</p>
-</div>
-<div id="outline-container-2-9-1" class="outline-4">
-<h4 id="sec-2-9-1">
-<span class="section-number-4">2.9.1</span> Inquisitor
-</h4>
-<div id="text-2-9-1" class="outline-text-4">
-<p>
-Inquisitors read thoughts and auras, learn skills, and draw power from the minds of others. A master Inquisitor in a crowd of people is capable of spectacular feats of power, will, and skill.
-</p>
-<p>
-At 3rd level when taking the Inquisitor Discipline, you gain access to all abilities under the Detective Tier. You likewise gain abilities in Melder, Mimic, Tactician, and Imperator Tiers upon reaching 6th, 10th, 14th, and 18th levels respectively.
-</p>
-<p>
-<b>Bonus Proficiencies</b>: Insight, Investigation, double your proficiency bonus for Intelligence saving throws.
-</p>
-<ul>
-<li id="sec-2-9-1-1">
-<b>Detective</b><br/>
-<p>
-<b>Improved Thought Sensitivity</b>: You no longer are disadvantaged by swarming crowds of people, in fact, you have grown to excel in such areas of high density Psionic Field. The first part of your Thought Sensitivity ability now reads &quot;You have advantage on concentration checks and intelligence saving throws while within 10 feet of 2 or more thinking creatures.&quot;
-</p>
-<p>
-<b>Detect Strike</b>: You sense when an opponent decides to strike you and can mentally prepare yourself. When you are attacked by a creature you can see, you may use your reaction to get a +2 bonus to armor class against that creature until your next turn. At 14th level, this increases to a +4 bonus.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-1-2">
-<b>Melder</b><br/>
-<p>
-<b>Mind Meld</b>: As an action, you may touch a creature with an Intelligence of 5 or greater and attempt to meld your consciousnesses together. Doing so can be dangerous. If you attempt to meld with an unwilling creature, it makes a Wisdom saving throw to block the mental intrusion, otherwise a link is established. While the link is active, thoughts, emotions, and memories are shared freely between yourself and the creature. During a mind meld, since your minds are linked, it is more difficult to lie or to hide information. To do so requires a Concentration (Intelligence) contest for each lie or omission. Either party may attempt to leave the mind meld by repeating the wisdom saving throw (if you attempt to leave, you must also make a wisdom saving throw against your Mind Power save DC). If the link is broken in this way, or in any other way (such as the death of one of its participants or being physically torn from touching one another) before both parties explicitly agree to do so, both parties take 10d6 psychic damage. You may only use this feature once per long rest.
-</p>
-<p>
-<b>Touch of Tongues</b>: If a creature speaks at least one language, as an action you may concentrate to translate their intentions, though not their exact wording, into a language you know. This uses your concentration for manifesting mind powers or casting spells and the effect ends when you cease concentrating on it.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-1-3">
-<b>Mimic</b><br/>
-<p>
-<b>Mimic Skill</b>: You tap into the minds of those around you to temporarily learn skills and proficiencies. You may target a creature within 30 feet of you. An unwilling creature makes an wisdom saving throw or is affected. You may learn a skill, armor, weapon, or tool proficiency from the targeted creature for 1 hour. Additionally, you may use this feature during a Mind Meld. When doing so, you retain the proficiency for up to one week. You may use this feature once per short rest.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-1-4">
-<b>Tactician</b><br/>
-<p>
-<b>Tactician</b>: You learn to relay sensory information and plans to and from those around you. When determining if you can see a creature or object, whether for a spell, mind power, or other ability, or otherwise, you may use the senses of any creatures within 60 feet of you instead of your own. You may extend this ability to willing creatures in range by expending a psi point for each creature you target. In addition, you may freely exchange thoughts or images with any creatures to which you have extended this ability for the duration. The shared effect ends if you are incapacitated or after one hour.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-1-5">
-<b>Imperator</b><br/>
-<p>
-<b>One With All</b>: You thrive in areas of high density psionic energy. Once per long rest, if you are within 60 feet of 20 or more people you gain proficiency in all skills, languages, and saving throws, automatically succeed concentration checks, and any psionic abilities that you manifest or spells you cast are considered to be manifested or cast from one level higher. This effect lasts a number of minutes equal to the number of people within 60 feet of you when you manifest it (maximum 1 hour).
-</p>
-</li>
-</ul>
-</div>
-</div>
-<div id="outline-container-2-9-2" class="outline-4">
-<h4 id="sec-2-9-2">
-<span class="section-number-4">2.9.2</span> Kineticist
-</h4>
-<div id="text-2-9-2" class="outline-text-4">
-<p>
-Kineticists alter the physical world by extending the conception of self to encompass their surroundings. A master Kineticist can lift a weapon without touching it and walk up the side of a building by simply willing it so.
-</p>
-<p>
-At 3rd level when taking the Kineticist Discipline, you gain access to all abilities under the Enhanced Self Tier. You likewise gain abilities in Extended Self, Kineticist, Master Kineticist, and Kinetic Avatar Tiers upon reaching 6th, 10th, 14th, and 18th levels respectively.
-</p>
-<p>
-<b>Bonus Proficiencies</b>: Acrobatics, Dexterity saving throws.
-</p>
-<ul>
-<li id="sec-2-9-2-1">
-<b>Enhanced Self</b><br/>
-<p>
-<b>Wall Walk</b>: You may travel up vertical surfaces as if they were difficult terrain.
-</p>
-<p>
-<b>Force Repulsion</b>: As an action you may have target creature within 60 feet of you makes a Strength saving throw. If it fails, it is pushed up to 30 feet away from you and requires spending twice its movement to approach you until your next turn.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-2-2">
-<b>Extended Self</b><br/>
-<p>
-<b>Kinematics</b>: You learn the Minor Kinematics Cantrip with the slight differences noted below. It does not count against the number of Cantrips known. The number of objects or creatures that can be levitated is doubled. The maximum weight of an object or creature that can be levitated is doubled. When lifting objects with the Minor Kinematics psionic cantrip, you may attempt to attack a creature in range that you can see with those objects. An attack can be made as either an action or a bonus action or both using your Int modifier + your proficiency bonus to hit. You are considered proficient with these attacks and their damage is determined by the statistics of the objects being levitated (e.g. a longsword would deal 1d8 + your Intelligence modifier slashing damage and a levitated boot would deal 1 + Intelligence). Floating objects can be attacked or pulled downwards, which causes the cantrip's effect holding them aloft to fail. If you attempt to make a ranged attack with a floating object, it must have the loading property and be loaded and such an attack may not be performed as a bonus action. You cannot load a weapon or activate a magic item using the Minor Kinematics cantrip.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-2-3">
-<b>Kineticist</b><br/>
-<p>
-<b>Improved Levitation</b>: You may manifest the second level psionic power Levitation at will without expending psi points.
-</p>
-<p>
-<b>Psychoportation</b>: Your movement speed is doubled.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-2-4">
-<b>Master Kineticist</b><br/>
-<p>
-<b>Phasing</b>: Once per short rest, as an action on your turn, you may spend a psi point to become intangible until your next turn. You may pass through solid objects and are invulnerable to nonmagical bludgeoning, slashing, and piercing damage, but not structures, boundaries, or weapons created by magical force. Your gear may become intangible with you. On subsequent turns, you may spend a psi point at the beginning of your turn to remain intangible. If you start your turn inside an object and cannot spend a psi point to remain intangible, you are merged bodily with that object. If your body cannot continue to function or your brain is destroyed, you die.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-2-5">
-<b>Kinetic Avatar</b><br/>
-<p>
-<b>Kinetic Avatar</b>: You extend your sense of self into the world around you, animating and controlling objects and structures in your vicinity, then pulling them around you in a swirling cocoon of armor. The effect lasts for 1 minute.
-</p>
-<ul>
-<li>
-You gain a flying speed equal to your normal speed for the duration.
-</li>
-<li>
-Your armor class increases by 10 for the duration, though this bonus decays as parts of your Avatar armor are destroyed.
-</li>
-<li>
-You gain a number of temporary hit points equal to your Psionist level for the duration. Whenever you take damage your bonus armor class decreases by 1 as part of the armor is sheared away.
-</li>
-<li>
-At any point you may shed 5 points of bonus AC to manifest the 5th level psionic power Animate Objects without spending psi points. The animated objects can fly.
-</li>
-</ul>
-</li>
-</ul>
-</div>
-</div>
-<div id="outline-container-2-9-3" class="outline-4">
-<h4 id="sec-2-9-3">
-<span class="section-number-4">2.9.3</span> Metapsionist
-</h4>
-<div id="text-2-9-3" class="outline-text-4">
-<p>
-Metapsionists can alter minds and bodies to concentrate or disperse psionic energy and effects. A master Metapsionist can shapeshift, grant spellcasting and psionics, and disrupt the spellcasting and psionics of others.
-</p>
-<p>
-At 3rd level when taking the Metapsionist Discipline, you gain access to all abilities under the Awakened Tier. You likewise gain abilities in Empowered, Metapsionist, Living Mind, and Psionic Soul Tiers upon reaching 6th, 10th, 14th, and 18th levels respectively.
-</p>
-<p>
-<b>Bonus Proficiencies</b>: Medicine, Constitution saving throws.
-</p>
-<ul>
-<li id="sec-2-9-3-1">
-<b>Awakened</b><br/>
-<p>
-<b>Psionic Blade Ward</b>: You learn to ready your body to withstand damaging strikes. As a bonus action, you may spend a psi point to manifest the psionic cantrip Blade Ward (you don't have to be able to manifest that cantrip normally).
-</p>
-<p>
-<b>Psionic Recovery</b>: Once per day when you finish a short rest you may regain a number of psi points equal to your Psionist level (up to 9).
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-3-2">
-<b>Empowered</b><br/>
-<p>
-<b>Psionic Restoration</b>: Once per long rest at the start of your turn, you may remove a mind-altering condition from yourself. Alternatively, you may use an action to end a mind-altering condition from a creature you touch. These may be Charmed or Frightened.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-3-3">
-<b>Metapsionist</b><br/>
-<p>
-<b>Grant Psionics</b>: Once per long rest as an action you plant a seed of psionic ability in a willing creature you touch. For 24 hours they gain the ability to manifest a psionic power of your choice of 2nd level or lower and gain 6 psi points. If you manifest this ability on the same target every day for a month (30 days), the change becomes permanent and the creature is considered to be able to innately manifest that ability. You may not grant more than one ability to a creature, nor can you target a creature that already can manifest psionic abilities.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-3-4">
-<b>Living Mind</b><br/>
-<p>
-<b>Spell Mimicry</b> When you observe an arcane spell being cast by an individual within 10 feet of you, you may use your reaction to attempt to read the mind of its caster and create a psionic imprint of the spellcasting in your mind. To do so, make a spellcraft Intelligence (Arcana) check against 10 + the spell's level. You may not make this check against a spellcaster who is shielded from psychic intrusion (such as under the effect of a Mind Blank spell). Additionally, the psychic intrusion is not subtle. An unwilling caster may make a wisdom saving throw against your Mind Powers Save DC to prevent you from reading the details of the spell and determine your location. You may store up to two spells in this way, none of which are above fifth level. You may not imprint more than two spells in a day. Casting an imprinted spell requires the use of whatever components, including material, are normally required in its casting or an appropriate arcane focus, however, spells cast in this way use your Psionic Ability, Save DC, and Attack Modifier when relevant. They also require you to expend a number of psi points as if you were manifesting a Mind Power of that level. You must cast the spell at its lowest level. Spells cast in this way are magical and can be countered and dispelled. Once you have cast an imprinted spell in this way, you lose the imprint.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-3-5">
-<b>Psionic Soul</b><br/>
-<p>
-<b>Diminish/Enhance Psionics</b>: You have learned the deep secrets of the Hidden Art. When you or a creature you can see manifests a psionic power or you encounter an existing psionic effect, you may choose to apply one of the following effects to modify it as a reaction.
-</p>
-<ul>
-<li>
-<span style="text-decoration:underline;">Fork/Merge</span>: You may increase or decrease the number of effected creatures by 1.
-</li>
-<li>
-<span style="text-decoration:underline;">Expand/Contract</span>: You may enlarge or reduce the area of effect by 5 feet.
-</li>
-<li>
-<span style="text-decoration:underline;">Extend/Curtail</span>: You may increase or decrease the duration by 1 minute.
-</li>
-<li>
-<span style="text-decoration:underline;">Shape</span>: You may change the shape of the area of effect (but not the direction).
-</li>
-<li>
-<span style="text-decoration:underline;">Counter</span>: You may make an Intelligence (Psionics) check against 10 + the power's level to end the effect.
-</li>
-<li>
-<span style="text-decoration:underline;">Splice</span>: You may choose a psionic power of 2nd level or lower and add its effects (choosing targets separately if applicable) to the manifestation (this only applies to powers you manifest or see being manifested).
-</li>
-</ul>
-<p>
-You may use this ability once per short rest.
-</p>
-</li>
-</ul>
-</div>
-</div>
-<div id="outline-container-2-9-4" class="outline-4">
-<h4 id="sec-2-9-4">
-<span class="section-number-4">2.9.4</span> Mind Master
-</h4>
-<div id="text-2-9-4" class="outline-text-4">
-<p>
-Mind Masters exert their will directly upon the minds of others. A master Mind Master can dominate and imprison the minds of others and even move their consciousness from mind to mind at will. Mind Masters tend to be neutral or evil in alignment.
-</p>
-<p>
-At 3rd level when taking the Mind Master Discipline, you gain access to all abilities under the Powerful Mind Tier. You likewise gain abilities in Dominating Mind, Transcendent Mind, Mind-Slaver, and Imprisoner tiers upon reaching 6th, 10th, 14th, and 18th levels respectively.
-</p>
-<p>
-<b>Bonus Proficiencies</b>: Persuasion, Wisdom saving throws.
-</p>
-<ul>
-<li id="sec-2-9-4-1">
-<b>Powerful Mind</b><br/>
-<p>
-<b>Deep Suggestion</b>: You may manifest the second level mind power Suggestion once per long rest without expending any psi points. When you do, the creature you target has disadvantage on the saving throw.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-4-2">
-<b>Dominating Mind</b><br/>
-<p>
-<b>Impose Will</b>: Once per short rest, you may cause a creature making a saving throw against one of your mind powers, abilities, or your psionic blast to have disadvantage on that saving throw. You must do so before the roll is made. Once you've used this feature on a creature, you may not do so again on that same creature until you finish a long rest.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-4-3">
-<b>Transcendent Mind</b><br/>
-<p>
-<b>Psychic Potency</b>: When you deal psychic damage to a target that is stunned, you deal an additional amount of damage equal to twice your Intelligence modifier.
-</p>
-<p>
-<b>Psychic Entity</b>: When you die, you may attempt to force your way into another creature's body to continue living. To do so, a target creature within 30 feet of you makes a Charisma saving throw. On a success, you die, otherwise, you take control of the target's body and force their consciousness into dormancy. You gain their physical features (Strength, Dexterity, Constitution) but retain all of your other traits. Once every 24 hours, or whenever you take damage greater than 50% of your max hit points, the dormant consciousness may attempt to resume control of the body by making a Charisma saving throw. On a success, you are forced out of the body and must either attempt to use this feature again on a different target or die.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-4-4">
-<b>Mind-Slaver</b><br/>
-<p>
-<b>Enslave</b>: Once per long rest as an action you may target a creature you can see within 30 feet of you. The target must succeed on a Wisdom saving throw or be charmed by you until you die or are on a different plane of existence from it. The charmed target is under your control and can't take reactions, and you and the target can communicate telepathically with each other over any distance. Whenever the charmed target takes damage, it can repeat its saving throw. On a success, the effect ends. No more than once every 24 hours, the target can also repeat the saving throw when it is at least one mile away from you.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-4-5">
-<b>Imprisoner</b><br/>
-<p>
-<b>Imprisonment</b>: You learn the 9th level Wizard spell Imprisonment as a ninth level mind power. It does not count against the number of powers known, but costs the normal number of psi points to manifest. As a Mind Master, Imprisonment gains an additional option: Mind Prison. You may choose to Imprison the creature directly in your mind. There is no material component needed for this option. If you die or your consciousness leaves your body for a period longer than 8 hours (as with an Astral Projection spell), the prisoner is released. While imprisoned in your mind, the creature may sense what you allow it to sense and you may read the creature's surface thoughts as with a Detect Thoughts spell. No more than one creature may be imprisoned this way at a time.
-</p>
-</li>
-</ul>
-</div>
-</div>
-<div id="outline-container-2-9-5" class="outline-4">
-<h4 id="sec-2-9-5">
-<span class="section-number-4">2.9.5</span> Ascendant
-</h4>
-<div id="text-2-9-5" class="outline-text-4">
-<p>
-Ascendants feel the pull of psionic energy from other planes and dimensions and can learn to manipulate the fabric of reality. A master Ascendant can open portals and doorways to distant places, summon inanimate objects and creatures from their home planes, and banish creatures from other planes back to whence they came.
-</p>
-<p>
-At 3rd level when taking the Ascendant Discipline, you gain access to all abilities under the Astral Apporter tier. You likewise gain abilities in Planar Adept, Ascendant, Shaper, and Master of the Planes Tiers upon reaching 6th, 10th, 14th, and 18th levels respectively.
-</p>
-<p>
-<b>Bonus Proficiencies</b>: Arcana, Charisma Saving Throws.
-</p>
-<ul>
-<li id="sec-2-9-5-1">
-<b>Astral Apporter</b><br/>
-<p>
-<b>Astral Armor</b>: As an action, you may conjure a coating of astral matter which covers the skin. This coating lasts for 1 hour and radiates dim light. Your AC becomes 13 + your Dexterity modifier for the duration. As a reaction, you may explicitly harden the coating, which temporarily increases your AC to 15 + Dex, but destroys the armor in a flash of bright light. Creatures within 5 feet of you when the armor is destroyed must make a Constitution saving throw or be blinded until your next turn.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-5-2">
-<b>Planar Adept</b><br/>
-<p>
-<b>Call Energy</b>: You feel the cosmic pull of the planes of Positive and Negative Energy. Once per long rest, as an action you may cover an 20-ft radius sphere centered at a point you can see in planar energy. Choose either a) the Positive Energy Plane or b) the Negative Energy Plane. The covered area is either a) bathed in a dull glow or b) shrouded in a misty shadow which a) heals each living creature in range by 1 hp at the end of each creature's turn or b) deals 1 damage per turn to all living things in range and the end of each creature's turn. Maintaining this effect requires concentration and may last no longer than a minute.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-5-3">
-<b>Ascendant</b><br/>
-<p>
-<b>Planar Abjuration</b>: As a reaction to a spell or effect within 30 ft of you that would deal fire, cold, lightning, thunder, radiant, or necrotic damage, you channel the powers of the elemental and outer planes to reduce the damage dealt by that spell by an amount equal to your Intelligence modifier + your Psionist level. If the spell or effect has an area of effect, the damage each affected creature takes is reduced by this much. Damage reduction is applied before applying resistances.
-</p>
-<p>
-<b>Banishing Blast</b>: When a creature native to a different plane of existence than the one it is on fails its saving throw against your Psionic Blast it makes a Charisma saving throw. If it fails this saving throw, it is banished to its plane of origin with a faint popping sound for 1 minute. While there, the target is incapacitated. When the minute is finished, it returns to the nearest unoccupied space from where it left.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-5-4">
-<b>Shaper</b><br/>
-<p>
-<b>Conjure Astral Construct</b>: Once per long rest, as an action, you may create an Astral construct from Astral matter pulled from the Astral Plane.
-</p>
-<p>
-Though you may customize the exact form of the construct to your liking, the statistics for the Astral Construct are the same as that of the Helmed Horror (page 183 in the Monster Manual) with the following exceptions:
-</p>
-<p>
-It gains up to three additional options from the list below (you may choose the same option more than once):
-</p>
-<ul>
-<li>
-Extra Attack
-</li>
-<li>
-See Invisibility
-</li>
-<li>
-Flash and Bellow Attack (Creatures within 30 ft make DC 15 Con saves or are blinded and deafened for 1 minute. They may repeat the saving throw at the end of each of their turns. Once a creature succeeds, it cannot be affected again.)
-</li>
-<li>
-5d8 (22) Extra Hit Points
-</li>
-<li>
-Extra Spell Immunity (Two additional spells)
-</li>
-<li>
-+3 Damage on Hit
-</li>
-<li>
-+1 AC
-</li>
-</ul>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-5-5">
-<b>Master of the Planes</b><br/>
-<p>
-<b>Whitefire Portal</b>: You burn a temporary hole through the Astral Plane and into another plane of your choice. Once per long rest, centered on a point within 300 ft of you, you summon raw Astral ectoplasm which burns with hellish, white-hot fury. Any creature standing within 20 feet of the whitefire must make a Dexterity saving throw or take 12d10 fire damage or half on a successful save. Inanimate objects in the area also take the damage and flammable objects may catch on fire. A portal then opens to a plane of your choice as with a Gate spell and remains open for 1 minute as the planes slowly knit themselves back together. Alternatively, instead of a specific location on a plane of your choice, you may choose to have your portal open into a general location in one of the elemental planes or the planes of positive or negative energy. If you do so, creatures who enter or begin their turns within 20 feet of the portal take 6d10 damage of the appropriate elemental or energy type.
-</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div id="outline-container-2-10" class="outline-3">
-<h3 id="sec-2-10">
-<span class="section-number-3">2.10</span> Perfect Mind
-</h3>
-<div id="text-2-10" class="outline-text-3">
-<p>
-Over years of study and experience in the Hidden Art, you have mastered the use of your most powerful psionic powers. The restriction on manifesting high level powers no longer applies to sixth and seventh level powers.
-</p>
-</div>
-</div>
-</div>
-<div id="outline-container-3" class="outline-2">
-<h2 id="sec-3">
-<span class="section-number-2">3</span> Mind Powers
-</h2>
-<div id="text-3" class="outline-text-2">
-
-</div>
-<div id="outline-container-3-1" class="outline-3">
-<h3 id="sec-3-1">
-<span class="section-number-3">3.1</span> Basic Mind Powers (Cantrips)
-</h3>
-<div class="outline-text-3" id="text-3-1">
-<p>
-At first level, you learn three basic mind powers (cantrips) of your choice from the following list. If a mind power shares the name of a spell then it produces a psionic effect is identical to that spell, otherwise, an asterisk follows the power's name and it creates a new or different psionic effect that is described in greater detail below the list.
-</p>
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
-<colgroup>
-<col class="left" />
-</colgroup>
-<tbody>
-<tr>
-<td class="left">
-Blade Ward
-</td>
-</tr>
-<tr>
-<td class="left">
-Dancing Lights
-</td>
-</tr>
-<tr>
-<td class="left">
-Friends
-</td>
-</tr>
-<tr>
-<td class="left">
-Light
-</td>
-</tr>
-<tr>
-<td class="left">
-Mending
-</td>
-</tr>
-<tr>
-<td class="left">
-Message
-</td>
-</tr>
-<tr>
-<td class="left">
-Minor Illusion
-</td>
-</tr>
-<tr>
-<td class="left">
-Minor Kinematics*
-</td>
-</tr>
-<tr>
-<td class="left">
-Prestidigitation
-</td>
-</tr>
-<tr>
-<td class="left">
-Resistance
-</td>
-</tr>
-<tr>
-<td class="left">
-True Strike
-</td>
-</tr>
-<tr>
-<td class="left">
-Vicious Mockery
-</td>
-</tr>
-</tbody>
-</table>
-<p>
-<b>Minor Kinematics</b> - <i>Psionic Evocation Cantrip</i>
-</p>
-<p>
-<i>Casting Time</i>: 1 action
-</p>
-<p>
-<i>Range</i>: 30 ft
-</p>
-<p>
-<i>Duration</i>: 1 minute
-</p>
-<p>
-As an action, you may levitate an object or creature within 30 feet of you weighing less than 10 pounds. On each of your turns, you may use an action or a bonus action to mentally command it to move up to 30 ft in any direction. The effect ends if the object or creature is ever more than 30 feet away from you, falling to the ground. An unwilling creature must succeed on a Constitution saving throw against your Mind Powers Save DC or be affected. It may repeat this saving throw at the end of each of its turns. You may levitate multiple objects or creatures in this way by manifesting this power again, but no more than a number of times equal to your Intelligence modifier. If you attempt to manifest it more times than that, then all items regain their normal weight and fall to the ground.
-</p>
-</div>
-</div>
-<div id="outline-container-3-2" class="outline-3">
-<h3 id="sec-3-2">
-<span class="section-number-3">3.2</span> First Level Mind Powers
-</h3>
-<div class="outline-text-3" id="text-3-2">
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
-<colgroup>
-<col class="left" />
-</colgroup>
-<tbody>
-<tr>
-<td class="left">
-Aura Reading*
-</td>
-</tr>
-<tr>
-<td class="left">
-Charm Person
-</td>
-</tr>
-<tr>
-<td class="left">
-Command
-</td>
-</tr>
-<tr>
-<td class="left">
-Compelled Duel
-</td>
-</tr>
-<tr>
-<td class="left">
-Comprehend Languages
-</td>
-</tr>
-<tr>
-<td class="left">
-Detect Magic
-</td>
-</tr>
-<tr>
-<td class="left">
-Detect Poison and Disease
-</td>
-</tr>
-<tr>
-<td class="left">
-Disguise Self
-</td>
-</tr>
-<tr>
-<td class="left">
-Dissonant Whispers
-</td>
-</tr>
-<tr>
-<td class="left">
-Expeditious Retreat
-</td>
-</tr>
-<tr>
-<td class="left">
-Faerie Fire
-</td>
-</tr>
-<tr>
-<td class="left">
-Feather Fall
-</td>
-</tr>
-<tr>
-<td class="left">
-Find Familiar
-</td>
-</tr>
-<tr>
-<td class="left">
-Heroism
-</td>
-</tr>
-<tr>
-<td class="left">
-Identify
-</td>
-</tr>
-<tr>
-<td class="left">
-Illusory Script
-</td>
-</tr>
-<tr>
-<td class="left">
-Jump
-</td>
-</tr>
-<tr>
-<td class="left">
-Longstrider
-</td>
-</tr>
-<tr>
-<td class="left">
-Lock Mind*
-</td>
-</tr>
-<tr>
-<td class="left">
-Mage Armor
-</td>
-</tr>
-<tr>
-<td class="left">
-Shield
-</td>
-</tr>
-<tr>
-<td class="left">
-Silent Image
-</td>
-</tr>
-<tr>
-<td class="left">
-Sleep
-</td>
-</tr>
-<tr>
-<td class="left">
-Tasha's Hideous Laughter
-</td>
-</tr>
-<tr>
-<td class="left">
-Unseen Servant
-</td>
-</tr>
-</tbody>
-</table>
-<p>
-<b>Aura Reading</b> - <i>2nd Level Psionic Divination</i>
-</p>
-<p>
-<i>Casting Time</i>: 1 action
-</p>
-<p>
-<i>Range</i>: 10 feet.
-</p>
-<p>
-<i>Duration</i>: Instantaneous
-</p>
-<p>
-You may target a thinking creature you can see within range, reading its psionic aura, and you may manifest one of the following options: (a) <span style="text-decoration:underline;">Detect Falsehood</span>: you may determine whether the target believes that its most recent statement is true, (b) <span style="text-decoration:underline;">Detect Alignment</span>: you may determine the target's alignment, (c) <span style="text-decoration:underline;">Detect Disguise</span>: you may determine if the target is wearing a magical or physical disguise.
-</p>
-<p>
-<b>Lock Mind</b> - <i>1st Level Psionic Enchantment</i>
-</p>
-<p>
-<i>Casting Time</i>: 1 action
-</p>
-<p>
-<i>Range</i>: Self
-</p>
-<p>
-<i>Duration</i>: 1 hour
-</p>
-<p>
-For the duration, your mind cannot be read without your permission and you have resistance to psychic damage. At higher levels: when cast from a higher level, the duration increases as follows. 2nd level: 2 hours, 3rd level: 4 hours, 4th level: 8 hours, 5th or higher: 24 hours.
-</p>
-</div>
-</div>
-<div id="outline-container-3-3" class="outline-3">
-<h3 id="sec-3-3">
-<span class="section-number-3">3.3</span> Second Level Mind Powers
-</h3>
-<div class="outline-text-3" id="text-3-3">
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
-<colgroup>
-<col class="left" />
-</colgroup>
-<tbody>
-<tr>
-<td class="left">
-Alter Self
-</td>
-</tr>
-<tr>
-<td class="left">
-Arcane Lock
-</td>
-</tr>
-<tr>
-<td class="left">
-Blindness / Deafness
-</td>
-</tr>
-<tr>
-<td class="left">
-Blur
-</td>
-</tr>
-<tr>
-<td class="left">
-Calm Emotions
-</td>
-</tr>
-<tr>
-<td class="left">
-Crown of Madness
-</td>
-</tr>
-<tr>
-<td class="left">
-Darkvision
-</td>
-</tr>
-<tr>
-<td class="left">
-Detect Thoughts
-</td>
-</tr>
-<tr>
-<td class="left">
-Enhance Ability
-</td>
-</tr>
-<tr>
-<td class="left">
-Enlarge / Reduce
-</td>
-</tr>
-<tr>
-<td class="left">
-Enthrall
-</td>
-</tr>
-<tr>
-<td class="left">
-Heat Metal
-</td>
-</tr>
-<tr>
-<td class="left">
-Hold Person
-</td>
-</tr>
-<tr>
-<td class="left">
-Find Traps
-</td>
-</tr>
-<tr>
-<td class="left">
-Invisibility
-</td>
-</tr>
-<tr>
-<td class="left">
-Knock
-</td>
-</tr>
-<tr>
-<td class="left">
-Lesser Restoration
-</td>
-</tr>
-<tr>
-<td class="left">
-Levitate
-</td>
-</tr>
-<tr>
-<td class="left">
-Locate Object
-</td>
-</tr>
-<tr>
-<td class="left">
-Mirror Image
-</td>
-</tr>
-<tr>
-<td class="left">
-Misty Step
-</td>
-</tr>
-<tr>
-<td class="left">
-Phantasmal Force
-</td>
-</tr>
-<tr>
-<td class="left">
-Psychometry*
-</td>
-</tr>
-<tr>
-<td class="left">
-Rope Trick
-</td>
-</tr>
-<tr>
-<td class="left">
-See Invisibility
-</td>
-</tr>
-<tr>
-<td class="left">
-Silence
-</td>
-</tr>
-<tr>
-<td class="left">
-Spider Climb
-</td>
-</tr>
-<tr>
-<td class="left">
-Suggestion
-</td>
-</tr>
-<tr>
-<td class="left">
-Warding Bond
-</td>
-</tr>
-<tr>
-<td class="left">
-Zone of Truth
-</td>
-</tr>
-</tbody>
-</table>
-<p>
-<b>Psychometry</b> - <i>2nd Level Psionic Divination</i>
-</p>
-<p>
-<i>Casting Time</i>: 10 minutes
-</p>
-<p>
-<i>Range</i>: Touch
-</p>
-<p>
-<i>Duration</i>: Instantaneous
-</p>
-<p>
-When thinking beings touch the world around them, they leave a psionic imprint of their actions behind. You attune to an object you can touch. Doing so allows you to see the last person to hold the object, no matter how long ago, and its immediate surroundings while being held, including sounds. You may follow and replay the events occurring near the object but cannot move away from the point of view of the object.
-</p>
-</div>
-</div>
-<div id="outline-container-3-4" class="outline-3">
-<h3 id="sec-3-4">
-<span class="section-number-3">3.4</span> Third Level Mind Powers
-</h3>
-<div class="outline-text-3" id="text-3-4">
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
-<colgroup>
-<col class="left" />
-</colgroup>
-<tbody>
-<tr>
-<td class="left">
-Bestow Curse
-</td>
-</tr>
-<tr>
-<td class="left">
-Blink
-</td>
-</tr>
-<tr>
-<td class="left">
-Clairvoyance
-</td>
-</tr>
-<tr>
-<td class="left">
-Daylight
-</td>
-</tr>
-<tr>
-<td class="left">
-Fear
-</td>
-</tr>
-<tr>
-<td class="left">
-Feign Death
-</td>
-</tr>
-<tr>
-<td class="left">
-Fly
-</td>
-</tr>
-<tr>
-<td class="left">
-Gaseous Form
-</td>
-</tr>
-<tr>
-<td class="left">
-Haste
-</td>
-</tr>
-<tr>
-<td class="left">
-Hypnotic Pattern
-</td>
-</tr>
-<tr>
-<td class="left">
-Leomund's Tiny Hut
-</td>
-</tr>
-<tr>
-<td class="left">
-Major Image
-</td>
-</tr>
-<tr>
-<td class="left">
-Meld Into Stone
-</td>
-</tr>
-<tr>
-<td class="left">
-Mind Bolt*
-</td>
-</tr>
-<tr>
-<td class="left">
-Nondetection
-</td>
-</tr>
-<tr>
-<td class="left">
-Sending
-</td>
-</tr>
-<tr>
-<td class="left">
-Slow
-</td>
-</tr>
-<tr>
-<td class="left">
-Tongues
-</td>
-</tr>
-<tr>
-<td class="left">
-Water Walk
-</td>
-</tr>
-</tbody>
-</table>
-<p>
-<b>Mind Bolt</b> - <i>3rd Level Psionic Evocation</i>
-</p>
-<p>
-<i>Casting Time</i>: 1 action
-</p>
-<p>
-<i>Range</i>: 300 ft
-</p>
-<p>
-<i>Duration</i>: Instantaneous
-</p>
-<p>
-You manifest psionic energy as an invisible bolt that deals damage and can stun a target. Target creature you can see in range makes an Intelligence saving throw or takes 6d8 psychic damage and is stunned for 1 minute. This creature takes half damage on a successful save and is not stunned. A stunned creature may repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.
-</p>
-<p>
-<i>At Higher Levels</i>: For each level above 3rd, the damage increases by 1d8.
-</p>
-</div>
-</div>
-<div id="outline-container-3-5" class="outline-3">
-<h3 id="sec-3-5">
-<span class="section-number-3">3.5</span> Fourth Level Mind Powers
-</h3>
-<div class="outline-text-3" id="text-3-5">
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
-<colgroup>
-<col class="left" />
-</colgroup>
-<tbody>
-<tr>
-<td class="left">
-Arcane Eye
-</td>
-</tr>
-<tr>
-<td class="left">
-Banishment
-</td>
-</tr>
-<tr>
-<td class="left">
-Compulsion
-</td>
-</tr>
-<tr>
-<td class="left">
-Confusion
-</td>
-</tr>
-<tr>
-<td class="left">
-Conjure Minor Elementals
-</td>
-</tr>
-<tr>
-<td class="left">
-Dimension Door
-</td>
-</tr>
-<tr>
-<td class="left">
-Dominate Beast
-</td>
-</tr>
-<tr>
-<td class="left">
-Empower Object*
-</td>
-</tr>
-<tr>
-<td class="left">
-Evard's Black Tentacles
-</td>
-</tr>
-<tr>
-<td class="left">
-Fabricate
-</td>
-</tr>
-<tr>
-<td class="left">
-Freedom of Movement
-</td>
-</tr>
-<tr>
-<td class="left">
-Greater Invisibility
-</td>
-</tr>
-<tr>
-<td class="left">
-Hallucinatory Terrain
-</td>
-</tr>
-<tr>
-<td class="left">
-Locate Creature
-</td>
-</tr>
-<tr>
-<td class="left">
-Phantasmal Killer
-</td>
-</tr>
-<tr>
-<td class="left">
-Polymorph
-</td>
-</tr>
-<tr>
-<td class="left">
-Stoneskin
-</td>
-</tr>
-</tbody>
-</table>
-<p>
-<b>Empower Object</b>: <i>Fourth Level Psionic Transmutation</i>
-</p>
-<p>
-<i>Casting Time</i>: 1 action
-</p>
-<p>
-<i>Range</i>: Touch.
-</p>
-<p>
-<i>Duration</i>: 1 minute. Concentration.
-</p>
-<p>
-You may imbue an object you touch with psionic energy. It glimmers faintly with stored power. At any point during the duration you may harmlessly release the energy which ends the effect. When you cease concentrating on this mind power, whether by choice or by a failed concentration check, the stored energy is released suddenly. Any creature within 10 feet of the object makes a Dexterity saving throw or takes 8d8 force damage or half as much on a successful one. A creature carrying the object has disadvantage on this saving throw.
-</p>
-</div>
-</div>
-<div id="outline-container-3-6" class="outline-3">
-<h3 id="sec-3-6">
-<span class="section-number-3">3.6</span> Fifth Level Mind Powers
-</h3>
-<div class="outline-text-3" id="text-3-6">
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
-<colgroup>
-<col class="left" />
-</colgroup>
-<tbody>
-<tr>
-<td class="left">
-Animate Objects
-</td>
-</tr>
-<tr>
-<td class="left">
-Awaken
-</td>
-</tr>
-<tr>
-<td class="left">
-Conjure Elemental
-</td>
-</tr>
-<tr>
-<td class="left">
-Contagion
-</td>
-</tr>
-<tr>
-<td class="left">
-Contact Other Plane
-</td>
-</tr>
-<tr>
-<td class="left">
-Creation
-</td>
-</tr>
-<tr>
-<td class="left">
-Dominate Person
-</td>
-</tr>
-<tr>
-<td class="left">
-Dream
-</td>
-</tr>
-<tr>
-<td class="left">
-Geas
-</td>
-</tr>
-<tr>
-<td class="left">
-Hold Monster
-</td>
-</tr>
-<tr>
-<td class="left">
-Mislead
-</td>
-</tr>
-<tr>
-<td class="left">
-Modify Memory
-</td>
-</tr>
-<tr>
-<td class="left">
-Passwall
-</td>
-</tr>
-<tr>
-<td class="left">
-Planar Binding
-</td>
-</tr>
-<tr>
-<td class="left">
-Rary's Telepathic Bond
-</td>
-</tr>
-<tr>
-<td class="left">
-Scrying
-</td>
-</tr>
-<tr>
-<td class="left">
-Seeming
-</td>
-</tr>
-<tr>
-<td class="left">
-Telekinesis
-</td>
-</tr>
-<tr>
-<td class="left">
-Teleportation Circle
-</td>
-</tr>
-<tr>
-<td class="left">
-Wall of Force
-</td>
-</tr>
-</tbody>
-</table>
-</div>
-</div>
-<div id="outline-container-3-7" class="outline-3">
-<h3 id="sec-3-7">
-<span class="section-number-3">3.7</span> Sixth Level Mind Powers
-</h3>
-<div class="outline-text-3" id="text-3-7">
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
-<colgroup>
-<col class="left" />
-</colgroup>
-<tbody>
-<tr>
-<td class="left">
-Arcane Gate
-</td>
-</tr>
-<tr>
-<td class="left">
-Blade Barrier
-</td>
-</tr>
-<tr>
-<td class="left">
-Contingency
-</td>
-</tr>
-<tr>
-<td class="left">
-Flesh to Stone
-</td>
-</tr>
-<tr>
-<td class="left">
-Guards and Wards
-</td>
-</tr>
-<tr>
-<td class="left">
-Magic Jar
-</td>
-</tr>
-<tr>
-<td class="left">
-Mass Suggestion
-</td>
-</tr>
-<tr>
-<td class="left">
-Otto's Irresistible Dance
-</td>
-</tr>
-<tr>
-<td class="left">
-Programmed Illusion
-</td>
-</tr>
-<tr>
-<td class="left">
-True Seeing
-</td>
-</tr>
-<tr>
-<td class="left">
-Wind Walk
-</td>
-</tr>
-</tbody>
-</table>
-</div>
-</div>
-<div id="outline-container-3-8" class="outline-3">
-<h3 id="sec-3-8">
-<span class="section-number-3">3.8</span> Seventh Level Mind Powers
-</h3>
-<div class="outline-text-3" id="text-3-8">
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
-<colgroup>
-<col class="left" />
-</colgroup>
-<tbody>
-<tr>
-<td class="left">
-Etherealness
-</td>
-</tr>
-<tr>
-<td class="left">
-Forcecage
-</td>
-</tr>
-<tr>
-<td class="left">
-Mirage Arcane
-</td>
-</tr>
-<tr>
-<td class="left">
-Plane Shift
-</td>
-</tr>
-<tr>
-<td class="left">
-Project Image
-</td>
-</tr>
-<tr>
-<td class="left">
-Regenerate
-</td>
-</tr>
-<tr>
-<td class="left">
-Reverse Gravity
-</td>
-</tr>
-<tr>
-<td class="left">
-Simulacrum
-</td>
-</tr>
-<tr>
-<td class="left">
-Teleport
-</td>
-</tr>
-</tbody>
-</table>
-</div>
-</div>
-<div id="outline-container-3-9" class="outline-3">
-<h3 id="sec-3-9">
-<span class="section-number-3">3.9</span> Eighth Level Mind Powers
-</h3>
-<div class="outline-text-3" id="text-3-9">
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
-<colgroup>
-<col class="left" />
-</colgroup>
-<tbody>
-<tr>
-<td class="left">
-Antipathy/Sympathy
-</td>
-</tr>
-<tr>
-<td class="left">
-Clone
-</td>
-</tr>
-<tr>
-<td class="left">
-Demiplane
-</td>
-</tr>
-<tr>
-<td class="left">
-Dominate Monster
-</td>
-</tr>
-<tr>
-<td class="left">
-Feeblemind
-</td>
-</tr>
-<tr>
-<td class="left">
-Ghostform*
-</td>
-</tr>
-<tr>
-<td class="left">
-Glibness
-</td>
-</tr>
-<tr>
-<td class="left">
-Kinetic Barrier*
-</td>
-</tr>
-<tr>
-<td class="left">
-Mind Blank
-</td>
-</tr>
-<tr>
-<td class="left">
-Telepathy
-</td>
-</tr>
-</tbody>
-</table>
-<p>
-<b>Ghost Form</b> - <i>8th Level Psionic Transmutation</i>
-</p>
-<p>
-<i>Casting Time</i>: 1 Action
-</p>
-<p>
-<i>Range</i>: Self
-</p>
-<p>
-<i>Duration</i>: 1 hour
-</p>
-<p>
-You become a ghost for the duration of the spell. Your DM can supply you with the statistics of the ghost and you take on all of these statistics, forsaking your own for the duration except Wisdom, Intelligence, and Charisma. When your ghost form is reduced to 0 hit points or the duration ends, you return to your normal form. Items you carry enter ghost form with you, though none of their magical properties will function for the duration as if suppressed by an Antimagic Field. You may exit the ghost form as an action.
-</p>
-<p>
-<b>Kinetic Barrier</b> - <i>8th Level Psionic Evocation</i>
-</p>
-<p>
-<i>Casting Time</i>: 1 Action
-</p>
-<p>
-<i>Range</i>: Self
-</p>
-<p>
-<i>Duration</i>: 1 minute
-</p>
-<p>
-Concentration.
-</p>
-<p>
-You enact a shimmering Kinetic Barrier around yourself for 1 minute with a number of temporary hit points equal to your maximum hit points. If you would take bludgeoning, piercing, slashing, or force damage while the Barrier exists, the barrier takes the damage instead. If the barrier is broken by taking damage equal to or greater than its hit points or its duration ends, then it implodes dealing the entire damage to you. While half of the Barrier's hit points or more are gone, you may make an unarmed attack at a creature or object within range to cause the barrier to explode and deal the stored damage to that creature or object. While the Barrier surrounds you, you may not take any other actions, but can move normally.
-</p>
-</div>
-</div>
-<div id="outline-container-3-10" class="outline-3">
-<h3 id="sec-3-10">
-<span class="section-number-3">3.10</span> Ninth Level Mind Powers
-</h3>
-<div class="outline-text-3" id="text-3-10">
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
-<colgroup>
-<col class="left" />
-</colgroup>
-<tbody>
-<tr>
-<td class="left">
-Astral Projection
-</td>
-</tr>
-<tr>
-<td class="left">
-Foresight
-</td>
-</tr>
-<tr>
-<td class="left">
-Gate
-</td>
-</tr>
-<tr>
-<td class="left">
-Shapechange
-</td>
-</tr>
-<tr>
-<td class="left">
-Time Stop
-</td>
-</tr>
-<tr>
-<td class="left">
-Transfer Wounds*
-</td>
-</tr>
-<tr>
-<td class="left">
-Unstoppable*
-</td>
-</tr>
-<tr>
-<td class="left">
-Weird
-</td>
-</tr>
-<tr>
-<td class="left">
-Wish
-</td>
-</tr>
-</tbody>
-</table>
-<p>
-<b>Transfer Wounds</b> - <i>9th Level Evocation</i>
-</p>
-<p>
-<i>Casting Time</i>: 1 Action
-</p>
-<p>
-<i>Range</i>: Touch
-</p>
-<p>
-<i>Duration</i>: Instantaneous
-</p>
-<p>
-You have learned to use other's life force as a conduit for your psionic powers. You and one creature you are touching are restrained until the end of your turn. The creature takes necrotic damage equal to your number of missing hit points. You gain hit points equal the damage dealt, but no more than the creature's hit point maximum.
-</p>
-<p>
-<b>Unstoppable</b> - <i>9th Level Psionic Transmutation</i>
-</p>
-<p>
-<i>Casting Time</i>: 1 action
-</p>
-<p>
-<i>Range</i>: Self
-</p>
-<p>
-<i>Duration</i>: 1 minute.
-</p>
-<p>
-Concentration.
-</p>
-<p>
-You harness the raw power of Kinetics to enter an Unstoppable state for 1 minute. While in this state you have advantage on strength checks to break through doors or other barriers. Also your movement speed cannot be reduced below your maximum speed, you may only move in straight lines, and you reflect from barriers you cannot break in a direction of your choice. Creatures or objects in your path must make dexterity saving throws (if applicable) or be crushed for 10d6 points of force damage. You are immune to nonmagical bludgeoning damage while Unstoppable, but running into traps or dangerous areas may still hurt you.
-</p>
-</div>
-</div>
-</div>
-<div id="outline-container-4" class="outline-2">
-<h2 id="sec-4">
-<span class="section-number-2">4</span> Thanks
-</h2>
-<div id="text-4" class="outline-text-2">
-<p>
-I'd like to thank all of the creators of proper D&amp;D Psionics from every edition, as well as contributors to other systems like Pathfinder and (GURPS) Traveler.
-</p>
-<p>
-I'd like to thank N. Foy, Alex L., Sam S., and Joey A. for playtesting all of the crazy incarnations of this.
-</p>
-<p>
-Also thanks to Nathan R., Luke S., Jacob C., Marcus S., Jay B. and many many others for listening to me rant about psionics for certainly longer than what is socially acceptable.
-</p>
-<p>
-For example, the mind flayer as presented in the Monster Manual has the Innate Spellcasting (Psionics) feature. This feature allow the mind flayer to cast a set of spells using psionic energy. These spells can be countered with counterspell or dispelled with dispel magic and similar effects.
-</p>
-<p>
-First, we brainstormed the available options, then divided them into distinct categories, built the spell/power lists, divided the features vertically by level awarded, compared similar features across classes, revised, revised, revised, and finally playtested it. Now we bring it to the public for large-scale testing.
-</p>
-<div id="footnotes">
-<h2 class="footnotes">
-Footnotes:
-</h2>
-<div id="text-footnotes">
-<p class="footnote">
-<sup><a class="footnum" name="fn-.1" href="#fnr-.1">1</a></sup> Mechanically, what is worth noting is that psionics and Weave-based magic are two distinct forces. In general, an effect that alters or affects a spell has no effect on a psionic effect and vice versa. There is one important exception to this rule. A psionic effect may allow a creature to cast a spell by teaching them to manipulate the Weave.
-</p>
-<p class="footnote">
-<sup><a class="footnum" name="fn-.2" href="#fnr-.2">2</a></sup> In designing this class, the key design ideals were 1) Flavor, 2) Fun, 3) 5e Rules and Design Consistency, and 4) Balance.
-</p>
-</div>
-</div>
-</div>
-</div>
-
- </article>
- <footer>
- <p>The content of this page is Copyright © 2016 <a href="mailto:ImFromNASA@gmail.com">Andrew Murrell</a>.</p>
-<p>This page is licensed under the <a href="">CC BS-SA-3.0</a> license.</p>
- <p>Page source: <a href="psionist-class.md">psionist-class.md</a></p>
- <p>Website source: <a href="https://git.andrewdm.me/www.git">www.git</a></p>
- </footer>
- </body>
-</html>
diff --git a/out/dnd/psionist2.html b/out/dnd/psionist.html
index 47da048..4aaa5a9 100644
--- a/out/dnd/psionist2.html
+++ b/out/dnd/psionist.html
@@ -476,7 +476,7 @@
<footer>
<p>The content of this page is Copyright © 2017 <a href="mailto:ImFromNASA@gmail.com">Andrew Murrell</a>.</p>
<p>This page is licensed under the <a href="">CC BS-SA-3.0</a> license.</p>
- <p>Page source: <a href="psionist2.org">psionist2.org</a></p>
+ <p>Page source: <a href="psionist.org">psionist.org</a></p>
<p>Website source: <a href="https://git.andrewdm.me/www.git">www.git</a></p>
</footer>
</body>
diff --git a/out/dnd/spell-gauntlet.html b/out/dnd/spell-gauntlet.html
deleted file mode 100644
index f81bb3d..0000000
--- a/out/dnd/spell-gauntlet.html
+++ /dev/null
@@ -1,211 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- <title>Spell Gauntlet: Practical Spellcasting — AndrewDM</title>
- <link rel="stylesheet" href="/main.css">
- <link rel="alternate" type="application/atom+xml" href="/index.atom" />
-
- </head>
- <body class="dnd">
- <header>
- <h1 class=breadcrumbs><a href="../">AndrewDM</a> » <a href="./">Dungeons & Dragons</a> » <a href="">Spell Gauntlet: Practical Spellcasting</a></h1>
- <nav>
- <ul>
- <li><a href="/">Projects</a>
- <li><a href="/changelog.html"><abbr title="Blog">Blahg</abbr></a>
- <li><a href="/about.html">Andrew</a>
- <li>
- <form method="GET" action="/search.html">
- <input type=search name="s" placeholder="Search" /><input type=submit value="🔍" />
- </form>
- </ul>
- </nav>
- </header>
- <article>
- <p>Tags: <a class="tag FF" href="/tags/FF.html">Flash Fiction</a><a class="tag SS" href="/tags/SS.html">Short Story</a><a class="tag WP" href="/tags/WP.html">WIP</a></p>
- <h1 class=title>Spell Gauntlet: Practical Spellcasting</h1>
-<h1 id="teleport">Teleport</h1>
-<h2 id="wizard---ft.-ula-mindis">Wizard - ft. Ula Mindis</h2>
-<p>The young Wizard Ula Mindis awoke to the smell of steeping tea.</p>
-<p>She sighed, opened her sleep-encrusted eyes, and yawned. Another day. Another attempt. She rolled out of bed and drifted over to the window. It was cracked open, but she threw it wide to welcome the morning air and golden sunrise into her bedroom, or study rather. She'd recently moved her most used bookcases in here for easy access. Her spellbook sat open at its usual spot, turned to the page she'd most recently been studying. This particular spell she'd attempted half a dozen times to no avail, but this morning felt somehow auspicious for it.</p>
-<p>Ula looked over the first line. The elven letters were written in her own hand. She had copied the carefully penned italic espruar letters from an old scroll recovered from a captured pirate ship no more than a tenday ago and had tried to cast the spell immediately. When she failed, she had rechecked the writing a dozen times against every source she could find, so she was sure that the letters weren't the problem, she was.</p>
-<p>The tea arrived, cup wobbling in midair, held by a construct of pure magical force, whom she thanked politely. The morning breeze caught the bay spray and filled the room with the smell of salt and sorcery.</p>
-<p>Perhaps she could not cast the spell, Ula mused, because she was perfectly happy exactly where she was.</p>
-<p>Emboldened by the tea, she shook away the thought and dove again into the spell. Just imagine what was possible! No longer would she have to send away for expensive spell components. She could just say the words and pick them up herself. She could visit her family back in Mulmaster or take a vacation on the shores of some exotic beach island.</p>
-<p>She finished the first line, an anchoring, and began on the second. While the first had been filled with words of permanence and stability, the second was quite the opposite, using words of whimsy and transcendence. She had gone over this before, even looking up words and pronunciation from the deepest parts of her library.</p>
-<p>This time though, the spell began to make sense. Like a distant blur on the horizon solidifying into a ship, but that didn't mean that she could sail upon it. No, the spell would likely take another tenday to work through at this rate.</p>
-<p>She moved to the next line, back to permanence, repetition, solidity, before turning again to shifting sand and billowing wind. The salty sea-spray began to blow against her spellbook, almost flipping the page mid-sentence. She nearly cursed, but a mage learns to be careful with errant words early in her education, and she remained silent. She reached for her tea, but it had grown cold. She absent-mindedly heated it with a cantrip and brought the near-boiling mug to her lips.</p>
-<p>Ow!</p>
-<p>She set it down again and sent her unseen servant for an ice-block for the tea.</p>
-<p>She thought about ice, about water, then again about the spell.</p>
-<p>Permanence. Transience. Solidity. Liquidity.</p>
-<p>That was it!</p>
-<p>By the time the ice-cube arrived the tea was long forgotten.</p>
-<p>&quot;Of course! The key isn't thinking about location at all, it's about matter! I'm solid right now. I need to be liquid! A solid cannot move, but a liquid flows, through time, through space, it doesn't matter!&quot;</p>
-<p>Ula poured herself into the spell and the teacup clattered to the floor as she used her full concentration on the spell at hand. She focused on the market down below her. Fish-mongers barked their catches to the passersby and coin flowed freely.</p>
-<p>The words came one after another perfectly, Ula could almost predict them. Permanence. Transience. Solidity. Liquidity.</p>
-<p>And suddenly she was in the marketplace.</p>
-<p>The surprised merchants around her started then blushed as she cheered &quot;I did it! I did it!&quot; and jumped up and down.</p>
-<p>Only after nearly a minute of excited and likely bewildering explanation to the surprised fellows did Ula realize she had not changed from her slip and nightgown yet.</p>
-<p>Oh well. She needn't be that embarrassed. She could always move; now the world was at her fingertips.</p>
-<h2 id="sorcerer---ft.-saffron-daylasaar">Sorcerer - ft. Saffron Dayl'asaar</h2>
-<p>Saffron looked at the picture of the remote village.</p>
-<p>&quot;You've got to be kidding me.&quot; she stated in deadpan.</p>
-<p>&quot;No, I assure you that is the location of the disturbance!&quot; said the thin old actuary. He stooped over the table with a lens held to one eye peering at her as if he expected her to pop out of existence at any second.</p>
-<p>Which, admittedly, she was likely to do, assuming of course that she could locate the stlarned place to disappear to.</p>
-<p>&quot;No, I mean, this is the best information you have?&quot;</p>
-<p>&quot;Oh yes. Absolutely positively the best. The mine is just right by the village you see. That is where Betrice, our informant that is, recovered the clues. It's just luck that she thought the mine pretty and drew it for us in such exquisite detail.&quot;</p>
-<p><em>Exquisite detail my arse.</em> thought Saffron.</p>
-<p>The eldest child of the now-esteemed Dayl'asaar family of Aglarond, Saffron had always been the adventurous one, even more so than her trio of older brothers. So when the Institute came knocking three years ago, Saffron was the one to take up the call, not her father, not her brothers, but little Saffron spell-touched. Plus, she was the only one of them capable of the kind of magics that the Institute really lacked, even though the spells didn't always go off exactly as she planned.</p>
-<p>&quot;Okay. It will have to do.&quot; She snatched up the paper and her traveling gear and concentrated on the picture and on her breathing.</p>
-<p>The mine was rather typical, but the old actuary, the elder one of the Minster Brothers who ran the Institute for the Recovery of Rare and Dangerous Artifacts, had supplied her with an atlas of remarkable detail and enough stories to feel as if she knew the place intimately. Or perhaps at least enough to try to translocate to it.</p>
-<p>Saffron felt her breath go out into the world and spread out impossibly far. The world shift beneath her. She felt connected to the strands of the Weave around her, following them like a cart along a track, but moving impossibly fast. Her mind raced across the land, across the sea, to where the atlas had shown her. She hesitated above the island for a moment gauging the possibilities. Then suddenly she was plummeting into the jungles. This was no divination, so she could not actually see any details, only what she imagined the jungles to look like based on the dark greens and browns of the atlas. Suddenly a mine was in front of her. There was no saying if it was the right one, or if it really was a mine or not, but Saffron was tired of waiting. She drew up the power within her and stepped through the world itself.</p>
-<p>She stepped through the Weave and out into a monsoon. She snagged a strand of loose magic on the way out and an explosion of cold air burst forth from where she was standing, instantly freezing raindrops into mini-hailstones which pounded her mercilessly.</p>
-<p>&quot;Ugh, Mystra you're working with Talos now to make my life violent and unpredictable? Is it too much to ask for--I don't know--a normal casting every once in a while?&quot;</p>
-<p>Her curses as she trudged through the rain would have made her ancestors, the Day'lasaar pirates of the Sea of Fallen Stars, proud.</p>
-<h2 id="bard---ft.-orryn-raulnor">Bard - ft. Orryn Raulnor</h2>
-<p>&quot;You mean you're the third Raulnor with that name?!&quot; the sellsword asked incredulously.</p>
-<p>&quot;No, no. Where I'm from that means that I'm the third oldest son.&quot; a gnome in gilded leathers replied.</p>
-<p>&quot;I see. Still too long for my tastes, I'm not for knowing what yer parents was for thinking, but nobody needs a name that damn long. And what about that 'sonoviches' part?&quot;</p>
-<p>&quot;Well, that's a bit complicated: it roughly translates to something somewhere between 'indefatigable one who spits on witches' and 'largely punctual' ... it's a family name.&quot;</p>
-<p>The table erupted in laughter.</p>
-<p>Soon thereafter, the group seated around the table parted company and the gnome made his way into the street.</p>
-<p>He wasn't nearly as drunk as his companions had been, but he only barely noticed the shapes in the alley before he'd walked into them.</p>
-<p>Orryn licked his lips and looked over at the subtle shapes of his soon-to-be assailants.</p>
-<p>There were perhaps eight of them now, arrayed in a semicircle around him in the darkness. He should have known better than to flaunt his gold around the tavern as he'd done. But them again, it wasn't all bad. It had been far too long since he had a chance to live a good story instead of simply tell one.</p>
-<p>&quot;Excuse me gentlesirs, how can I help you this fine night?&quot; the gnomish bard, twirling a strand of his green beard around his finger in a gesture of mock-nervousness, asked the group of local toughs.</p>
-<p>One of the larger of the group stepped forward into the alleyway and quickly botched whatever ready line he'd been prepared to say. They evidently hadn't realized the gnome has seen them before he'd spoken.</p>
-<p>&quot;Halt there, uh, sirrah. It looks like you've, uh, forgot to pay the toll.&quot;</p>
-<p>&quot;Hmm, I hadn't taken ye to be trolls, but now in the light I do see the resemblance.&quot;</p>
-<p>The group was not particularly disciplined, most likely coming together recently at the smell of gold and lacking for a real leader. About half of them were silent and nearly shaking with anticipation. The other half were blustering fools.</p>
-<p>&quot;Did'ja he just call Cratch t'be a troll?&quot; one asked.</p>
-<p>&quot;He is a troll!&quot; another joked.</p>
-<p>&quot;Your mother's a troll.&quot; Cratch replied. &quot;Now little one, hand over your money or you'll wish I's a troll.&quot;</p>
-<p>&quot;All right, all right. No need to be hasty. I'm sure you're all upstanding gents and just want to use the money to pay off your debts and buy your mothers veiled carriages. Here, take the money.&quot;</p>
-<p>Orryn pulled at a pouch on his waist, snapping the straps, and tossed it on the ground in front of Cratch and the others. It fell open and several dozen large gold coins rolled from the sack.</p>
-<p>The octet dived for the spilled coins and struggled with one another to snatch them up.</p>
-<p>&quot;Of course, this sum is just a trifle compared to what I keep at home.&quot;</p>
-<p>The novitiate robbers looked up with various states of doubt, incomprehension, and greed. This had been the plan, but somehow it was far too easy. The smart thing to do would be to grab the gold and flee. But these were not particularly smart men, less so when blinded by the fortunes of gold held in their hands.</p>
-<p>&quot;Take us there.&quot;</p>
-<p>&quot;As you wish...&quot; The rest of Orryn's sing-song sentence danced in the wind to distant places and forgotten ages. The eight bullies found their thoughts taken far away as the strange music lifted them up and carried them upon a journey. The true names of places are powerful things, most strange and unpronounceable, most lost to time immortal. But the bard's magic remembered them. His words were not an incantation as much as a call-and-response. His voice echoed through the world, and the world responded.</p>
-<p>Orryn and the eight were suddenly elsewhere. A very far away elsewhere. Snow billowed through the air and covered the icy ground in heaps.</p>
-<p>Orryn's captives reeled and screamed in terror.</p>
-<p>&quot;Where are we?? Curse you wizard!&quot;</p>
-<p>&quot;Fear not. Everything is under control. We are in the middle of a northern glacier, where a small expedition settlement once existed. I hadn't planned on the blizzard, but I suppose you're familiar with the adage 'we take what we are given.'&quot;</p>
-<p>Cratch lunged at the diminutive bard, but Orryn was already in the midst of another spell. He spoke words that felt like rushing air and drifted lazily into the sky, just out of reach of the huddled mob. He extended his arms, recited the lightly tingly words that covered his body with bright red faerie fire, and then spoke with a voice that boomed through the icy plain.</p>
-<p>&quot;Hear me well, I am Orryn Maye Sylvester Miles Felix Hectacre Notin Jiles Bulron Sysil-Sisler Klif-Wistler Anasto'tofande Sonoviches Overton Sennison Johnnyson Raulnor the Third, Bard of Faerun, Walker of Worlds, Smiter of Evildoers and Annoying Backwater Pricks, and I. AM. NOT. A. WIZARD.&quot;</p>
-<p>The group cowered and shivered before a spectacle of magical prowess unlike any they had ever seen or were ever likely to see again.</p>
-<p>&quot;And if you would give me back my coin, I would appreciate it.&quot;</p>
-<p>A few hours later, the eight would-be robbers staggered into a tavern, each holding a single gold piece and a story.</p>
-<p>None of them would ever rob again.</p>
-<h1 id="prestidigitation">Prestidigitation</h1>
-<h2 id="magic-initiate-feat---wizard---ft.-harvey-hoban-harpell">Magic Initiate Feat - Wizard - ft. Harvey Hoban Harpell</h2>
-<p>&quot;Whadd'ya mean cutof?&quot;</p>
-<p>&quot;I mean, cut off. You, Mr. Harpell, are cut off. No more drinks tonight. Sit, enjoy the fire, rest. Do nothing to rouse the ire of my other patrons. Especially none of that odoriferous weed of yours!&quot;</p>
-<p>&quot;Whadd'ya mean rows the ira!&quot; Here, turning to a hooded man nursing a half-pint of dark liquor beside him. &quot;Do I rows ya ira?!&quot; The man turned to face him, grim faced, and in a motion dumped the glass' contents over the young man's dirty matted head of hair and set the empty glass upon the counter before the frowning bartender.</p>
-<p>&quot;That's a waste of good liquor, Malcom.&quot;</p>
-<p>&quot;Just wanted to give'im one last drink is all. I'll pay.&quot;</p>
-<p>The bartender sighed and reluctantly poured the man another glass.</p>
-<p>&quot;How come 'e gets some!?&quot;</p>
-<p>&quot;Go. Sit... Now.&quot;</p>
-<p>The dripping cleric, robes which had successfully avoided the downpour now dripping with a darker rain, wobbled over to the fire and landed upon a cushion with some measure of practiced grace, or luck.</p>
-<p>&quot;Oh, Mal-com gets another drink. Sure.&quot; He looked to give the man an evil-eye but noticed for the first time that he was not alone. &quot;Oh, ladies, my apprologries.&quot; He attempted to stand but finding extracting himself from his seat more difficult than anticipated, simply half-bowed to the pair of dripping maids. Straining for words, he offered, &quot;I see you're wet! I can help you with that!&quot;</p>
-<p>As he struggled with gaining control of his faculties to remember the blasted name of that cantrip, the sound of broken glass from across the room cut through the lively atmosphere.</p>
-<p>The Selune's Smile was rather crowded with weary travelers looking for rest or for revel. Twin fireplaces bookended the common area, giving a warm glow to the ancient decor. Gristly trophies bequeathed to the tavern adorned the walls: dragon scales, naga fangs, and owlbear heads among them. A few quiet tapestries hang from the rafters, heralding the ancient Lords of Waterdeep who frequented the tavern in times long since past.</p>
-<p>It is said that every adventurer of the Sword Coast eventually finds her way to the City of Splendors, but rarely do so many of them come to a particular tavern all at once.</p>
-<p>Seated across from the most recent blackfish of the Harpell family, sat a pair of ladies wearing drenched leathers and scowls.</p>
-<p>Harvey seemed not to notice the latter as he inventoried his magical repertoire.</p>
-<p><em>Prefeguritat?</em></p>
-<p><em>Pregnanitato?</em></p>
-<p><em>Presdogranado?</em></p>
-<p><em>No. That'd jus worse.</em></p>
-<p>The room grew instantly silent at the spilling glass and subsequent trading of blows.</p>
-<p><em>No, youse keep talkin, gotta thing.</em> he silently berated the floor.</p>
-<p><em>Prestangerition?</em></p>
-<p>One of the combatants fell to the floor and then laboriously dragged himself back up and slumped into a nearby chair. Harvey thought he heard one of the two women, the shorter one, say something, &quot;Need some... mumble mumble Moose?&quot;</p>
-<p><em>Moose?</em></p>
-<p><em>His mind joined his liver, slowly churning through the facts of the day.</em></p>
-<p>/Animal. Forest. Green. She's kinda greenish. I wonder if she's from a forest? Ew, she's probaly dirty if she came from a forest. Eh, nothin a little Prestidigitation couldn't fix./</p>
-<p><em>...</em></p>
-<p>&quot;Prestidigitation!&quot; He shouted over the now-returned din. Magic leapt from his fingers, but not exactly with the effect he had originally intended. Reminded of the magical pranks from his childhood, his most common retaliatory strike was that of the &quot;foul wind.&quot; This came unbidden to him now, and the magic unleashed the foul smelling breeze from his fingertips.</p>
-<h1 id="cure-wounds">Cure Wounds</h1>
-<h2 id="bard">Bard</h2>
-<h2 id="cleric---ft.-harvey-hoban-harpell">Cleric - ft. Harvey Hoban Harpell</h2>
-<p>The minor scuffle in the tavern had turned to outright chaos. Harvey struggled to look unassuming beside the fireplace. The two furious women had stomped off for some reason and then suddenly returned, except... one of them had a thick moose pelt thrown up over her arm like a shield and had grappled away a sword from an unfortunate fellow behind her, and...</p>
-<p>Oh no, now there were three of them. The wet woman, the moose woman, and a new woman... who could probably lift a moose. And despite his best efforts, his &quot;gusts&quot; had spread to even the outer tables. People were taking notice. Through it all, came the deep contralto of what he could only assume was a giantess, standing now, teeth clenched and nearly trembling with rage.</p>
-<p>&quot;What is the meaning of this?&quot;</p>
-<p>Even drunk, even stupid, there was no mistaking that tone.</p>
-<p>Stumbling with words, with mental images, and especially the literal stumbling involved when attempting to slink backwards from fear of a large angry Goliath woman, at first Harvey could do little more than whimper.</p>
-<p>Stopping just short of the fire, it's tongues licking the edges of his trailing sleeves, he composed himself as well as he could in the face of possible crushing death, closed his eyes, and sputtered &quot;Excuse my casting m'lady. My name is Harvey Hoban Harpell, 'eric'a Eldath. I only meant to help.&quot; Then peeking carefully from one eye he added, &quot;Please don' crush me.&quot;</p>
-<p>He was inadvertently saved by another man. The drunken merchant lost his footing as he approached the bar for another bottle of stsass and stumbled into the goliath maid's firm buttocks. He might as well have walked into a wall for all the good it did him. Actually, he most certainly would have preferred to walk into a wall, as walls don't seize you by the collar, hoist you over their heads and fling you at their true sources of rage.</p>
-<p>Layers of fat flapped in the wind, terrified by their unnatural acceleration. Equally terrified, the eye Harvey had dared to open flinched shut. He could hear the sounds of the fireplace mantle above him abruptly stopping the man-boulder's flight. And a moment later he could feel the crushing weight of the man-boulder's fall, the hard coolness of the wooden floor against his face, and the uncomfortable warmth and wetness of a terrified unconscious man letting go after a long night of drinking.</p>
-<p>In that moment, he felt that the only proper thing to do was to join him.</p>
-<p>Minutes passed and Harvey was more than satisfied with resting stupidly beneath his boulderous brother, surrounded by the incontinent smells and the tumultuous clatter of battle... wait. Battle?</p>
-<p><em>Oh no. What have I done?</em></p>
-<p>Harvey tried to stand, to lift his face from the hard pearwood floorboards, to see what was going on. Red blood splattered down beside his cheek. It was warm and fresh. He managed to lift his shoulders and turn. A bloody maw lolled above him, the jaw obviously broken, tongue bit, nearly severed. Bruising was already beginning to settle in between the voluminous folds of fat around the face and neck -- black and blue and red.</p>
-<p>Suddenly what was the proper thing moments ago seemed foolish. This whole night seemed foolish. Eldath, what have I done? This man is hurt because of me. I started a brawl. I'm not worthy of serving you.</p>
-<p>In Harvey's frantic heart, beside the furious pounding and self-pity, came a shiver. It raced along his chest, along his limbs, his spine a roadway, his bumbling extremities the destination. A familiar sense of peace, contentment, and quiet perfection, washed over him like a gentle flowing stream. The sensation reached his head, starting from the base of the skull and rushing forward to envelop him, to hold him, to wrap him tightly in a warm stillness. All was silent.</p>
-<p>And yet from in that perfect silence, Harvey could almost hear a quiet voice, a whisper of a whisper upon the wind breathe to him.</p>
-<p><em>I know...</em></p>
-<p>The silence abated and the bustling lights and sounds of the taverns returned.</p>
-<p>Thank you, m'Lady. Harvey mouthed deferentially. Then squeezing a hand beneath his torso and the floor and taking up his holy symbol from around his neck, he gently turned his body into a sitting position against the wall, the large man laying across his lap, and allowed the Peace of Eldath to flow through him and into the man.</p>
-<p>He spoke words, though he knew them not, and the symbol of the rushing waterfall and the still pool gleamed with a quiet silver and blue light. The unconscious man's wounds were bathed in the light, and his clotting blood staunched, his bruises soothed, his avulsed tongue knit together, and jaw gently returned to place. He opened his eyes, wonderstruck, then promptly grimaced at the smell in the air and in his trousers.</p>
-<p>&quot;Oh, right!&quot; Harvey waved away the effect of the cantrip and helped the man to his feet.</p>
-<h2 id="druid">Druid</h2>
-<h2 id="paladin---ft.">Paladin - ft.</h2>
-<h2 id="ranger">Ranger</h2>
-<h1 id="power-word-kill">Power Word Kill</h1>
-<h2 id="wizard">Wizard</h2>
-<h2 id="warlock">Warlock</h2>
-<h1 id="the-fugue">The Fugue</h1>
-<p>The orcs pulled you down.</p>
-<p>They beat you. You could feel the blood in your mouth, and leaking beneath your skin. You could feel their clubs break you. You felt your spine snap, one, two, three places. Frantic, try to focus on the spells your patron left you. But you know there is nothing there. So you flex the fingers on your right hand, where your brand is--the deep, red burn which you know will never heal. You feel the bitter the connection to Nine Hells, in some ways it feels like a fishing line pulling you back there, and in other it just feels like a part of your body, like a gland. Pulling on the connection feels like crying, but tears of sulfur and of smoke. Soon hot, sticky, bruised-looking energy responds to your call and leaks from the brand like pus. An orc stands over you, a battleaxe held high above his head, and you fling it at him with a roar of defiance. He takes it full in the face and his brain explodes out the back of his head.</p>
-<p>But he wasn't the only orc, and the hits keep coming, You know that you are going to die.</p>
-<p>Soon the blows stop hurting. The world stops spinning and everything is very very quiet.</p>
-<p>...</p>
-<p>You don't open your eyes. There's no moment of focusing, blurred vision, bright light. You just see. You just are.</p>
-<p>You're standing on a desolate plain. The sky is a dull shade of dark gray, the same color as the thick dirt which covers the ground like dusty snow. You can see ahead for hundreds of miles, but it doesn't seem to strike you as odd.</p>
-<p>You aren't alone.</p>
-<p>Others, mostly humans, but a half-orc here, a half-elf there, move through the dirt, knocking up clouds of dust in their wakes. They move so slowly.</p>
-<p>You are standing.</p>
-<p>You look down at your hand, there is no brand. You flex the fingers, but there is no burning sensation. In fact, there's barely any sensation at all. It doesn't seem to strike you as odd.</p>
-<p>As you turn the hand over to put it back at your side, you notice that where the brand was, on the back is a small red patch of dried ink. Perhaps some rune or letter? It doesn't seem important.</p>
-<p>You drop the arm to your side, slowly, quietly, and begin to walk.</p>
-<p>Nearby is a small hill. Several men and women are gathered on it. They seem to be singing.</p>
-<p>A light opens above them and a creature with wings of fire and a shield emblazoned with the symbol of an upright gauntlet appears. With a circular motion of his arm and a smile, the light becomes a whirlwind and the faithful are lifted up into the shining gateway and disappear in an anti-climactic non-flash of light. For as suddenly as the herald appeared, he is gone and the plain is returned to stoic grayness. You notice that even the hill is gone. But it doesn't seem important.</p>
-<p>You spot a woman along your path, old, wrinkled, dirty, as grey as the dust and sky. She is sobbing softly, clutching at her knees. She wears the low-cut rags of a Luskan whore. Her eyes grow wide with fear as you approach. But you hear a voice call out &quot;do not be afraid.&quot; Your eyes follow the voice, to a woman standing nearby. She radiates beauty. Calling her beautiful is like calling the sky overcast. It is like calling the air stale or the dirt dirty. She reaches out a hand to the woman, her long red hair flowing in a wind that isn't there. The old woman bounds to her feet. She falls, but stands and tries again, every step growing stronger until she grasps the hand of her goddess and is clothed in the beauty and vitality of her youth. She cries with joy, collapsing into the breast of the goddess, and the pair step through the planes together leaving behind the scent of strawberries and freshly cut grass.</p>
-<p>The scent dissipates quickly and you continue walking.</p>
-<p>You see others wandering aimlessly like yourself.</p>
-<p>You all seem to be walking in the same direction.</p>
-<p>In the distance is a circle of lights around an impossibly thin silver line disappearing into the sky.</p>
-<p>Your approach takes many hours, perhaps days or months or years, but eventually the lights become a city. A huge city. The walls rise over a mile high, and moan softly, though you can't tell how or why.</p>
-<p>From a large gate, hooded figures approach the aimless walkers, including yourself. One stops before you and removes her hood with a look of vague, forced, curiosity. She isn't exactly human, she has scales across her face and bright yellow eyes which are difficult to follow.</p>
-<p>She speaks, but the words are distant, muffled, &quot;Guarded Faithless or Bargained Soul?&quot;</p>
-<p>A deep, resonating, but scratchy voice answers from somewhere behind and above you.</p>
-<p>&quot;The first. Perhaps next time... the second.&quot;</p>
-<p>After a moment of consideration she nods deferentially, raises her hood, and turns towards the city, ushering you forward.</p>
-<p>The walls continue to grow as you get closer. They must be ten miles high. This city must house millions. Around you is a crowd, closely packed among each other, though most give you a wide berth. Now devils mingle among the humans, whispering, promising. They lead away many.</p>
-<p>As you approach the wall, the whimpering grows louder. The wall has faces. Bodies are stuck together with rotting mortar, which dissolves them like a giant stomach.</p>
-<p>Suddenly jagged rifts open beside and before you, along the wall. Creatures with the faces and tusks of pigs, but the bodies of great apes rush through, crushing or tossing aside both wandering Faithless and cloaked guides.</p>
-<p>Horns blare clearly through the otherwise muted scene of violence.</p>
-<p>The guides throw aside their cloaks and brandish sickles and shields. Devils howl war cries and abandon their bargaining to do battle with their hated foes.</p>
-<p>The demons flow through the rifts in a great horde and begin to tear at the wall, dragging huge chunks back through with them into the Abyss. Some moaning souls cry out as many are ripped asunder, torn from a slow non-existence of centuries to one of instants. The rest disappear into the Abyss, their forms already being twisted into those of the demons that abducted them.</p>
-<p>A giant six-armed demon with fangs like a viper rushes at you. You raise your hand to call down fire upon it, but you have no power on which to call.</p>
-<p>A bony whip-like barbed tail shoots out from behind you, striking the creature and sending it writhing to the ground. A massive bone devil steps over you, it's skeletal spider-like limbs moving to propel it impossibly fast through the slow-motion battlefield. It hefts a greatclub that was probably once the femurs of one of those huge pig-ape-devils and smashes the six-armed serpent into a blackish pulp. The blood splashes up into your face, leaving a line of acidic muck running down your nose, between your eyes.</p>
-<p>Then the fighting stops as suddenly as it started. An angel, clad in flames the color of the sky shuts the portals with a pointed word and outstretched finger and surveys the damage to the wall before flying off towards the great spire of Kelemvor, the god of the dead.</p>
-<p>The bone devil turns and looks you over. &quot;It is time. The vessel has arrived.&quot; He then leaves you and cuts a thin line in the air with his tail. He steps through it and disappears, leaving behind the familiar scent of sulfur and brimstone. You hear the distant sound of a faint chime. It's probably not important.</p>
-<p>--</p>
-<p>You open your eyes. There's a moment of focusing, blurred vision, and bright light. You take a breath and feel the cold morning air fill your lungs. A horned tiefling with a pitch black bell and a scroll is standing over you. Your whole body burns, but especially your hand and a strip running from your forehead down between your eyes.</p>
-<p>Everything is blurry, especially your memory. Standing around you are your adventuring companions. It feels like you just saw them moments ago? Was there a battle? What's going on? You can't remember anything... it's all just indistinct and gray.</p>
-<p>Faust and the Fugue Plane -Andrew Murrell</p>
-
- </article>
- <footer>
- <p>The content of this page is Copyright © 2017 <a href="mailto:ImFromNASA@gmail.com">Andrew Murrell</a>.</p>
-<p>This page is licensed under the <a href="">CC BS-SA-3.0</a> license.</p>
- <p>Page source: <a href="spell-gauntlet.org">spell-gauntlet.org</a></p>
- <p>Website source: <a href="https://git.andrewdm.me/www.git">www.git</a></p>
- </footer>
- </body>
-</html>
diff --git a/out/index.atom b/out/index.atom
index 9eaa7de..8ffb8f0 100644
--- a/out/index.atom
+++ b/out/index.atom
@@ -5,15 +5,53 @@
<link rel="self" type="application/atom+xml" href="./index.atom"/>
<link rel="alternate" type="text/html" href="./"/>
<link rel="alternate" type="text/markdown" href="./index.md"/>
- <updated>2017-01-13T22:19:50-05:00</updated>
+ <updated>2017-01-24T22:36:28-05:00</updated>
<author><name>Andrew Murrell</name><uri>https://andrewdm.me/</uri><email>ImFromNASA@gmail.com</email></author>
<id>https://www.andrewdm.me/</id>
<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="https://www.andrewdm.me/dnd/psionist2.html"/>
- <id>https://www.andrewdm.me/dnd/psionist2.html</id>
- <updated>2017-01-13T22:19:50-05:00</updated>
- <published>2017-01-14T03:02:57+00:00</published>
+ <link rel="alternate" type="text/html" href="https://www.andrewdm.me/changelog.html"/>
+ <id>https://www.andrewdm.me/changelog.html</id>
+ <updated>2017-01-24T22:36:28-05:00</updated>
+ <published>2017-01-09T18:17:41-05:00</published>
+ <title>ChangeLog</title>
+ <author><name>Andrew Murrell</name><uri>https://andrewdm.me/</uri><email>ImFromNASA@gmail.com</email></author>
+
+ <content type="html">&lt;h1 id="changelog"&gt;ChangeLog&lt;/h1&gt;
+&lt;h2 id="andrewmurrell-imfromnasagmail.com"&gt;2017-01-24 AndrewMurrell &amp;lt;ImFromNASA@gmail.com&amp;gt;&lt;/h2&gt;
+&lt;p&gt;remove unfinished sources&lt;/p&gt;
+&lt;pre&gt;&lt;code&gt;src/dnd/psionist-class.md | 1504 -------------------------------
+src/dnd/{psionist2.org =&amp;amp;gt; psionist.org} | 0
+src/dnd/spell-gauntlet.org | 683 --------------
+3 files changed, 2187 deletions(-)&lt;/code&gt;&lt;/pre&gt;
+&lt;h2 id="andrew-murrell-merlneo.andrewdm.me"&gt;2017-01-14 Andrew Murrell &amp;lt;merl@neo.andrewdm.me&amp;gt;&lt;/h2&gt;
+&lt;p&gt;updated Psionist Title page&lt;/p&gt;
+&lt;pre&gt;&lt;code&gt;bin/pre-generate | 2 ++
+src/dnd/{Psionist2.org =&amp;amp;gt; psionist2.org} | 4 ++++
+2 files changed, 6 insertions(+)&lt;/code&gt;&lt;/pre&gt;
+&lt;h2 id="andrew-murrell-merlneo.andrewdm.me-1"&gt;2017-01-14 Andrew Murrell &amp;lt;merl@neo.andrewdm.me&amp;gt;&lt;/h2&gt;
+&lt;p&gt;Added an updated Psionist class with more complete domains, but no mind powers yet.&lt;/p&gt;
+&lt;pre&gt;&lt;code&gt;src/dnd/Psionist2.org | 566 ++++++++++++++++++++++++++++++++++++++++++++++++++
+1 file changed, 566 insertions(+)&lt;/code&gt;&lt;/pre&gt;
+&lt;h2 id="luke-shumaker-lukeshusbcglobal.net"&gt;2017-01-04 Luke Shumaker &amp;lt;lukeshu@sbcglobal.net&amp;gt;&lt;/h2&gt;
+&lt;p&gt;Change the title of &amp;quot;Psionist&amp;quot; -&amp;gt; &amp;quot;Psionist Class [5e]&amp;quot;&lt;/p&gt;
+&lt;pre&gt;&lt;code&gt;src/dnd/Psionist.md | 2 +-
+1 file changed, 1 insertion(+), 1 deletion(-)&lt;/code&gt;&lt;/pre&gt;
+&lt;h2 id="august-2016"&gt;31 August 2016&lt;/h2&gt;
+&lt;p&gt;Decided that the 1/5th of 'Magic is Magic' that was 'finished' was actually trash.&lt;/p&gt;
+&lt;p&gt;Worked on &amp;quot;Harvey's Adventure&amp;quot; for a pair of paragraphs.&lt;/p&gt;
+&lt;h2 id="august-2016-1"&gt;30 August 2016&lt;/h2&gt;
+&lt;p&gt;Updated Tastavi with my introduction and 'Andrew Stamp of Approval'™ rewrite.&lt;/p&gt;
+&lt;p&gt;Decided that there are not enough hours in a day.&lt;/p&gt;
+</content>
+ <rights type="html">&lt;p&gt;The content of this page is Copyright © 2017 &lt;a href="mailto:ImFromNASA@gmail.com"&gt;Andrew Murrell&lt;/a&gt;.&lt;/p&gt;
+&lt;p&gt;This page is licensed under the &lt;a href=""&gt;CC BS-SA-3.0&lt;/a&gt; license.&lt;/p&gt;</rights>
+</entry>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <link rel="alternate" type="text/html" href="https://www.andrewdm.me/dnd/psionist.html"/>
+ <id>https://www.andrewdm.me/dnd/psionist.html</id>
+ <updated>2017-01-24T22:35:38-05:00</updated>
+ <published>2017-01-24T22:35:38-05:00</published>
<title>[5e] Psionist Class - Rewrite [ALPHA]</title>
<author><name>Andrew Murrell</name><uri>https://andrewdm.me/</uri><email>ImFromNASA@gmail.com</email></author>
<category term="HB" label="Homebrew" />
@@ -469,225 +507,6 @@
&lt;p&gt;This page is licensed under the &lt;a href=""&gt;CC BS-SA-3.0&lt;/a&gt; license.&lt;/p&gt;</rights>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="https://www.andrewdm.me/changelog.html"/>
- <id>https://www.andrewdm.me/changelog.html</id>
- <updated>2017-01-14T03:02:57+00:00</updated>
- <published>2017-01-09T18:17:41-05:00</published>
- <title>ChangeLog</title>
- <author><name>Andrew Murrell</name><uri>https://andrewdm.me/</uri><email>ImFromNASA@gmail.com</email></author>
-
- <content type="html">&lt;h1 id="changelog"&gt;ChangeLog&lt;/h1&gt;
-&lt;h2 id="andrew-murrell-merlneo.andrewdm.me"&gt;2017-01-14 Andrew Murrell &amp;lt;merl@neo.andrewdm.me&amp;gt;&lt;/h2&gt;
-&lt;p&gt;updated Psionist Title page&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;bin/pre-generate | 2 ++
-src/dnd/{Psionist2.org =&amp;amp;gt; psionist2.org} | 4 ++++
-2 files changed, 6 insertions(+)&lt;/code&gt;&lt;/pre&gt;
-&lt;h2 id="andrew-murrell-merlneo.andrewdm.me-1"&gt;2017-01-14 Andrew Murrell &amp;lt;merl@neo.andrewdm.me&amp;gt;&lt;/h2&gt;
-&lt;p&gt;Added an updated Psionist class with more complete domains, but no mind powers yet.&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;src/dnd/Psionist2.org | 566 ++++++++++++++++++++++++++++++++++++++++++++++++++
-1 file changed, 566 insertions(+)&lt;/code&gt;&lt;/pre&gt;
-&lt;h2 id="luke-shumaker-lukeshusbcglobal.net"&gt;2017-01-04 Luke Shumaker &amp;lt;lukeshu@sbcglobal.net&amp;gt;&lt;/h2&gt;
-&lt;p&gt;Change the title of &amp;quot;Psionist&amp;quot; -&amp;gt; &amp;quot;Psionist Class [5e]&amp;quot;&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;src/dnd/Psionist.md | 2 +-
-1 file changed, 1 insertion(+), 1 deletion(-)&lt;/code&gt;&lt;/pre&gt;
-&lt;h2 id="august-2016"&gt;31 August 2016&lt;/h2&gt;
-&lt;p&gt;Decided that the 1/5th of 'Magic is Magic' that was 'finished' was actually trash.&lt;/p&gt;
-&lt;p&gt;Worked on &amp;quot;Harvey's Adventure&amp;quot; for a pair of paragraphs.&lt;/p&gt;
-&lt;h2 id="august-2016-1"&gt;30 August 2016&lt;/h2&gt;
-&lt;p&gt;Updated Tastavi with my introduction and 'Andrew Stamp of Approval'™ rewrite.&lt;/p&gt;
-&lt;p&gt;Decided that there are not enough hours in a day.&lt;/p&gt;
-</content>
- <rights type="html">&lt;p&gt;The content of this page is Copyright © 2017 &lt;a href="mailto:ImFromNASA@gmail.com"&gt;Andrew Murrell&lt;/a&gt;.&lt;/p&gt;
-&lt;p&gt;This page is licensed under the &lt;a href=""&gt;CC BS-SA-3.0&lt;/a&gt; license.&lt;/p&gt;</rights>
-</entry>
-<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="https://www.andrewdm.me/dnd/spell-gauntlet.html"/>
- <id>https://www.andrewdm.me/dnd/spell-gauntlet.html</id>
- <updated>2017-01-09T18:17:41-05:00</updated>
- <published>2017-01-09T18:17:41-05:00</published>
- <title>Spell Gauntlet: Practical Spellcasting</title>
- <author><name>Andrew Murrell</name><uri>https://andrewdm.me/</uri><email>ImFromNASA@gmail.com</email></author>
- <category term="FF" label="Flash Fiction" /><category term="SS" label="Short Story" /><category term="WP" label="WIP" />
- <content type="html">&lt;h1 class=title&gt;Spell Gauntlet: Practical Spellcasting&lt;/h1&gt;
-&lt;h1 id="teleport"&gt;Teleport&lt;/h1&gt;
-&lt;h2 id="wizard---ft.-ula-mindis"&gt;Wizard - ft. Ula Mindis&lt;/h2&gt;
-&lt;p&gt;The young Wizard Ula Mindis awoke to the smell of steeping tea.&lt;/p&gt;
-&lt;p&gt;She sighed, opened her sleep-encrusted eyes, and yawned. Another day. Another attempt. She rolled out of bed and drifted over to the window. It was cracked open, but she threw it wide to welcome the morning air and golden sunrise into her bedroom, or study rather. She'd recently moved her most used bookcases in here for easy access. Her spellbook sat open at its usual spot, turned to the page she'd most recently been studying. This particular spell she'd attempted half a dozen times to no avail, but this morning felt somehow auspicious for it.&lt;/p&gt;
-&lt;p&gt;Ula looked over the first line. The elven letters were written in her own hand. She had copied the carefully penned italic espruar letters from an old scroll recovered from a captured pirate ship no more than a tenday ago and had tried to cast the spell immediately. When she failed, she had rechecked the writing a dozen times against every source she could find, so she was sure that the letters weren't the problem, she was.&lt;/p&gt;
-&lt;p&gt;The tea arrived, cup wobbling in midair, held by a construct of pure magical force, whom she thanked politely. The morning breeze caught the bay spray and filled the room with the smell of salt and sorcery.&lt;/p&gt;
-&lt;p&gt;Perhaps she could not cast the spell, Ula mused, because she was perfectly happy exactly where she was.&lt;/p&gt;
-&lt;p&gt;Emboldened by the tea, she shook away the thought and dove again into the spell. Just imagine what was possible! No longer would she have to send away for expensive spell components. She could just say the words and pick them up herself. She could visit her family back in Mulmaster or take a vacation on the shores of some exotic beach island.&lt;/p&gt;
-&lt;p&gt;She finished the first line, an anchoring, and began on the second. While the first had been filled with words of permanence and stability, the second was quite the opposite, using words of whimsy and transcendence. She had gone over this before, even looking up words and pronunciation from the deepest parts of her library.&lt;/p&gt;
-&lt;p&gt;This time though, the spell began to make sense. Like a distant blur on the horizon solidifying into a ship, but that didn't mean that she could sail upon it. No, the spell would likely take another tenday to work through at this rate.&lt;/p&gt;
-&lt;p&gt;She moved to the next line, back to permanence, repetition, solidity, before turning again to shifting sand and billowing wind. The salty sea-spray began to blow against her spellbook, almost flipping the page mid-sentence. She nearly cursed, but a mage learns to be careful with errant words early in her education, and she remained silent. She reached for her tea, but it had grown cold. She absent-mindedly heated it with a cantrip and brought the near-boiling mug to her lips.&lt;/p&gt;
-&lt;p&gt;Ow!&lt;/p&gt;
-&lt;p&gt;She set it down again and sent her unseen servant for an ice-block for the tea.&lt;/p&gt;
-&lt;p&gt;She thought about ice, about water, then again about the spell.&lt;/p&gt;
-&lt;p&gt;Permanence. Transience. Solidity. Liquidity.&lt;/p&gt;
-&lt;p&gt;That was it!&lt;/p&gt;
-&lt;p&gt;By the time the ice-cube arrived the tea was long forgotten.&lt;/p&gt;
-&lt;p&gt;&amp;quot;Of course! The key isn't thinking about location at all, it's about matter! I'm solid right now. I need to be liquid! A solid cannot move, but a liquid flows, through time, through space, it doesn't matter!&amp;quot;&lt;/p&gt;
-&lt;p&gt;Ula poured herself into the spell and the teacup clattered to the floor as she used her full concentration on the spell at hand. She focused on the market down below her. Fish-mongers barked their catches to the passersby and coin flowed freely.&lt;/p&gt;
-&lt;p&gt;The words came one after another perfectly, Ula could almost predict them. Permanence. Transience. Solidity. Liquidity.&lt;/p&gt;
-&lt;p&gt;And suddenly she was in the marketplace.&lt;/p&gt;
-&lt;p&gt;The surprised merchants around her started then blushed as she cheered &amp;quot;I did it! I did it!&amp;quot; and jumped up and down.&lt;/p&gt;
-&lt;p&gt;Only after nearly a minute of excited and likely bewildering explanation to the surprised fellows did Ula realize she had not changed from her slip and nightgown yet.&lt;/p&gt;
-&lt;p&gt;Oh well. She needn't be that embarrassed. She could always move; now the world was at her fingertips.&lt;/p&gt;
-&lt;h2 id="sorcerer---ft.-saffron-daylasaar"&gt;Sorcerer - ft. Saffron Dayl'asaar&lt;/h2&gt;
-&lt;p&gt;Saffron looked at the picture of the remote village.&lt;/p&gt;
-&lt;p&gt;&amp;quot;You've got to be kidding me.&amp;quot; she stated in deadpan.&lt;/p&gt;
-&lt;p&gt;&amp;quot;No, I assure you that is the location of the disturbance!&amp;quot; said the thin old actuary. He stooped over the table with a lens held to one eye peering at her as if he expected her to pop out of existence at any second.&lt;/p&gt;
-&lt;p&gt;Which, admittedly, she was likely to do, assuming of course that she could locate the stlarned place to disappear to.&lt;/p&gt;
-&lt;p&gt;&amp;quot;No, I mean, this is the best information you have?&amp;quot;&lt;/p&gt;
-&lt;p&gt;&amp;quot;Oh yes. Absolutely positively the best. The mine is just right by the village you see. That is where Betrice, our informant that is, recovered the clues. It's just luck that she thought the mine pretty and drew it for us in such exquisite detail.&amp;quot;&lt;/p&gt;
-&lt;p&gt;&lt;em&gt;Exquisite detail my arse.&lt;/em&gt; thought Saffron.&lt;/p&gt;
-&lt;p&gt;The eldest child of the now-esteemed Dayl'asaar family of Aglarond, Saffron had always been the adventurous one, even more so than her trio of older brothers. So when the Institute came knocking three years ago, Saffron was the one to take up the call, not her father, not her brothers, but little Saffron spell-touched. Plus, she was the only one of them capable of the kind of magics that the Institute really lacked, even though the spells didn't always go off exactly as she planned.&lt;/p&gt;
-&lt;p&gt;&amp;quot;Okay. It will have to do.&amp;quot; She snatched up the paper and her traveling gear and concentrated on the picture and on her breathing.&lt;/p&gt;
-&lt;p&gt;The mine was rather typical, but the old actuary, the elder one of the Minster Brothers who ran the Institute for the Recovery of Rare and Dangerous Artifacts, had supplied her with an atlas of remarkable detail and enough stories to feel as if she knew the place intimately. Or perhaps at least enough to try to translocate to it.&lt;/p&gt;
-&lt;p&gt;Saffron felt her breath go out into the world and spread out impossibly far. The world shift beneath her. She felt connected to the strands of the Weave around her, following them like a cart along a track, but moving impossibly fast. Her mind raced across the land, across the sea, to where the atlas had shown her. She hesitated above the island for a moment gauging the possibilities. Then suddenly she was plummeting into the jungles. This was no divination, so she could not actually see any details, only what she imagined the jungles to look like based on the dark greens and browns of the atlas. Suddenly a mine was in front of her. There was no saying if it was the right one, or if it really was a mine or not, but Saffron was tired of waiting. She drew up the power within her and stepped through the world itself.&lt;/p&gt;
-&lt;p&gt;She stepped through the Weave and out into a monsoon. She snagged a strand of loose magic on the way out and an explosion of cold air burst forth from where she was standing, instantly freezing raindrops into mini-hailstones which pounded her mercilessly.&lt;/p&gt;
-&lt;p&gt;&amp;quot;Ugh, Mystra you're working with Talos now to make my life violent and unpredictable? Is it too much to ask for--I don't know--a normal casting every once in a while?&amp;quot;&lt;/p&gt;
-&lt;p&gt;Her curses as she trudged through the rain would have made her ancestors, the Day'lasaar pirates of the Sea of Fallen Stars, proud.&lt;/p&gt;
-&lt;h2 id="bard---ft.-orryn-raulnor"&gt;Bard - ft. Orryn Raulnor&lt;/h2&gt;
-&lt;p&gt;&amp;quot;You mean you're the third Raulnor with that name?!&amp;quot; the sellsword asked incredulously.&lt;/p&gt;
-&lt;p&gt;&amp;quot;No, no. Where I'm from that means that I'm the third oldest son.&amp;quot; a gnome in gilded leathers replied.&lt;/p&gt;
-&lt;p&gt;&amp;quot;I see. Still too long for my tastes, I'm not for knowing what yer parents was for thinking, but nobody needs a name that damn long. And what about that 'sonoviches' part?&amp;quot;&lt;/p&gt;
-&lt;p&gt;&amp;quot;Well, that's a bit complicated: it roughly translates to something somewhere between 'indefatigable one who spits on witches' and 'largely punctual' ... it's a family name.&amp;quot;&lt;/p&gt;
-&lt;p&gt;The table erupted in laughter.&lt;/p&gt;
-&lt;p&gt;Soon thereafter, the group seated around the table parted company and the gnome made his way into the street.&lt;/p&gt;
-&lt;p&gt;He wasn't nearly as drunk as his companions had been, but he only barely noticed the shapes in the alley before he'd walked into them.&lt;/p&gt;
-&lt;p&gt;Orryn licked his lips and looked over at the subtle shapes of his soon-to-be assailants.&lt;/p&gt;
-&lt;p&gt;There were perhaps eight of them now, arrayed in a semicircle around him in the darkness. He should have known better than to flaunt his gold around the tavern as he'd done. But them again, it wasn't all bad. It had been far too long since he had a chance to live a good story instead of simply tell one.&lt;/p&gt;
-&lt;p&gt;&amp;quot;Excuse me gentlesirs, how can I help you this fine night?&amp;quot; the gnomish bard, twirling a strand of his green beard around his finger in a gesture of mock-nervousness, asked the group of local toughs.&lt;/p&gt;
-&lt;p&gt;One of the larger of the group stepped forward into the alleyway and quickly botched whatever ready line he'd been prepared to say. They evidently hadn't realized the gnome has seen them before he'd spoken.&lt;/p&gt;
-&lt;p&gt;&amp;quot;Halt there, uh, sirrah. It looks like you've, uh, forgot to pay the toll.&amp;quot;&lt;/p&gt;
-&lt;p&gt;&amp;quot;Hmm, I hadn't taken ye to be trolls, but now in the light I do see the resemblance.&amp;quot;&lt;/p&gt;
-&lt;p&gt;The group was not particularly disciplined, most likely coming together recently at the smell of gold and lacking for a real leader. About half of them were silent and nearly shaking with anticipation. The other half were blustering fools.&lt;/p&gt;
-&lt;p&gt;&amp;quot;Did'ja he just call Cratch t'be a troll?&amp;quot; one asked.&lt;/p&gt;
-&lt;p&gt;&amp;quot;He is a troll!&amp;quot; another joked.&lt;/p&gt;
-&lt;p&gt;&amp;quot;Your mother's a troll.&amp;quot; Cratch replied. &amp;quot;Now little one, hand over your money or you'll wish I's a troll.&amp;quot;&lt;/p&gt;
-&lt;p&gt;&amp;quot;All right, all right. No need to be hasty. I'm sure you're all upstanding gents and just want to use the money to pay off your debts and buy your mothers veiled carriages. Here, take the money.&amp;quot;&lt;/p&gt;
-&lt;p&gt;Orryn pulled at a pouch on his waist, snapping the straps, and tossed it on the ground in front of Cratch and the others. It fell open and several dozen large gold coins rolled from the sack.&lt;/p&gt;
-&lt;p&gt;The octet dived for the spilled coins and struggled with one another to snatch them up.&lt;/p&gt;
-&lt;p&gt;&amp;quot;Of course, this sum is just a trifle compared to what I keep at home.&amp;quot;&lt;/p&gt;
-&lt;p&gt;The novitiate robbers looked up with various states of doubt, incomprehension, and greed. This had been the plan, but somehow it was far too easy. The smart thing to do would be to grab the gold and flee. But these were not particularly smart men, less so when blinded by the fortunes of gold held in their hands.&lt;/p&gt;
-&lt;p&gt;&amp;quot;Take us there.&amp;quot;&lt;/p&gt;
-&lt;p&gt;&amp;quot;As you wish...&amp;quot; The rest of Orryn's sing-song sentence danced in the wind to distant places and forgotten ages. The eight bullies found their thoughts taken far away as the strange music lifted them up and carried them upon a journey. The true names of places are powerful things, most strange and unpronounceable, most lost to time immortal. But the bard's magic remembered them. His words were not an incantation as much as a call-and-response. His voice echoed through the world, and the world responded.&lt;/p&gt;
-&lt;p&gt;Orryn and the eight were suddenly elsewhere. A very far away elsewhere. Snow billowed through the air and covered the icy ground in heaps.&lt;/p&gt;
-&lt;p&gt;Orryn's captives reeled and screamed in terror.&lt;/p&gt;
-&lt;p&gt;&amp;quot;Where are we?? Curse you wizard!&amp;quot;&lt;/p&gt;
-&lt;p&gt;&amp;quot;Fear not. Everything is under control. We are in the middle of a northern glacier, where a small expedition settlement once existed. I hadn't planned on the blizzard, but I suppose you're familiar with the adage 'we take what we are given.'&amp;quot;&lt;/p&gt;
-&lt;p&gt;Cratch lunged at the diminutive bard, but Orryn was already in the midst of another spell. He spoke words that felt like rushing air and drifted lazily into the sky, just out of reach of the huddled mob. He extended his arms, recited the lightly tingly words that covered his body with bright red faerie fire, and then spoke with a voice that boomed through the icy plain.&lt;/p&gt;
-&lt;p&gt;&amp;quot;Hear me well, I am Orryn Maye Sylvester Miles Felix Hectacre Notin Jiles Bulron Sysil-Sisler Klif-Wistler Anasto'tofande Sonoviches Overton Sennison Johnnyson Raulnor the Third, Bard of Faerun, Walker of Worlds, Smiter of Evildoers and Annoying Backwater Pricks, and I. AM. NOT. A. WIZARD.&amp;quot;&lt;/p&gt;
-&lt;p&gt;The group cowered and shivered before a spectacle of magical prowess unlike any they had ever seen or were ever likely to see again.&lt;/p&gt;
-&lt;p&gt;&amp;quot;And if you would give me back my coin, I would appreciate it.&amp;quot;&lt;/p&gt;
-&lt;p&gt;A few hours later, the eight would-be robbers staggered into a tavern, each holding a single gold piece and a story.&lt;/p&gt;
-&lt;p&gt;None of them would ever rob again.&lt;/p&gt;
-&lt;h1 id="prestidigitation"&gt;Prestidigitation&lt;/h1&gt;
-&lt;h2 id="magic-initiate-feat---wizard---ft.-harvey-hoban-harpell"&gt;Magic Initiate Feat - Wizard - ft. Harvey Hoban Harpell&lt;/h2&gt;
-&lt;p&gt;&amp;quot;Whadd'ya mean cutof?&amp;quot;&lt;/p&gt;
-&lt;p&gt;&amp;quot;I mean, cut off. You, Mr. Harpell, are cut off. No more drinks tonight. Sit, enjoy the fire, rest. Do nothing to rouse the ire of my other patrons. Especially none of that odoriferous weed of yours!&amp;quot;&lt;/p&gt;
-&lt;p&gt;&amp;quot;Whadd'ya mean rows the ira!&amp;quot; Here, turning to a hooded man nursing a half-pint of dark liquor beside him. &amp;quot;Do I rows ya ira?!&amp;quot; The man turned to face him, grim faced, and in a motion dumped the glass' contents over the young man's dirty matted head of hair and set the empty glass upon the counter before the frowning bartender.&lt;/p&gt;
-&lt;p&gt;&amp;quot;That's a waste of good liquor, Malcom.&amp;quot;&lt;/p&gt;
-&lt;p&gt;&amp;quot;Just wanted to give'im one last drink is all. I'll pay.&amp;quot;&lt;/p&gt;
-&lt;p&gt;The bartender sighed and reluctantly poured the man another glass.&lt;/p&gt;
-&lt;p&gt;&amp;quot;How come 'e gets some!?&amp;quot;&lt;/p&gt;
-&lt;p&gt;&amp;quot;Go. Sit... Now.&amp;quot;&lt;/p&gt;
-&lt;p&gt;The dripping cleric, robes which had successfully avoided the downpour now dripping with a darker rain, wobbled over to the fire and landed upon a cushion with some measure of practiced grace, or luck.&lt;/p&gt;
-&lt;p&gt;&amp;quot;Oh, Mal-com gets another drink. Sure.&amp;quot; He looked to give the man an evil-eye but noticed for the first time that he was not alone. &amp;quot;Oh, ladies, my apprologries.&amp;quot; He attempted to stand but finding extracting himself from his seat more difficult than anticipated, simply half-bowed to the pair of dripping maids. Straining for words, he offered, &amp;quot;I see you're wet! I can help you with that!&amp;quot;&lt;/p&gt;
-&lt;p&gt;As he struggled with gaining control of his faculties to remember the blasted name of that cantrip, the sound of broken glass from across the room cut through the lively atmosphere.&lt;/p&gt;
-&lt;p&gt;The Selune's Smile was rather crowded with weary travelers looking for rest or for revel. Twin fireplaces bookended the common area, giving a warm glow to the ancient decor. Gristly trophies bequeathed to the tavern adorned the walls: dragon scales, naga fangs, and owlbear heads among them. A few quiet tapestries hang from the rafters, heralding the ancient Lords of Waterdeep who frequented the tavern in times long since past.&lt;/p&gt;
-&lt;p&gt;It is said that every adventurer of the Sword Coast eventually finds her way to the City of Splendors, but rarely do so many of them come to a particular tavern all at once.&lt;/p&gt;
-&lt;p&gt;Seated across from the most recent blackfish of the Harpell family, sat a pair of ladies wearing drenched leathers and scowls.&lt;/p&gt;
-&lt;p&gt;Harvey seemed not to notice the latter as he inventoried his magical repertoire.&lt;/p&gt;
-&lt;p&gt;&lt;em&gt;Prefeguritat?&lt;/em&gt;&lt;/p&gt;
-&lt;p&gt;&lt;em&gt;Pregnanitato?&lt;/em&gt;&lt;/p&gt;
-&lt;p&gt;&lt;em&gt;Presdogranado?&lt;/em&gt;&lt;/p&gt;
-&lt;p&gt;&lt;em&gt;No. That'd jus worse.&lt;/em&gt;&lt;/p&gt;
-&lt;p&gt;The room grew instantly silent at the spilling glass and subsequent trading of blows.&lt;/p&gt;
-&lt;p&gt;&lt;em&gt;No, youse keep talkin, gotta thing.&lt;/em&gt; he silently berated the floor.&lt;/p&gt;
-&lt;p&gt;&lt;em&gt;Prestangerition?&lt;/em&gt;&lt;/p&gt;
-&lt;p&gt;One of the combatants fell to the floor and then laboriously dragged himself back up and slumped into a nearby chair. Harvey thought he heard one of the two women, the shorter one, say something, &amp;quot;Need some... mumble mumble Moose?&amp;quot;&lt;/p&gt;
-&lt;p&gt;&lt;em&gt;Moose?&lt;/em&gt;&lt;/p&gt;
-&lt;p&gt;&lt;em&gt;His mind joined his liver, slowly churning through the facts of the day.&lt;/em&gt;&lt;/p&gt;
-&lt;p&gt;/Animal. Forest. Green. She's kinda greenish. I wonder if she's from a forest? Ew, she's probaly dirty if she came from a forest. Eh, nothin a little Prestidigitation couldn't fix./&lt;/p&gt;
-&lt;p&gt;&lt;em&gt;...&lt;/em&gt;&lt;/p&gt;
-&lt;p&gt;&amp;quot;Prestidigitation!&amp;quot; He shouted over the now-returned din. Magic leapt from his fingers, but not exactly with the effect he had originally intended. Reminded of the magical pranks from his childhood, his most common retaliatory strike was that of the &amp;quot;foul wind.&amp;quot; This came unbidden to him now, and the magic unleashed the foul smelling breeze from his fingertips.&lt;/p&gt;
-&lt;h1 id="cure-wounds"&gt;Cure Wounds&lt;/h1&gt;
-&lt;h2 id="bard"&gt;Bard&lt;/h2&gt;
-&lt;h2 id="cleric---ft.-harvey-hoban-harpell"&gt;Cleric - ft. Harvey Hoban Harpell&lt;/h2&gt;
-&lt;p&gt;The minor scuffle in the tavern had turned to outright chaos. Harvey struggled to look unassuming beside the fireplace. The two furious women had stomped off for some reason and then suddenly returned, except... one of them had a thick moose pelt thrown up over her arm like a shield and had grappled away a sword from an unfortunate fellow behind her, and...&lt;/p&gt;
-&lt;p&gt;Oh no, now there were three of them. The wet woman, the moose woman, and a new woman... who could probably lift a moose. And despite his best efforts, his &amp;quot;gusts&amp;quot; had spread to even the outer tables. People were taking notice. Through it all, came the deep contralto of what he could only assume was a giantess, standing now, teeth clenched and nearly trembling with rage.&lt;/p&gt;
-&lt;p&gt;&amp;quot;What is the meaning of this?&amp;quot;&lt;/p&gt;
-&lt;p&gt;Even drunk, even stupid, there was no mistaking that tone.&lt;/p&gt;
-&lt;p&gt;Stumbling with words, with mental images, and especially the literal stumbling involved when attempting to slink backwards from fear of a large angry Goliath woman, at first Harvey could do little more than whimper.&lt;/p&gt;
-&lt;p&gt;Stopping just short of the fire, it's tongues licking the edges of his trailing sleeves, he composed himself as well as he could in the face of possible crushing death, closed his eyes, and sputtered &amp;quot;Excuse my casting m'lady. My name is Harvey Hoban Harpell, 'eric'a Eldath. I only meant to help.&amp;quot; Then peeking carefully from one eye he added, &amp;quot;Please don' crush me.&amp;quot;&lt;/p&gt;
-&lt;p&gt;He was inadvertently saved by another man. The drunken merchant lost his footing as he approached the bar for another bottle of stsass and stumbled into the goliath maid's firm buttocks. He might as well have walked into a wall for all the good it did him. Actually, he most certainly would have preferred to walk into a wall, as walls don't seize you by the collar, hoist you over their heads and fling you at their true sources of rage.&lt;/p&gt;
-&lt;p&gt;Layers of fat flapped in the wind, terrified by their unnatural acceleration. Equally terrified, the eye Harvey had dared to open flinched shut. He could hear the sounds of the fireplace mantle above him abruptly stopping the man-boulder's flight. And a moment later he could feel the crushing weight of the man-boulder's fall, the hard coolness of the wooden floor against his face, and the uncomfortable warmth and wetness of a terrified unconscious man letting go after a long night of drinking.&lt;/p&gt;
-&lt;p&gt;In that moment, he felt that the only proper thing to do was to join him.&lt;/p&gt;
-&lt;p&gt;Minutes passed and Harvey was more than satisfied with resting stupidly beneath his boulderous brother, surrounded by the incontinent smells and the tumultuous clatter of battle... wait. Battle?&lt;/p&gt;
-&lt;p&gt;&lt;em&gt;Oh no. What have I done?&lt;/em&gt;&lt;/p&gt;
-&lt;p&gt;Harvey tried to stand, to lift his face from the hard pearwood floorboards, to see what was going on. Red blood splattered down beside his cheek. It was warm and fresh. He managed to lift his shoulders and turn. A bloody maw lolled above him, the jaw obviously broken, tongue bit, nearly severed. Bruising was already beginning to settle in between the voluminous folds of fat around the face and neck -- black and blue and red.&lt;/p&gt;
-&lt;p&gt;Suddenly what was the proper thing moments ago seemed foolish. This whole night seemed foolish. Eldath, what have I done? This man is hurt because of me. I started a brawl. I'm not worthy of serving you.&lt;/p&gt;
-&lt;p&gt;In Harvey's frantic heart, beside the furious pounding and self-pity, came a shiver. It raced along his chest, along his limbs, his spine a roadway, his bumbling extremities the destination. A familiar sense of peace, contentment, and quiet perfection, washed over him like a gentle flowing stream. The sensation reached his head, starting from the base of the skull and rushing forward to envelop him, to hold him, to wrap him tightly in a warm stillness. All was silent.&lt;/p&gt;
-&lt;p&gt;And yet from in that perfect silence, Harvey could almost hear a quiet voice, a whisper of a whisper upon the wind breathe to him.&lt;/p&gt;
-&lt;p&gt;&lt;em&gt;I know...&lt;/em&gt;&lt;/p&gt;
-&lt;p&gt;The silence abated and the bustling lights and sounds of the taverns returned.&lt;/p&gt;
-&lt;p&gt;Thank you, m'Lady. Harvey mouthed deferentially. Then squeezing a hand beneath his torso and the floor and taking up his holy symbol from around his neck, he gently turned his body into a sitting position against the wall, the large man laying across his lap, and allowed the Peace of Eldath to flow through him and into the man.&lt;/p&gt;
-&lt;p&gt;He spoke words, though he knew them not, and the symbol of the rushing waterfall and the still pool gleamed with a quiet silver and blue light. The unconscious man's wounds were bathed in the light, and his clotting blood staunched, his bruises soothed, his avulsed tongue knit together, and jaw gently returned to place. He opened his eyes, wonderstruck, then promptly grimaced at the smell in the air and in his trousers.&lt;/p&gt;
-&lt;p&gt;&amp;quot;Oh, right!&amp;quot; Harvey waved away the effect of the cantrip and helped the man to his feet.&lt;/p&gt;
-&lt;h2 id="druid"&gt;Druid&lt;/h2&gt;
-&lt;h2 id="paladin---ft."&gt;Paladin - ft.&lt;/h2&gt;
-&lt;h2 id="ranger"&gt;Ranger&lt;/h2&gt;
-&lt;h1 id="power-word-kill"&gt;Power Word Kill&lt;/h1&gt;
-&lt;h2 id="wizard"&gt;Wizard&lt;/h2&gt;
-&lt;h2 id="warlock"&gt;Warlock&lt;/h2&gt;
-&lt;h1 id="the-fugue"&gt;The Fugue&lt;/h1&gt;
-&lt;p&gt;The orcs pulled you down.&lt;/p&gt;
-&lt;p&gt;They beat you. You could feel the blood in your mouth, and leaking beneath your skin. You could feel their clubs break you. You felt your spine snap, one, two, three places. Frantic, try to focus on the spells your patron left you. But you know there is nothing there. So you flex the fingers on your right hand, where your brand is--the deep, red burn which you know will never heal. You feel the bitter the connection to Nine Hells, in some ways it feels like a fishing line pulling you back there, and in other it just feels like a part of your body, like a gland. Pulling on the connection feels like crying, but tears of sulfur and of smoke. Soon hot, sticky, bruised-looking energy responds to your call and leaks from the brand like pus. An orc stands over you, a battleaxe held high above his head, and you fling it at him with a roar of defiance. He takes it full in the face and his brain explodes out the back of his head.&lt;/p&gt;
-&lt;p&gt;But he wasn't the only orc, and the hits keep coming, You know that you are going to die.&lt;/p&gt;
-&lt;p&gt;Soon the blows stop hurting. The world stops spinning and everything is very very quiet.&lt;/p&gt;
-&lt;p&gt;...&lt;/p&gt;
-&lt;p&gt;You don't open your eyes. There's no moment of focusing, blurred vision, bright light. You just see. You just are.&lt;/p&gt;
-&lt;p&gt;You're standing on a desolate plain. The sky is a dull shade of dark gray, the same color as the thick dirt which covers the ground like dusty snow. You can see ahead for hundreds of miles, but it doesn't seem to strike you as odd.&lt;/p&gt;
-&lt;p&gt;You aren't alone.&lt;/p&gt;
-&lt;p&gt;Others, mostly humans, but a half-orc here, a half-elf there, move through the dirt, knocking up clouds of dust in their wakes. They move so slowly.&lt;/p&gt;
-&lt;p&gt;You are standing.&lt;/p&gt;
-&lt;p&gt;You look down at your hand, there is no brand. You flex the fingers, but there is no burning sensation. In fact, there's barely any sensation at all. It doesn't seem to strike you as odd.&lt;/p&gt;
-&lt;p&gt;As you turn the hand over to put it back at your side, you notice that where the brand was, on the back is a small red patch of dried ink. Perhaps some rune or letter? It doesn't seem important.&lt;/p&gt;
-&lt;p&gt;You drop the arm to your side, slowly, quietly, and begin to walk.&lt;/p&gt;
-&lt;p&gt;Nearby is a small hill. Several men and women are gathered on it. They seem to be singing.&lt;/p&gt;
-&lt;p&gt;A light opens above them and a creature with wings of fire and a shield emblazoned with the symbol of an upright gauntlet appears. With a circular motion of his arm and a smile, the light becomes a whirlwind and the faithful are lifted up into the shining gateway and disappear in an anti-climactic non-flash of light. For as suddenly as the herald appeared, he is gone and the plain is returned to stoic grayness. You notice that even the hill is gone. But it doesn't seem important.&lt;/p&gt;
-&lt;p&gt;You spot a woman along your path, old, wrinkled, dirty, as grey as the dust and sky. She is sobbing softly, clutching at her knees. She wears the low-cut rags of a Luskan whore. Her eyes grow wide with fear as you approach. But you hear a voice call out &amp;quot;do not be afraid.&amp;quot; Your eyes follow the voice, to a woman standing nearby. She radiates beauty. Calling her beautiful is like calling the sky overcast. It is like calling the air stale or the dirt dirty. She reaches out a hand to the woman, her long red hair flowing in a wind that isn't there. The old woman bounds to her feet. She falls, but stands and tries again, every step growing stronger until she grasps the hand of her goddess and is clothed in the beauty and vitality of her youth. She cries with joy, collapsing into the breast of the goddess, and the pair step through the planes together leaving behind the scent of strawberries and freshly cut grass.&lt;/p&gt;
-&lt;p&gt;The scent dissipates quickly and you continue walking.&lt;/p&gt;
-&lt;p&gt;You see others wandering aimlessly like yourself.&lt;/p&gt;
-&lt;p&gt;You all seem to be walking in the same direction.&lt;/p&gt;
-&lt;p&gt;In the distance is a circle of lights around an impossibly thin silver line disappearing into the sky.&lt;/p&gt;
-&lt;p&gt;Your approach takes many hours, perhaps days or months or years, but eventually the lights become a city. A huge city. The walls rise over a mile high, and moan softly, though you can't tell how or why.&lt;/p&gt;
-&lt;p&gt;From a large gate, hooded figures approach the aimless walkers, including yourself. One stops before you and removes her hood with a look of vague, forced, curiosity. She isn't exactly human, she has scales across her face and bright yellow eyes which are difficult to follow.&lt;/p&gt;
-&lt;p&gt;She speaks, but the words are distant, muffled, &amp;quot;Guarded Faithless or Bargained Soul?&amp;quot;&lt;/p&gt;
-&lt;p&gt;A deep, resonating, but scratchy voice answers from somewhere behind and above you.&lt;/p&gt;
-&lt;p&gt;&amp;quot;The first. Perhaps next time... the second.&amp;quot;&lt;/p&gt;
-&lt;p&gt;After a moment of consideration she nods deferentially, raises her hood, and turns towards the city, ushering you forward.&lt;/p&gt;
-&lt;p&gt;The walls continue to grow as you get closer. They must be ten miles high. This city must house millions. Around you is a crowd, closely packed among each other, though most give you a wide berth. Now devils mingle among the humans, whispering, promising. They lead away many.&lt;/p&gt;
-&lt;p&gt;As you approach the wall, the whimpering grows louder. The wall has faces. Bodies are stuck together with rotting mortar, which dissolves them like a giant stomach.&lt;/p&gt;
-&lt;p&gt;Suddenly jagged rifts open beside and before you, along the wall. Creatures with the faces and tusks of pigs, but the bodies of great apes rush through, crushing or tossing aside both wandering Faithless and cloaked guides.&lt;/p&gt;
-&lt;p&gt;Horns blare clearly through the otherwise muted scene of violence.&lt;/p&gt;
-&lt;p&gt;The guides throw aside their cloaks and brandish sickles and shields. Devils howl war cries and abandon their bargaining to do battle with their hated foes.&lt;/p&gt;
-&lt;p&gt;The demons flow through the rifts in a great horde and begin to tear at the wall, dragging huge chunks back through with them into the Abyss. Some moaning souls cry out as many are ripped asunder, torn from a slow non-existence of centuries to one of instants. The rest disappear into the Abyss, their forms already being twisted into those of the demons that abducted them.&lt;/p&gt;
-&lt;p&gt;A giant six-armed demon with fangs like a viper rushes at you. You raise your hand to call down fire upon it, but you have no power on which to call.&lt;/p&gt;
-&lt;p&gt;A bony whip-like barbed tail shoots out from behind you, striking the creature and sending it writhing to the ground. A massive bone devil steps over you, it's skeletal spider-like limbs moving to propel it impossibly fast through the slow-motion battlefield. It hefts a greatclub that was probably once the femurs of one of those huge pig-ape-devils and smashes the six-armed serpent into a blackish pulp. The blood splashes up into your face, leaving a line of acidic muck running down your nose, between your eyes.&lt;/p&gt;
-&lt;p&gt;Then the fighting stops as suddenly as it started. An angel, clad in flames the color of the sky shuts the portals with a pointed word and outstretched finger and surveys the damage to the wall before flying off towards the great spire of Kelemvor, the god of the dead.&lt;/p&gt;
-&lt;p&gt;The bone devil turns and looks you over. &amp;quot;It is time. The vessel has arrived.&amp;quot; He then leaves you and cuts a thin line in the air with his tail. He steps through it and disappears, leaving behind the familiar scent of sulfur and brimstone. You hear the distant sound of a faint chime. It's probably not important.&lt;/p&gt;
-&lt;p&gt;--&lt;/p&gt;
-&lt;p&gt;You open your eyes. There's a moment of focusing, blurred vision, and bright light. You take a breath and feel the cold morning air fill your lungs. A horned tiefling with a pitch black bell and a scroll is standing over you. Your whole body burns, but especially your hand and a strip running from your forehead down between your eyes.&lt;/p&gt;
-&lt;p&gt;Everything is blurry, especially your memory. Standing around you are your adventuring companions. It feels like you just saw them moments ago? Was there a battle? What's going on? You can't remember anything... it's all just indistinct and gray.&lt;/p&gt;
-&lt;p&gt;Faust and the Fugue Plane -Andrew Murrell&lt;/p&gt;
-</content>
- <rights type="html">&lt;p&gt;The content of this page is Copyright © 2017 &lt;a href="mailto:ImFromNASA@gmail.com"&gt;Andrew Murrell&lt;/a&gt;.&lt;/p&gt;
-&lt;p&gt;This page is licensed under the &lt;a href=""&gt;CC BS-SA-3.0&lt;/a&gt; license.&lt;/p&gt;</rights>
-</entry>
-<entry xmlns="http://www.w3.org/2005/Atom">
<link rel="alternate" type="text/html" href="https://www.andrewdm.me/dnd/psionic-schools.html"/>
<id>https://www.andrewdm.me/dnd/psionic-schools.html</id>
<updated>2017-01-09T18:17:41-05:00</updated>
@@ -2161,2510 +1980,6 @@ He lay upon the ground thinking it maybe better he have died quickly in the tunn
&lt;p&gt;This page is licensed under the &lt;a href=""&gt;CC BS-SA-3.0&lt;/a&gt; license.&lt;/p&gt;</rights>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="https://www.andrewdm.me/dnd/psionist-class.html"/>
- <id>https://www.andrewdm.me/dnd/psionist-class.html</id>
- <updated>2016-07-16T21:01:00-04:00</updated>
- <published>2016-07-16T21:01:00-04:00</published>
- <title>Psionist Class [5e]</title>
- <author><name>Andrew Murrell</name><uri>https://andrewdm.me/</uri><email>ImFromNASA@gmail.com</email></author>
- <category term="ES" label="Essay" /><category term="HB" label="Homebrew" />
- <content type="html">&lt;h1 class=title&gt;Psionist Class [5e]&lt;/h1&gt;
-&lt;div id="table-of-contents"&gt;
-&lt;h2&gt;
-Table of Contents
-&lt;/h2&gt;
-&lt;div id="text-table-of-contents"&gt;
-&lt;ul&gt;
-&lt;li&gt;
-&lt;a href="#sec-1"&gt;1 Introduction to the Psionist Class [5e]&lt;/a&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;a href="#sec-2"&gt;2 The Psionist&lt;/a&gt;
-&lt;ul&gt;
-&lt;li&gt;
-&lt;a href="#sec-2-1"&gt;2.1 Hit Points&lt;/a&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;a href="#sec-2-2"&gt;2.2 Proficiencies&lt;/a&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;a href="#sec-2-3"&gt;2.3 Equipment&lt;/a&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;a href="#sec-2-4"&gt;2.4 Psionist Class Progression Table&lt;/a&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;a href="#sec-2-5"&gt;2.5 Mind Powers&lt;/a&gt;
-&lt;ul&gt;
-&lt;li&gt;
-&lt;a href="#sec-2-5-1"&gt;2.5.1 Psi Points&lt;/a&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;a href="#sec-2-5-2"&gt;2.5.2 Psionic Ability&lt;/a&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;a href="#sec-2-6"&gt;2.6 Thought Sensitivity&lt;/a&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;a href="#sec-2-7"&gt;2.7 Psionic Blast&lt;/a&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;a href="#sec-2-8"&gt;2.8 Spellmind&lt;/a&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;a href="#sec-2-9"&gt;2.9 Psionic Disciplines&lt;/a&gt;
-&lt;ul&gt;
-&lt;li&gt;
-&lt;a href="#sec-2-9-1"&gt;2.9.1 Inquisitor&lt;/a&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;a href="#sec-2-9-2"&gt;2.9.2 Kineticist&lt;/a&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;a href="#sec-2-9-3"&gt;2.9.3 Metapsionist&lt;/a&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;a href="#sec-2-9-4"&gt;2.9.4 Mind Master&lt;/a&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;a href="#sec-2-9-5"&gt;2.9.5 Ascendant&lt;/a&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;a href="#sec-2-10"&gt;2.10 Perfect Mind&lt;/a&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;a href="#sec-3"&gt;3 Mind Powers&lt;/a&gt;
-&lt;ul&gt;
-&lt;li&gt;
-&lt;a href="#sec-3-1"&gt;3.1 Basic Mind Powers (Cantrips)&lt;/a&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;a href="#sec-3-2"&gt;3.2 First Level Mind Powers&lt;/a&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;a href="#sec-3-3"&gt;3.3 Second Level Mind Powers&lt;/a&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;a href="#sec-3-4"&gt;3.4 Third Level Mind Powers&lt;/a&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;a href="#sec-3-5"&gt;3.5 Fourth Level Mind Powers&lt;/a&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;a href="#sec-3-6"&gt;3.6 Fifth Level Mind Powers&lt;/a&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;a href="#sec-3-7"&gt;3.7 Sixth Level Mind Powers&lt;/a&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;a href="#sec-3-8"&gt;3.8 Seventh Level Mind Powers&lt;/a&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;a href="#sec-3-9"&gt;3.9 Eighth Level Mind Powers&lt;/a&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;a href="#sec-3-10"&gt;3.10 Ninth Level Mind Powers&lt;/a&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;a href="#sec-4"&gt;4 Thanks&lt;/a&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-1" class="outline-2"&gt;
-&lt;h2 id="sec-1"&gt;
-&lt;span class="section-number-2"&gt;1&lt;/span&gt; Introduction to the Psionist Class [5e]
-&lt;/h2&gt;
-&lt;div id="text-1" class="outline-text-2"&gt;
-&lt;p&gt;
-Because the power of psionics is vast but strange, over the eons many have learned to harness its power in wildly different ways. From warriors who use it to strengthen their blades to conjurers who pull matter from astral plane, psionic characters have always been the exception to the rule. As such, it is no surprise that it is difficult if not impossible to encompass all possible psionics users in a single class.
-&lt;/p&gt;
-&lt;p&gt;
-That said, a common archetype for a user of psionics is that of the &amp;quot;Mind Mage&amp;quot; or Psionist, a highly skilled and intelligent adept who typically engages in combat by evoking psionic powers in a similar way that a Weave-based spellcaster would.&lt;sup&gt;&lt;a class="footref" name="fnr-.1" href="#fn-.1"&gt;1&lt;/a&gt;&lt;/sup&gt;
-&lt;/p&gt;
-&lt;p&gt;
-The following is a complete 5th edition class with options for creating the most common archetypes of psionic manifesters.&lt;sup&gt;&lt;a class="footref" name="fnr-.2" href="#fn-.2"&gt;2&lt;/a&gt;&lt;/sup&gt;
-&lt;/p&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-2" class="outline-2"&gt;
-&lt;h2 id="sec-2"&gt;
-&lt;span class="section-number-2"&gt;2&lt;/span&gt; The Psionist
-&lt;/h2&gt;
-&lt;div id="text-2" class="outline-text-2"&gt;
-&lt;p&gt;
-A robed man watches the bar from a dark corner, carefully reading minds and waiting for a certain noble to step past the line of treason and arrest him.
-&lt;/p&gt;
-&lt;p&gt;
-An invisible thief moves silently through the night. She approaches a locked and warded gate, looks around for guards, and then phases silently through it and into the estate, floating up to the second story window and continuing inside.
-&lt;/p&gt;
-&lt;p&gt;
-A gnome sits hunched over a block of stone meditating deeply and tracing lines along its surface. Slowly he opens his eyes and marvels as the golem rises to its feet, rubs its chin thoughtfully, and bows before its master.
-&lt;/p&gt;
-&lt;p&gt;
-A blue goblin bends a giant to her will, sending him running into the sea bound for faraway lands.
-&lt;/p&gt;
-&lt;p&gt;
-An old man clad in white robes and an impish smile dismisses an inclement fire ball into the Plane of Fire and escapes into a glimmering portal bound for the outer planes.
-&lt;/p&gt;
-&lt;p&gt;
-Each of these people are Psionists, a diverse class of psionic manifesters, who use their minds to interact with the world around them. Some are born with the abilities, some are awakened by strange alien forces, and some come to Psionic power after years of exhaustive meditation and training. Regardless of how they came into their powers, Psionists are generally intelligent and motivated individuals whose strange abilities invariably set them upon roads bound for adventure.
-&lt;/p&gt;
-&lt;p&gt;
-As a Psionist, you gain the following class features.
-&lt;/p&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-2-1" class="outline-3"&gt;
-&lt;h3 id="sec-2-1"&gt;
-&lt;span class="section-number-3"&gt;2.1&lt;/span&gt; Hit Points
-&lt;/h3&gt;
-&lt;div id="text-2-1" class="outline-text-3"&gt;
-&lt;ul&gt;
-&lt;li&gt;
-&lt;b&gt;Hit Dice&lt;/b&gt;: 1d6 per psionist level
-&lt;/li&gt;
-&lt;li&gt;
-&lt;b&gt;Hit Points at 1st Level&lt;/b&gt;: 6 + your Constitution modifier
-&lt;/li&gt;
-&lt;li&gt;
-&lt;b&gt;Hit Points at Higher Levels&lt;/b&gt;: 1d6 (or 4) + your Constitution modifier per psionist level after 1st
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-2-2" class="outline-3"&gt;
-&lt;h3 id="sec-2-2"&gt;
-&lt;span class="section-number-3"&gt;2.2&lt;/span&gt; Proficiencies
-&lt;/h3&gt;
-&lt;div id="text-2-2" class="outline-text-3"&gt;
-&lt;ul&gt;
-&lt;li&gt;
-&lt;b&gt;Armor&lt;/b&gt;: Light armor
-&lt;/li&gt;
-&lt;li&gt;
-&lt;b&gt;Weapons&lt;/b&gt;: Simple Weapons
-&lt;/li&gt;
-&lt;li&gt;
-&lt;b&gt;Tools&lt;/b&gt;: None
-&lt;/li&gt;
-&lt;li&gt;
-&lt;b&gt;Saving Throws&lt;/b&gt;: Intelligence
-&lt;/li&gt;
-&lt;li&gt;
-&lt;b&gt;Skills&lt;/b&gt;: Choose two skills from Arcana, History, Insight, Investigation, Medicine, Perception, or Religion
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-2-3" class="outline-3"&gt;
-&lt;h3 id="sec-2-3"&gt;
-&lt;span class="section-number-3"&gt;2.3&lt;/span&gt; Equipment
-&lt;/h3&gt;
-&lt;div id="text-2-3" class="outline-text-3"&gt;
-&lt;p&gt;
-You start with the following equipment, in addition to the equipment granted by your background:
-&lt;/p&gt;
-&lt;ul&gt;
-&lt;li&gt;
-&lt;ol type="a"&gt;
-&lt;li&gt;a spear or (b) a mace&lt;/li&gt;
-&lt;/ol&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;ol type="a"&gt;
-&lt;li&gt;leather armor&lt;/li&gt;
-&lt;/ol&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;ol type="a"&gt;
-&lt;li&gt;light crossbow and 20 bolts or (b) any simple weapon&lt;/li&gt;
-&lt;/ol&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;ol type="a"&gt;
-&lt;li&gt;a scholar's pack or (b) an explorer's pack&lt;/li&gt;
-&lt;/ol&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-2-4" class="outline-3"&gt;
-&lt;h3 id="sec-2-4"&gt;
-&lt;span class="section-number-3"&gt;2.4&lt;/span&gt; Psionist Class Progression Table
-&lt;/h3&gt;
-&lt;div class="outline-text-3" id="text-2-4"&gt;
-&lt;table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"&gt;
-&lt;colgroup&gt;
-&lt;col class="right" /&gt;
-&lt;col class="right" /&gt;
-&lt;col class="left" /&gt;
-&lt;col class="right" /&gt;
-&lt;col class="left" /&gt;
-&lt;col class="right" /&gt;
-&lt;col class="right" /&gt;
-&lt;/colgroup&gt;
-&lt;thead&gt;
-&lt;tr&gt;
-&lt;th scope="col" class="right"&gt;
-&lt;/th&gt;
-&lt;th scope="col" class="right"&gt;
-Prof.
-&lt;/th&gt;
-&lt;th scope="col" class="left"&gt;
-&lt;/th&gt;
-&lt;th scope="col" class="right"&gt;
-&lt;/th&gt;
-&lt;th scope="col" class="left"&gt;
-Max
-&lt;/th&gt;
-&lt;th scope="col" class="right"&gt;
-&lt;/th&gt;
-&lt;th scope="col" class="right"&gt;
-&lt;/th&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;th scope="col" class="right"&gt;
-Level
-&lt;/th&gt;
-&lt;th scope="col" class="right"&gt;
-Bonus
-&lt;/th&gt;
-&lt;th scope="col" class="left"&gt;
-Features
-&lt;/th&gt;
-&lt;th scope="col" class="right"&gt;
-Psi
-&lt;/th&gt;
-&lt;th scope="col" class="left"&gt;
-Power
-&lt;/th&gt;
-&lt;th scope="col" class="right"&gt;
-Cantrips
-&lt;/th&gt;
-&lt;th scope="col" class="right"&gt;
-Powers
-&lt;/th&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;th scope="col" class="right"&gt;
-&lt;/th&gt;
-&lt;th scope="col" class="right"&gt;
-&lt;/th&gt;
-&lt;th scope="col" class="left"&gt;
-&lt;/th&gt;
-&lt;th scope="col" class="right"&gt;
-Points
-&lt;/th&gt;
-&lt;th scope="col" class="left"&gt;
-Level
-&lt;/th&gt;
-&lt;th scope="col" class="right"&gt;
-Known
-&lt;/th&gt;
-&lt;th scope="col" class="right"&gt;
-Known
-&lt;/th&gt;
-&lt;/tr&gt;
-&lt;/thead&gt;
-&lt;tbody&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-1
-&lt;/td&gt;
-&lt;td class="right"&gt;
-+2
-&lt;/td&gt;
-&lt;td class="left"&gt;
-&lt;a href="#sec-2-5"&gt;Mind Powers&lt;/a&gt;, &lt;a href="#sec-2-6"&gt;Thought Sensitivity&lt;/a&gt;
-&lt;/td&gt;
-&lt;td class="right"&gt;
-4
-&lt;/td&gt;
-&lt;td class="left"&gt;
-1st
-&lt;/td&gt;
-&lt;td class="right"&gt;
-3
-&lt;/td&gt;
-&lt;td class="right"&gt;
-2
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-2
-&lt;/td&gt;
-&lt;td class="right"&gt;
-+2
-&lt;/td&gt;
-&lt;td class="left"&gt;
-&lt;a href="#sec-2-7"&gt;Psionic Blast&lt;/a&gt;, &lt;a href="#sec-2-8"&gt;Spellmind&lt;/a&gt; 1
-&lt;/td&gt;
-&lt;td class="right"&gt;
-6
-&lt;/td&gt;
-&lt;td class="left"&gt;
-1st
-&lt;/td&gt;
-&lt;td class="right"&gt;
-3
-&lt;/td&gt;
-&lt;td class="right"&gt;
-3
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-3
-&lt;/td&gt;
-&lt;td class="right"&gt;
-+2
-&lt;/td&gt;
-&lt;td class="left"&gt;
-Psionic Discipline Feature (1)
-&lt;/td&gt;
-&lt;td class="right"&gt;
-14
-&lt;/td&gt;
-&lt;td class="left"&gt;
-2nd
-&lt;/td&gt;
-&lt;td class="right"&gt;
-3
-&lt;/td&gt;
-&lt;td class="right"&gt;
-4
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-4
-&lt;/td&gt;
-&lt;td class="right"&gt;
-+3
-&lt;/td&gt;
-&lt;td class="left"&gt;
-Ability Score Improvement
-&lt;/td&gt;
-&lt;td class="right"&gt;
-17
-&lt;/td&gt;
-&lt;td class="left"&gt;
-2nd
-&lt;/td&gt;
-&lt;td class="right"&gt;
-3
-&lt;/td&gt;
-&lt;td class="right"&gt;
-4
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-5
-&lt;/td&gt;
-&lt;td class="right"&gt;
-+3
-&lt;/td&gt;
-&lt;td class="left"&gt;
-&lt;a href="#sec-2-8"&gt;Spellmind&lt;/a&gt; 2
-&lt;/td&gt;
-&lt;td class="right"&gt;
-27
-&lt;/td&gt;
-&lt;td class="left"&gt;
-3rd
-&lt;/td&gt;
-&lt;td class="right"&gt;
-4
-&lt;/td&gt;
-&lt;td class="right"&gt;
-5
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-6
-&lt;/td&gt;
-&lt;td class="right"&gt;
-+3
-&lt;/td&gt;
-&lt;td class="left"&gt;
-Psionic Discipline Feature (2)
-&lt;/td&gt;
-&lt;td class="right"&gt;
-32
-&lt;/td&gt;
-&lt;td class="left"&gt;
-3rd
-&lt;/td&gt;
-&lt;td class="right"&gt;
-4
-&lt;/td&gt;
-&lt;td class="right"&gt;
-6
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-7
-&lt;/td&gt;
-&lt;td class="right"&gt;
-+3
-&lt;/td&gt;
-&lt;td class="left"&gt;
--
-&lt;/td&gt;
-&lt;td class="right"&gt;
-38
-&lt;/td&gt;
-&lt;td class="left"&gt;
-4th
-&lt;/td&gt;
-&lt;td class="right"&gt;
-4
-&lt;/td&gt;
-&lt;td class="right"&gt;
-7
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-8
-&lt;/td&gt;
-&lt;td class="right"&gt;
-+3
-&lt;/td&gt;
-&lt;td class="left"&gt;
-Ability Score Improvement
-&lt;/td&gt;
-&lt;td class="right"&gt;
-44
-&lt;/td&gt;
-&lt;td class="left"&gt;
-4th
-&lt;/td&gt;
-&lt;td class="right"&gt;
-4
-&lt;/td&gt;
-&lt;td class="right"&gt;
-7
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-9
-&lt;/td&gt;
-&lt;td class="right"&gt;
-+4
-&lt;/td&gt;
-&lt;td class="left"&gt;
-&lt;a href="#sec-2-8"&gt;Spellmind&lt;/a&gt; 3
-&lt;/td&gt;
-&lt;td class="right"&gt;
-57
-&lt;/td&gt;
-&lt;td class="left"&gt;
-5th
-&lt;/td&gt;
-&lt;td class="right"&gt;
-4
-&lt;/td&gt;
-&lt;td class="right"&gt;
-8
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-10
-&lt;/td&gt;
-&lt;td class="right"&gt;
-+4
-&lt;/td&gt;
-&lt;td class="left"&gt;
-Psionic Discipline Feature (3)
-&lt;/td&gt;
-&lt;td class="right"&gt;
-64
-&lt;/td&gt;
-&lt;td class="left"&gt;
-5th
-&lt;/td&gt;
-&lt;td class="right"&gt;
-5
-&lt;/td&gt;
-&lt;td class="right"&gt;
-9
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-11
-&lt;/td&gt;
-&lt;td class="right"&gt;
-+4
-&lt;/td&gt;
-&lt;td class="left"&gt;
--
-&lt;/td&gt;
-&lt;td class="right"&gt;
-73
-&lt;/td&gt;
-&lt;td class="left"&gt;
-6th
-&lt;/td&gt;
-&lt;td class="right"&gt;
-5
-&lt;/td&gt;
-&lt;td class="right"&gt;
-10
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-12
-&lt;/td&gt;
-&lt;td class="right"&gt;
-+5
-&lt;/td&gt;
-&lt;td class="left"&gt;
-Ability Score Improvement
-&lt;/td&gt;
-&lt;td class="right"&gt;
-73
-&lt;/td&gt;
-&lt;td class="left"&gt;
-6th
-&lt;/td&gt;
-&lt;td class="right"&gt;
-5
-&lt;/td&gt;
-&lt;td class="right"&gt;
-10
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-13
-&lt;/td&gt;
-&lt;td class="right"&gt;
-+5
-&lt;/td&gt;
-&lt;td class="left"&gt;
-&lt;a href="#sec-2-8"&gt;Spellmind&lt;/a&gt; 4
-&lt;/td&gt;
-&lt;td class="right"&gt;
-83
-&lt;/td&gt;
-&lt;td class="left"&gt;
-7th
-&lt;/td&gt;
-&lt;td class="right"&gt;
-5
-&lt;/td&gt;
-&lt;td class="right"&gt;
-11
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-14
-&lt;/td&gt;
-&lt;td class="right"&gt;
-+5
-&lt;/td&gt;
-&lt;td class="left"&gt;
-Psionic Discipline Feature (4)
-&lt;/td&gt;
-&lt;td class="right"&gt;
-83
-&lt;/td&gt;
-&lt;td class="left"&gt;
-7th
-&lt;/td&gt;
-&lt;td class="right"&gt;
-5
-&lt;/td&gt;
-&lt;td class="right"&gt;
-12
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-15
-&lt;/td&gt;
-&lt;td class="right"&gt;
-+5
-&lt;/td&gt;
-&lt;td class="left"&gt;
--
-&lt;/td&gt;
-&lt;td class="right"&gt;
-94
-&lt;/td&gt;
-&lt;td class="left"&gt;
-8th
-&lt;/td&gt;
-&lt;td class="right"&gt;
-5
-&lt;/td&gt;
-&lt;td class="right"&gt;
-13
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-16
-&lt;/td&gt;
-&lt;td class="right"&gt;
-+5
-&lt;/td&gt;
-&lt;td class="left"&gt;
-Ability Score Improvement
-&lt;/td&gt;
-&lt;td class="right"&gt;
-94
-&lt;/td&gt;
-&lt;td class="left"&gt;
-8th
-&lt;/td&gt;
-&lt;td class="right"&gt;
-5
-&lt;/td&gt;
-&lt;td class="right"&gt;
-13
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-17
-&lt;/td&gt;
-&lt;td class="right"&gt;
-+6
-&lt;/td&gt;
-&lt;td class="left"&gt;
-&lt;a href="#sec-2-8"&gt;Spellmind&lt;/a&gt; 5
-&lt;/td&gt;
-&lt;td class="right"&gt;
-107
-&lt;/td&gt;
-&lt;td class="left"&gt;
-9th
-&lt;/td&gt;
-&lt;td class="right"&gt;
-5
-&lt;/td&gt;
-&lt;td class="right"&gt;
-14
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-18
-&lt;/td&gt;
-&lt;td class="right"&gt;
-+6
-&lt;/td&gt;
-&lt;td class="left"&gt;
-Psionic Discipline Feature (5)
-&lt;/td&gt;
-&lt;td class="right"&gt;
-114
-&lt;/td&gt;
-&lt;td class="left"&gt;
-9th
-&lt;/td&gt;
-&lt;td class="right"&gt;
-5
-&lt;/td&gt;
-&lt;td class="right"&gt;
-15
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-19
-&lt;/td&gt;
-&lt;td class="right"&gt;
-+6
-&lt;/td&gt;
-&lt;td class="left"&gt;
-Ability Score Improvement
-&lt;/td&gt;
-&lt;td class="right"&gt;
-123
-&lt;/td&gt;
-&lt;td class="left"&gt;
-9th
-&lt;/td&gt;
-&lt;td class="right"&gt;
-5
-&lt;/td&gt;
-&lt;td class="right"&gt;
-16
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-20
-&lt;/td&gt;
-&lt;td class="right"&gt;
-+6
-&lt;/td&gt;
-&lt;td class="left"&gt;
-&lt;a href="#sec-2-10"&gt;Perfect Mind&lt;/a&gt;
-&lt;/td&gt;
-&lt;td class="right"&gt;
-133
-&lt;/td&gt;
-&lt;td class="left"&gt;
-9th
-&lt;/td&gt;
-&lt;td class="right"&gt;
-5
-&lt;/td&gt;
-&lt;td class="right"&gt;
-17
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;/tbody&gt;
-&lt;/table&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-2-5" class="outline-3"&gt;
-&lt;h3 id="sec-2-5"&gt;
-&lt;span class="section-number-3"&gt;2.5&lt;/span&gt; Mind Powers
-&lt;/h3&gt;
-&lt;div id="text-2-5" class="outline-text-3"&gt;
-&lt;p&gt;
-All Psionic abilities except those that cast spells are mind powers. Intelligence is your psionic ability for your mind powers. Your intellect determines the strength of the psionic effects you manifest. In addition, you use your Intelligence modifier when setting the saving throw DC for a mind power or when making an attack roll with one. Manifesting mind powers does not require verbal, somatic, or material components unless those components have an explicit cost associated with them or are consumed.
-&lt;/p&gt;
-&lt;ul&gt;
-&lt;li&gt;
-Psionic Powers of sixth level and higher take a drastic mental toll when manifested. You may only manifest one sixth, one seventh, one eighth, and one ninth level power per day.
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-2-5-1" class="outline-4"&gt;
-&lt;h4 id="sec-2-5-1"&gt;
-&lt;span class="section-number-4"&gt;2.5.1&lt;/span&gt; Psi Points
-&lt;/h4&gt;
-&lt;div class="outline-text-4" id="text-2-5-1"&gt;
-&lt;p&gt;
-Psi points represent a Psionist's pool of mental energy. It expands as she gains levels in the Psionist class and becomes more powerful. When manifesting powers, she uses a number of psi points according to the table below.
-&lt;/p&gt;
-&lt;table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"&gt;
-&lt;colgroup&gt;
-&lt;col class="right" /&gt;
-&lt;col class="right" /&gt;
-&lt;/colgroup&gt;
-&lt;thead&gt;
-&lt;tr&gt;
-&lt;th scope="col" class="right"&gt;
-Power Level
-&lt;/th&gt;
-&lt;th scope="col" class="right"&gt;
-Point Cost
-&lt;/th&gt;
-&lt;/tr&gt;
-&lt;/thead&gt;
-&lt;tbody&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-1
-&lt;/td&gt;
-&lt;td class="right"&gt;
-2
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-2
-&lt;/td&gt;
-&lt;td class="right"&gt;
-3
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-3
-&lt;/td&gt;
-&lt;td class="right"&gt;
-5
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-4
-&lt;/td&gt;
-&lt;td class="right"&gt;
-6
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-5
-&lt;/td&gt;
-&lt;td class="right"&gt;
-7
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-6
-&lt;/td&gt;
-&lt;td class="right"&gt;
-9
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-7
-&lt;/td&gt;
-&lt;td class="right"&gt;
-10
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-8
-&lt;/td&gt;
-&lt;td class="right"&gt;
-11
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="right"&gt;
-9
-&lt;/td&gt;
-&lt;td class="right"&gt;
-13
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;/tbody&gt;
-&lt;/table&gt;
-&lt;p&gt;
-All spent psi points are recovered after a long rest.
-&lt;/p&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-2-5-2" class="outline-4"&gt;
-&lt;h4 id="sec-2-5-2"&gt;
-&lt;span class="section-number-4"&gt;2.5.2&lt;/span&gt; Psionic Ability
-&lt;/h4&gt;
-&lt;div id="text-2-5-2" class="outline-text-4"&gt;
-&lt;p&gt;
-&lt;b&gt;Mind Powers Save DC&lt;/b&gt; = 8 + your proficiency bonus + your Intelligence modifier
-&lt;/p&gt;
-&lt;p&gt;
-&lt;b&gt;Mind Power Attack Modifier&lt;/b&gt; = your proficiency bonus + your Intelligence modifier
-&lt;/p&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-2-6" class="outline-3"&gt;
-&lt;h3 id="sec-2-6"&gt;
-&lt;span class="section-number-3"&gt;2.6&lt;/span&gt; Thought Sensitivity
-&lt;/h3&gt;
-&lt;div id="text-2-6" class="outline-text-3"&gt;
-&lt;p&gt;
-As a Psionist, you are attuned to the thoughts and feelings of others, as well as the concentration of psionic energy in an area.
-&lt;/p&gt;
-&lt;ul&gt;
-&lt;li&gt;
-You have disadvantage on Concentration checks and Intelligence saving throws if the number of thinking creatures within 10 feet of you is greater than or equal to three times your Psionist level.
-&lt;/li&gt;
-&lt;li&gt;
-It is more difficult for a group of people to surprise you. If you enter an area with a group of five or more hidden creatures, you feel their presence and cannot be surprised by them. You can not determine their location relative to you or where they are hiding.
-&lt;/li&gt;
-&lt;li&gt;
-Also, as an action you can examine an object or creature within 10 feet of you to psionically determine whether or not it has a mind. You cannot determine this if it is shielded or immune to having its mind read.
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-2-7" class="outline-3"&gt;
-&lt;h3 id="sec-2-7"&gt;
-&lt;span class="section-number-3"&gt;2.7&lt;/span&gt; Psionic Blast
-&lt;/h3&gt;
-&lt;div id="text-2-7" class="outline-text-3"&gt;
-&lt;p&gt;
-As an action, you may attempt to use your mastery of psionics to deal psychic damage to a living target you can see within 60 feet of you.
-&lt;/p&gt;
-&lt;p&gt;
-If you do so, your target must make an Intelligence saving throw or take psychic damage as determined by the Psionic Blast column of the Psionist table. In addition, if your target rolls less than your Mind Power Attack Modifier on this saving throw they are stunned until your next round.
-&lt;/p&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-2-8" class="outline-3"&gt;
-&lt;h3 id="sec-2-8"&gt;
-&lt;span class="section-number-3"&gt;2.8&lt;/span&gt; Spellmind
-&lt;/h3&gt;
-&lt;div id="text-2-8" class="outline-text-3"&gt;
-&lt;p&gt;
-By interacting with magic in the world, and the knowledge of those who manipulate it, you learn to alter your state of mind to allow yourself to cast spells through the Weave.
-&lt;/p&gt;
-&lt;p&gt;
-Whenever earn a rank of Spellmind (levels 2, 5, 10, 14, and 17) you may choose a spell from another class' spell list of a level equal to the number of times you have this feature (for example, at level 10 you choose a third level spell in addition to the first and second level spells you have already chosen). Once per long rest, you may cast this spell as if you were of the appropriate spellcasting class except that it does not require vocal or somatic components (material components are still required unless using an appropriate focus. Material components requiring a cost are always required) and it uses your Mind Power Save DC and Intelligence modifier for determining saving throws or spell attack rolls. Casting spells with the feature uses the Weave and can be countered or dispelled. Each time you level up, you may choose to replace a spell you learned with Spellmind with another spell of the same level (it doesn't have to be from the same class spell list).
-&lt;/p&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-2-9" class="outline-3"&gt;
-&lt;h3 id="sec-2-9"&gt;
-&lt;span class="section-number-3"&gt;2.9&lt;/span&gt; Psionic Disciplines
-&lt;/h3&gt;
-&lt;div id="text-2-9" class="outline-text-3"&gt;
-&lt;p&gt;
-Psionic Disciplines represent the ways in which Psionists interact with the Psionic Field and manifest their powers. You select a discipline at 3rd level and it grants sequential access tiers of abilities at 3rd, 6th, 9th, 14th, and 18th levels.
-&lt;/p&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-2-9-1" class="outline-4"&gt;
-&lt;h4 id="sec-2-9-1"&gt;
-&lt;span class="section-number-4"&gt;2.9.1&lt;/span&gt; Inquisitor
-&lt;/h4&gt;
-&lt;div id="text-2-9-1" class="outline-text-4"&gt;
-&lt;p&gt;
-Inquisitors read thoughts and auras, learn skills, and draw power from the minds of others. A master Inquisitor in a crowd of people is capable of spectacular feats of power, will, and skill.
-&lt;/p&gt;
-&lt;p&gt;
-At 3rd level when taking the Inquisitor Discipline, you gain access to all abilities under the Detective Tier. You likewise gain abilities in Melder, Mimic, Tactician, and Imperator Tiers upon reaching 6th, 10th, 14th, and 18th levels respectively.
-&lt;/p&gt;
-&lt;p&gt;
-&lt;b&gt;Bonus Proficiencies&lt;/b&gt;: Insight, Investigation, double your proficiency bonus for Intelligence saving throws.
-&lt;/p&gt;
-&lt;ul&gt;
-&lt;li id="sec-2-9-1-1"&gt;
-&lt;b&gt;Detective&lt;/b&gt;&lt;br/&gt;
-&lt;p&gt;
-&lt;b&gt;Improved Thought Sensitivity&lt;/b&gt;: You no longer are disadvantaged by swarming crowds of people, in fact, you have grown to excel in such areas of high density Psionic Field. The first part of your Thought Sensitivity ability now reads &amp;quot;You have advantage on concentration checks and intelligence saving throws while within 10 feet of 2 or more thinking creatures.&amp;quot;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;b&gt;Detect Strike&lt;/b&gt;: You sense when an opponent decides to strike you and can mentally prepare yourself. When you are attacked by a creature you can see, you may use your reaction to get a +2 bonus to armor class against that creature until your next turn. At 14th level, this increases to a +4 bonus.
-&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;ul&gt;
-&lt;li id="sec-2-9-1-2"&gt;
-&lt;b&gt;Melder&lt;/b&gt;&lt;br/&gt;
-&lt;p&gt;
-&lt;b&gt;Mind Meld&lt;/b&gt;: As an action, you may touch a creature with an Intelligence of 5 or greater and attempt to meld your consciousnesses together. Doing so can be dangerous. If you attempt to meld with an unwilling creature, it makes a Wisdom saving throw to block the mental intrusion, otherwise a link is established. While the link is active, thoughts, emotions, and memories are shared freely between yourself and the creature. During a mind meld, since your minds are linked, it is more difficult to lie or to hide information. To do so requires a Concentration (Intelligence) contest for each lie or omission. Either party may attempt to leave the mind meld by repeating the wisdom saving throw (if you attempt to leave, you must also make a wisdom saving throw against your Mind Power save DC). If the link is broken in this way, or in any other way (such as the death of one of its participants or being physically torn from touching one another) before both parties explicitly agree to do so, both parties take 10d6 psychic damage. You may only use this feature once per long rest.
-&lt;/p&gt;
-&lt;p&gt;
-&lt;b&gt;Touch of Tongues&lt;/b&gt;: If a creature speaks at least one language, as an action you may concentrate to translate their intentions, though not their exact wording, into a language you know. This uses your concentration for manifesting mind powers or casting spells and the effect ends when you cease concentrating on it.
-&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;ul&gt;
-&lt;li id="sec-2-9-1-3"&gt;
-&lt;b&gt;Mimic&lt;/b&gt;&lt;br/&gt;
-&lt;p&gt;
-&lt;b&gt;Mimic Skill&lt;/b&gt;: You tap into the minds of those around you to temporarily learn skills and proficiencies. You may target a creature within 30 feet of you. An unwilling creature makes an wisdom saving throw or is affected. You may learn a skill, armor, weapon, or tool proficiency from the targeted creature for 1 hour. Additionally, you may use this feature during a Mind Meld. When doing so, you retain the proficiency for up to one week. You may use this feature once per short rest.
-&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;ul&gt;
-&lt;li id="sec-2-9-1-4"&gt;
-&lt;b&gt;Tactician&lt;/b&gt;&lt;br/&gt;
-&lt;p&gt;
-&lt;b&gt;Tactician&lt;/b&gt;: You learn to relay sensory information and plans to and from those around you. When determining if you can see a creature or object, whether for a spell, mind power, or other ability, or otherwise, you may use the senses of any creatures within 60 feet of you instead of your own. You may extend this ability to willing creatures in range by expending a psi point for each creature you target. In addition, you may freely exchange thoughts or images with any creatures to which you have extended this ability for the duration. The shared effect ends if you are incapacitated or after one hour.
-&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;ul&gt;
-&lt;li id="sec-2-9-1-5"&gt;
-&lt;b&gt;Imperator&lt;/b&gt;&lt;br/&gt;
-&lt;p&gt;
-&lt;b&gt;One With All&lt;/b&gt;: You thrive in areas of high density psionic energy. Once per long rest, if you are within 60 feet of 20 or more people you gain proficiency in all skills, languages, and saving throws, automatically succeed concentration checks, and any psionic abilities that you manifest or spells you cast are considered to be manifested or cast from one level higher. This effect lasts a number of minutes equal to the number of people within 60 feet of you when you manifest it (maximum 1 hour).
-&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-2-9-2" class="outline-4"&gt;
-&lt;h4 id="sec-2-9-2"&gt;
-&lt;span class="section-number-4"&gt;2.9.2&lt;/span&gt; Kineticist
-&lt;/h4&gt;
-&lt;div id="text-2-9-2" class="outline-text-4"&gt;
-&lt;p&gt;
-Kineticists alter the physical world by extending the conception of self to encompass their surroundings. A master Kineticist can lift a weapon without touching it and walk up the side of a building by simply willing it so.
-&lt;/p&gt;
-&lt;p&gt;
-At 3rd level when taking the Kineticist Discipline, you gain access to all abilities under the Enhanced Self Tier. You likewise gain abilities in Extended Self, Kineticist, Master Kineticist, and Kinetic Avatar Tiers upon reaching 6th, 10th, 14th, and 18th levels respectively.
-&lt;/p&gt;
-&lt;p&gt;
-&lt;b&gt;Bonus Proficiencies&lt;/b&gt;: Acrobatics, Dexterity saving throws.
-&lt;/p&gt;
-&lt;ul&gt;
-&lt;li id="sec-2-9-2-1"&gt;
-&lt;b&gt;Enhanced Self&lt;/b&gt;&lt;br/&gt;
-&lt;p&gt;
-&lt;b&gt;Wall Walk&lt;/b&gt;: You may travel up vertical surfaces as if they were difficult terrain.
-&lt;/p&gt;
-&lt;p&gt;
-&lt;b&gt;Force Repulsion&lt;/b&gt;: As an action you may have target creature within 60 feet of you makes a Strength saving throw. If it fails, it is pushed up to 30 feet away from you and requires spending twice its movement to approach you until your next turn.
-&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;ul&gt;
-&lt;li id="sec-2-9-2-2"&gt;
-&lt;b&gt;Extended Self&lt;/b&gt;&lt;br/&gt;
-&lt;p&gt;
-&lt;b&gt;Kinematics&lt;/b&gt;: You learn the Minor Kinematics Cantrip with the slight differences noted below. It does not count against the number of Cantrips known. The number of objects or creatures that can be levitated is doubled. The maximum weight of an object or creature that can be levitated is doubled. When lifting objects with the Minor Kinematics psionic cantrip, you may attempt to attack a creature in range that you can see with those objects. An attack can be made as either an action or a bonus action or both using your Int modifier + your proficiency bonus to hit. You are considered proficient with these attacks and their damage is determined by the statistics of the objects being levitated (e.g. a longsword would deal 1d8 + your Intelligence modifier slashing damage and a levitated boot would deal 1 + Intelligence). Floating objects can be attacked or pulled downwards, which causes the cantrip's effect holding them aloft to fail. If you attempt to make a ranged attack with a floating object, it must have the loading property and be loaded and such an attack may not be performed as a bonus action. You cannot load a weapon or activate a magic item using the Minor Kinematics cantrip.
-&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;ul&gt;
-&lt;li id="sec-2-9-2-3"&gt;
-&lt;b&gt;Kineticist&lt;/b&gt;&lt;br/&gt;
-&lt;p&gt;
-&lt;b&gt;Improved Levitation&lt;/b&gt;: You may manifest the second level psionic power Levitation at will without expending psi points.
-&lt;/p&gt;
-&lt;p&gt;
-&lt;b&gt;Psychoportation&lt;/b&gt;: Your movement speed is doubled.
-&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;ul&gt;
-&lt;li id="sec-2-9-2-4"&gt;
-&lt;b&gt;Master Kineticist&lt;/b&gt;&lt;br/&gt;
-&lt;p&gt;
-&lt;b&gt;Phasing&lt;/b&gt;: Once per short rest, as an action on your turn, you may spend a psi point to become intangible until your next turn. You may pass through solid objects and are invulnerable to nonmagical bludgeoning, slashing, and piercing damage, but not structures, boundaries, or weapons created by magical force. Your gear may become intangible with you. On subsequent turns, you may spend a psi point at the beginning of your turn to remain intangible. If you start your turn inside an object and cannot spend a psi point to remain intangible, you are merged bodily with that object. If your body cannot continue to function or your brain is destroyed, you die.
-&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;ul&gt;
-&lt;li id="sec-2-9-2-5"&gt;
-&lt;b&gt;Kinetic Avatar&lt;/b&gt;&lt;br/&gt;
-&lt;p&gt;
-&lt;b&gt;Kinetic Avatar&lt;/b&gt;: You extend your sense of self into the world around you, animating and controlling objects and structures in your vicinity, then pulling them around you in a swirling cocoon of armor. The effect lasts for 1 minute.
-&lt;/p&gt;
-&lt;ul&gt;
-&lt;li&gt;
-You gain a flying speed equal to your normal speed for the duration.
-&lt;/li&gt;
-&lt;li&gt;
-Your armor class increases by 10 for the duration, though this bonus decays as parts of your Avatar armor are destroyed.
-&lt;/li&gt;
-&lt;li&gt;
-You gain a number of temporary hit points equal to your Psionist level for the duration. Whenever you take damage your bonus armor class decreases by 1 as part of the armor is sheared away.
-&lt;/li&gt;
-&lt;li&gt;
-At any point you may shed 5 points of bonus AC to manifest the 5th level psionic power Animate Objects without spending psi points. The animated objects can fly.
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-2-9-3" class="outline-4"&gt;
-&lt;h4 id="sec-2-9-3"&gt;
-&lt;span class="section-number-4"&gt;2.9.3&lt;/span&gt; Metapsionist
-&lt;/h4&gt;
-&lt;div id="text-2-9-3" class="outline-text-4"&gt;
-&lt;p&gt;
-Metapsionists can alter minds and bodies to concentrate or disperse psionic energy and effects. A master Metapsionist can shapeshift, grant spellcasting and psionics, and disrupt the spellcasting and psionics of others.
-&lt;/p&gt;
-&lt;p&gt;
-At 3rd level when taking the Metapsionist Discipline, you gain access to all abilities under the Awakened Tier. You likewise gain abilities in Empowered, Metapsionist, Living Mind, and Psionic Soul Tiers upon reaching 6th, 10th, 14th, and 18th levels respectively.
-&lt;/p&gt;
-&lt;p&gt;
-&lt;b&gt;Bonus Proficiencies&lt;/b&gt;: Medicine, Constitution saving throws.
-&lt;/p&gt;
-&lt;ul&gt;
-&lt;li id="sec-2-9-3-1"&gt;
-&lt;b&gt;Awakened&lt;/b&gt;&lt;br/&gt;
-&lt;p&gt;
-&lt;b&gt;Psionic Blade Ward&lt;/b&gt;: You learn to ready your body to withstand damaging strikes. As a bonus action, you may spend a psi point to manifest the psionic cantrip Blade Ward (you don't have to be able to manifest that cantrip normally).
-&lt;/p&gt;
-&lt;p&gt;
-&lt;b&gt;Psionic Recovery&lt;/b&gt;: Once per day when you finish a short rest you may regain a number of psi points equal to your Psionist level (up to 9).
-&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;ul&gt;
-&lt;li id="sec-2-9-3-2"&gt;
-&lt;b&gt;Empowered&lt;/b&gt;&lt;br/&gt;
-&lt;p&gt;
-&lt;b&gt;Psionic Restoration&lt;/b&gt;: Once per long rest at the start of your turn, you may remove a mind-altering condition from yourself. Alternatively, you may use an action to end a mind-altering condition from a creature you touch. These may be Charmed or Frightened.
-&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;ul&gt;
-&lt;li id="sec-2-9-3-3"&gt;
-&lt;b&gt;Metapsionist&lt;/b&gt;&lt;br/&gt;
-&lt;p&gt;
-&lt;b&gt;Grant Psionics&lt;/b&gt;: Once per long rest as an action you plant a seed of psionic ability in a willing creature you touch. For 24 hours they gain the ability to manifest a psionic power of your choice of 2nd level or lower and gain 6 psi points. If you manifest this ability on the same target every day for a month (30 days), the change becomes permanent and the creature is considered to be able to innately manifest that ability. You may not grant more than one ability to a creature, nor can you target a creature that already can manifest psionic abilities.
-&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;ul&gt;
-&lt;li id="sec-2-9-3-4"&gt;
-&lt;b&gt;Living Mind&lt;/b&gt;&lt;br/&gt;
-&lt;p&gt;
-&lt;b&gt;Spell Mimicry&lt;/b&gt; When you observe an arcane spell being cast by an individual within 10 feet of you, you may use your reaction to attempt to read the mind of its caster and create a psionic imprint of the spellcasting in your mind. To do so, make a spellcraft Intelligence (Arcana) check against 10 + the spell's level. You may not make this check against a spellcaster who is shielded from psychic intrusion (such as under the effect of a Mind Blank spell). Additionally, the psychic intrusion is not subtle. An unwilling caster may make a wisdom saving throw against your Mind Powers Save DC to prevent you from reading the details of the spell and determine your location. You may store up to two spells in this way, none of which are above fifth level. You may not imprint more than two spells in a day. Casting an imprinted spell requires the use of whatever components, including material, are normally required in its casting or an appropriate arcane focus, however, spells cast in this way use your Psionic Ability, Save DC, and Attack Modifier when relevant. They also require you to expend a number of psi points as if you were manifesting a Mind Power of that level. You must cast the spell at its lowest level. Spells cast in this way are magical and can be countered and dispelled. Once you have cast an imprinted spell in this way, you lose the imprint.
-&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;ul&gt;
-&lt;li id="sec-2-9-3-5"&gt;
-&lt;b&gt;Psionic Soul&lt;/b&gt;&lt;br/&gt;
-&lt;p&gt;
-&lt;b&gt;Diminish/Enhance Psionics&lt;/b&gt;: You have learned the deep secrets of the Hidden Art. When you or a creature you can see manifests a psionic power or you encounter an existing psionic effect, you may choose to apply one of the following effects to modify it as a reaction.
-&lt;/p&gt;
-&lt;ul&gt;
-&lt;li&gt;
-&lt;span style="text-decoration:underline;"&gt;Fork/Merge&lt;/span&gt;: You may increase or decrease the number of effected creatures by 1.
-&lt;/li&gt;
-&lt;li&gt;
-&lt;span style="text-decoration:underline;"&gt;Expand/Contract&lt;/span&gt;: You may enlarge or reduce the area of effect by 5 feet.
-&lt;/li&gt;
-&lt;li&gt;
-&lt;span style="text-decoration:underline;"&gt;Extend/Curtail&lt;/span&gt;: You may increase or decrease the duration by 1 minute.
-&lt;/li&gt;
-&lt;li&gt;
-&lt;span style="text-decoration:underline;"&gt;Shape&lt;/span&gt;: You may change the shape of the area of effect (but not the direction).
-&lt;/li&gt;
-&lt;li&gt;
-&lt;span style="text-decoration:underline;"&gt;Counter&lt;/span&gt;: You may make an Intelligence (Psionics) check against 10 + the power's level to end the effect.
-&lt;/li&gt;
-&lt;li&gt;
-&lt;span style="text-decoration:underline;"&gt;Splice&lt;/span&gt;: You may choose a psionic power of 2nd level or lower and add its effects (choosing targets separately if applicable) to the manifestation (this only applies to powers you manifest or see being manifested).
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;p&gt;
-You may use this ability once per short rest.
-&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-2-9-4" class="outline-4"&gt;
-&lt;h4 id="sec-2-9-4"&gt;
-&lt;span class="section-number-4"&gt;2.9.4&lt;/span&gt; Mind Master
-&lt;/h4&gt;
-&lt;div id="text-2-9-4" class="outline-text-4"&gt;
-&lt;p&gt;
-Mind Masters exert their will directly upon the minds of others. A master Mind Master can dominate and imprison the minds of others and even move their consciousness from mind to mind at will. Mind Masters tend to be neutral or evil in alignment.
-&lt;/p&gt;
-&lt;p&gt;
-At 3rd level when taking the Mind Master Discipline, you gain access to all abilities under the Powerful Mind Tier. You likewise gain abilities in Dominating Mind, Transcendent Mind, Mind-Slaver, and Imprisoner tiers upon reaching 6th, 10th, 14th, and 18th levels respectively.
-&lt;/p&gt;
-&lt;p&gt;
-&lt;b&gt;Bonus Proficiencies&lt;/b&gt;: Persuasion, Wisdom saving throws.
-&lt;/p&gt;
-&lt;ul&gt;
-&lt;li id="sec-2-9-4-1"&gt;
-&lt;b&gt;Powerful Mind&lt;/b&gt;&lt;br/&gt;
-&lt;p&gt;
-&lt;b&gt;Deep Suggestion&lt;/b&gt;: You may manifest the second level mind power Suggestion once per long rest without expending any psi points. When you do, the creature you target has disadvantage on the saving throw.
-&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;ul&gt;
-&lt;li id="sec-2-9-4-2"&gt;
-&lt;b&gt;Dominating Mind&lt;/b&gt;&lt;br/&gt;
-&lt;p&gt;
-&lt;b&gt;Impose Will&lt;/b&gt;: Once per short rest, you may cause a creature making a saving throw against one of your mind powers, abilities, or your psionic blast to have disadvantage on that saving throw. You must do so before the roll is made. Once you've used this feature on a creature, you may not do so again on that same creature until you finish a long rest.
-&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;ul&gt;
-&lt;li id="sec-2-9-4-3"&gt;
-&lt;b&gt;Transcendent Mind&lt;/b&gt;&lt;br/&gt;
-&lt;p&gt;
-&lt;b&gt;Psychic Potency&lt;/b&gt;: When you deal psychic damage to a target that is stunned, you deal an additional amount of damage equal to twice your Intelligence modifier.
-&lt;/p&gt;
-&lt;p&gt;
-&lt;b&gt;Psychic Entity&lt;/b&gt;: When you die, you may attempt to force your way into another creature's body to continue living. To do so, a target creature within 30 feet of you makes a Charisma saving throw. On a success, you die, otherwise, you take control of the target's body and force their consciousness into dormancy. You gain their physical features (Strength, Dexterity, Constitution) but retain all of your other traits. Once every 24 hours, or whenever you take damage greater than 50% of your max hit points, the dormant consciousness may attempt to resume control of the body by making a Charisma saving throw. On a success, you are forced out of the body and must either attempt to use this feature again on a different target or die.
-&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;ul&gt;
-&lt;li id="sec-2-9-4-4"&gt;
-&lt;b&gt;Mind-Slaver&lt;/b&gt;&lt;br/&gt;
-&lt;p&gt;
-&lt;b&gt;Enslave&lt;/b&gt;: Once per long rest as an action you may target a creature you can see within 30 feet of you. The target must succeed on a Wisdom saving throw or be charmed by you until you die or are on a different plane of existence from it. The charmed target is under your control and can't take reactions, and you and the target can communicate telepathically with each other over any distance. Whenever the charmed target takes damage, it can repeat its saving throw. On a success, the effect ends. No more than once every 24 hours, the target can also repeat the saving throw when it is at least one mile away from you.
-&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;ul&gt;
-&lt;li id="sec-2-9-4-5"&gt;
-&lt;b&gt;Imprisoner&lt;/b&gt;&lt;br/&gt;
-&lt;p&gt;
-&lt;b&gt;Imprisonment&lt;/b&gt;: You learn the 9th level Wizard spell Imprisonment as a ninth level mind power. It does not count against the number of powers known, but costs the normal number of psi points to manifest. As a Mind Master, Imprisonment gains an additional option: Mind Prison. You may choose to Imprison the creature directly in your mind. There is no material component needed for this option. If you die or your consciousness leaves your body for a period longer than 8 hours (as with an Astral Projection spell), the prisoner is released. While imprisoned in your mind, the creature may sense what you allow it to sense and you may read the creature's surface thoughts as with a Detect Thoughts spell. No more than one creature may be imprisoned this way at a time.
-&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-2-9-5" class="outline-4"&gt;
-&lt;h4 id="sec-2-9-5"&gt;
-&lt;span class="section-number-4"&gt;2.9.5&lt;/span&gt; Ascendant
-&lt;/h4&gt;
-&lt;div id="text-2-9-5" class="outline-text-4"&gt;
-&lt;p&gt;
-Ascendants feel the pull of psionic energy from other planes and dimensions and can learn to manipulate the fabric of reality. A master Ascendant can open portals and doorways to distant places, summon inanimate objects and creatures from their home planes, and banish creatures from other planes back to whence they came.
-&lt;/p&gt;
-&lt;p&gt;
-At 3rd level when taking the Ascendant Discipline, you gain access to all abilities under the Astral Apporter tier. You likewise gain abilities in Planar Adept, Ascendant, Shaper, and Master of the Planes Tiers upon reaching 6th, 10th, 14th, and 18th levels respectively.
-&lt;/p&gt;
-&lt;p&gt;
-&lt;b&gt;Bonus Proficiencies&lt;/b&gt;: Arcana, Charisma Saving Throws.
-&lt;/p&gt;
-&lt;ul&gt;
-&lt;li id="sec-2-9-5-1"&gt;
-&lt;b&gt;Astral Apporter&lt;/b&gt;&lt;br/&gt;
-&lt;p&gt;
-&lt;b&gt;Astral Armor&lt;/b&gt;: As an action, you may conjure a coating of astral matter which covers the skin. This coating lasts for 1 hour and radiates dim light. Your AC becomes 13 + your Dexterity modifier for the duration. As a reaction, you may explicitly harden the coating, which temporarily increases your AC to 15 + Dex, but destroys the armor in a flash of bright light. Creatures within 5 feet of you when the armor is destroyed must make a Constitution saving throw or be blinded until your next turn.
-&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;ul&gt;
-&lt;li id="sec-2-9-5-2"&gt;
-&lt;b&gt;Planar Adept&lt;/b&gt;&lt;br/&gt;
-&lt;p&gt;
-&lt;b&gt;Call Energy&lt;/b&gt;: You feel the cosmic pull of the planes of Positive and Negative Energy. Once per long rest, as an action you may cover an 20-ft radius sphere centered at a point you can see in planar energy. Choose either a) the Positive Energy Plane or b) the Negative Energy Plane. The covered area is either a) bathed in a dull glow or b) shrouded in a misty shadow which a) heals each living creature in range by 1 hp at the end of each creature's turn or b) deals 1 damage per turn to all living things in range and the end of each creature's turn. Maintaining this effect requires concentration and may last no longer than a minute.
-&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;ul&gt;
-&lt;li id="sec-2-9-5-3"&gt;
-&lt;b&gt;Ascendant&lt;/b&gt;&lt;br/&gt;
-&lt;p&gt;
-&lt;b&gt;Planar Abjuration&lt;/b&gt;: As a reaction to a spell or effect within 30 ft of you that would deal fire, cold, lightning, thunder, radiant, or necrotic damage, you channel the powers of the elemental and outer planes to reduce the damage dealt by that spell by an amount equal to your Intelligence modifier + your Psionist level. If the spell or effect has an area of effect, the damage each affected creature takes is reduced by this much. Damage reduction is applied before applying resistances.
-&lt;/p&gt;
-&lt;p&gt;
-&lt;b&gt;Banishing Blast&lt;/b&gt;: When a creature native to a different plane of existence than the one it is on fails its saving throw against your Psionic Blast it makes a Charisma saving throw. If it fails this saving throw, it is banished to its plane of origin with a faint popping sound for 1 minute. While there, the target is incapacitated. When the minute is finished, it returns to the nearest unoccupied space from where it left.
-&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;ul&gt;
-&lt;li id="sec-2-9-5-4"&gt;
-&lt;b&gt;Shaper&lt;/b&gt;&lt;br/&gt;
-&lt;p&gt;
-&lt;b&gt;Conjure Astral Construct&lt;/b&gt;: Once per long rest, as an action, you may create an Astral construct from Astral matter pulled from the Astral Plane.
-&lt;/p&gt;
-&lt;p&gt;
-Though you may customize the exact form of the construct to your liking, the statistics for the Astral Construct are the same as that of the Helmed Horror (page 183 in the Monster Manual) with the following exceptions:
-&lt;/p&gt;
-&lt;p&gt;
-It gains up to three additional options from the list below (you may choose the same option more than once):
-&lt;/p&gt;
-&lt;ul&gt;
-&lt;li&gt;
-Extra Attack
-&lt;/li&gt;
-&lt;li&gt;
-See Invisibility
-&lt;/li&gt;
-&lt;li&gt;
-Flash and Bellow Attack (Creatures within 30 ft make DC 15 Con saves or are blinded and deafened for 1 minute. They may repeat the saving throw at the end of each of their turns. Once a creature succeeds, it cannot be affected again.)
-&lt;/li&gt;
-&lt;li&gt;
-5d8 (22) Extra Hit Points
-&lt;/li&gt;
-&lt;li&gt;
-Extra Spell Immunity (Two additional spells)
-&lt;/li&gt;
-&lt;li&gt;
-+3 Damage on Hit
-&lt;/li&gt;
-&lt;li&gt;
-+1 AC
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;ul&gt;
-&lt;li id="sec-2-9-5-5"&gt;
-&lt;b&gt;Master of the Planes&lt;/b&gt;&lt;br/&gt;
-&lt;p&gt;
-&lt;b&gt;Whitefire Portal&lt;/b&gt;: You burn a temporary hole through the Astral Plane and into another plane of your choice. Once per long rest, centered on a point within 300 ft of you, you summon raw Astral ectoplasm which burns with hellish, white-hot fury. Any creature standing within 20 feet of the whitefire must make a Dexterity saving throw or take 12d10 fire damage or half on a successful save. Inanimate objects in the area also take the damage and flammable objects may catch on fire. A portal then opens to a plane of your choice as with a Gate spell and remains open for 1 minute as the planes slowly knit themselves back together. Alternatively, instead of a specific location on a plane of your choice, you may choose to have your portal open into a general location in one of the elemental planes or the planes of positive or negative energy. If you do so, creatures who enter or begin their turns within 20 feet of the portal take 6d10 damage of the appropriate elemental or energy type.
-&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-2-10" class="outline-3"&gt;
-&lt;h3 id="sec-2-10"&gt;
-&lt;span class="section-number-3"&gt;2.10&lt;/span&gt; Perfect Mind
-&lt;/h3&gt;
-&lt;div id="text-2-10" class="outline-text-3"&gt;
-&lt;p&gt;
-Over years of study and experience in the Hidden Art, you have mastered the use of your most powerful psionic powers. The restriction on manifesting high level powers no longer applies to sixth and seventh level powers.
-&lt;/p&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-3" class="outline-2"&gt;
-&lt;h2 id="sec-3"&gt;
-&lt;span class="section-number-2"&gt;3&lt;/span&gt; Mind Powers
-&lt;/h2&gt;
-&lt;div id="text-3" class="outline-text-2"&gt;
-
-&lt;/div&gt;
-&lt;div id="outline-container-3-1" class="outline-3"&gt;
-&lt;h3 id="sec-3-1"&gt;
-&lt;span class="section-number-3"&gt;3.1&lt;/span&gt; Basic Mind Powers (Cantrips)
-&lt;/h3&gt;
-&lt;div class="outline-text-3" id="text-3-1"&gt;
-&lt;p&gt;
-At first level, you learn three basic mind powers (cantrips) of your choice from the following list. If a mind power shares the name of a spell then it produces a psionic effect is identical to that spell, otherwise, an asterisk follows the power's name and it creates a new or different psionic effect that is described in greater detail below the list.
-&lt;/p&gt;
-&lt;table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"&gt;
-&lt;colgroup&gt;
-&lt;col class="left" /&gt;
-&lt;/colgroup&gt;
-&lt;tbody&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Blade Ward
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Dancing Lights
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Friends
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Light
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Mending
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Message
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Minor Illusion
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Minor Kinematics*
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Prestidigitation
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Resistance
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-True Strike
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Vicious Mockery
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;/tbody&gt;
-&lt;/table&gt;
-&lt;p&gt;
-&lt;b&gt;Minor Kinematics&lt;/b&gt; - &lt;i&gt;Psionic Evocation Cantrip&lt;/i&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Casting Time&lt;/i&gt;: 1 action
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Range&lt;/i&gt;: 30 ft
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Duration&lt;/i&gt;: 1 minute
-&lt;/p&gt;
-&lt;p&gt;
-As an action, you may levitate an object or creature within 30 feet of you weighing less than 10 pounds. On each of your turns, you may use an action or a bonus action to mentally command it to move up to 30 ft in any direction. The effect ends if the object or creature is ever more than 30 feet away from you, falling to the ground. An unwilling creature must succeed on a Constitution saving throw against your Mind Powers Save DC or be affected. It may repeat this saving throw at the end of each of its turns. You may levitate multiple objects or creatures in this way by manifesting this power again, but no more than a number of times equal to your Intelligence modifier. If you attempt to manifest it more times than that, then all items regain their normal weight and fall to the ground.
-&lt;/p&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-3-2" class="outline-3"&gt;
-&lt;h3 id="sec-3-2"&gt;
-&lt;span class="section-number-3"&gt;3.2&lt;/span&gt; First Level Mind Powers
-&lt;/h3&gt;
-&lt;div class="outline-text-3" id="text-3-2"&gt;
-&lt;table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"&gt;
-&lt;colgroup&gt;
-&lt;col class="left" /&gt;
-&lt;/colgroup&gt;
-&lt;tbody&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Aura Reading*
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Charm Person
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Command
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Compelled Duel
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Comprehend Languages
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Detect Magic
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Detect Poison and Disease
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Disguise Self
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Dissonant Whispers
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Expeditious Retreat
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Faerie Fire
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Feather Fall
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Find Familiar
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Heroism
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Identify
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Illusory Script
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Jump
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Longstrider
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Lock Mind*
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Mage Armor
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Shield
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Silent Image
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Sleep
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Tasha's Hideous Laughter
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Unseen Servant
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;/tbody&gt;
-&lt;/table&gt;
-&lt;p&gt;
-&lt;b&gt;Aura Reading&lt;/b&gt; - &lt;i&gt;2nd Level Psionic Divination&lt;/i&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Casting Time&lt;/i&gt;: 1 action
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Range&lt;/i&gt;: 10 feet.
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Duration&lt;/i&gt;: Instantaneous
-&lt;/p&gt;
-&lt;p&gt;
-You may target a thinking creature you can see within range, reading its psionic aura, and you may manifest one of the following options: (a) &lt;span style="text-decoration:underline;"&gt;Detect Falsehood&lt;/span&gt;: you may determine whether the target believes that its most recent statement is true, (b) &lt;span style="text-decoration:underline;"&gt;Detect Alignment&lt;/span&gt;: you may determine the target's alignment, (c) &lt;span style="text-decoration:underline;"&gt;Detect Disguise&lt;/span&gt;: you may determine if the target is wearing a magical or physical disguise.
-&lt;/p&gt;
-&lt;p&gt;
-&lt;b&gt;Lock Mind&lt;/b&gt; - &lt;i&gt;1st Level Psionic Enchantment&lt;/i&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Casting Time&lt;/i&gt;: 1 action
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Range&lt;/i&gt;: Self
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Duration&lt;/i&gt;: 1 hour
-&lt;/p&gt;
-&lt;p&gt;
-For the duration, your mind cannot be read without your permission and you have resistance to psychic damage. At higher levels: when cast from a higher level, the duration increases as follows. 2nd level: 2 hours, 3rd level: 4 hours, 4th level: 8 hours, 5th or higher: 24 hours.
-&lt;/p&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-3-3" class="outline-3"&gt;
-&lt;h3 id="sec-3-3"&gt;
-&lt;span class="section-number-3"&gt;3.3&lt;/span&gt; Second Level Mind Powers
-&lt;/h3&gt;
-&lt;div class="outline-text-3" id="text-3-3"&gt;
-&lt;table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"&gt;
-&lt;colgroup&gt;
-&lt;col class="left" /&gt;
-&lt;/colgroup&gt;
-&lt;tbody&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Alter Self
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Arcane Lock
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Blindness / Deafness
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Blur
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Calm Emotions
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Crown of Madness
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Darkvision
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Detect Thoughts
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Enhance Ability
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Enlarge / Reduce
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Enthrall
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Heat Metal
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Hold Person
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Find Traps
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Invisibility
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Knock
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Lesser Restoration
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Levitate
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Locate Object
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Mirror Image
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Misty Step
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Phantasmal Force
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Psychometry*
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Rope Trick
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-See Invisibility
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Silence
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Spider Climb
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Suggestion
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Warding Bond
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Zone of Truth
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;/tbody&gt;
-&lt;/table&gt;
-&lt;p&gt;
-&lt;b&gt;Psychometry&lt;/b&gt; - &lt;i&gt;2nd Level Psionic Divination&lt;/i&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Casting Time&lt;/i&gt;: 10 minutes
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Range&lt;/i&gt;: Touch
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Duration&lt;/i&gt;: Instantaneous
-&lt;/p&gt;
-&lt;p&gt;
-When thinking beings touch the world around them, they leave a psionic imprint of their actions behind. You attune to an object you can touch. Doing so allows you to see the last person to hold the object, no matter how long ago, and its immediate surroundings while being held, including sounds. You may follow and replay the events occurring near the object but cannot move away from the point of view of the object.
-&lt;/p&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-3-4" class="outline-3"&gt;
-&lt;h3 id="sec-3-4"&gt;
-&lt;span class="section-number-3"&gt;3.4&lt;/span&gt; Third Level Mind Powers
-&lt;/h3&gt;
-&lt;div class="outline-text-3" id="text-3-4"&gt;
-&lt;table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"&gt;
-&lt;colgroup&gt;
-&lt;col class="left" /&gt;
-&lt;/colgroup&gt;
-&lt;tbody&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Bestow Curse
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Blink
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Clairvoyance
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Daylight
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Fear
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Feign Death
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Fly
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Gaseous Form
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Haste
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Hypnotic Pattern
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Leomund's Tiny Hut
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Major Image
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Meld Into Stone
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Mind Bolt*
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Nondetection
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Sending
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Slow
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Tongues
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Water Walk
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;/tbody&gt;
-&lt;/table&gt;
-&lt;p&gt;
-&lt;b&gt;Mind Bolt&lt;/b&gt; - &lt;i&gt;3rd Level Psionic Evocation&lt;/i&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Casting Time&lt;/i&gt;: 1 action
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Range&lt;/i&gt;: 300 ft
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Duration&lt;/i&gt;: Instantaneous
-&lt;/p&gt;
-&lt;p&gt;
-You manifest psionic energy as an invisible bolt that deals damage and can stun a target. Target creature you can see in range makes an Intelligence saving throw or takes 6d8 psychic damage and is stunned for 1 minute. This creature takes half damage on a successful save and is not stunned. A stunned creature may repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;At Higher Levels&lt;/i&gt;: For each level above 3rd, the damage increases by 1d8.
-&lt;/p&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-3-5" class="outline-3"&gt;
-&lt;h3 id="sec-3-5"&gt;
-&lt;span class="section-number-3"&gt;3.5&lt;/span&gt; Fourth Level Mind Powers
-&lt;/h3&gt;
-&lt;div class="outline-text-3" id="text-3-5"&gt;
-&lt;table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"&gt;
-&lt;colgroup&gt;
-&lt;col class="left" /&gt;
-&lt;/colgroup&gt;
-&lt;tbody&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Arcane Eye
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Banishment
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Compulsion
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Confusion
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Conjure Minor Elementals
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Dimension Door
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Dominate Beast
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Empower Object*
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Evard's Black Tentacles
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Fabricate
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Freedom of Movement
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Greater Invisibility
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Hallucinatory Terrain
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Locate Creature
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Phantasmal Killer
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Polymorph
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Stoneskin
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;/tbody&gt;
-&lt;/table&gt;
-&lt;p&gt;
-&lt;b&gt;Empower Object&lt;/b&gt;: &lt;i&gt;Fourth Level Psionic Transmutation&lt;/i&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Casting Time&lt;/i&gt;: 1 action
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Range&lt;/i&gt;: Touch.
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Duration&lt;/i&gt;: 1 minute. Concentration.
-&lt;/p&gt;
-&lt;p&gt;
-You may imbue an object you touch with psionic energy. It glimmers faintly with stored power. At any point during the duration you may harmlessly release the energy which ends the effect. When you cease concentrating on this mind power, whether by choice or by a failed concentration check, the stored energy is released suddenly. Any creature within 10 feet of the object makes a Dexterity saving throw or takes 8d8 force damage or half as much on a successful one. A creature carrying the object has disadvantage on this saving throw.
-&lt;/p&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-3-6" class="outline-3"&gt;
-&lt;h3 id="sec-3-6"&gt;
-&lt;span class="section-number-3"&gt;3.6&lt;/span&gt; Fifth Level Mind Powers
-&lt;/h3&gt;
-&lt;div class="outline-text-3" id="text-3-6"&gt;
-&lt;table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"&gt;
-&lt;colgroup&gt;
-&lt;col class="left" /&gt;
-&lt;/colgroup&gt;
-&lt;tbody&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Animate Objects
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Awaken
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Conjure Elemental
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Contagion
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Contact Other Plane
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Creation
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Dominate Person
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Dream
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Geas
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Hold Monster
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Mislead
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Modify Memory
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Passwall
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Planar Binding
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Rary's Telepathic Bond
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Scrying
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Seeming
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Telekinesis
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Teleportation Circle
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Wall of Force
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;/tbody&gt;
-&lt;/table&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-3-7" class="outline-3"&gt;
-&lt;h3 id="sec-3-7"&gt;
-&lt;span class="section-number-3"&gt;3.7&lt;/span&gt; Sixth Level Mind Powers
-&lt;/h3&gt;
-&lt;div class="outline-text-3" id="text-3-7"&gt;
-&lt;table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"&gt;
-&lt;colgroup&gt;
-&lt;col class="left" /&gt;
-&lt;/colgroup&gt;
-&lt;tbody&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Arcane Gate
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Blade Barrier
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Contingency
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Flesh to Stone
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Guards and Wards
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Magic Jar
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Mass Suggestion
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Otto's Irresistible Dance
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Programmed Illusion
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-True Seeing
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Wind Walk
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;/tbody&gt;
-&lt;/table&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-3-8" class="outline-3"&gt;
-&lt;h3 id="sec-3-8"&gt;
-&lt;span class="section-number-3"&gt;3.8&lt;/span&gt; Seventh Level Mind Powers
-&lt;/h3&gt;
-&lt;div class="outline-text-3" id="text-3-8"&gt;
-&lt;table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"&gt;
-&lt;colgroup&gt;
-&lt;col class="left" /&gt;
-&lt;/colgroup&gt;
-&lt;tbody&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Etherealness
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Forcecage
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Mirage Arcane
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Plane Shift
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Project Image
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Regenerate
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Reverse Gravity
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Simulacrum
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Teleport
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;/tbody&gt;
-&lt;/table&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-3-9" class="outline-3"&gt;
-&lt;h3 id="sec-3-9"&gt;
-&lt;span class="section-number-3"&gt;3.9&lt;/span&gt; Eighth Level Mind Powers
-&lt;/h3&gt;
-&lt;div class="outline-text-3" id="text-3-9"&gt;
-&lt;table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"&gt;
-&lt;colgroup&gt;
-&lt;col class="left" /&gt;
-&lt;/colgroup&gt;
-&lt;tbody&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Antipathy/Sympathy
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Clone
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Demiplane
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Dominate Monster
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Feeblemind
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Ghostform*
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Glibness
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Kinetic Barrier*
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Mind Blank
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Telepathy
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;/tbody&gt;
-&lt;/table&gt;
-&lt;p&gt;
-&lt;b&gt;Ghost Form&lt;/b&gt; - &lt;i&gt;8th Level Psionic Transmutation&lt;/i&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Casting Time&lt;/i&gt;: 1 Action
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Range&lt;/i&gt;: Self
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Duration&lt;/i&gt;: 1 hour
-&lt;/p&gt;
-&lt;p&gt;
-You become a ghost for the duration of the spell. Your DM can supply you with the statistics of the ghost and you take on all of these statistics, forsaking your own for the duration except Wisdom, Intelligence, and Charisma. When your ghost form is reduced to 0 hit points or the duration ends, you return to your normal form. Items you carry enter ghost form with you, though none of their magical properties will function for the duration as if suppressed by an Antimagic Field. You may exit the ghost form as an action.
-&lt;/p&gt;
-&lt;p&gt;
-&lt;b&gt;Kinetic Barrier&lt;/b&gt; - &lt;i&gt;8th Level Psionic Evocation&lt;/i&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Casting Time&lt;/i&gt;: 1 Action
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Range&lt;/i&gt;: Self
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Duration&lt;/i&gt;: 1 minute
-&lt;/p&gt;
-&lt;p&gt;
-Concentration.
-&lt;/p&gt;
-&lt;p&gt;
-You enact a shimmering Kinetic Barrier around yourself for 1 minute with a number of temporary hit points equal to your maximum hit points. If you would take bludgeoning, piercing, slashing, or force damage while the Barrier exists, the barrier takes the damage instead. If the barrier is broken by taking damage equal to or greater than its hit points or its duration ends, then it implodes dealing the entire damage to you. While half of the Barrier's hit points or more are gone, you may make an unarmed attack at a creature or object within range to cause the barrier to explode and deal the stored damage to that creature or object. While the Barrier surrounds you, you may not take any other actions, but can move normally.
-&lt;/p&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-3-10" class="outline-3"&gt;
-&lt;h3 id="sec-3-10"&gt;
-&lt;span class="section-number-3"&gt;3.10&lt;/span&gt; Ninth Level Mind Powers
-&lt;/h3&gt;
-&lt;div class="outline-text-3" id="text-3-10"&gt;
-&lt;table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"&gt;
-&lt;colgroup&gt;
-&lt;col class="left" /&gt;
-&lt;/colgroup&gt;
-&lt;tbody&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Astral Projection
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Foresight
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Gate
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Shapechange
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Time Stop
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Transfer Wounds*
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Unstoppable*
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Weird
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;tr&gt;
-&lt;td class="left"&gt;
-Wish
-&lt;/td&gt;
-&lt;/tr&gt;
-&lt;/tbody&gt;
-&lt;/table&gt;
-&lt;p&gt;
-&lt;b&gt;Transfer Wounds&lt;/b&gt; - &lt;i&gt;9th Level Evocation&lt;/i&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Casting Time&lt;/i&gt;: 1 Action
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Range&lt;/i&gt;: Touch
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Duration&lt;/i&gt;: Instantaneous
-&lt;/p&gt;
-&lt;p&gt;
-You have learned to use other's life force as a conduit for your psionic powers. You and one creature you are touching are restrained until the end of your turn. The creature takes necrotic damage equal to your number of missing hit points. You gain hit points equal the damage dealt, but no more than the creature's hit point maximum.
-&lt;/p&gt;
-&lt;p&gt;
-&lt;b&gt;Unstoppable&lt;/b&gt; - &lt;i&gt;9th Level Psionic Transmutation&lt;/i&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Casting Time&lt;/i&gt;: 1 action
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Range&lt;/i&gt;: Self
-&lt;/p&gt;
-&lt;p&gt;
-&lt;i&gt;Duration&lt;/i&gt;: 1 minute.
-&lt;/p&gt;
-&lt;p&gt;
-Concentration.
-&lt;/p&gt;
-&lt;p&gt;
-You harness the raw power of Kinetics to enter an Unstoppable state for 1 minute. While in this state you have advantage on strength checks to break through doors or other barriers. Also your movement speed cannot be reduced below your maximum speed, you may only move in straight lines, and you reflect from barriers you cannot break in a direction of your choice. Creatures or objects in your path must make dexterity saving throws (if applicable) or be crushed for 10d6 points of force damage. You are immune to nonmagical bludgeoning damage while Unstoppable, but running into traps or dangerous areas may still hurt you.
-&lt;/p&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;div id="outline-container-4" class="outline-2"&gt;
-&lt;h2 id="sec-4"&gt;
-&lt;span class="section-number-2"&gt;4&lt;/span&gt; Thanks
-&lt;/h2&gt;
-&lt;div id="text-4" class="outline-text-2"&gt;
-&lt;p&gt;
-I'd like to thank all of the creators of proper D&amp;amp;D Psionics from every edition, as well as contributors to other systems like Pathfinder and (GURPS) Traveler.
-&lt;/p&gt;
-&lt;p&gt;
-I'd like to thank N. Foy, Alex L., Sam S., and Joey A. for playtesting all of the crazy incarnations of this.
-&lt;/p&gt;
-&lt;p&gt;
-Also thanks to Nathan R., Luke S., Jacob C., Marcus S., Jay B. and many many others for listening to me rant about psionics for certainly longer than what is socially acceptable.
-&lt;/p&gt;
-&lt;p&gt;
-For example, the mind flayer as presented in the Monster Manual has the Innate Spellcasting (Psionics) feature. This feature allow the mind flayer to cast a set of spells using psionic energy. These spells can be countered with counterspell or dispelled with dispel magic and similar effects.
-&lt;/p&gt;
-&lt;p&gt;
-First, we brainstormed the available options, then divided them into distinct categories, built the spell/power lists, divided the features vertically by level awarded, compared similar features across classes, revised, revised, revised, and finally playtested it. Now we bring it to the public for large-scale testing.
-&lt;/p&gt;
-&lt;div id="footnotes"&gt;
-&lt;h2 class="footnotes"&gt;
-Footnotes:
-&lt;/h2&gt;
-&lt;div id="text-footnotes"&gt;
-&lt;p class="footnote"&gt;
-&lt;sup&gt;&lt;a class="footnum" name="fn-.1" href="#fnr-.1"&gt;1&lt;/a&gt;&lt;/sup&gt; Mechanically, what is worth noting is that psionics and Weave-based magic are two distinct forces. In general, an effect that alters or affects a spell has no effect on a psionic effect and vice versa. There is one important exception to this rule. A psionic effect may allow a creature to cast a spell by teaching them to manipulate the Weave.
-&lt;/p&gt;
-&lt;p class="footnote"&gt;
-&lt;sup&gt;&lt;a class="footnum" name="fn-.2" href="#fnr-.2"&gt;2&lt;/a&gt;&lt;/sup&gt; In designing this class, the key design ideals were 1) Flavor, 2) Fun, 3) 5e Rules and Design Consistency, and 4) Balance.
-&lt;/p&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-</content>
- <rights type="html">&lt;p&gt;The content of this page is Copyright © 2016 &lt;a href="mailto:ImFromNASA@gmail.com"&gt;Andrew Murrell&lt;/a&gt;.&lt;/p&gt;
-&lt;p&gt;This page is licensed under the &lt;a href=""&gt;CC BS-SA-3.0&lt;/a&gt; license.&lt;/p&gt;</rights>
-</entry>
-<entry xmlns="http://www.w3.org/2005/Atom">
<link rel="alternate" type="text/html" href="https://www.andrewdm.me/dnd/WaterdeepBazaar/WaterdeepBazaar.html"/>
<id>https://www.andrewdm.me/dnd/WaterdeepBazaar/WaterdeepBazaar.html</id>
<updated>2015-12-14T00:00:00+00:00</updated>
diff --git a/out/index.html b/out/index.html
index 0f6efb1..8424997 100644
--- a/out/index.html
+++ b/out/index.html
@@ -27,18 +27,16 @@
<h1 class=title>AndrewDM</h1>
<ul>
<li><span><a class="" href="about.html" title="Published on 2017-01-09">Hello Internet Person!</a></span><span></span></li>
-<li><span><a class="" href="changelog.html" title="Published on 2017-01-09 (updated on 2017-01-14)">ChangeLog</a></span><span></span></li>
+<li><span><a class="" href="changelog.html" title="Published on 2017-01-09 (updated on 2017-01-24)">ChangeLog</a></span><span></span></li>
</ul>
<h2>
<a href="dnd/">Dungeons &amp; Dragons</a>
</h2>
<ul>
<li><span><a class="external" href="dnd/WaterdeepBazaar/WaterdeepBazaar.html" title="Published on 2015-12-14">Waterdeep Bazaar: Marketplace Generator</a></span><span><a class="tag DM" href="/tags/DM.html">DMing Resource</a><a class="tag WP" href="/tags/WP.html">WIP</a></span></li>
-<li><span><a class="" href="dnd/psionist-class.html" title="Published on 2016-07-16">Psionist Class [5e]</a></span><span><a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a></span></li>
<li><span><a class="" href="dnd/tastavi.html" title="Published on 2016-08-30">Tastavi D'Maelnor of Llolethane</a></span><span><a class="tag SS" href="/tags/SS.html">Short Story</a></span></li>
<li><span><a class="" href="dnd/psionic-schools.html" title="Published on 2017-01-09">Schools of Psionics</a></span><span><a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a></span></li>
-<li><span><a class="" href="dnd/spell-gauntlet.html" title="Published on 2017-01-09">Spell Gauntlet: Practical Spellcasting</a></span><span><a class="tag FF" href="/tags/FF.html">Flash Fiction</a><a class="tag SS" href="/tags/SS.html">Short Story</a><a class="tag WP" href="/tags/WP.html">WIP</a></span></li>
-<li><span><a class="" href="dnd/psionist2.html" title="Published on 2017-01-14 (updated on 2017-01-13)">[5e] Psionist Class - Rewrite [ALPHA]</a></span><span><a class="tag HB" href="/tags/HB.html">Homebrew</a></span></li>
+<li><span><a class="" href="dnd/psionist.html" title="Published on 2017-01-24">[5e] Psionist Class - Rewrite [ALPHA]</a></span><span><a class="tag HB" href="/tags/HB.html">Homebrew</a></span></li>
</ul>
<h2>
<a href="writing/">Writing</a>
diff --git a/out/tags/ES.html b/out/tags/ES.html
index 39ef286..f412a87 100644
--- a/out/tags/ES.html
+++ b/out/tags/ES.html
@@ -26,7 +26,6 @@
<h1 class=title>Tag: Essay</h1>
<ul>
-<li><span><a class="" href="../dnd/psionist-class.html" title="Published on 2016-07-16">Psionist Class [5e]</a></span><span><a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a></span></li>
<li><span><a class="" href="../dnd/psionic-schools.html" title="Published on 2017-01-09">Schools of Psionics</a></span><span><a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a></span></li>
</ul>
diff --git a/out/tags/FF.html b/out/tags/FF.html
index 649b6e2..c3494f8 100644
--- a/out/tags/FF.html
+++ b/out/tags/FF.html
@@ -27,7 +27,6 @@
<h1 class=title>Tag: Flash Fiction</h1>
<ul>
<li><span><a class="external" href="http://365tomorrows.com/12/03/a-simple-lament/" title="Published on 2013-12-03">365 Tomorrows: A Simple Lament</a></span><span><a class="tag FF" href="/tags/FF.html">Flash Fiction</a></span></li>
-<li><span><a class="" href="../dnd/spell-gauntlet.html" title="Published on 2017-01-09">Spell Gauntlet: Practical Spellcasting</a></span><span><a class="tag FF" href="/tags/FF.html">Flash Fiction</a><a class="tag SS" href="/tags/SS.html">Short Story</a><a class="tag WP" href="/tags/WP.html">WIP</a></span></li>
</ul>
</article>
diff --git a/out/tags/HB.html b/out/tags/HB.html
index f90f788..76e4300 100644
--- a/out/tags/HB.html
+++ b/out/tags/HB.html
@@ -26,9 +26,8 @@
<h1 class=title>Tag: Homebrew</h1>
<ul>
-<li><span><a class="" href="../dnd/psionist-class.html" title="Published on 2016-07-16">Psionist Class [5e]</a></span><span><a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a></span></li>
<li><span><a class="" href="../dnd/psionic-schools.html" title="Published on 2017-01-09">Schools of Psionics</a></span><span><a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a></span></li>
-<li><span><a class="" href="../dnd/psionist2.html" title="Published on 2017-01-14 (updated on 2017-01-13)">[5e] Psionist Class - Rewrite [ALPHA]</a></span><span><a class="tag HB" href="/tags/HB.html">Homebrew</a></span></li>
+<li><span><a class="" href="../dnd/psionist.html" title="Published on 2017-01-24">[5e] Psionist Class - Rewrite [ALPHA]</a></span><span><a class="tag HB" href="/tags/HB.html">Homebrew</a></span></li>
</ul>
</article>
diff --git a/out/tags/SS.html b/out/tags/SS.html
index 6dfd2fc..88befdb 100644
--- a/out/tags/SS.html
+++ b/out/tags/SS.html
@@ -27,7 +27,6 @@
<h1 class=title>Tag: Short Story</h1>
<ul>
<li><span><a class="" href="../dnd/tastavi.html" title="Published on 2016-08-30">Tastavi D'Maelnor of Llolethane</a></span><span><a class="tag SS" href="/tags/SS.html">Short Story</a></span></li>
-<li><span><a class="" href="../dnd/spell-gauntlet.html" title="Published on 2017-01-09">Spell Gauntlet: Practical Spellcasting</a></span><span><a class="tag FF" href="/tags/FF.html">Flash Fiction</a><a class="tag SS" href="/tags/SS.html">Short Story</a><a class="tag WP" href="/tags/WP.html">WIP</a></span></li>
</ul>
</article>
diff --git a/out/tags/WP.html b/out/tags/WP.html
index 66a9d0a..9a61832 100644
--- a/out/tags/WP.html
+++ b/out/tags/WP.html
@@ -27,7 +27,6 @@
<h1 class=title>Tag: WIP</h1>
<ul>
<li><span><a class="external" href="../dnd/WaterdeepBazaar/WaterdeepBazaar.html" title="Published on 2015-12-14">Waterdeep Bazaar: Marketplace Generator</a></span><span><a class="tag DM" href="/tags/DM.html">DMing Resource</a><a class="tag WP" href="/tags/WP.html">WIP</a></span></li>
-<li><span><a class="" href="../dnd/spell-gauntlet.html" title="Published on 2017-01-09">Spell Gauntlet: Practical Spellcasting</a></span><span><a class="tag FF" href="/tags/FF.html">Flash Fiction</a><a class="tag SS" href="/tags/SS.html">Short Story</a><a class="tag WP" href="/tags/WP.html">WIP</a></span></li>
</ul>
</article>
diff --git a/out/tags/index.html b/out/tags/index.html
index de5222b..15c5848 100644
--- a/out/tags/index.html
+++ b/out/tags/index.html
@@ -35,7 +35,6 @@
<a href="ES.html">Tag: Essay</a>
</h2>
<ul>
-<li><span><a class="" href="../dnd/psionist-class.html" title="Published on 2016-07-16">Psionist Class [5e]</a></span><span><a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a></span></li>
<li><span><a class="" href="../dnd/psionic-schools.html" title="Published on 2017-01-09">Schools of Psionics</a></span><span><a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a></span></li>
</ul>
<h2>
@@ -43,29 +42,25 @@
</h2>
<ul>
<li><span><a class="external" href="http://365tomorrows.com/12/03/a-simple-lament/" title="Published on 2013-12-03">365 Tomorrows: A Simple Lament</a></span><span><a class="tag FF" href="/tags/FF.html">Flash Fiction</a></span></li>
-<li><span><a class="" href="../dnd/spell-gauntlet.html" title="Published on 2017-01-09">Spell Gauntlet: Practical Spellcasting</a></span><span><a class="tag FF" href="/tags/FF.html">Flash Fiction</a><a class="tag SS" href="/tags/SS.html">Short Story</a><a class="tag WP" href="/tags/WP.html">WIP</a></span></li>
</ul>
<h2>
<a href="HB.html">Tag: Homebrew</a>
</h2>
<ul>
-<li><span><a class="" href="../dnd/psionist-class.html" title="Published on 2016-07-16">Psionist Class [5e]</a></span><span><a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a></span></li>
<li><span><a class="" href="../dnd/psionic-schools.html" title="Published on 2017-01-09">Schools of Psionics</a></span><span><a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a></span></li>
-<li><span><a class="" href="../dnd/psionist2.html" title="Published on 2017-01-14 (updated on 2017-01-13)">[5e] Psionist Class - Rewrite [ALPHA]</a></span><span><a class="tag HB" href="/tags/HB.html">Homebrew</a></span></li>
+<li><span><a class="" href="../dnd/psionist.html" title="Published on 2017-01-24">[5e] Psionist Class - Rewrite [ALPHA]</a></span><span><a class="tag HB" href="/tags/HB.html">Homebrew</a></span></li>
</ul>
<h2>
<a href="SS.html">Tag: Short Story</a>
</h2>
<ul>
<li><span><a class="" href="../dnd/tastavi.html" title="Published on 2016-08-30">Tastavi D'Maelnor of Llolethane</a></span><span><a class="tag SS" href="/tags/SS.html">Short Story</a></span></li>
-<li><span><a class="" href="../dnd/spell-gauntlet.html" title="Published on 2017-01-09">Spell Gauntlet: Practical Spellcasting</a></span><span><a class="tag FF" href="/tags/FF.html">Flash Fiction</a><a class="tag SS" href="/tags/SS.html">Short Story</a><a class="tag WP" href="/tags/WP.html">WIP</a></span></li>
</ul>
<h2>
<a href="WP.html">Tag: WIP</a>
</h2>
<ul>
<li><span><a class="external" href="../dnd/WaterdeepBazaar/WaterdeepBazaar.html" title="Published on 2015-12-14">Waterdeep Bazaar: Marketplace Generator</a></span><span><a class="tag DM" href="/tags/DM.html">DMing Resource</a><a class="tag WP" href="/tags/WP.html">WIP</a></span></li>
-<li><span><a class="" href="../dnd/spell-gauntlet.html" title="Published on 2017-01-09">Spell Gauntlet: Practical Spellcasting</a></span><span><a class="tag FF" href="/tags/FF.html">Flash Fiction</a><a class="tag SS" href="/tags/SS.html">Short Story</a><a class="tag WP" href="/tags/WP.html">WIP</a></span></li>
</ul>
</article>
diff --git a/src/changelog.md b/src/changelog.md
index 9a05ee0..8b2becd 100644
--- a/src/changelog.md
+++ b/src/changelog.md
@@ -1,6 +1,15 @@
ChangeLog
=========
+## 2017-01-24 AndrewMurrell &lt;ImFromNASA@gmail.com&gt;
+
+remove unfinished sources
+
+ src/dnd/psionist-class.md | 1504 -------------------------------
+ src/dnd/{psionist2.org =&gt; psionist.org} | 0
+ src/dnd/spell-gauntlet.org | 683 --------------
+ 3 files changed, 2187 deletions(-)
+
## 2017-01-14 Andrew Murrell &lt;merl@neo.andrewdm.me&gt;
updated Psionist Title page
diff --git a/src/dnd/psionist-class.md b/src/dnd/psionist-class.md
deleted file mode 100644
index 66869db..0000000
--- a/src/dnd/psionist-class.md
+++ /dev/null
@@ -1,1504 +0,0 @@
----
-title: "Psionist Class [5e]"
-updated: "2016-07-16T21:01-0400"
-class: "dnd"
-categories: ES HB
----
-
-<div id="table-of-contents">
-<h2>Table of Contents</h2>
-<div id="text-table-of-contents">
-<ul>
-<li><a href="#sec-1">1 Introduction to the Psionist Class [5e]</a></li>
-<li><a href="#sec-2">2 The Psionist</a>
-<ul>
-<li><a href="#sec-2-1">2.1 Hit Points</a></li>
-<li><a href="#sec-2-2">2.2 Proficiencies</a></li>
-<li><a href="#sec-2-3">2.3 Equipment</a></li>
-<li><a href="#sec-2-4">2.4 Psionist Class Progression Table</a></li>
-<li><a href="#sec-2-5">2.5 Mind Powers</a>
-<ul>
-<li><a href="#sec-2-5-1">2.5.1 Psi Points</a></li>
-<li><a href="#sec-2-5-2">2.5.2 Psionic Ability</a></li>
-</ul>
-</li>
-<li><a href="#sec-2-6">2.6 Thought Sensitivity</a></li>
-<li><a href="#sec-2-7">2.7 Psionic Blast</a></li>
-<li><a href="#sec-2-8">2.8 Spellmind</a></li>
-<li><a href="#sec-2-9">2.9 Psionic Disciplines</a>
-<ul>
-<li><a href="#sec-2-9-1">2.9.1 Inquisitor</a></li>
-<li><a href="#sec-2-9-2">2.9.2 Kineticist</a></li>
-<li><a href="#sec-2-9-3">2.9.3 Metapsionist</a></li>
-<li><a href="#sec-2-9-4">2.9.4 Mind Master</a></li>
-<li><a href="#sec-2-9-5">2.9.5 Ascendant</a></li>
-</ul>
-</li>
-<li><a href="#sec-2-10">2.10 Perfect Mind</a></li>
-</ul>
-</li>
-<li><a href="#sec-3">3 Mind Powers</a>
-<ul>
-<li><a href="#sec-3-1">3.1 Basic Mind Powers (Cantrips)</a></li>
-<li><a href="#sec-3-2">3.2 First Level Mind Powers</a></li>
-<li><a href="#sec-3-3">3.3 Second Level Mind Powers</a></li>
-<li><a href="#sec-3-4">3.4 Third Level Mind Powers</a></li>
-<li><a href="#sec-3-5">3.5 Fourth Level Mind Powers</a></li>
-<li><a href="#sec-3-6">3.6 Fifth Level Mind Powers</a></li>
-<li><a href="#sec-3-7">3.7 Sixth Level Mind Powers</a></li>
-<li><a href="#sec-3-8">3.8 Seventh Level Mind Powers</a></li>
-<li><a href="#sec-3-9">3.9 Eighth Level Mind Powers</a></li>
-<li><a href="#sec-3-10">3.10 Ninth Level Mind Powers</a></li>
-</ul>
-</li>
-<li><a href="#sec-4">4 Thanks</a></li>
-</ul>
-</div>
-</div>
-<div id="outline-container-1" class="outline-2">
-<h2 id="sec-1"><span class="section-number-2">1</span> Introduction to the Psionist Class [5e]</h2>
-<div class="outline-text-2" id="text-1">
-<p>
-Because the power of psionics is vast but strange, over the eons many
-have learned to harness its power in wildly different ways. From
-warriors who use it to strengthen their blades to conjurers who pull
-matter from astral plane, psionic characters have always been the
-exception to the rule. As such, it is no surprise that it is difficult
-if not impossible to encompass all possible psionics users in a single
-class.
-</p>
-<p>
-That said, a common archetype for a user of psionics is that of the
-"Mind Mage" or Psionist, a highly skilled and intelligent adept who
-typically engages in combat by evoking psionic powers in a similar way
-that a Weave-based spellcaster would.<sup><a class="footref" name="fnr-.1" href="#fn-.1">1</a></sup>
-</p>
-<p>
-The following is a complete 5th edition class with options for
-creating the most common archetypes of psionic manifesters.<sup><a class="footref" name="fnr-.2" href="#fn-.2">2</a></sup>
-</p>
-</div>
-</div>
-<div id="outline-container-2" class="outline-2">
-<h2 id="sec-2"><span class="section-number-2">2</span> The Psionist</h2>
-<div class="outline-text-2" id="text-2">
-<p>
-A robed man watches the bar from a dark corner, carefully reading
-minds and waiting for a certain noble to step past the line of
-treason and arrest him.
-</p>
-<p>
-An invisible thief moves silently through the night. She approaches a
-locked and warded gate, looks around for guards, and then phases
-silently through it and into the estate, floating up to the second
-story window and continuing inside.
-</p>
-<p>
-A gnome sits hunched over a block of stone meditating deeply and
-tracing lines along its surface. Slowly he opens his eyes and marvels
-as the golem rises to its feet, rubs its chin thoughtfully, and bows
-before its master.
-</p>
-<p>
-A blue goblin bends a giant to her will, sending him running into the
-sea bound for faraway lands.
-</p>
-<p>
-An old man clad in white robes and an impish smile dismisses an
-inclement fire ball into the Plane of Fire and escapes into a
-glimmering portal bound for the outer planes.
-</p>
-<p>
-Each of these people are Psionists, a diverse class of psionic
-manifesters, who use their minds to interact with the world around
-them. Some are born with the abilities, some are awakened by strange
-alien forces, and some come to Psionic power after years of exhaustive
-meditation and training. Regardless of how they came into their
-powers, Psionists are generally intelligent and motivated individuals
-whose strange abilities invariably set them upon roads bound for
-adventure.
-</p>
-<p>
-As a Psionist, you gain the following class features.
-</p>
-</div>
-<div id="outline-container-2-1" class="outline-3">
-<h3 id="sec-2-1"><span class="section-number-3">2.1</span> Hit Points</h3>
-<div class="outline-text-3" id="text-2-1">
-<ul>
-<li><b>Hit Dice</b>: 1d6 per psionist level
-</li>
-<li><b>Hit Points at 1st Level</b>: 6 + your Constitution modifier
-</li>
-<li><b>Hit Points at Higher Levels</b>: 1d6 (or 4) + your Constitution modifier per psionist level after 1st
-</li>
-</ul>
-</div>
-</div>
-<div id="outline-container-2-2" class="outline-3">
-<h3 id="sec-2-2"><span class="section-number-3">2.2</span> Proficiencies</h3>
-<div class="outline-text-3" id="text-2-2">
-<ul>
-<li><b>Armor</b>: Light armor
-</li>
-<li><b>Weapons</b>: Simple Weapons
-</li>
-<li><b>Tools</b>: None
-</li>
-<li><b>Saving Throws</b>: Intelligence
-</li>
-<li><b>Skills</b>: Choose two skills from Arcana, History, Insight,
- Investigation, Medicine, Perception, or Religion
-</li>
-</ul>
-</div>
-</div>
-<div id="outline-container-2-3" class="outline-3">
-<h3 id="sec-2-3"><span class="section-number-3">2.3</span> Equipment</h3>
-<div class="outline-text-3" id="text-2-3">
-<p>You start with the following equipment, in addition to the equipment
-granted by your background:
-</p>
-<ul>
-<li>(a) a spear or (b) a mace
-</li>
-<li>(a) leather armor
-</li>
-<li>(a) light crossbow and 20 bolts or (b) any simple weapon
-</li>
-<li>(a) a scholar's pack or (b) an explorer's pack
-</li>
-</ul>
-</div>
-</div>
-<div id="outline-container-2-4" class="outline-3">
-<h3 id="sec-2-4"><span class="section-number-3">2.4</span> Psionist Class Progression Table</h3>
-<div class="outline-text-3" id="text-2-4">
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
-<colgroup><col class="right" /><col class="right" /><col class="left" /><col class="right" /><col class="left" /><col class="right" /><col class="right" />
-</colgroup>
-<thead>
-<tr><th scope="col" class="right"></th><th scope="col" class="right">Prof.</th><th scope="col" class="left"></th><th scope="col" class="right"></th><th scope="col" class="left">Max</th><th scope="col" class="right"></th><th scope="col" class="right"></th></tr>
-<tr><th scope="col" class="right">Level</th><th scope="col" class="right">Bonus</th><th scope="col" class="left">Features</th><th scope="col" class="right">Psi</th><th scope="col" class="left">Power</th><th scope="col" class="right">Cantrips</th><th scope="col" class="right">Powers</th></tr>
-<tr><th scope="col" class="right"></th><th scope="col" class="right"></th><th scope="col" class="left"></th><th scope="col" class="right">Points</th><th scope="col" class="left">Level</th><th scope="col" class="right">Known</th><th scope="col" class="right">Known</th></tr>
-</thead>
-<tbody>
-<tr><td class="right">1</td><td class="right">+2</td><td class="left"><a href="#sec-2-5">Mind Powers</a>, <a href="#sec-2-6">Thought Sensitivity</a></td><td class="right">4</td><td class="left">1st</td><td class="right">3</td><td class="right">2</td></tr>
-<tr><td class="right">2</td><td class="right">+2</td><td class="left"><a href="#sec-2-7">Psionic Blast</a>, <a href="#sec-2-8">Spellmind</a> 1</td><td class="right">6</td><td class="left">1st</td><td class="right">3</td><td class="right">3</td></tr>
-<tr><td class="right">3</td><td class="right">+2</td><td class="left">Psionic Discipline Feature (1)</td><td class="right">14</td><td class="left">2nd</td><td class="right">3</td><td class="right">4</td></tr>
-<tr><td class="right">4</td><td class="right">+3</td><td class="left">Ability Score Improvement</td><td class="right">17</td><td class="left">2nd</td><td class="right">3</td><td class="right">4</td></tr>
-<tr><td class="right">5</td><td class="right">+3</td><td class="left"><a href="#sec-2-8">Spellmind</a> 2</td><td class="right">27</td><td class="left">3rd</td><td class="right">4</td><td class="right">5</td></tr>
-<tr><td class="right">6</td><td class="right">+3</td><td class="left">Psionic Discipline Feature (2)</td><td class="right">32</td><td class="left">3rd</td><td class="right">4</td><td class="right">6</td></tr>
-<tr><td class="right">7</td><td class="right">+3</td><td class="left">-</td><td class="right">38</td><td class="left">4th</td><td class="right">4</td><td class="right">7</td></tr>
-<tr><td class="right">8</td><td class="right">+3</td><td class="left">Ability Score Improvement</td><td class="right">44</td><td class="left">4th</td><td class="right">4</td><td class="right">7</td></tr>
-<tr><td class="right">9</td><td class="right">+4</td><td class="left"><a href="#sec-2-8">Spellmind</a> 3</td><td class="right">57</td><td class="left">5th</td><td class="right">4</td><td class="right">8</td></tr>
-<tr><td class="right">10</td><td class="right">+4</td><td class="left">Psionic Discipline Feature (3)</td><td class="right">64</td><td class="left">5th</td><td class="right">5</td><td class="right">9</td></tr>
-<tr><td class="right">11</td><td class="right">+4</td><td class="left">-</td><td class="right">73</td><td class="left">6th</td><td class="right">5</td><td class="right">10</td></tr>
-<tr><td class="right">12</td><td class="right">+5</td><td class="left">Ability Score Improvement</td><td class="right">73</td><td class="left">6th</td><td class="right">5</td><td class="right">10</td></tr>
-<tr><td class="right">13</td><td class="right">+5</td><td class="left"><a href="#sec-2-8">Spellmind</a> 4</td><td class="right">83</td><td class="left">7th</td><td class="right">5</td><td class="right">11</td></tr>
-<tr><td class="right">14</td><td class="right">+5</td><td class="left">Psionic Discipline Feature (4)</td><td class="right">83</td><td class="left">7th</td><td class="right">5</td><td class="right">12</td></tr>
-<tr><td class="right">15</td><td class="right">+5</td><td class="left">-</td><td class="right">94</td><td class="left">8th</td><td class="right">5</td><td class="right">13</td></tr>
-<tr><td class="right">16</td><td class="right">+5</td><td class="left">Ability Score Improvement</td><td class="right">94</td><td class="left">8th</td><td class="right">5</td><td class="right">13</td></tr>
-<tr><td class="right">17</td><td class="right">+6</td><td class="left"><a href="#sec-2-8">Spellmind</a> 5</td><td class="right">107</td><td class="left">9th</td><td class="right">5</td><td class="right">14</td></tr>
-<tr><td class="right">18</td><td class="right">+6</td><td class="left">Psionic Discipline Feature (5)</td><td class="right">114</td><td class="left">9th</td><td class="right">5</td><td class="right">15</td></tr>
-<tr><td class="right">19</td><td class="right">+6</td><td class="left">Ability Score Improvement</td><td class="right">123</td><td class="left">9th</td><td class="right">5</td><td class="right">16</td></tr>
-<tr><td class="right">20</td><td class="right">+6</td><td class="left"><a href="#sec-2-10">Perfect Mind</a></td><td class="right">133</td><td class="left">9th</td><td class="right">5</td><td class="right">17</td></tr>
-</tbody>
-</table>
-</div>
-</div>
-<div id="outline-container-2-5" class="outline-3">
-<h3 id="sec-2-5"><span class="section-number-3">2.5</span> Mind Powers</h3>
-<div class="outline-text-3" id="text-2-5">
-<p>
-All Psionic abilities except those that cast spells are mind
-powers. Intelligence is your psionic ability for your mind
-powers. Your intellect determines the strength of the psionic effects
-you manifest. In addition, you use your Intelligence modifier when
-setting the saving throw DC for a mind power or when making an attack
-roll with one. Manifesting mind powers does not require verbal,
-somatic, or material components unless those components have an
-explicit cost associated with them or are consumed.
-</p>
-<ul>
-<li>Psionic Powers of sixth level and higher take a drastic mental toll
- when manifested. You may only manifest one sixth, one seventh, one
- eighth, and one ninth level power per day.
-</li>
-</ul>
-</div>
-<div id="outline-container-2-5-1" class="outline-4">
-<h4 id="sec-2-5-1"><span class="section-number-4">2.5.1</span> Psi Points</h4>
-<div class="outline-text-4" id="text-2-5-1">
-<p>
-Psi points represent a Psionist's pool of mental energy. It expands as
-she gains levels in the Psionist class and becomes more powerful. When
-manifesting powers, she uses a number of psi points according to the
-table below.
-</p>
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
-<colgroup><col class="right" /><col class="right" />
-</colgroup>
-<thead>
-<tr><th scope="col" class="right">Power Level</th><th scope="col" class="right">Point Cost</th></tr>
-</thead>
-<tbody>
-<tr><td class="right">1</td><td class="right">2</td></tr>
-<tr><td class="right">2</td><td class="right">3</td></tr>
-<tr><td class="right">3</td><td class="right">5</td></tr>
-<tr><td class="right">4</td><td class="right">6</td></tr>
-<tr><td class="right">5</td><td class="right">7</td></tr>
-<tr><td class="right">6</td><td class="right">9</td></tr>
-<tr><td class="right">7</td><td class="right">10</td></tr>
-<tr><td class="right">8</td><td class="right">11</td></tr>
-<tr><td class="right">9</td><td class="right">13</td></tr>
-</tbody>
-</table>
-<p>
-All spent psi points are recovered after a long rest.
-</p>
-</div>
-</div>
-<div id="outline-container-2-5-2" class="outline-4">
-<h4 id="sec-2-5-2"><span class="section-number-4">2.5.2</span> Psionic Ability</h4>
-<div class="outline-text-4" id="text-2-5-2">
-<p>
-<b>Mind Powers Save DC</b> = 8 + your proficiency bonus + your Intelligence
-modifier
-</p>
-<p>
-<b>Mind Power Attack Modifier</b> = your proficiency bonus + your
-Intelligence modifier
-</p>
-</div>
-</div>
-</div>
-<div id="outline-container-2-6" class="outline-3">
-<h3 id="sec-2-6"><span class="section-number-3">2.6</span> Thought Sensitivity</h3>
-<div class="outline-text-3" id="text-2-6">
-<p>
-As a Psionist, you are attuned to the thoughts and feelings of
-others, as well as the concentration of psionic energy in an area.
-</p>
-<ul>
-<li>You have disadvantage on Concentration checks and Intelligence
- saving throws if the number of thinking creatures within 10 feet
- of you is greater than or equal to three times your Psionist
- level.
-</li>
-<li>It is more difficult for a group of people to surprise you. If
- you enter an area with a group of five or more hidden creatures,
- you feel their presence and cannot be surprised by them. You can
- not determine their location relative to you or where they are
- hiding.
-</li>
-<li>Also, as an action you can examine an object or creature within
- 10 feet of you to psionically determine whether or not it has a
- mind. You cannot determine this if it is shielded or immune to
- having its mind read.
-</li>
-</ul>
-</div>
-</div>
-<div id="outline-container-2-7" class="outline-3">
-<h3 id="sec-2-7"><span class="section-number-3">2.7</span> Psionic Blast</h3>
-<div class="outline-text-3" id="text-2-7">
-<p>
-As an action, you may attempt to use your mastery of psionics to deal
-psychic damage to a living target you can see within 60 feet of you.
-</p>
-<p>
-If you do so, your target must make an Intelligence saving throw or
-take psychic damage as determined by the Psionic Blast column of the
-Psionist table. In addition, if your target rolls less than your Mind
-Power Attack Modifier on this saving throw they are stunned until your
-next round.
-</p>
-</div>
-</div>
-<div id="outline-container-2-8" class="outline-3">
-<h3 id="sec-2-8"><span class="section-number-3">2.8</span> Spellmind</h3>
-<div class="outline-text-3" id="text-2-8">
-<p>
-By interacting with magic in the world, and the knowledge of those who
-manipulate it, you learn to alter your state of mind to allow yourself
-to cast spells through the Weave.
-</p>
-<p>
-Whenever earn a rank of Spellmind (levels 2, 5, 10, 14, and 17) you
-may choose a spell from another class' spell list of a level equal to
-the number of times you have this feature (for example, at level 10
-you choose a third level spell in addition to the first and second
-level spells you have already chosen). Once per long rest, you may
-cast this spell as if you were of the appropriate spellcasting class
-except that it does not require vocal or somatic components (material
-components are still required unless using an appropriate
-focus. Material components requiring a cost are always required) and
-it uses your Mind Power Save DC and Intelligence modifier for
-determining saving throws or spell attack rolls. Casting spells with
-the feature uses the Weave and can be countered or dispelled. Each
-time you level up, you may choose to replace a spell you learned with
-Spellmind with another spell of the same level (it doesn't have to be
-from the same class spell list).
-</p>
-</div>
-</div>
-<div id="outline-container-2-9" class="outline-3">
-<h3 id="sec-2-9"><span class="section-number-3">2.9</span> Psionic Disciplines</h3>
-<div class="outline-text-3" id="text-2-9">
-<p>
-Psionic Disciplines represent the ways in which Psionists interact
-with the Psionic Field and manifest their powers. You select a
-discipline at 3rd level and it grants sequential access tiers of
-abilities at 3rd, 6th, 9th, 14th, and 18th levels.
-</p>
-</div>
-<div id="outline-container-2-9-1" class="outline-4">
-<h4 id="sec-2-9-1"><span class="section-number-4">2.9.1</span> Inquisitor</h4>
-<div class="outline-text-4" id="text-2-9-1">
-<p>
-Inquisitors read thoughts and auras, learn skills, and draw power from
-the minds of others. A master Inquisitor in a crowd of people is
-capable of spectacular feats of power, will, and skill.
-</p>
-<p>
-At 3rd level when taking the Inquisitor Discipline, you gain access to
-all abilities under the Detective Tier. You likewise gain abilities in
-Melder, Mimic, Tactician, and Imperator Tiers upon reaching
-6th, 10th, 14th, and 18th levels respectively.
-</p>
-<p>
-<b>Bonus Proficiencies</b>: Insight, Investigation, double your proficiency
-bonus for Intelligence saving throws.
-</p>
-<ul>
-<li id="sec-2-9-1-1"><b>Detective</b><br/>
-<p>
-<b>Improved Thought Sensitivity</b>: You no longer are disadvantaged by
-swarming crowds of people, in fact, you have grown to excel in such
-areas of high density Psionic Field. The first part of your Thought
-Sensitivity ability now reads "You have advantage on concentration
-checks and intelligence saving throws while within 10 feet of 2 or
-more thinking creatures."
-</p>
-<p>
-<b>Detect Strike</b>: You sense when an opponent decides to strike you and
-can mentally prepare yourself. When you are attacked by a creature you
-can see, you may use your reaction to get a +2 bonus to armor class
-against that creature until your next turn. At 14th level, this
-increases to a +4 bonus.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-1-2"><b>Melder</b><br/>
-<p>
-<b>Mind Meld</b>: As an action, you may touch a creature with an
-Intelligence of 5 or greater and attempt to meld your consciousnesses
-together. Doing so can be dangerous. If you attempt to meld with an
-unwilling creature, it makes a Wisdom saving throw to block the mental
-intrusion, otherwise a link is established. While the link is active,
-thoughts, emotions, and memories are shared freely between yourself
-and the creature. During a mind meld, since your minds are linked, it
-is more difficult to lie or to hide information. To do so requires a
-Concentration (Intelligence) contest for each lie or omission. Either
-party may attempt to leave the mind meld by repeating the wisdom
-saving throw (if you attempt to leave, you must also make a wisdom
-saving throw against your Mind Power save DC). If the link is broken
-in this way, or in any other way (such as the death of one of its
-participants or being physically torn from touching one another)
-before both parties explicitly agree to do so, both parties take 10d6
-psychic damage. You may only use this feature once per long rest.
-</p>
-<p>
-<b>Touch of Tongues</b>: If a creature speaks at least one language, as an
-action you may concentrate to translate their intentions, though not
-their exact wording, into a language you know. This uses your
-concentration for manifesting mind powers or casting spells and the
-effect ends when you cease concentrating on it.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-1-3"><b>Mimic</b><br/>
-<p>
-<b>Mimic Skill</b>: You tap into the minds of those around you to
-temporarily learn skills and proficiencies. You may target a creature
-within 30 feet of you. An unwilling creature makes an wisdom saving
-throw or is affected. You may learn a skill, armor, weapon, or tool
-proficiency from the targeted creature for 1 hour. Additionally, you
-may use this feature during a Mind Meld. When doing so, you retain the
-proficiency for up to one week. You may use this feature once per
-short rest.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-1-4"><b>Tactician</b><br/>
-<p>
-<b>Tactician</b>: You learn to relay sensory information and plans to and
-from those around you. When determining if you can see a creature or
-object, whether for a spell, mind power, or other ability, or
-otherwise, you may use the senses of any creatures within 60 feet of
-you instead of your own. You may extend this ability to willing
-creatures in range by expending a psi point for each creature you
-target. In addition, you may freely exchange thoughts or images with
-any creatures to which you have extended this ability for the
-duration. The shared effect ends if you are incapacitated or after one
-hour.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-1-5"><b>Imperator</b><br/>
-<p>
-<b>One With All</b>: You thrive in areas of high density psionic
-energy. Once per long rest, if you are within 60 feet of 20 or more
-people you gain proficiency in all skills, languages, and saving
-throws, automatically succeed concentration checks, and any psionic
-abilities that you manifest or spells you cast are considered to be
-manifested or cast from one level higher. This effect lasts a number
-of minutes equal to the number of people within 60 feet of you when
-you manifest it (maximum 1 hour).
-</p>
-</li>
-</ul>
-</div>
-</div>
-<div id="outline-container-2-9-2" class="outline-4">
-<h4 id="sec-2-9-2"><span class="section-number-4">2.9.2</span> Kineticist</h4>
-<div class="outline-text-4" id="text-2-9-2">
-<p>
-Kineticists alter the physical world by extending the conception of
-self to encompass their surroundings. A master Kineticist can lift a
-weapon without touching it and walk up the side of a building by
-simply willing it so.
-</p>
-<p>
-At 3rd level when taking the Kineticist Discipline, you gain access to
-all abilities under the Enhanced Self Tier. You likewise gain
-abilities in Extended Self, Kineticist, Master Kineticist, and Kinetic
-Avatar Tiers upon reaching 6th, 10th, 14th, and 18th levels
-respectively.
-</p>
-<p>
-<b>Bonus Proficiencies</b>: Acrobatics, Dexterity saving throws.
-</p>
-<ul>
-<li id="sec-2-9-2-1"><b>Enhanced Self</b><br/>
-<p>
-<b>Wall Walk</b>: You may travel up vertical surfaces as if they were
-difficult terrain.
-</p>
-<p>
-<b>Force Repulsion</b>: As an action you may have target creature within 60
-feet of you makes a Strength saving throw. If it fails, it is pushed
-up to 30 feet away from you and requires spending twice its movement
-to approach you until your next turn.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-2-2"><b>Extended Self</b><br/>
-<p>
-<b>Kinematics</b>: You learn the Minor Kinematics Cantrip with the slight
-differences noted below. It does not count against the number of
-Cantrips known. The number of objects or creatures that can be
-levitated is doubled. The maximum weight of an object or creature that
-can be levitated is doubled. When lifting objects with the Minor
-Kinematics psionic cantrip, you may attempt to attack a creature in
-range that you can see with those objects. An attack can be made as
-either an action or a bonus action or both using your Int modifier +
-your proficiency bonus to hit. You are considered proficient with
-these attacks and their damage is determined by the statistics of the
-objects being levitated (e.g. a longsword would deal 1d8 + your
-Intelligence modifier slashing damage and a levitated boot would deal
-1 + Intelligence). Floating objects can be attacked or pulled
-downwards, which causes the cantrip's effect holding them aloft to
-fail. If you attempt to make a ranged attack with a floating object,
-it must have the loading property and be loaded and such an attack may
-not be performed as a bonus action. You cannot load a weapon or
-activate a magic item using the Minor Kinematics cantrip.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-2-3"><b>Kineticist</b><br/>
-<p>
-<b>Improved Levitation</b>: You may manifest the second level psionic power
-Levitation at will without expending psi points.
-</p>
-<p>
-<b>Psychoportation</b>: Your movement speed is doubled.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-2-4"><b>Master Kineticist</b><br/>
-<p>
-<b>Phasing</b>: Once per short rest, as an action on your turn, you may
-spend a psi point to become intangible until your next turn. You may
-pass through solid objects and are invulnerable to nonmagical
-bludgeoning, slashing, and piercing damage, but not structures,
-boundaries, or weapons created by magical force. Your gear may become
-intangible with you. On subsequent turns, you may spend a psi point at
-the beginning of your turn to remain intangible. If you start your
-turn inside an object and cannot spend a psi point to remain
-intangible, you are merged bodily with that object. If your body
-cannot continue to function or your brain is destroyed, you die.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-2-5"><b>Kinetic Avatar</b><br/>
-<p>
-<b>Kinetic Avatar</b>: You extend your sense of self into the world around
-you, animating and controlling objects and structures in your
-vicinity, then pulling them around you in a swirling cocoon of
-armor. The effect lasts for 1 minute.
-</p>
-<ul>
-<li>You gain a flying speed equal to your normal speed for the
- duration.
-</li>
-<li>Your armor class increases by 10 for the duration, though this
- bonus decays as parts of your Avatar armor are destroyed.
-</li>
-<li>You gain a number of temporary hit points equal to your Psionist
- level for the duration. Whenever you take damage your bonus armor
- class decreases by 1 as part of the armor is sheared away.
-</li>
-<li>At any point you may shed 5 points of bonus AC to manifest the 5th
- level psionic power Animate Objects without spending psi
- points. The animated objects can fly.
-</li>
-</ul>
-</li>
-</ul>
-</div>
-</div>
-<div id="outline-container-2-9-3" class="outline-4">
-<h4 id="sec-2-9-3"><span class="section-number-4">2.9.3</span> Metapsionist</h4>
-<div class="outline-text-4" id="text-2-9-3">
-<p>
-Metapsionists can alter minds and bodies to concentrate or disperse
-psionic energy and effects. A master Metapsionist can shapeshift,
-grant spellcasting and psionics, and disrupt the spellcasting and
-psionics of others.
-</p>
-<p>
-At 3rd level when taking the Metapsionist Discipline, you gain access
-to all abilities under the Awakened Tier. You likewise gain abilities
-in Empowered, Metapsionist, Living Mind, and Psionic Soul Tiers upon
-reaching 6th, 10th, 14th, and 18th levels respectively.
-</p>
-<p>
-<b>Bonus Proficiencies</b>: Medicine, Constitution saving throws.
-</p>
-<ul>
-<li id="sec-2-9-3-1"><b>Awakened</b><br/>
-<p>
-<b>Psionic Blade Ward</b>: You learn to ready your body to withstand
-damaging strikes. As a bonus action, you may spend a psi point to
-manifest the psionic cantrip Blade Ward (you don't have to be able to
-manifest that cantrip normally).
-</p>
-<p>
-<b>Psionic Recovery</b>: Once per day when you finish a short rest you may
-regain a number of psi points equal to your Psionist level (up to 9).
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-3-2"><b>Empowered</b><br/>
-<p>
-<b>Psionic Restoration</b>: Once per long rest at the start of your turn,
-you may remove a mind-altering condition from yourself. Alternatively,
-you may use an action to end a mind-altering condition from a creature
-you touch. These may be Charmed or Frightened.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-3-3"><b>Metapsionist</b><br/>
-<p>
-<b>Grant Psionics</b>: Once per long rest as an action you plant a seed of
-psionic ability in a willing creature you touch. For 24 hours they
-gain the ability to manifest a psionic power of your choice of 2nd
-level or lower and gain 6 psi points. If you manifest this ability on
-the same target every day for a month (30 days), the change becomes
-permanent and the creature is considered to be able to innately
-manifest that ability. You may not grant more than one ability to a
-creature, nor can you target a creature that already can manifest
-psionic abilities.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-3-4"><b>Living Mind</b><br/>
-<p>
-<b>Spell Mimicry</b> When you observe an arcane spell being cast by an
-individual within 10 feet of you, you may use your reaction to attempt
-to read the mind of its caster and create a psionic imprint of the
-spellcasting in your mind. To do so, make a spellcraft Intelligence
-(Arcana) check against 10 + the spell's level. You may not make this
-check against a spellcaster who is shielded from psychic intrusion
-(such as under the effect of a Mind Blank spell). Additionally, the
-psychic intrusion is not subtle. An unwilling caster may make a wisdom
-saving throw against your Mind Powers Save DC to prevent you from
-reading the details of the spell and determine your location. You may
-store up to two spells in this way, none of which are above fifth
-level. You may not imprint more than two spells in a day. Casting an
-imprinted spell requires the use of whatever components, including
-material, are normally required in its casting or an appropriate
-arcane focus, however, spells cast in this way use your Psionic
-Ability, Save DC, and Attack Modifier when relevant. They also require
-you to expend a number of psi points as if you were manifesting a Mind
-Power of that level. You must cast the spell at its lowest
-level. Spells cast in this way are magical and can be countered and
-dispelled. Once you have cast an imprinted spell in this way, you lose
-the imprint.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-3-5"><b>Psionic Soul</b><br/>
-<p>
-<b>Diminish/Enhance Psionics</b>: You have learned the deep secrets of the
-Hidden Art. When you or a creature you can see manifests a psionic
-power or you encounter an existing psionic effect, you may choose to
-apply one of the following effects to modify it as a reaction.
-</p>
-<ul>
-<li><span style="text-decoration:underline;">Fork/Merge</span>: You may increase or decrease the number of effected
- creatures by 1.
-</li>
-<li><span style="text-decoration:underline;">Expand/Contract</span>: You may enlarge or reduce the area of effect by 5
- feet.
-</li>
-<li><span style="text-decoration:underline;">Extend/Curtail</span>: You may increase or decrease the duration by 1
- minute.
-</li>
-<li><span style="text-decoration:underline;">Shape</span>: You may change the shape of the area of effect (but not
- the direction).
-</li>
-<li><span style="text-decoration:underline;">Counter</span>: You may make an Intelligence (Psionics) check against 10 +
- the power's level to end the effect.
-</li>
-<li><span style="text-decoration:underline;">Splice</span>: You may choose a psionic power of 2nd level or lower and
- add its effects (choosing targets separately if applicable) to the
- manifestation (this only applies to powers you manifest or see
- being manifested).
-</li>
-</ul>
-<p>
-You may use this ability once per short rest.
-</p>
-</li>
-</ul>
-</div>
-</div>
-<div id="outline-container-2-9-4" class="outline-4">
-<h4 id="sec-2-9-4"><span class="section-number-4">2.9.4</span> Mind Master</h4>
-<div class="outline-text-4" id="text-2-9-4">
-<p>
-Mind Masters exert their will directly upon the minds of others. A
-master Mind Master can dominate and imprison the minds of others and
-even move their consciousness from mind to mind at will. Mind Masters
-tend to be neutral or evil in alignment.
-</p>
-<p>
-At 3rd level when taking the Mind Master Discipline, you gain access
-to all abilities under the Powerful Mind Tier. You likewise gain
-abilities in Dominating Mind, Transcendent Mind, Mind-Slaver, and
-Imprisoner tiers upon reaching 6th, 10th, 14th, and 18th levels
-respectively.
-</p>
-<p>
-<b>Bonus Proficiencies</b>: Persuasion, Wisdom saving throws.
-</p>
-<ul>
-<li id="sec-2-9-4-1"><b>Powerful Mind</b><br/>
-<p>
-<b>Deep Suggestion</b>: You may manifest the second level mind power
-Suggestion once per long rest without expending any psi points. When
-you do, the creature you target has disadvantage on the saving throw.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-4-2"><b>Dominating Mind</b><br/>
-<p>
-<b>Impose Will</b>: Once per short rest, you may cause a creature making a
-saving throw against one of your mind powers, abilities, or your
-psionic blast to have disadvantage on that saving throw. You must do
-so before the roll is made. Once you've used this feature on a
-creature, you may not do so again on that same creature until you
-finish a long rest.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-4-3"><b>Transcendent Mind</b><br/>
-<p>
-<b>Psychic Potency</b>: When you deal psychic damage to a target that is
-stunned, you deal an additional amount of damage equal to twice your
-Intelligence modifier.
-</p>
-<p>
-<b>Psychic Entity</b>: When you die, you may attempt to force your way into
-another creature's body to continue living. To do so, a target
-creature within 30 feet of you makes a Charisma saving throw. On a
-success, you die, otherwise, you take control of the target's body and
-force their consciousness into dormancy. You gain their physical
-features (Strength, Dexterity, Constitution) but retain all of your
-other traits. Once every 24 hours, or whenever you take damage greater
-than 50% of your max hit points, the dormant consciousness may attempt
-to resume control of the body by making a Charisma saving throw. On a
-success, you are forced out of the body and must either attempt to use
-this feature again on a different target or die.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-4-4"><b>Mind-Slaver</b><br/>
-<p>
-<b>Enslave</b>: Once per long rest as an action you may target a creature
-you can see within 30 feet of you. The target must succeed on a Wisdom
-saving throw or be charmed by you until you die or are on a different
-plane of existence from it. The charmed target is under your control
-and can't take reactions, and you and the target can communicate
-telepathically with each other over any distance. Whenever the charmed
-target takes damage, it can repeat its saving throw. On a success, the
-effect ends. No more than once every 24 hours, the target can also
-repeat the saving throw when it is at least one mile away from you.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-4-5"><b>Imprisoner</b><br/>
-<p>
-<b>Imprisonment</b>: You learn the 9th level Wizard spell Imprisonment as a
-ninth level mind power. It does not count against the number of powers
-known, but costs the normal number of psi points to manifest. As a
-Mind Master, Imprisonment gains an additional option: Mind Prison. You
-may choose to Imprison the creature directly in your mind. There is no
-material component needed for this option. If you die or your
-consciousness leaves your body for a period longer than 8 hours (as
-with an Astral Projection spell), the prisoner is released. While
-imprisoned in your mind, the creature may sense what you allow it to
-sense and you may read the creature's surface thoughts as with a
-Detect Thoughts spell. No more than one creature may be imprisoned
-this way at a time.
-</p>
-</li>
-</ul>
-</div>
-</div>
-<div id="outline-container-2-9-5" class="outline-4">
-<h4 id="sec-2-9-5"><span class="section-number-4">2.9.5</span> Ascendant</h4>
-<div class="outline-text-4" id="text-2-9-5">
-<p>
-Ascendants feel the pull of psionic energy from other planes and
-dimensions and can learn to manipulate the fabric of reality. A master
-Ascendant can open portals and doorways to distant places, summon
-inanimate objects and creatures from their home planes, and banish
-creatures from other planes back to whence they came.
-</p>
-<p>
-At 3rd level when taking the Ascendant Discipline, you gain access to
-all abilities under the Astral Apporter tier. You likewise gain
-abilities in Planar Adept, Ascendant, Shaper, and Master of the Planes
-Tiers upon reaching 6th, 10th, 14th, and 18th levels respectively.
-</p>
-<p>
-<b>Bonus Proficiencies</b>: Arcana, Charisma Saving Throws.
-</p>
-<ul>
-<li id="sec-2-9-5-1"><b>Astral Apporter</b><br/>
-<p>
-<b>Astral Armor</b>: As an action, you may conjure a coating of astral
-matter which covers the skin. This coating lasts for 1 hour and
-radiates dim light. Your AC becomes 13 + your Dexterity modifier for
-the duration. As a reaction, you may explicitly harden the coating,
-which temporarily increases your AC to 15 + Dex, but destroys the
-armor in a flash of bright light. Creatures within 5 feet of you when
-the armor is destroyed must make a Constitution saving throw or be
-blinded until your next turn.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-5-2"><b>Planar Adept</b><br/>
-<p>
-<b>Call Energy</b>: You feel the cosmic pull of the planes of Positive and
-Negative Energy. Once per long rest, as an action you may cover an
-20-ft radius sphere centered at a point you can see in planar
-energy. Choose either a) the Positive Energy Plane or b) the Negative
-Energy Plane. The covered area is either a) bathed in a dull glow or
-b) shrouded in a misty shadow which a) heals each living creature in
-range by 1 hp at the end of each creature's turn or b) deals 1 damage
-per turn to all living things in range and the end of each creature's
-turn. Maintaining this effect requires concentration and may last no
-longer than a minute.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-5-3"><b>Ascendant</b><br/>
-<p>
-<b>Planar Abjuration</b>: As a reaction to a spell or effect within 30 ft
-of you that would deal fire, cold, lightning, thunder, radiant, or
-necrotic damage, you channel the powers of the elemental and outer
-planes to reduce the damage dealt by that spell by an amount equal to
-your Intelligence modifier + your Psionist level. If the spell or
-effect has an area of effect, the damage each affected creature takes
-is reduced by this much. Damage reduction is applied before applying
-resistances.
-</p>
-<p>
-<b>Banishing Blast</b>: When a creature native to a different plane of
-existence than the one it is on fails its saving throw against your
-Psionic Blast it makes a Charisma saving throw. If it fails this
-saving throw, it is banished to its plane of origin with a faint
-popping sound for 1 minute. While there, the target is
-incapacitated. When the minute is finished, it returns to the nearest
-unoccupied space from where it left.
-</p>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-5-4"><b>Shaper</b><br/>
-<p>
-<b>Conjure Astral Construct</b>: Once per long rest, as an action, you may
-create an Astral construct from Astral matter pulled from the Astral
-Plane.
-</p>
-<p>
-Though you may customize the exact form of the construct to your
-liking, the statistics for the Astral Construct are the same as that
-of the Helmed Horror (page 183 in the Monster Manual) with the
-following exceptions:
-</p>
-<p>
-It gains up to three additional options from the list below (you may
-choose the same option more than once):
-</p>
-<ul>
-<li>Extra Attack
-</li>
-<li>See Invisibility
-</li>
-<li>Flash and Bellow Attack (Creatures within 30 ft make DC 15 Con
- saves or are blinded and deafened for 1 minute. They may repeat the
- saving throw at the end of each of their turns. Once a creature
- succeeds, it cannot be affected again.)
-</li>
-<li>5d8 (22) Extra Hit Points
-</li>
-<li>Extra Spell Immunity (Two additional spells)
-</li>
-<li>+3 Damage on Hit
-</li>
-<li>+1 AC
-</li>
-</ul>
-</li>
-</ul>
-<ul>
-<li id="sec-2-9-5-5"><b>Master of the Planes</b><br/>
-<p>
-<b>Whitefire Portal</b>: You burn a temporary hole through the Astral Plane
-and into another plane of your choice. Once per long rest, centered on
-a point within 300 ft of you, you summon raw Astral ectoplasm which
-burns with hellish, white-hot fury. Any creature standing within 20
-feet of the whitefire must make a Dexterity saving throw or take 12d10
-fire damage or half on a successful save. Inanimate objects in the
-area also take the damage and flammable objects may catch on fire. A
-portal then opens to a plane of your choice as with a Gate spell and
-remains open for 1 minute as the planes slowly knit themselves back
-together. Alternatively, instead of a specific location on a plane of
-your choice, you may choose to have your portal open into a general
-location in one of the elemental planes or the planes of positive or
-negative energy. If you do so, creatures who enter or begin their
-turns within 20 feet of the portal take 6d10 damage of the appropriate
-elemental or energy type.
-</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div id="outline-container-2-10" class="outline-3">
-<h3 id="sec-2-10"><span class="section-number-3">2.10</span> Perfect Mind</h3>
-<div class="outline-text-3" id="text-2-10">
-<p>
-Over years of study and experience in the Hidden Art, you have
-mastered the use of your most powerful psionic powers. The restriction
-on manifesting high level powers no longer applies to sixth and
-seventh level powers.
-</p>
-</div>
-</div>
-</div>
-<div id="outline-container-3" class="outline-2">
-<h2 id="sec-3"><span class="section-number-2">3</span> Mind Powers</h2>
-<div class="outline-text-2" id="text-3">
-</div>
-<div id="outline-container-3-1" class="outline-3">
-<h3 id="sec-3-1"><span class="section-number-3">3.1</span> Basic Mind Powers (Cantrips)</h3>
-<div class="outline-text-3" id="text-3-1">
-<p>
-At first level, you learn three basic mind powers (cantrips) of your
-choice from the following list. If a mind power shares the name of a
-spell then it produces a psionic effect is identical to that spell,
-otherwise, an asterisk follows the power's name and it creates a new
-or different psionic effect that is described in greater detail below
-the list.
-</p>
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
-<colgroup><col class="left" />
-</colgroup>
-<tbody>
-<tr><td class="left">Blade Ward</td></tr>
-<tr><td class="left">Dancing Lights</td></tr>
-<tr><td class="left">Friends</td></tr>
-<tr><td class="left">Light</td></tr>
-<tr><td class="left">Mending</td></tr>
-<tr><td class="left">Message</td></tr>
-<tr><td class="left">Minor Illusion</td></tr>
-<tr><td class="left">Minor Kinematics*</td></tr>
-<tr><td class="left">Prestidigitation</td></tr>
-<tr><td class="left">Resistance</td></tr>
-<tr><td class="left">True Strike</td></tr>
-<tr><td class="left">Vicious Mockery</td></tr>
-</tbody>
-</table>
-<p>
-<b>Minor Kinematics</b> - <i>Psionic Evocation Cantrip</i>
-</p>
-<p>
-<i>Casting Time</i>: 1 action
-</p>
-<p>
-<i>Range</i>: 30 ft
-</p>
-<p>
-<i>Duration</i>: 1 minute
-</p>
-<p>
-As an action, you may levitate an object or creature within 30 feet of
-you weighing less than 10 pounds. On each of your turns, you may use
-an action or a bonus action to mentally command it to move up to 30 ft
-in any direction. The effect ends if the object or creature is ever
-more than 30 feet away from you, falling to the ground. An unwilling
-creature must succeed on a Constitution saving throw against your Mind
-Powers Save DC or be affected. It may repeat this saving throw at the
-end of each of its turns. You may levitate multiple objects or
-creatures in this way by manifesting this power again, but no more
-than a number of times equal to your Intelligence modifier. If you
-attempt to manifest it more times than that, then all items regain
-their normal weight and fall to the ground.
-</p>
-</div>
-</div>
-<div id="outline-container-3-2" class="outline-3">
-<h3 id="sec-3-2"><span class="section-number-3">3.2</span> First Level Mind Powers</h3>
-<div class="outline-text-3" id="text-3-2">
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
-<colgroup><col class="left" />
-</colgroup>
-<tbody>
-<tr><td class="left">Aura Reading*</td></tr>
-<tr><td class="left">Charm Person</td></tr>
-<tr><td class="left">Command</td></tr>
-<tr><td class="left">Compelled Duel</td></tr>
-<tr><td class="left">Comprehend Languages</td></tr>
-<tr><td class="left">Detect Magic</td></tr>
-<tr><td class="left">Detect Poison and Disease</td></tr>
-<tr><td class="left">Disguise Self</td></tr>
-<tr><td class="left">Dissonant Whispers</td></tr>
-<tr><td class="left">Expeditious Retreat</td></tr>
-<tr><td class="left">Faerie Fire</td></tr>
-<tr><td class="left">Feather Fall</td></tr>
-<tr><td class="left">Find Familiar</td></tr>
-<tr><td class="left">Heroism</td></tr>
-<tr><td class="left">Identify</td></tr>
-<tr><td class="left">Illusory Script</td></tr>
-<tr><td class="left">Jump</td></tr>
-<tr><td class="left">Longstrider</td></tr>
-<tr><td class="left">Lock Mind*</td></tr>
-<tr><td class="left">Mage Armor</td></tr>
-<tr><td class="left">Shield</td></tr>
-<tr><td class="left">Silent Image</td></tr>
-<tr><td class="left">Sleep</td></tr>
-<tr><td class="left">Tasha's Hideous Laughter</td></tr>
-<tr><td class="left">Unseen Servant</td></tr>
-</tbody>
-</table>
-<p>
-<b>Aura Reading</b> - <i>2nd Level Psionic Divination</i>
-</p>
-<p>
-<i>Casting Time</i>: 1 action
-</p>
-<p>
-<i>Range</i>: 10 feet.
-</p>
-<p>
-<i>Duration</i>: Instantaneous
-</p>
-<p>
-You may target a thinking creature you can see within range, reading
-its psionic aura, and you may manifest one of the following options:
-(a) <span style="text-decoration:underline;">Detect Falsehood</span>: you may determine whether the target believes
-that its most recent statement is true, (b) <span style="text-decoration:underline;">Detect Alignment</span>: you
-may determine the target's alignment, (c) <span style="text-decoration:underline;">Detect Disguise</span>: you may
-determine if the target is wearing a magical or physical disguise.
-</p>
-<p>
-<b>Lock Mind</b> - <i>1st Level Psionic Enchantment</i>
-</p>
-<p>
-<i>Casting Time</i>: 1 action
-</p>
-<p>
-<i>Range</i>: Self
-</p>
-<p>
-<i>Duration</i>: 1 hour
-</p>
-<p>
-For the duration, your mind cannot be read without your permission and
-you have resistance to psychic damage. At higher levels: when cast
-from a higher level, the duration increases as follows. 2nd level: 2
-hours, 3rd level: 4 hours, 4th level: 8 hours, 5th or higher: 24
-hours.
-</p>
-</div>
-</div>
-<div id="outline-container-3-3" class="outline-3">
-<h3 id="sec-3-3"><span class="section-number-3">3.3</span> Second Level Mind Powers</h3>
-<div class="outline-text-3" id="text-3-3">
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
-<colgroup><col class="left" />
-</colgroup>
-<tbody>
-<tr><td class="left">Alter Self</td></tr>
-<tr><td class="left">Arcane Lock</td></tr>
-<tr><td class="left">Blindness / Deafness</td></tr>
-<tr><td class="left">Blur</td></tr>
-<tr><td class="left">Calm Emotions</td></tr>
-<tr><td class="left">Crown of Madness</td></tr>
-<tr><td class="left">Darkvision</td></tr>
-<tr><td class="left">Detect Thoughts</td></tr>
-<tr><td class="left">Enhance Ability</td></tr>
-<tr><td class="left">Enlarge / Reduce</td></tr>
-<tr><td class="left">Enthrall</td></tr>
-<tr><td class="left">Heat Metal</td></tr>
-<tr><td class="left">Hold Person</td></tr>
-<tr><td class="left">Find Traps</td></tr>
-<tr><td class="left">Invisibility</td></tr>
-<tr><td class="left">Knock</td></tr>
-<tr><td class="left">Lesser Restoration</td></tr>
-<tr><td class="left">Levitate</td></tr>
-<tr><td class="left">Locate Object</td></tr>
-<tr><td class="left">Mirror Image</td></tr>
-<tr><td class="left">Misty Step</td></tr>
-<tr><td class="left">Phantasmal Force</td></tr>
-<tr><td class="left">Psychometry*</td></tr>
-<tr><td class="left">Rope Trick</td></tr>
-<tr><td class="left">See Invisibility</td></tr>
-<tr><td class="left">Silence</td></tr>
-<tr><td class="left">Spider Climb</td></tr>
-<tr><td class="left">Suggestion</td></tr>
-<tr><td class="left">Warding Bond</td></tr>
-<tr><td class="left">Zone of Truth</td></tr>
-</tbody>
-</table>
-<p>
-<b>Psychometry</b> - <i>2nd Level Psionic Divination</i>
-</p>
-<p>
-<i>Casting Time</i>: 10 minutes
-</p>
-<p>
-<i>Range</i>: Touch
-</p>
-<p>
-<i>Duration</i>: Instantaneous
-</p>
-<p>
-When thinking beings touch the world around them, they leave a psionic
-imprint of their actions behind. You attune to an object you can
-touch. Doing so allows you to see the last person to hold the object,
-no matter how long ago, and its immediate surroundings while being
-held, including sounds. You may follow and replay the events occurring
-near the object but cannot move away from the point of view of the
-object.
-</p>
-</div>
-</div>
-<div id="outline-container-3-4" class="outline-3">
-<h3 id="sec-3-4"><span class="section-number-3">3.4</span> Third Level Mind Powers</h3>
-<div class="outline-text-3" id="text-3-4">
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
-<colgroup><col class="left" />
-</colgroup>
-<tbody>
-<tr><td class="left">Bestow Curse</td></tr>
-<tr><td class="left">Blink</td></tr>
-<tr><td class="left">Clairvoyance</td></tr>
-<tr><td class="left">Daylight</td></tr>
-<tr><td class="left">Fear</td></tr>
-<tr><td class="left">Feign Death</td></tr>
-<tr><td class="left">Fly</td></tr>
-<tr><td class="left">Gaseous Form</td></tr>
-<tr><td class="left">Haste</td></tr>
-<tr><td class="left">Hypnotic Pattern</td></tr>
-<tr><td class="left">Leomund's Tiny Hut</td></tr>
-<tr><td class="left">Major Image</td></tr>
-<tr><td class="left">Meld Into Stone</td></tr>
-<tr><td class="left">Mind Bolt*</td></tr>
-<tr><td class="left">Nondetection</td></tr>
-<tr><td class="left">Sending</td></tr>
-<tr><td class="left">Slow</td></tr>
-<tr><td class="left">Tongues</td></tr>
-<tr><td class="left">Water Walk</td></tr>
-</tbody>
-</table>
-<p>
-<b>Mind Bolt</b> - <i>3rd Level Psionic Evocation</i>
-</p>
-<p>
-<i>Casting Time</i>: 1 action
-</p>
-<p>
-<i>Range</i>: 300 ft
-</p>
-<p>
-<i>Duration</i>: Instantaneous
-</p>
-<p>
-You manifest psionic energy as an invisible bolt that deals damage and
-can stun a target. Target creature you can see in range makes an
-Intelligence saving throw or takes 6d8 psychic damage and is stunned
-for 1 minute. This creature takes half damage on a successful save and
-is not stunned. A stunned creature may repeat the saving throw at the
-end of each of its turns, ending the effect on itself on a success.
-</p>
-<p>
-<i>At Higher Levels</i>: For each level above 3rd, the damage increases by
-1d8.
-</p>
-</div>
-</div>
-<div id="outline-container-3-5" class="outline-3">
-<h3 id="sec-3-5"><span class="section-number-3">3.5</span> Fourth Level Mind Powers</h3>
-<div class="outline-text-3" id="text-3-5">
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
-<colgroup><col class="left" />
-</colgroup>
-<tbody>
-<tr><td class="left">Arcane Eye</td></tr>
-<tr><td class="left">Banishment</td></tr>
-<tr><td class="left">Compulsion</td></tr>
-<tr><td class="left">Confusion</td></tr>
-<tr><td class="left">Conjure Minor Elementals</td></tr>
-<tr><td class="left">Dimension Door</td></tr>
-<tr><td class="left">Dominate Beast</td></tr>
-<tr><td class="left">Empower Object*</td></tr>
-<tr><td class="left">Evard's Black Tentacles</td></tr>
-<tr><td class="left">Fabricate</td></tr>
-<tr><td class="left">Freedom of Movement</td></tr>
-<tr><td class="left">Greater Invisibility</td></tr>
-<tr><td class="left">Hallucinatory Terrain</td></tr>
-<tr><td class="left">Locate Creature</td></tr>
-<tr><td class="left">Phantasmal Killer</td></tr>
-<tr><td class="left">Polymorph</td></tr>
-<tr><td class="left">Stoneskin</td></tr>
-</tbody>
-</table>
-<p>
-<b>Empower Object</b>: <i>Fourth Level Psionic Transmutation</i>
-</p>
-<p>
-<i>Casting Time</i>: 1 action
-</p>
-<p>
-<i>Range</i>: Touch.
-</p>
-<p>
-<i>Duration</i>: 1 minute. Concentration.
-</p>
-<p>
-You may imbue an object you touch with psionic energy. It glimmers
-faintly with stored power. At any point during the duration you may
-harmlessly release the energy which ends the effect. When you cease
-concentrating on this mind power, whether by choice or by a failed
-concentration check, the stored energy is released suddenly. Any
-creature within 10 feet of the object makes a Dexterity saving throw
-or takes 8d8 force damage or half as much on a successful one. A
-creature carrying the object has disadvantage on this saving throw.
-</p>
-</div>
-</div>
-<div id="outline-container-3-6" class="outline-3">
-<h3 id="sec-3-6"><span class="section-number-3">3.6</span> Fifth Level Mind Powers</h3>
-<div class="outline-text-3" id="text-3-6">
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
-<colgroup><col class="left" />
-</colgroup>
-<tbody>
-<tr><td class="left">Animate Objects</td></tr>
-<tr><td class="left">Awaken</td></tr>
-<tr><td class="left">Conjure Elemental</td></tr>
-<tr><td class="left">Contagion</td></tr>
-<tr><td class="left">Contact Other Plane</td></tr>
-<tr><td class="left">Creation</td></tr>
-<tr><td class="left">Dominate Person</td></tr>
-<tr><td class="left">Dream</td></tr>
-<tr><td class="left">Geas</td></tr>
-<tr><td class="left">Hold Monster</td></tr>
-<tr><td class="left">Mislead</td></tr>
-<tr><td class="left">Modify Memory</td></tr>
-<tr><td class="left">Passwall</td></tr>
-<tr><td class="left">Planar Binding</td></tr>
-<tr><td class="left">Rary's Telepathic Bond</td></tr>
-<tr><td class="left">Scrying</td></tr>
-<tr><td class="left">Seeming</td></tr>
-<tr><td class="left">Telekinesis</td></tr>
-<tr><td class="left">Teleportation Circle</td></tr>
-<tr><td class="left">Wall of Force</td></tr>
-</tbody>
-</table>
-</div>
-</div>
-<div id="outline-container-3-7" class="outline-3">
-<h3 id="sec-3-7"><span class="section-number-3">3.7</span> Sixth Level Mind Powers</h3>
-<div class="outline-text-3" id="text-3-7">
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
-<colgroup><col class="left" />
-</colgroup>
-<tbody>
-<tr><td class="left">Arcane Gate</td></tr>
-<tr><td class="left">Blade Barrier</td></tr>
-<tr><td class="left">Contingency</td></tr>
-<tr><td class="left">Flesh to Stone</td></tr>
-<tr><td class="left">Guards and Wards</td></tr>
-<tr><td class="left">Magic Jar</td></tr>
-<tr><td class="left">Mass Suggestion</td></tr>
-<tr><td class="left">Otto's Irresistible Dance</td></tr>
-<tr><td class="left">Programmed Illusion</td></tr>
-<tr><td class="left">True Seeing</td></tr>
-<tr><td class="left">Wind Walk</td></tr>
-</tbody>
-</table>
-</div>
-</div>
-<div id="outline-container-3-8" class="outline-3">
-<h3 id="sec-3-8"><span class="section-number-3">3.8</span> Seventh Level Mind Powers</h3>
-<div class="outline-text-3" id="text-3-8">
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
-<colgroup><col class="left" />
-</colgroup>
-<tbody>
-<tr><td class="left">Etherealness</td></tr>
-<tr><td class="left">Forcecage</td></tr>
-<tr><td class="left">Mirage Arcane</td></tr>
-<tr><td class="left">Plane Shift</td></tr>
-<tr><td class="left">Project Image</td></tr>
-<tr><td class="left">Regenerate</td></tr>
-<tr><td class="left">Reverse Gravity</td></tr>
-<tr><td class="left">Simulacrum</td></tr>
-<tr><td class="left">Teleport</td></tr>
-</tbody>
-</table>
-</div>
-</div>
-<div id="outline-container-3-9" class="outline-3">
-<h3 id="sec-3-9"><span class="section-number-3">3.9</span> Eighth Level Mind Powers</h3>
-<div class="outline-text-3" id="text-3-9">
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
-<colgroup><col class="left" />
-</colgroup>
-<tbody>
-<tr><td class="left">Antipathy/Sympathy</td></tr>
-<tr><td class="left">Clone</td></tr>
-<tr><td class="left">Demiplane</td></tr>
-<tr><td class="left">Dominate Monster</td></tr>
-<tr><td class="left">Feeblemind</td></tr>
-<tr><td class="left">Ghostform*</td></tr>
-<tr><td class="left">Glibness</td></tr>
-<tr><td class="left">Kinetic Barrier*</td></tr>
-<tr><td class="left">Mind Blank</td></tr>
-<tr><td class="left">Telepathy</td></tr>
-</tbody>
-</table>
-<p>
-<b>Ghost Form</b> - <i>8th Level Psionic Transmutation</i>
-</p>
-<p>
-<i>Casting Time</i>: 1 Action
-</p>
-<p>
-<i>Range</i>: Self
-</p>
-<p>
-<i>Duration</i>: 1 hour
-</p>
-<p>
-You become a ghost for the duration of the spell. Your DM can supply
-you with the statistics of the ghost and you take on all of these
-statistics, forsaking your own for the duration except Wisdom,
-Intelligence, and Charisma. When your ghost form is reduced to 0 hit
-points or the duration ends, you return to your normal form. Items
-you carry enter ghost form with you, though none of their magical
-properties will function for the duration as if suppressed by an
-Antimagic Field. You may exit the ghost form as an action.
-</p>
-<p>
-<b>Kinetic Barrier</b> - <i>8th Level Psionic Evocation</i>
-</p>
-<p>
-<i>Casting Time</i>: 1 Action
-</p>
-<p>
-<i>Range</i>: Self
-</p>
-<p>
-<i>Duration</i>: 1 minute
-</p>
-<p>
-Concentration.
-</p>
-<p>
-You enact a shimmering Kinetic Barrier around yourself for 1 minute
-with a number of temporary hit points equal to your maximum hit
-points. If you would take bludgeoning, piercing, slashing, or force
-damage while the Barrier exists, the barrier takes the damage
-instead. If the barrier is broken by taking damage equal to or greater
-than its hit points or its duration ends, then it implodes dealing the
-entire damage to you. While half of the Barrier's hit points or more
-are gone, you may make an unarmed attack at a creature or object
-within range to cause the barrier to explode and deal the stored
-damage to that creature or object. While the Barrier surrounds you,
-you may not take any other actions, but can move normally.
-</p>
-</div>
-</div>
-<div id="outline-container-3-10" class="outline-3">
-<h3 id="sec-3-10"><span class="section-number-3">3.10</span> Ninth Level Mind Powers</h3>
-<div class="outline-text-3" id="text-3-10">
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
-<colgroup><col class="left" />
-</colgroup>
-<tbody>
-<tr><td class="left">Astral Projection</td></tr>
-<tr><td class="left">Foresight</td></tr>
-<tr><td class="left">Gate</td></tr>
-<tr><td class="left">Shapechange</td></tr>
-<tr><td class="left">Time Stop</td></tr>
-<tr><td class="left">Transfer Wounds*</td></tr>
-<tr><td class="left">Unstoppable*</td></tr>
-<tr><td class="left">Weird</td></tr>
-<tr><td class="left">Wish</td></tr>
-</tbody>
-</table>
-<p>
-<b>Transfer Wounds</b> - <i>9th Level Evocation</i>
-</p>
-<p>
-<i>Casting Time</i>: 1 Action
-</p>
-<p>
-<i>Range</i>: Touch
-</p>
-<p>
-<i>Duration</i>: Instantaneous
-</p>
-<p>
-You have learned to use other's life force as a conduit for your
-psionic powers. You and one creature you are touching are restrained
-until the end of your turn. The creature takes necrotic damage equal
-to your number of missing hit points. You gain hit points equal the
-damage dealt, but no more than the creature's hit point maximum.
-</p>
-<p>
-<b>Unstoppable</b> - <i>9th Level Psionic Transmutation</i>
-</p>
-<p>
-<i>Casting Time</i>: 1 action
-</p>
-<p>
-<i>Range</i>: Self
-</p>
-<p>
-<i>Duration</i>: 1 minute.
-</p>
-<p>
-Concentration.
-</p>
-<p>
-You harness the raw power of Kinetics to enter an Unstoppable state
-for 1 minute. While in this state you have advantage on strength
-checks to break through doors or other barriers. Also your movement
-speed cannot be reduced below your maximum speed, you may only move in
-straight lines, and you reflect from barriers you cannot break in a
-direction of your choice. Creatures or objects in your path must make
-dexterity saving throws (if applicable) or be crushed for 10d6 points
-of force damage. You are immune to nonmagical bludgeoning damage while
-Unstoppable, but running into traps or dangerous areas may still hurt
-you.
-</p>
-</div>
-</div>
-</div>
-<div id="outline-container-4" class="outline-2">
-<h2 id="sec-4"><span class="section-number-2">4</span> Thanks</h2>
-<div class="outline-text-2" id="text-4">
-<p>
-I'd like to thank all of the creators of proper D&amp;D Psionics from
-every edition, as well as contributors to other systems like
-Pathfinder and (GURPS) Traveler.
-</p>
-<p>
-I'd like to thank N. Foy, Alex L., Sam S., and Joey A. for playtesting
-all of the crazy incarnations of this.
-</p>
-<p>
-Also thanks to Nathan R., Luke S., Jacob C., Marcus S., Jay B. and
-many many others for listening to me rant about psionics for certainly
-longer than what is socially acceptable.
-</p>
-<p>
-For example, the mind flayer as presented in the Monster Manual has
-the Innate Spellcasting (Psionics) feature. This feature allow the
-mind flayer to cast a set of spells using psionic energy. These spells
-can be countered with counterspell or dispelled with dispel magic and
-similar effects.
-</p>
-<p>
-First, we brainstormed the available options, then divided them into
-distinct categories, built the spell/power lists, divided the features
-vertically by level awarded, compared similar features across classes,
-revised, revised, revised, and finally playtested it. Now we bring it
-to the public for large-scale testing.
-</p>
-<div id="footnotes">
-<h2 class="footnotes">Footnotes: </h2>
-<div id="text-footnotes">
-<p class="footnote"><sup><a class="footnum" name="fn-.1" href="#fnr-.1">1</a></sup> Mechanically, what is worth noting is that psionics and Weave-based
-magic are two distinct forces. In general, an effect that alters or
-affects a spell has no effect on a psionic effect and vice
-versa. There is one important exception to this rule. A psionic effect
-may allow a creature to cast a spell by teaching them to manipulate
-the Weave.
-</p>
-<p class="footnote"><sup><a class="footnum" name="fn-.2" href="#fnr-.2">2</a></sup> In designing this class, the key design ideals were 1)
-Flavor, 2) Fun, 3) 5e Rules and Design Consistency, and 4) Balance.
-</p>
-</div>
-</div>
-</div>
-</div>
diff --git a/src/dnd/psionist2.org b/src/dnd/psionist.org
index accd563..accd563 100644
--- a/src/dnd/psionist2.org
+++ b/src/dnd/psionist.org
diff --git a/src/dnd/spell-gauntlet.org b/src/dnd/spell-gauntlet.org
deleted file mode 100644
index 9eb030d..0000000
--- a/src/dnd/spell-gauntlet.org
+++ /dev/null
@@ -1,683 +0,0 @@
-#+TITLE: Spell Gauntlet: Practical Spellcasting
-#+CLASS: dnd
-#+CATEGORIES: FF SS WP
-
-* Teleport
-
-** Wizard - ft. Ula Mindis
-The young Wizard Ula Mindis awoke to the smell of steeping tea.
-
-She sighed, opened her sleep-encrusted eyes, and yawned. Another day.
-Another attempt. She rolled out of bed and drifted over to the
-window. It was cracked open, but she threw it wide to welcome the
-morning air and golden sunrise into her bedroom, or study rather.
-She'd recently moved her most used bookcases in here for easy access.
-Her spellbook sat open at its usual spot, turned to the page she'd
-most recently been studying. This particular spell she'd attempted
-half a dozen times to no avail, but this morning felt somehow
-auspicious for it.
-
-Ula looked over the first line. The elven letters were written in her
-own hand. She had copied the carefully penned italic espruar letters
-from an old scroll recovered from a captured pirate ship no more than
-a tenday ago and had tried to cast the spell immediately. When she
-failed, she had rechecked the writing a dozen times against every
-source she could find, so she was sure that the letters weren't the
-problem, she was.
-
-The tea arrived, cup wobbling in midair, held by a construct of pure
-magical force, whom she thanked politely. The morning breeze caught
-the bay spray and filled the room with the smell of salt and sorcery.
-
-Perhaps she could not cast the spell, Ula mused, because she was
-perfectly happy exactly where she was.
-
-Emboldened by the tea, she shook away the thought and dove again into
-the spell. Just imagine what was possible! No longer would she have
-to send away for expensive spell components. She could just say the
-words and pick them up herself. She could visit her family back in
-Mulmaster or take a vacation on the shores of some exotic beach
-island.
-
-She finished the first line, an anchoring, and began on the second.
-While the first had been filled with words of permanence and
-stability, the second was quite the opposite, using words of whimsy
-and transcendence. She had gone over this before, even looking up
-words and pronunciation from the deepest parts of her library.
-
-This time though, the spell began to make sense. Like a distant blur
-on the horizon solidifying into a ship, but that didn't mean that she
-could sail upon it. No, the spell would likely take another tenday to
-work through at this rate.
-
-She moved to the next line, back to permanence, repetition, solidity,
-before turning again to shifting sand and billowing wind. The salty
-sea-spray began to blow against her spellbook, almost flipping the
-page mid-sentence. She nearly cursed, but a mage learns to be careful
-with errant words early in her education, and she remained silent.
-She reached for her tea, but it had grown cold. She absent-mindedly
-heated it with a cantrip and brought the near-boiling mug to her lips.
-
-Ow!
-
-She set it down again and sent her unseen servant for an ice-block for
-the tea.
-
-She thought about ice, about water, then again about the spell.
-
-Permanence. Transience. Solidity. Liquidity.
-
-That was it!
-
-By the time the ice-cube arrived the tea was long forgotten.
-
-"Of course! The key isn't thinking about location at all, it's about
-matter! I'm solid right now. I need to be liquid! A solid cannot
-move, but a liquid flows, through time, through space, it doesn't
-matter!"
-
-Ula poured herself into the spell and the teacup clattered to the
-floor as she used her full concentration on the spell at hand. She
-focused on the market down below her. Fish-mongers barked their
-catches to the passersby and coin flowed freely.
-
-The words came one after another perfectly, Ula could almost predict
-them. Permanence. Transience. Solidity. Liquidity.
-
-And suddenly she was in the marketplace.
-
-The surprised merchants around her started then blushed as she cheered
-"I did it! I did it!" and jumped up and down.
-
-Only after nearly a minute of excited and likely bewildering
-explanation to the surprised fellows did Ula realize she had not
-changed from her slip and nightgown yet.
-
-Oh well. She needn't be that embarrassed. She could always move; now
-the world was at her fingertips.
-
-** Sorcerer - ft. Saffron Dayl'asaar
-
-Saffron looked at the picture of the remote village.
-
-"You've got to be kidding me." she stated in deadpan.
-
-"No, I assure you that is the location of the disturbance!" said the
-thin old actuary. He stooped over the table with a lens held to one
-eye peering at her as if he expected her to pop out of existence at
-any second.
-
-Which, admittedly, she was likely to do, assuming of course that she
-could locate the stlarned place to disappear to.
-
-"No, I mean, this is the best information you have?"
-
-"Oh yes. Absolutely positively the best. The mine is just right by
-the village you see. That is where Betrice, our informant that is,
-recovered the clues. It's just luck that she thought the mine pretty
-and drew it for us in such exquisite detail."
-
-/Exquisite detail my arse./ thought Saffron.
-
-The eldest child of the now-esteemed Dayl'asaar family of Aglarond,
-Saffron had always been the adventurous one, even more so than her
-trio of older brothers. So when the Institute came knocking three
-years ago, Saffron was the one to take up the call, not her father,
-not her brothers, but little Saffron spell-touched. Plus, she was the
-only one of them capable of the kind of magics that the Institute
-really lacked, even though the spells didn't always go off exactly as
-she planned.
-
-"Okay. It will have to do." She snatched up the paper and her
-traveling gear and concentrated on the picture and on her breathing.
-
-The mine was rather typical, but the old actuary, the elder one of the
-Minster Brothers who ran the Institute for the Recovery of Rare and
-Dangerous Artifacts, had supplied her with an atlas of remarkable
-detail and enough stories to feel as if she knew the place intimately.
-Or perhaps at least enough to try to translocate to it.
-
-Saffron felt her breath go out into the world and spread out
-impossibly far. The world shift beneath her. She felt connected to
-the strands of the Weave around her, following them like a cart along
-a track, but moving impossibly fast. Her mind raced across the land,
-across the sea, to where the atlas had shown her. She hesitated above
-the island for a moment gauging the possibilities. Then suddenly she
-was plummeting into the jungles. This was no divination, so she could
-not actually see any details, only what she imagined the jungles to
-look like based on the dark greens and browns of the atlas. Suddenly
-a mine was in front of her. There was no saying if it was the right
-one, or if it really was a mine or not, but Saffron was tired of
-waiting. She drew up the power within her and stepped through the
-world itself.
-
-She stepped through the Weave and out into a monsoon. She snagged a
-strand of loose magic on the way out and an explosion of cold air
-burst forth from where she was standing, instantly freezing raindrops
-into mini-hailstones which pounded her mercilessly.
-
-"Ugh, Mystra you're working with Talos now to make my life violent and
-unpredictable? Is it too much to ask for--I don't know--a normal
-casting every once in a while?"
-
-Her curses as she trudged through the rain would have made her
-ancestors, the Day'lasaar pirates of the Sea of Fallen Stars, proud.
-
-** Bard - ft. Orryn Raulnor
-
-"You mean you're the third Raulnor with that name?!" the sellsword
-asked incredulously.
-
-"No, no. Where I'm from that means that I'm the third oldest son." a
-gnome in gilded leathers replied.
-
-"I see. Still too long for my tastes, I'm not for knowing what yer
-parents was for thinking, but nobody needs a name that damn long. And
-what about that 'sonoviches' part?"
-
-"Well, that's a bit complicated: it roughly translates to something
-somewhere between 'indefatigable one who spits on witches' and
-'largely punctual' ... it's a family name."
-
-The table erupted in laughter.
-
-Soon thereafter, the group seated around the table parted company and
-the gnome made his way into the street.
-
-He wasn't nearly as drunk as his companions had been, but he only
-barely noticed the shapes in the alley before he'd walked into them.
-
-Orryn licked his lips and looked over at the subtle shapes of his
-soon-to-be assailants.
-
-There were perhaps eight of them now, arrayed in a semicircle around
-him in the darkness. He should have known better than to flaunt his
-gold around the tavern as he'd done. But them again, it wasn't all
-bad. It had been far too long since he had a chance to live a good
-story instead of simply tell one.
-
-"Excuse me gentlesirs, how can I help you this fine night?" the
-gnomish bard, twirling a strand of his green beard around his finger
-in a gesture of mock-nervousness, asked the group of local toughs.
-
-One of the larger of the group stepped forward into the alleyway and
-quickly botched whatever ready line he'd been prepared to say. They
-evidently hadn't realized the gnome has seen them before he'd spoken.
-
-"Halt there, uh, sirrah. It looks like you've, uh, forgot to pay the
-toll."
-
-"Hmm, I hadn't taken ye to be trolls, but now in the light I do see
-the resemblance."
-
-The group was not particularly disciplined, most likely coming
-together recently at the smell of gold and lacking for a real leader.
-About half of them were silent and nearly shaking with anticipation.
-The other half were blustering fools.
-
-"Did'ja he just call Cratch t'be a troll?" one asked.
-
-"He is a troll!" another joked.
-
-"Your mother's a troll." Cratch replied. "Now little one, hand over
-your money or you'll wish I's a troll."
-
-"All right, all right. No need to be hasty. I'm sure you're all
-upstanding gents and just want to use the money to pay off your debts
-and buy your mothers veiled carriages. Here, take the money."
-
-Orryn pulled at a pouch on his waist, snapping the straps, and tossed
-it on the ground in front of Cratch and the others. It fell open and
-several dozen large gold coins rolled from the sack.
-
-The octet dived for the spilled coins and struggled with one another
-to snatch them up.
-
-"Of course, this sum is just a trifle compared to what I keep at
-home."
-
-The novitiate robbers looked up with various states of doubt,
-incomprehension, and greed. This had been the plan, but somehow it
-was far too easy. The smart thing to do would be to grab the gold and
-flee. But these were not particularly smart men, less so when blinded
-by the fortunes of gold held in their hands.
-
-"Take us there."
-
-"As you wish..." The rest of Orryn's sing-song sentence danced in the
-wind to distant places and forgotten ages. The eight bullies found
-their thoughts taken far away as the strange music lifted them up and
-carried them upon a journey. The true names of places are powerful
-things, most strange and unpronounceable, most lost to time immortal.
-But the bard's magic remembered them. His words were not an
-incantation as much as a call-and-response. His voice echoed through
-the world, and the world responded.
-
-Orryn and the eight were suddenly elsewhere. A very far away
-elsewhere. Snow billowed through the air and covered the icy ground
-in heaps.
-
-Orryn's captives reeled and screamed in terror.
-
-"Where are we?? Curse you wizard!"
-
-"Fear not. Everything is under control. We are in the middle of a
-northern glacier, where a small expedition settlement once existed. I
-hadn't planned on the blizzard, but I suppose you're familiar with the
-adage 'we take what we are given.'"
-
-Cratch lunged at the diminutive bard, but Orryn was already in the
-midst of another spell. He spoke words that felt like rushing air and
-drifted lazily into the sky, just out of reach of the huddled mob. He
-extended his arms, recited the lightly tingly words that covered his
-body with bright red faerie fire, and then spoke with a voice that
-boomed through the icy plain.
-
-"Hear me well, I am Orryn Maye Sylvester Miles Felix Hectacre Notin
-Jiles Bulron Sysil-Sisler Klif-Wistler Anasto'tofande Sonoviches
-Overton Sennison Johnnyson Raulnor the Third, Bard of Faerun, Walker
-of Worlds, Smiter of Evildoers and Annoying Backwater Pricks, and
-I. AM. NOT. A. WIZARD."
-
-The group cowered and shivered before a spectacle of magical prowess
-unlike any they had ever seen or were ever likely to see again.
-
-"And if you would give me back my coin, I would appreciate it."
-
-A few hours later, the eight would-be robbers staggered into a
-tavern, each holding a single gold piece and a story.
-
-None of them would ever rob again.
-
-
-* Prestidigitation
-
-** Magic Initiate Feat - Wizard - ft. Harvey Hoban Harpell
-"Whadd'ya mean cutof?"
-
-"I mean, cut off. You, Mr. Harpell, are cut off. No more drinks
-tonight. Sit, enjoy the fire, rest. Do nothing to rouse the ire of
-my other patrons. Especially none of that odoriferous weed of yours!"
-
-"Whadd'ya mean rows the ira!" Here, turning to a hooded man nursing a
-half-pint of dark liquor beside him. "Do I rows ya ira?!" The man
-turned to face him, grim faced, and in a motion dumped the glass'
-contents over the young man's dirty matted head of hair and set the
-empty glass upon the counter before the frowning bartender.
-
-"That's a waste of good liquor, Malcom."
-
-"Just wanted to give'im one last drink is all. I'll pay."
-
-The bartender sighed and reluctantly poured the man another glass.
-
-"How come 'e gets some!?"
-
-"Go. Sit... Now."
-
-The dripping cleric, robes which had successfully avoided the downpour
-now dripping with a darker rain, wobbled over to the fire and landed
-upon a cushion with some measure of practiced grace, or luck.
-
-"Oh, Mal-com gets another drink. Sure." He looked to give the man an
-evil-eye but noticed for the first time that he was not alone. "Oh,
-ladies, my apprologries." He attempted to stand but finding
-extracting himself from his seat more difficult than anticipated,
-simply half-bowed to the pair of dripping maids. Straining for words,
-he offered, "I see you're wet! I can help you with that!"
-
-As he struggled with gaining control of his faculties to remember the
-blasted name of that cantrip, the sound of broken glass from across
-the room cut through the lively atmosphere.
-
-The Selune's Smile was rather crowded with weary travelers looking for
-rest or for revel. Twin fireplaces bookended the common area, giving
-a warm glow to the ancient decor. Gristly trophies bequeathed to the
-tavern adorned the walls: dragon scales, naga fangs, and owlbear heads
-among them. A few quiet tapestries hang from the rafters, heralding
-the ancient Lords of Waterdeep who frequented the tavern in times long
-since past.
-
-It is said that every adventurer of the Sword Coast eventually finds
-her way to the City of Splendors, but rarely do so many of them come
-to a particular tavern all at once.
-
-Seated across from the most recent blackfish of the Harpell family,
-sat a pair of ladies wearing drenched leathers and scowls.
-
-Harvey seemed not to notice the latter as he inventoried his magical
-repertoire.
-
-/Prefeguritat?/
-
-/Pregnanitato?/
-
-/Presdogranado?/
-
-/No. That'd jus worse./
-
-The room grew instantly silent at the spilling glass and subsequent
-trading of blows.
-
-/No, youse keep talkin, gotta thing./ he silently berated the floor.
-
-/Prestangerition?/
-
-One of the combatants fell to the floor and then laboriously dragged
-himself back up and slumped into a nearby chair. Harvey thought he
-heard one of the two women, the shorter one, say something, "Need
-some... mumble mumble Moose?"
-
-/Moose?/
-
-/His mind joined his liver, slowly churning through the facts of the day./
-
-/Animal. Forest. Green. She's kinda greenish. I wonder if she's
-from a forest? Ew, she's probaly dirty if she came from a forest. Eh,
-nothin a little Prestidigitation couldn't fix./
-
-/.../
-
-"Prestidigitation!" He shouted over the now-returned din. Magic leapt
-from his fingers, but not exactly with the effect he had originally
-intended. Reminded of the magical pranks from his childhood, his most
-common retaliatory strike was that of the "foul wind." This came
-unbidden to him now, and the magic unleashed the foul smelling breeze
-from his fingertips.
-
-
-* Cure Wounds
-
-** Bard
-** Cleric - ft. Harvey Hoban Harpell
-
-The minor scuffle in the tavern had turned to outright chaos. Harvey
-struggled to look unassuming beside the fireplace. The two furious
-women had stomped off for some reason and then suddenly returned,
-except... one of them had a thick moose pelt thrown up over her arm
-like a shield and had grappled away a sword from an unfortunate fellow
-behind her, and...
-
-Oh no, now there were three of them. The wet woman, the moose woman,
-and a new woman... who could probably lift a moose. And despite his
-best efforts, his "gusts" had spread to even the outer tables. People
-were taking notice. Through it all, came the deep contralto of what
-he could only assume was a giantess, standing now, teeth clenched and
-nearly trembling with rage.
-
-"What is the meaning of this?"
-
-Even drunk, even stupid, there was no mistaking that tone.
-
-Stumbling with words, with mental images, and especially the literal
-stumbling involved when attempting to slink backwards from fear of a
-large angry Goliath woman, at first Harvey could do little more than
-whimper.
-
-Stopping just short of the fire, it's tongues licking the edges of his
-trailing sleeves, he composed himself as well as he could in the face
-of possible crushing death, closed his eyes, and sputtered "Excuse my
-casting m'lady. My name is Harvey Hoban Harpell, 'eric'a Eldath. I
-only meant to help." Then peeking carefully from one eye he added,
-"Please don' crush me."
-
-He was inadvertently saved by another man. The drunken merchant lost
-his footing as he approached the bar for another bottle of stsass and
-stumbled into the goliath maid's firm buttocks. He might as well have
-walked into a wall for all the good it did him. Actually, he most
-certainly would have preferred to walk into a wall, as walls don't
-seize you by the collar, hoist you over their heads and fling you at
-their true sources of rage.
-
-Layers of fat flapped in the wind, terrified by their unnatural
-acceleration. Equally terrified, the eye Harvey had dared to open
-flinched shut. He could hear the sounds of the fireplace mantle above
-him abruptly stopping the man-boulder's flight. And a moment later he
-could feel the crushing weight of the man-boulder's fall, the hard
-coolness of the wooden floor against his face, and the uncomfortable
-warmth and wetness of a terrified unconscious man letting go after a
-long night of drinking.
-
-In that moment, he felt that the only proper thing to do was to join
-him.
-
-Minutes passed and Harvey was more than satisfied with resting
-stupidly beneath his boulderous brother, surrounded by the incontinent
-smells and the tumultuous clatter of battle... wait. Battle?
-
-/Oh no. What have I done?/
-
-Harvey tried to stand, to lift his face from the hard pearwood
-floorboards, to see what was going on. Red blood splattered down
-beside his cheek. It was warm and fresh. He managed to lift his
-shoulders and turn. A bloody maw lolled above him, the jaw obviously
-broken, tongue bit, nearly severed. Bruising was already beginning to
-settle in between the voluminous folds of fat around the face and neck
--- black and blue and red.
-
-Suddenly what was the proper thing moments ago seemed foolish. This
-whole night seemed foolish. Eldath, what have I done? This man is
-hurt because of me. I started a brawl. I'm not worthy of serving
-you.
-
-In Harvey's frantic heart, beside the furious pounding and self-pity,
-came a shiver. It raced along his chest, along his limbs, his spine a
-roadway, his bumbling extremities the destination. A familiar sense
-of peace, contentment, and quiet perfection, washed over him like a
-gentle flowing stream. The sensation reached his head, starting from
-the base of the skull and rushing forward to envelop him, to hold him,
-to wrap him tightly in a warm stillness. All was silent.
-
-And yet from in that perfect silence, Harvey could almost hear a quiet
-voice, a whisper of a whisper upon the wind breathe to him.
-
-/I know.../
-
-The silence abated and the bustling lights and sounds of the taverns
-returned.
-
-Thank you, m'Lady. Harvey mouthed deferentially. Then squeezing a
-hand beneath his torso and the floor and taking up his holy symbol
-from around his neck, he gently turned his body into a sitting
-position against the wall, the large man laying across his lap, and
-allowed the Peace of Eldath to flow through him and into the man.
-
-He spoke words, though he knew them not, and the symbol of the rushing
-waterfall and the still pool gleamed with a quiet silver and blue
-light. The unconscious man's wounds were bathed in the light, and his
-clotting blood staunched, his bruises soothed, his avulsed tongue knit
-together, and jaw gently returned to place. He opened his eyes,
-wonderstruck, then promptly grimaced at the smell in the air and in
-his trousers.
-
-"Oh, right!" Harvey waved away the effect of the cantrip and helped
-the man to his feet.
-
-** Druid
-** Paladin - ft.
-** Ranger
-
-
-* Power Word Kill
-
-** Wizard
-** Warlock
-
-
-* The Fugue
-
-The orcs pulled you down.
-
-They beat you. You could feel the blood in your mouth, and leaking
-beneath your skin. You could feel their clubs break you. You felt
-your spine snap, one, two, three places. Frantic, try to focus on the
-spells your patron left you. But you know there is nothing there. So
-you flex the fingers on your right hand, where your brand is--the
-deep, red burn which you know will never heal. You feel the bitter
-the connection to Nine Hells, in some ways it feels like a fishing
-line pulling you back there, and in other it just feels like a part of
-your body, like a gland. Pulling on the connection feels like crying,
-but tears of sulfur and of smoke. Soon hot, sticky, bruised-looking
-energy responds to your call and leaks from the brand like pus. An
-orc stands over you, a battleaxe held high above his head, and you
-fling it at him with a roar of defiance. He takes it full in the face
-and his brain explodes out the back of his head.
-
-But he wasn't the only orc, and the hits keep coming, You know that
-you are going to die.
-
-Soon the blows stop hurting. The world stops spinning and everything
-is very very quiet.
-
-...
-
-You don't open your eyes. There's no moment of focusing, blurred
-vision, bright light. You just see. You just are.
-
-You're standing on a desolate plain. The sky is a dull shade of dark
-gray, the same color as the thick dirt which covers the ground like
-dusty snow. You can see ahead for hundreds of miles, but it doesn't
-seem to strike you as odd.
-
-You aren't alone.
-
-Others, mostly humans, but a half-orc here, a half-elf there, move
-through the dirt, knocking up clouds of dust in their wakes. They
-move so slowly.
-
-You are standing.
-
-You look down at your hand, there is no brand. You flex the fingers,
-but there is no burning sensation. In fact, there's barely any
-sensation at all. It doesn't seem to strike you as odd.
-
-As you turn the hand over to put it back at your side, you notice that
-where the brand was, on the back is a small red patch of dried ink.
-Perhaps some rune or letter? It doesn't seem important.
-
-You drop the arm to your side, slowly, quietly, and begin to walk.
-
-Nearby is a small hill. Several men and women are gathered on it.
-They seem to be singing.
-
-A light opens above them and a creature with wings of fire and a
-shield emblazoned with the symbol of an upright gauntlet appears.
-With a circular motion of his arm and a smile, the light becomes a
-whirlwind and the faithful are lifted up into the shining gateway and
-disappear in an anti-climactic non-flash of light. For as suddenly as
-the herald appeared, he is gone and the plain is returned to stoic
-grayness. You notice that even the hill is gone. But it doesn't seem
-important.
-
-You spot a woman along your path, old, wrinkled, dirty, as grey as the
-dust and sky. She is sobbing softly, clutching at her knees. She
-wears the low-cut rags of a Luskan whore. Her eyes grow wide with
-fear as you approach. But you hear a voice call out "do not be
-afraid." Your eyes follow the voice, to a woman standing nearby. She
-radiates beauty. Calling her beautiful is like calling the sky
-overcast. It is like calling the air stale or the dirt dirty. She
-reaches out a hand to the woman, her long red hair flowing in a wind
-that isn't there. The old woman bounds to her feet. She falls, but
-stands and tries again, every step growing stronger until she grasps
-the hand of her goddess and is clothed in the beauty and vitality of
-her youth. She cries with joy, collapsing into the breast of the
-goddess, and the pair step through the planes together leaving behind
-the scent of strawberries and freshly cut grass.
-
-The scent dissipates quickly and you continue walking.
-
-You see others wandering aimlessly like yourself.
-
-You all seem to be walking in the same direction.
-
-In the distance is a circle of lights around an impossibly thin silver
-line disappearing into the sky.
-
-Your approach takes many hours, perhaps days or months or years, but
-eventually the lights become a city. A huge city. The walls rise
-over a mile high, and moan softly, though you can't tell how or why.
-
-From a large gate, hooded figures approach the aimless walkers,
-including yourself. One stops before you and removes her hood with a
-look of vague, forced, curiosity. She isn't exactly human, she has
-scales across her face and bright yellow eyes which are difficult to
-follow.
-
-She speaks, but the words are distant, muffled, "Guarded Faithless or
-Bargained Soul?"
-
-A deep, resonating, but scratchy voice answers from somewhere behind
-and above you.
-
-"The first. Perhaps next time... the second."
-
-After a moment of consideration she nods deferentially, raises her
-hood, and turns towards the city, ushering you forward.
-
-The walls continue to grow as you get closer. They must be ten miles
-high. This city must house millions. Around you is a crowd, closely
-packed among each other, though most give you a wide berth. Now
-devils mingle among the humans, whispering, promising. They lead away
-many.
-
-As you approach the wall, the whimpering grows louder. The wall has
-faces. Bodies are stuck together with rotting mortar, which dissolves
-them like a giant stomach.
-
-Suddenly jagged rifts open beside and before you, along the wall.
-Creatures with the faces and tusks of pigs, but the bodies of great
-apes rush through, crushing or tossing aside both wandering Faithless
-and cloaked guides.
-
-Horns blare clearly through the otherwise muted scene of violence.
-
-The guides throw aside their cloaks and brandish sickles and shields.
-Devils howl war cries and abandon their bargaining to do battle with
-their hated foes.
-
-The demons flow through the rifts in a great horde and begin to tear
-at the wall, dragging huge chunks back through with them into the
-Abyss. Some moaning souls cry out as many are ripped asunder, torn
-from a slow non-existence of centuries to one of instants. The rest
-disappear into the Abyss, their forms already being twisted into those
-of the demons that abducted them.
-
-A giant six-armed demon with fangs like a viper rushes at you. You
-raise your hand to call down fire upon it, but you have no power on
-which to call.
-
-A bony whip-like barbed tail shoots out from behind you, striking the
-creature and sending it writhing to the ground. A massive bone devil
-steps over you, it's skeletal spider-like limbs moving to propel it
-impossibly fast through the slow-motion battlefield. It hefts a
-greatclub that was probably once the femurs of one of those huge
-pig-ape-devils and smashes the six-armed serpent into a blackish
-pulp. The blood splashes up into your face, leaving a line of acidic
-muck running down your nose, between your eyes.
-
-Then the fighting stops as suddenly as it started. An angel, clad in
-flames the color of the sky shuts the portals with a pointed word and
-outstretched finger and surveys the damage to the wall before flying
-off towards the great spire of Kelemvor, the god of the dead.
-
-The bone devil turns and looks you over. "It is time. The vessel has
-arrived." He then leaves you and cuts a thin line in the air with his
-tail. He steps through it and disappears, leaving behind the familiar
-scent of sulfur and brimstone. You hear the distant sound of a faint
-chime. It's probably not important.
-
---
-
-You open your eyes. There's a moment of focusing, blurred vision, and
-bright light. You take a breath and feel the cold morning air fill
-your lungs. A horned tiefling with a pitch black bell and a scroll is
-standing over you. Your whole body burns, but especially your hand
-and a strip running from your forehead down between your eyes.
-
-Everything is blurry, especially your memory. Standing around you are
-your adventuring companions. It feels like you just saw them moments
-ago? Was there a battle? What's going on? You can't remember
-anything... it's all just indistinct and gray.
-
-Faust and the Fugue Plane
--Andrew Murrell