forked from Jaysyn/PRC8
Updated Release Archive. Fixed Mage-killer prereqs. Removed old LETO & ConvoCC related files. Added organized spell scroll store. Fixed Gloura spellbook. Various TLK fixes. Reorganized Repo. Removed invalid user folders. Added DocGen back in.
29 lines
1.4 KiB
HTML
29 lines
1.4 KiB
HTML
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<title>Player Resource Consortium :: Manual :: Content :: ~~~FeatName~~~</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
|
<link rel="stylesheet" type="text/css" href="../../../styles/manual_common.css" />
|
|
<link rel="stylesheet" type="text/css" href="../../../styles/manual_content_common.css" />
|
|
</head>
|
|
<body>
|
|
<div class="div_paddedcontent">
|
|
<div><h1> :: ~~~FeatName~~~ :: </h1></div>
|
|
<!-- The icon, if building with icons. icon.html -->
|
|
<div class="div_paddedicon">~~~Icon~~~</div>
|
|
<div>~~~FeatTLKDescription~~~</div>
|
|
<!-- A list of the names of this feats's subradials. Or nothing if there aren't any. spellsubradials.html -->
|
|
<div>~~~SubradialNames~~~</div>
|
|
<br />
|
|
<!-- Replaced by an instances of prerequisiteandfeatheader.html and prerequisiteorfeatheader.html + featpagelink.html if necessary -->
|
|
<div>~~~PrerequisiteFeatList~~~</div>
|
|
<!-- Replaced by an instance of successorfeatheader.html + featpagelink.html if necessary -->
|
|
<div>~~~SuccessorFeat~~~</div>
|
|
<!-- Replaced by an instance of reqforfeatheader.html + featpagelink.html if necessary -->
|
|
<div>~~~RequiredForFeatList~~~</div>
|
|
</div>
|
|
</body>
|
|
</html> |