mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
VERSION 2
This commit is contained in:
parent
1bcfb52b9e
commit
c2ca780c11
109 changed files with 18462 additions and 12046 deletions
707
_posts/0000-01-01-Character-Cards.html
Normal file
707
_posts/0000-01-01-Character-Cards.html
Normal file
|
|
@ -0,0 +1,707 @@
|
|||
---
|
||||
layout: ikrpg
|
||||
tags: [Character Cards]
|
||||
---
|
||||
|
||||
<style>
|
||||
form[id], form[id]:target ~ form#stats { display: none; }
|
||||
form[id]:target, form#stats { display: block; }
|
||||
|
||||
div#pic { margin-top: 150px; width: 350px; height: 350px; overflow: hidden; }
|
||||
div#pic > img { min-width: 350px; min-height: 500px; }
|
||||
#portrait input.url {
|
||||
z-index: 1000;
|
||||
position: absolute;
|
||||
font-size: 1em;
|
||||
display: none;
|
||||
margin-top: 500px;
|
||||
width: 350px; }
|
||||
#portrait input.top, #portrait input.left, #portrait input.width { display: none; }
|
||||
|
||||
#seed { display: block; width: 100%; max-height: 26px; overflow: none; }
|
||||
</style>
|
||||
|
||||
<p>
|
||||
These are <strong>character cards</strong> for IKRPG heroes.
|
||||
</p>
|
||||
<p>
|
||||
<form>
|
||||
<textarea id="seed"></textarea>
|
||||
<button id="update-seed">Update cards</button>
|
||||
<button id="generate-seed">Generate seed</button>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<h2 style="font-weight:300;text-align:center;">
|
||||
| <a href="#stats">Stats</a> |
|
||||
<a href="#skills">Skills</a> |
|
||||
<a href="#abilities">Abilities</a> |
|
||||
<a href="#benefits">Benefits</a> |
|
||||
<a href="#spells">Spells</a> |
|
||||
<a href="#gear">Gear</a> |
|
||||
<a href="#notes">Notes</a> |
|
||||
<!--a href="#details">Details</a-->
|
||||
</h3>
|
||||
|
||||
<div id="stats-sheet" class="sheet">
|
||||
<div id="pic">
|
||||
<img src="" />
|
||||
</div>
|
||||
<div id="portrait">
|
||||
<input class="url" title="url" placeholder="portrait url" type="text" />
|
||||
<input class="top" title="top" type="text" />
|
||||
<input class="left" title="left" type="text" />
|
||||
<input class="width" title="width" type="text" />
|
||||
</div>
|
||||
<form id="stats" class="card">
|
||||
<input class="hero-name" title="Hero's Name" type="text" />
|
||||
<input id="archetype" title="Archetype" type="text" />
|
||||
<input id="race" title="Race" type="text" />
|
||||
<input id="level" title="Level" type="text" />
|
||||
<input id="careers" title="Careers" type="text" />
|
||||
<div id="battle" class="stats">
|
||||
<input id="ini" title="INI" type="text" />
|
||||
<input id="spd" title="SPD" type="text" />
|
||||
<input id="str" title="STR" type="text" />
|
||||
<input id="cmd" title="CMD" type="text" />
|
||||
<input id="def" title="DEF" type="text" />
|
||||
<input id="arm" title="ARM" type="text" />
|
||||
<input id="arc" title="ARC" type="text" />
|
||||
</div>
|
||||
<div class="weapons" id="r1m1"></div>
|
||||
<div class="weapons" id="r2m1"></div>
|
||||
<div class="weapons" id="r1m2"></div>
|
||||
<div class="weapons" id="r2"></div>
|
||||
<div class="weapons" id="m2"></div>
|
||||
<div id="rat1" class="ranged">
|
||||
<input class="name" type="text" />
|
||||
<div class="stats">
|
||||
<input class="rat" title="RAT" type="text" />
|
||||
<input class="rng" title="RNG" type="text" />
|
||||
<input class="aoe" title="AOE" type="text" />
|
||||
<input class="pow" title="POW" type="text" />
|
||||
</div>
|
||||
</div>
|
||||
<div id="rat2" class="ranged">
|
||||
<input class="name" type="text" />
|
||||
<div class="stats">
|
||||
<input class="rat" title="RAT" type="text" />
|
||||
<input class="rng" title="RNG" type="text" />
|
||||
<input class="aoe" title="AOE" type="text" />
|
||||
<input class="pow" title="POW" type="text" />
|
||||
</div>
|
||||
</div>
|
||||
<div id="mat1" class="melee">
|
||||
<input class="name" type="text" />
|
||||
<div class="stats">
|
||||
<input title="MAT" class="mat" type="text" />
|
||||
<input title="POW" class="pow" type="text" />
|
||||
<input title="PS" class="ps" type="text" />
|
||||
</div>
|
||||
</div>
|
||||
<div id="mat2" class="melee">
|
||||
<input class="name" type="text" />
|
||||
<div class="stats">
|
||||
<input title="MAT" class="mat" type="text" />
|
||||
<input title="POW" class="pow" type="text" />
|
||||
<input title="PS" class="ps" type="text" />
|
||||
</div>
|
||||
</div>
|
||||
<div id="mat3" class="melee">
|
||||
<input class="name" type="text" />
|
||||
<div class="stats">
|
||||
<input title="MAT" class="mat" type="text" />
|
||||
<input title="POW" class="pow" type="text" />
|
||||
<input title="PS" class="ps" type="text" />
|
||||
</div>
|
||||
</div>
|
||||
<input id="feats" type="text" />
|
||||
<a id="weapons-switch" href="#"> </a>
|
||||
<div id="roleplay" class="stats">
|
||||
<input id="phy" title="PHY" type="text" />
|
||||
<input id="agl" title="AGL" type="text" />
|
||||
<input id="prw" title="PRW" type="text" />
|
||||
<input id="poi" title="POI" type="text" />
|
||||
<input id="int" title="INI" type="text" />
|
||||
<input id="per" title="PER" type="text" />
|
||||
</div>
|
||||
<div id="mod">
|
||||
<input id="ini_mod" title="INI modificator" type="text" />
|
||||
<input id="def_mod" title="DEF modificator" type="text" />
|
||||
<input id="arm_mod" title="ARM modificator" type="text" />
|
||||
<input id="cmd_mod" title="CMD modificator" type="text" />
|
||||
</div>
|
||||
<input title="WIL" id="wil" type="text" />
|
||||
<input title="XP" id="xp" type="text" />
|
||||
</form>
|
||||
|
||||
<form id="skills" class="card">
|
||||
<input class="hero-name" title="Hero's Name" type="text" />
|
||||
<div class="content">
|
||||
<div id="s1" class="skill">
|
||||
<input type="text" title="Title" class="title" />
|
||||
<input type="text" title="Stat" class="stat" />
|
||||
<input type="text" title="Base" class="base" />
|
||||
<input type="text" title="Level" class="lvl" />
|
||||
<input type="text" title="Sum" class="sum" />
|
||||
</div>
|
||||
<div id="s2" class="skill">
|
||||
<input type="text" title="Title" class="title" />
|
||||
<input type="text" title="Stat" class="stat" />
|
||||
<input type="text" title="Base" class="base" />
|
||||
<input type="text" title="Level" class="lvl" />
|
||||
<input type="text" title="Sum" class="sum" />
|
||||
</div>
|
||||
<div id="s3" class="skill">
|
||||
<input type="text" title="Title" class="title" />
|
||||
<input type="text" title="Stat" class="stat" />
|
||||
<input type="text" title="Base" class="base" />
|
||||
<input type="text" title="Level" class="lvl" />
|
||||
<input type="text" title="Sum" class="sum" />
|
||||
</div>
|
||||
<div id="s4" class="skill">
|
||||
<input type="text" title="Title" class="title" />
|
||||
<input type="text" title="Stat" class="stat" />
|
||||
<input type="text" title="Base" class="base" />
|
||||
<input type="text" title="Level" class="lvl" />
|
||||
<input type="text" title="Sum" class="sum" />
|
||||
</div>
|
||||
<div id="s5" class="skill">
|
||||
<input type="text" title="Title" class="title" />
|
||||
<input type="text" title="Stat" class="stat" />
|
||||
<input type="text" title="Base" class="base" />
|
||||
<input type="text" title="Level" class="lvl" />
|
||||
<input type="text" title="Sum" class="sum" />
|
||||
</div>
|
||||
<div id="s6" class="skill">
|
||||
<input type="text" title="Title" class="title" />
|
||||
<input type="text" title="Stat" class="stat" />
|
||||
<input type="text" title="Base" class="base" />
|
||||
<input type="text" title="Level" class="lvl" />
|
||||
<input type="text" title="Sum" class="sum" />
|
||||
</div>
|
||||
<div id="s7" class="skill">
|
||||
<input type="text" title="Title" class="title" />
|
||||
<input type="text" title="Stat" class="stat" />
|
||||
<input type="text" title="Base" class="base" />
|
||||
<input type="text" title="Level" class="lvl" />
|
||||
<input type="text" title="Sum" class="sum" />
|
||||
</div>
|
||||
<div id="s8" class="skill">
|
||||
<input type="text" title="Title" class="title" />
|
||||
<input type="text" title="Stat" class="stat" />
|
||||
<input type="text" title="Base" class="base" />
|
||||
<input type="text" title="Level" class="lvl" />
|
||||
<input type="text" title="Sum" class="sum" />
|
||||
</div>
|
||||
<div id="s9" class="skill">
|
||||
<input type="text" title="Title" class="title" />
|
||||
<input type="text" title="Stat" class="stat" />
|
||||
<input type="text" title="Base" class="base" />
|
||||
<input type="text" title="Level" class="lvl" />
|
||||
<input type="text" title="Sum" class="sum" />
|
||||
</div>
|
||||
<div id="s10" class="skill">
|
||||
<input type="text" title="Title" class="title" />
|
||||
<input type="text" title="Stat" class="stat" />
|
||||
<input type="text" title="Base" class="base" />
|
||||
<input type="text" title="Level" class="lvl" />
|
||||
<input type="text" title="Sum" class="sum" />
|
||||
</div>
|
||||
<div id="s11" class="skill">
|
||||
<input type="text" title="Title" class="title" />
|
||||
<input type="text" title="Stat" class="stat" />
|
||||
<input type="text" title="Base" class="base" />
|
||||
<input type="text" title="Level" class="lvl" />
|
||||
<input type="text" title="Sum" class="sum" />
|
||||
</div>
|
||||
<div id="s12" class="skill">
|
||||
<input type="text" title="Title" class="title" />
|
||||
<input type="text" title="Stat" class="stat" />
|
||||
<input type="text" title="Base" class="base" />
|
||||
<input type="text" title="Level" class="lvl" />
|
||||
<input type="text" title="Sum" class="sum" />
|
||||
</div>
|
||||
<div id="s13" class="skill">
|
||||
<input type="text" title="Title" class="title" />
|
||||
<input type="text" title="Stat" class="stat" />
|
||||
<input type="text" title="Base" class="base" />
|
||||
<input type="text" title="Level" class="lvl" />
|
||||
<input type="text" title="Sum" class="sum" />
|
||||
</div>
|
||||
<div id="s14" class="skill">
|
||||
<input type="text" title="Title" class="title" />
|
||||
<input type="text" title="Stat" class="stat" />
|
||||
<input type="text" title="Base" class="base" />
|
||||
<input type="text" title="Level" class="lvl" />
|
||||
<input type="text" title="Sum" class="sum" />
|
||||
</div>
|
||||
<div id="s15" class="skill">
|
||||
<input type="text" title="Title" class="title" />
|
||||
<input type="text" title="Stat" class="stat" />
|
||||
<input type="text" title="Base" class="base" />
|
||||
<input type="text" title="Level" class="lvl" />
|
||||
<input type="text" title="Sum" class="sum" />
|
||||
</div>
|
||||
<div id="s16" class="skill">
|
||||
<input type="text" title="Title" class="title" />
|
||||
<input type="text" title="Stat" class="stat" />
|
||||
<input type="text" title="Base" class="base" />
|
||||
<input type="text" title="Level" class="lvl" />
|
||||
<input type="text" title="Sum" class="sum" />
|
||||
</div>
|
||||
<div id="s17" class="skill">
|
||||
<input type="text" title="Title" class="title" />
|
||||
<input type="text" title="Stat" class="stat" />
|
||||
<input type="text" title="Base" class="base" />
|
||||
<input type="text" title="Level" class="lvl" />
|
||||
<input type="text" title="Sum" class="sum" />
|
||||
</div>
|
||||
<div id="s18" class="skill">
|
||||
<input type="text" title="Title" class="title" />
|
||||
<input type="text" title="Stat" class="stat" />
|
||||
<input type="text" title="Base" class="base" />
|
||||
<input type="text" title="Level" class="lvl" />
|
||||
<input type="text" title="Sum" class="sum" />
|
||||
</div>
|
||||
<div id="s19" class="skill">
|
||||
<input type="text" title="Title" class="title" />
|
||||
<input type="text" title="Stat" class="stat" />
|
||||
<input type="text" title="Base" class="base" />
|
||||
<input type="text" title="Level" class="lvl" />
|
||||
<input type="text" title="Sum" class="sum" />
|
||||
</div>
|
||||
<div id="s20" class="skill">
|
||||
<input type="text" title="Title" class="title" />
|
||||
<input type="text" title="Stat" class="stat" />
|
||||
<input type="text" title="Base" class="base" />
|
||||
<input type="text" title="Level" class="lvl" />
|
||||
<input type="text" title="Sum" class="sum" />
|
||||
</div>
|
||||
<div id="s21" class="skill">
|
||||
<input type="text" title="Title" class="title" />
|
||||
<input type="text" title="Stat" class="stat" />
|
||||
<input type="text" title="Base" class="base" />
|
||||
<input type="text" title="Level" class="lvl" />
|
||||
<input type="text" title="Sum" class="sum" />
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<form id="abilities" class="card">
|
||||
<input class="hero-name" title="Hero's Name" type="text" />
|
||||
<div class="content">
|
||||
<div id="ability1" class="ability">
|
||||
<input class="title" title="Ability" type="text" />
|
||||
<textarea class="description" title="Description" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="ability2" class="ability">
|
||||
<input class="title" title="Ability" type="text" />
|
||||
<textarea class="description" title="Description" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="ability3" class="ability">
|
||||
<input class="title" title="Ability" type="text" />
|
||||
<textarea class="description" title="Description" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="ability4" class="ability">
|
||||
<input class="title" title="Ability" type="text" />
|
||||
<textarea class="description" title="Description" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="ability5" class="ability">
|
||||
<input class="title" title="Ability" type="text" />
|
||||
<textarea class="description" title="Description" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="ability6" class="ability">
|
||||
<input class="title" title="Ability" type="text" />
|
||||
<textarea class="description" title="Description" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="ability7" class="ability">
|
||||
<input class="title" title="Ability" type="text" />
|
||||
<textarea class="description" title="Description" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="ability8" class="ability">
|
||||
<input class="title" title="Ability" type="text" />
|
||||
<textarea class="description" title="Description" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="ability9" class="ability">
|
||||
<input class="title" title="Ability" type="text" />
|
||||
<textarea class="description" title="Description" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="ability10" class="ability">
|
||||
<input class="title" title="Ability" type="text" />
|
||||
<textarea class="description" title="Description" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="ability11" class="ability">
|
||||
<input class="title" title="Ability" type="text" />
|
||||
<textarea class="description" title="Description" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="ability12" class="ability">
|
||||
<input class="title" title="Ability" type="text" />
|
||||
<textarea class="description" title="Description" rows="1"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<form id="benefits" class="card">
|
||||
<input class="hero-name" title="Hero's Name" type="text" />
|
||||
<div class="content">
|
||||
<div id="benefit1" class="benefit">
|
||||
<input class="title" title="Benefit" type="text" />
|
||||
<textarea class="description" title="Description" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="benefit2" class="benefit">
|
||||
<input class="title" title="Benefit" type="text" />
|
||||
<textarea class="description" title="Description" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="benefit3" class="benefit">
|
||||
<input class="title" title="Benefit" type="text" />
|
||||
<textarea class="description" title="Description" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="benefit4" class="benefit">
|
||||
<input class="title" title="Benefit" type="text" />
|
||||
<textarea class="description" title="Description" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="benefit5" class="benefit">
|
||||
<input class="title" title="Benefit" type="text" />
|
||||
<textarea class="description" title="Description" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="benefit6" class="benefit">
|
||||
<input class="title" title="Benefit" type="text" />
|
||||
<textarea class="description" title="Description" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="benefit7" class="benefit">
|
||||
<input class="title" title="Benefit" type="text" />
|
||||
<textarea class="description" title="Description" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="benefit8" class="benefit">
|
||||
<input class="title" title="Benefit" type="text" />
|
||||
<textarea class="description" title="Description" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="benefit9" class="benefit">
|
||||
<input class="title" title="Benefit" type="text" />
|
||||
<textarea class="description" title="Description" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="benefit10" class="benefit">
|
||||
<input class="title" title="Benefit" type="text" />
|
||||
<textarea class="description" title="Description" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="benefit11" class="benefit">
|
||||
<input class="title" title="Benefit" type="text" />
|
||||
<textarea class="description" title="Description" rows="1"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<form id="spells" class="card">
|
||||
<input class="hero-name" title="Hero's Name" type="text" />
|
||||
<div class="content">
|
||||
<div id="spell1" class="spell">
|
||||
<input type="text" title="Spell" class="title" />
|
||||
<input type="text" title="Cost" class="cost" />
|
||||
<input type="text" title="RNG" class="rng" />
|
||||
<input type="text" title="AOE" class="aoe" />
|
||||
<input type="text" title="POW" class="pow" />
|
||||
<input type="text" title="UP" class="up" />
|
||||
<input type="text" title="OFF" class="off" />
|
||||
<textarea rows="1" title="Description" class="description" ></textarea>
|
||||
</div>
|
||||
<div id="spell2" class="spell">
|
||||
<input type="text" title="Spell" class="title" />
|
||||
<input type="text" title="Cost" class="cost" />
|
||||
<input type="text" title="RNG" class="rng" />
|
||||
<input type="text" title="AOE" class="aoe" />
|
||||
<input type="text" title="POW" class="pow" />
|
||||
<input type="text" title="UP" class="up" />
|
||||
<input type="text" title="OFF" class="off" />
|
||||
<textarea rows="1" title="Description" class="description" ></textarea>
|
||||
</div>
|
||||
<div id="spell3" class="spell">
|
||||
<input type="text" title="Spell" class="title" />
|
||||
<input type="text" title="Cost" class="cost" />
|
||||
<input type="text" title="RNG" class="rng" />
|
||||
<input type="text" title="AOE" class="aoe" />
|
||||
<input type="text" title="POW" class="pow" />
|
||||
<input type="text" title="UP" class="up" />
|
||||
<input type="text" title="OFF" class="off" />
|
||||
<textarea rows="1" title="Description" class="description" ></textarea>
|
||||
</div>
|
||||
<div id="spell4" class="spell">
|
||||
<input type="text" title="Spell" class="title" />
|
||||
<input type="text" title="Cost" class="cost" />
|
||||
<input type="text" title="RNG" class="rng" />
|
||||
<input type="text" title="AOE" class="aoe" />
|
||||
<input type="text" title="POW" class="pow" />
|
||||
<input type="text" title="UP" class="up" />
|
||||
<input type="text" title="OFF" class="off" />
|
||||
<textarea rows="1" title="Description" class="description" ></textarea>
|
||||
</div>
|
||||
<div id="spell5" class="spell">
|
||||
<input type="text" title="Spell" class="title" />
|
||||
<input type="text" title="Cost" class="cost" />
|
||||
<input type="text" title="RNG" class="rng" />
|
||||
<input type="text" title="AOE" class="aoe" />
|
||||
<input type="text" title="POW" class="pow" />
|
||||
<input type="text" title="UP" class="up" />
|
||||
<input type="text" title="OFF" class="off" />
|
||||
<textarea rows="1" title="Description" class="description" ></textarea>
|
||||
</div>
|
||||
<div id="spell6" class="spell">
|
||||
<input type="text" title="Spell" class="title" />
|
||||
<input type="text" title="Cost" class="cost" />
|
||||
<input type="text" title="RNG" class="rng" />
|
||||
<input type="text" title="AOE" class="aoe" />
|
||||
<input type="text" title="POW" class="pow" />
|
||||
<input type="text" title="UP" class="up" />
|
||||
<input type="text" title="OFF" class="off" />
|
||||
<textarea rows="1" title="Description" class="description" ></textarea>
|
||||
</div>
|
||||
<div id="spell7" class="spell">
|
||||
<input type="text" title="Spell" class="title" />
|
||||
<input type="text" title="Cost" class="cost" />
|
||||
<input type="text" title="RNG" class="rng" />
|
||||
<input type="text" title="AOE" class="aoe" />
|
||||
<input type="text" title="POW" class="pow" />
|
||||
<input type="text" title="UP" class="up" />
|
||||
<input type="text" title="OFF" class="off" />
|
||||
<textarea rows="1" title="Description" class="description" ></textarea>
|
||||
</div>
|
||||
<div id="spell8" class="spell">
|
||||
<input type="text" title="Spell" class="title" />
|
||||
<input type="text" title="Cost" class="cost" />
|
||||
<input type="text" title="RNG" class="rng" />
|
||||
<input type="text" title="AOE" class="aoe" />
|
||||
<input type="text" title="POW" class="pow" />
|
||||
<input type="text" title="UP" class="up" />
|
||||
<input type="text" title="OFF" class="off" />
|
||||
<textarea rows="1" title="Description" class="description" ></textarea>
|
||||
</div>
|
||||
<div id="spell9" class="spell">
|
||||
<input type="text" title="Spell" class="title" />
|
||||
<input type="text" title="Cost" class="cost" />
|
||||
<input type="text" title="RNG" class="rng" />
|
||||
<input type="text" title="AOE" class="aoe" />
|
||||
<input type="text" title="POW" class="pow" />
|
||||
<input type="text" title="UP" class="up" />
|
||||
<input type="text" title="OFF" class="off" />
|
||||
<textarea rows="1" title="Description" class="description" ></textarea>
|
||||
</div>
|
||||
<div id="spell10" class="spell">
|
||||
<input type="text" title="Spell" class="title" />
|
||||
<input type="text" title="Cost" class="cost" />
|
||||
<input type="text" title="RNG" class="rng" />
|
||||
<input type="text" title="AOE" class="aoe" />
|
||||
<input type="text" title="POW" class="pow" />
|
||||
<input type="text" title="UP" class="up" />
|
||||
<input type="text" title="OFF" class="off" />
|
||||
<textarea rows="1" title="Description" class="description" ></textarea>
|
||||
</div>
|
||||
<div id="spell11" class="spell">
|
||||
<input type="text" title="Spell" class="title" />
|
||||
<input type="text" title="Cost" class="cost" />
|
||||
<input type="text" title="RNG" class="rng" />
|
||||
<input type="text" title="AOE" class="aoe" />
|
||||
<input type="text" title="POW" class="pow" />
|
||||
<input type="text" title="UP" class="up" />
|
||||
<input type="text" title="OFF" class="off" />
|
||||
<textarea rows="1" title="Description" class="description" ></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<form id="gear" class="card">
|
||||
<input class="hero-name" title="Hero's Name" type="text" />
|
||||
<div class="content">
|
||||
<div id="gear1" class="gear">
|
||||
<input type="text" title="Gear" class="title" />
|
||||
<input type="text" title="Benefit" class="benefit" />
|
||||
</div>
|
||||
<div id="gear2" class="gear">
|
||||
<input type="text" title="Gear" class="title" />
|
||||
<input type="text" title="Benefit" class="benefit" />
|
||||
</div>
|
||||
<div id="gear3" class="gear">
|
||||
<input type="text" title="Gear" class="title" />
|
||||
<input type="text" title="Benefit" class="benefit" />
|
||||
</div>
|
||||
<div id="gear4" class="gear">
|
||||
<input type="text" title="Gear" class="title" />
|
||||
<input type="text" title="Benefit" class="benefit" />
|
||||
</div>
|
||||
<div id="gear5" class="gear">
|
||||
<input type="text" title="Gear" class="title" />
|
||||
<input type="text" title="Benefit" class="benefit" />
|
||||
</div>
|
||||
<div id="gear6" class="gear">
|
||||
<input type="text" title="Gear" class="title" />
|
||||
<input type="text" title="Benefit" class="benefit" />
|
||||
</div>
|
||||
<div id="gear7" class="gear">
|
||||
<input type="text" title="Gear" class="title" />
|
||||
<input type="text" title="Benefit" class="benefit" />
|
||||
</div>
|
||||
<div id="gear8" class="gear">
|
||||
<input type="text" title="Gear" class="title" />
|
||||
<input type="text" title="Benefit" class="benefit" />
|
||||
</div>
|
||||
<div id="gear9" class="gear">
|
||||
<input type="text" title="Gear" class="title" />
|
||||
<input type="text" title="Benefit" class="benefit" />
|
||||
</div>
|
||||
<div id="gear10" class="gear">
|
||||
<input type="text" title="Gear" class="title" />
|
||||
<input type="text" title="Benefit" class="benefit" />
|
||||
</div>
|
||||
<div id="gear11" class="gear">
|
||||
<input type="text" title="Gear" class="title" />
|
||||
<input type="text" title="Benefit" class="benefit" />
|
||||
</div>
|
||||
<div id="gear12" class="gear">
|
||||
<input type="text" title="Gear" class="title" />
|
||||
<input type="text" title="Benefit" class="benefit" />
|
||||
</div>
|
||||
<div id="gear13" class="gear">
|
||||
<input type="text" title="Gear" class="title" />
|
||||
<input type="text" title="Benefit" class="benefit" />
|
||||
</div>
|
||||
<div id="gear14" class="gear">
|
||||
<input type="text" title="Gear" class="title" />
|
||||
<input type="text" title="Benefit" class="benefit" />
|
||||
</div>
|
||||
<div id="gear15" class="gear">
|
||||
<input type="text" title="Gear" class="title" />
|
||||
<input type="text" title="Benefit" class="benefit" />
|
||||
</div>
|
||||
<div id="gear16" class="gear">
|
||||
<input type="text" title="Gear" class="title" />
|
||||
<input type="text" title="Benefit" class="benefit" />
|
||||
</div>
|
||||
<div id="gear17" class="gear">
|
||||
<input type="text" title="Gear" class="title" />
|
||||
<input type="text" title="Benefit" class="benefit" />
|
||||
</div>
|
||||
<div id="gear18" class="gear">
|
||||
<input type="text" title="Gear" class="title" />
|
||||
<input type="text" title="Benefit" class="benefit" />
|
||||
</div>
|
||||
<div id="gear19" class="gear">
|
||||
<input type="text" title="Gear" class="title" />
|
||||
<input type="text" title="Benefit" class="benefit" />
|
||||
</div>
|
||||
<div id="gear20" class="gear">
|
||||
<input type="text" title="Gear" class="title" />
|
||||
<input type="text" title="Benefit" class="benefit" />
|
||||
</div>
|
||||
<div id="gear21" class="gear">
|
||||
<input type="text" title="Gear" class="title" />
|
||||
<input type="text" title="Benefit" class="benefit" />
|
||||
</div>
|
||||
<div id="gear22" class="gear">
|
||||
<input type="text" title="Gear" class="title" />
|
||||
<input type="text" title="Benefit" class="benefit" />
|
||||
</div>
|
||||
<div id="gear23" class="gear">
|
||||
<input type="text" title="Gear" class="title" />
|
||||
<input type="text" title="Benefit" class="benefit" />
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<form id="notes" class="card">
|
||||
<input class="hero-name" title="Hero's Name" type="text" />
|
||||
<div class="content">
|
||||
<div id="note1" class="note">
|
||||
<input class="title" title="Title" type="text" />
|
||||
<textarea class="text" title="Text" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="note2" class="note">
|
||||
<input class="title" title="Title" type="text" />
|
||||
<textarea class="text" title="Text" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="note3" class="note">
|
||||
<input class="title" title="Title" type="text" />
|
||||
<textarea class="text" title="Text" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="note4" class="note">
|
||||
<input class="title" title="Title" type="text" />
|
||||
<textarea class="text" title="Text" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="note5" class="note">
|
||||
<input class="title" title="Title" type="text" />
|
||||
<textarea class="text" title="Text" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="note6" class="note">
|
||||
<input class="title" title="Title" type="text" />
|
||||
<textarea class="text" title="Text" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="note7" class="note">
|
||||
<input class="title" title="Title" type="text" />
|
||||
<textarea class="text" title="Text" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="note8" class="note">
|
||||
<input class="title" title="Title" type="text" />
|
||||
<textarea class="text" title="Text" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="note9" class="note">
|
||||
<input class="title" title="Title" type="text" />
|
||||
<textarea class="text" title="Text" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="note10" class="note">
|
||||
<input class="title" title="Title" type="text" />
|
||||
<textarea class="text" title="Text" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="note11" class="note">
|
||||
<input class="title" title="Title" type="text" />
|
||||
<textarea class="text" title="Text" rows="1"></textarea>
|
||||
</div>
|
||||
<div id="note12" class="note">
|
||||
<input class="title" title="Title" type="text" />
|
||||
<textarea class="text" title="Text" rows="1"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<form id="details" class="card">
|
||||
<input class="hero-name" type="text" />
|
||||
<div id="attributes">
|
||||
<input id="playerName" type="text" />
|
||||
<input id="careers" type="text" />
|
||||
<input id="sex" type="text" />
|
||||
<input id="archetype" type="text" />
|
||||
<input id="race" type="text" />
|
||||
<input id="definingCharacteristics" type="text" />
|
||||
<input id="faith" type="text" />
|
||||
<input id="weight" type="text" />
|
||||
<input id="height" type="text" />
|
||||
</div>
|
||||
<div id="injuries">
|
||||
<input id="injury1" type="text" />
|
||||
<input id="injury2" type="text" />
|
||||
<input id="injury3" type="text" />
|
||||
</div>
|
||||
<div id="beliefs">
|
||||
<input id="belief1" type="text" />
|
||||
<input id="belief2" type="text" />
|
||||
<input id="belief3" type="text" />
|
||||
</div>
|
||||
<div id="connections">
|
||||
<input id="connection1" type="text" />
|
||||
<input id="connection2" type="text" />
|
||||
<input id="connection3" type="text" />
|
||||
<input id="connection4" type="text" />
|
||||
</div>
|
||||
<div id="languages">
|
||||
<input id="language1" type="text" />
|
||||
<input id="language2" type="text" />
|
||||
<input id="language3" type="text" />
|
||||
<input id="language4" type="text" />
|
||||
<input id="language5" type="text" />
|
||||
<input id="language6" type="text" />
|
||||
<input id="language7" type="text" />
|
||||
<input id="language8" type="text" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<script type="text/javascript" src="/static/javascripts/heroic.js"></script>
|
||||
<script type="text/javascript">
|
||||
ikrpg.cards.init();
|
||||
</script>
|
||||
55
_posts/0000-01-01-Index.html
Normal file
55
_posts/0000-01-01-Index.html
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
---
|
||||
redirect_from: "/portal/Publications/"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
This is an <strong>index</strong> for IKRPG related content from a number of publications.
|
||||
It contains entries for the folowing categories:
|
||||
<a href="/index/category/Ability/">Ability</a>,
|
||||
<a href="/index/category/Adventure/">Adventure</a>,
|
||||
<a href="/index/category/Alchemy/">Alchemy</a>,
|
||||
<a href="/index/category/Armory/">Armory</a>,
|
||||
<a href="/index/category/Character-Creation/">Character Creation</a>,
|
||||
<a href="/index/category/Disease/">Disease</a>,
|
||||
<a href="/index/category/Equipment/">Equipment</a>,
|
||||
<a href="/index/category/Individual/">Individual</a>,
|
||||
<a href="/index/category/Geography/">Geography</a>,
|
||||
<a href="/index/category/Mechanika/">Mechanika</a>,
|
||||
<a href="/index/category/Monsternomicon/">Monsternomicon</a>,
|
||||
<a href="/index/category/Monster/">Monster</a>,
|
||||
<a href="/index/category/Organization/">Organization</a>,
|
||||
<a href="/index/category/Skill/">Skill</a>,
|
||||
<a href="/index/category/Spell/">Spell</a>,
|
||||
<a href="/index/category/Steamjack/">Steamjack</a>, and
|
||||
<a href="/index/category/Thrall/">Thrall</a>.
|
||||
</p>
|
||||
<ul style="margin: -1em 0; color: #D24D33;">
|
||||
<li>Use the links to navigate the index!</li>
|
||||
<li>Use the search... fields to filter rows!</li>
|
||||
</ul>
|
||||
<p>
|
||||
Visit the <a href="/log/index">index log</a> to track the progress and catch up with upcoming changes.
|
||||
</p>
|
||||
|
||||
<h2>Full Publication Index</h2>
|
||||
<table data-index="full" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="3" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="4" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
@ -5,16 +5,10 @@ categories: [ Character-Sheet ]
|
|||
---
|
||||
|
||||
<p>
|
||||
<a href="/portal/Character-Sheet">Back to the Character Sheet main page</a>.
|
||||
<strong>THIS IS AN OLD PAGE AND WILL BE REMOVED SOON! PLEASE MIGRATE YOUR CHARACTER SHEETS TO
|
||||
<a href="/character-cards/">THE NEW CHARACTER CARDS</a>!</strong>
|
||||
</p>
|
||||
|
||||
<h2>Usage</h2>
|
||||
<ol>
|
||||
<li><strong>Fill out</strong> the input fields of the character sheet.</li>
|
||||
<li>Click the <strong>Save sheet to URL</strong> link below the sheet.</li>
|
||||
<li><strong>Copy the URL</strong> and share it with your friends!</li>
|
||||
</ol>
|
||||
|
||||
<div class="sheet">
|
||||
<form id="abilities" class="card">
|
||||
<input id="name" title="Hero's Name" type="text" />
|
||||
|
|
@ -73,7 +67,7 @@ categories: [ Character-Sheet ]
|
|||
<p>
|
||||
<a href="javascript:hero.url();">Save sheet to URL</a>
|
||||
</p>
|
||||
<script type="text/javascript" src="/static/javascripts/heroic.js"></script>
|
||||
<script type="text/javascript" src="/static/javascripts/heroic-old.js"></script>
|
||||
<script type="text/javascript">
|
||||
var hero = new Heroic({
|
||||
"name": "Hero's name",
|
||||
|
|
|
|||
|
|
@ -5,16 +5,10 @@ categories: [ Character-Sheet ]
|
|||
---
|
||||
|
||||
<p>
|
||||
<a href="/portal/Character-Sheet">Back to the Character Sheet main page</a>.
|
||||
<strong>THIS IS AN OLD PAGE AND WILL BE REMOVED SOON! PLEASE MIGRATE YOUR CHARACTER SHEETS TO
|
||||
<a href="/character-cards/">THE NEW CHARACTER CARDS</a>!</strong>
|
||||
</p>
|
||||
|
||||
<h2>Usage</h2>
|
||||
<ol>
|
||||
<li><strong>Fill out</strong> the input fields of the character sheet.</li>
|
||||
<li>Click the <strong>Save sheet to URL</strong> link below the sheet.</li>
|
||||
<li><strong>Copy the URL</strong> and share it with your friends!</li>
|
||||
</ol>
|
||||
|
||||
<div class="sheet">
|
||||
<form id="benefits" class="card">
|
||||
<input id="name" title="Hero's Name" type="text" />
|
||||
|
|
@ -69,7 +63,7 @@ categories: [ Character-Sheet ]
|
|||
<p>
|
||||
<a href="javascript:hero.url();">Save sheet to URL</a>
|
||||
</p>
|
||||
<script type="text/javascript" src="/static/javascripts/heroic.js"></script>
|
||||
<script type="text/javascript" src="/static/javascripts/heroic-old.js"></script>
|
||||
<script type="text/javascript">
|
||||
var hero = new Heroic({
|
||||
"name": "Hero's name",
|
||||
|
|
|
|||
|
|
@ -5,16 +5,10 @@ categories: [ Character-Sheet ]
|
|||
---
|
||||
|
||||
<p>
|
||||
<a href="/portal/Character-Sheet">Back to the Character Sheet main page</a>.
|
||||
<strong>THIS IS AN OLD PAGE AND WILL BE REMOVED SOON! PLEASE MIGRATE YOUR CHARACTER SHEETS TO
|
||||
<a href="/character-cards/">THE NEW CHARACTER CARDS</a>!</strong>
|
||||
</p>
|
||||
|
||||
<h2>Usage</h2>
|
||||
<ol>
|
||||
<li><strong>Fill out</strong> the input fields of the character sheet.</li>
|
||||
<li>Click the <strong>Save sheet to URL</strong> link below the sheet.</li>
|
||||
<li><strong>Copy the URL</strong> and share it with your friends!</li>
|
||||
</ol>
|
||||
|
||||
<div class="sheet">
|
||||
<form id="details" class="card">
|
||||
<input id="name" type="text" />
|
||||
|
|
@ -66,7 +60,7 @@ categories: [ Character-Sheet ]
|
|||
Thanks to XYZ for the Sheet!
|
||||
</p>
|
||||
|
||||
<script type="text/javascript" src="/static/javascripts/heroic.js"></script>
|
||||
<script type="text/javascript" src="/static/javascripts/heroic-old.js"></script>
|
||||
<script type="text/javascript">
|
||||
var hero = new Heroic({
|
||||
"name": "Hero's name",
|
||||
|
|
|
|||
|
|
@ -5,16 +5,10 @@ categories: [ Character-Sheet ]
|
|||
---
|
||||
|
||||
<p>
|
||||
<a href="/portal/Character-Sheet">Back to the Character Sheet main page</a>.
|
||||
<strong>THIS IS AN OLD PAGE AND WILL BE REMOVED SOON! PLEASE MIGRATE YOUR CHARACTER SHEETS TO
|
||||
<a href="/character-cards/">THE NEW CHARACTER CARDS</a>!</strong>
|
||||
</p>
|
||||
|
||||
<h2>Usage</h2>
|
||||
<ol>
|
||||
<li><strong>Fill out</strong> the input fields of the character sheet.</li>
|
||||
<li>Click the <strong>Save sheet to URL</strong> link below the sheet.</li>
|
||||
<li><strong>Copy the URL</strong> and share it with your friends!</li>
|
||||
</ol>
|
||||
|
||||
<div class="sheet">
|
||||
<form id="gear" class="card">
|
||||
<input id="name" title="Hero's Name" type="text" />
|
||||
|
|
@ -117,7 +111,7 @@ categories: [ Character-Sheet ]
|
|||
<p>
|
||||
<a href="javascript:hero.url();">Save sheet to URL</a>
|
||||
</p>
|
||||
<script type="text/javascript" src="/static/javascripts/heroic.js"></script>
|
||||
<script type="text/javascript" src="/static/javascripts/heroic-old.js"></script>
|
||||
<script type="text/javascript">
|
||||
var hero = new Heroic({
|
||||
"name": "Hero's name",
|
||||
|
|
|
|||
|
|
@ -5,16 +5,10 @@ categories: [ Character-Sheet ]
|
|||
---
|
||||
|
||||
<p>
|
||||
<a href="/portal/Character-Sheet">Back to the Character Sheet main page</a>.
|
||||
<strong>THIS IS AN OLD PAGE AND WILL BE REMOVED SOON! PLEASE MIGRATE YOUR CHARACTER SHEETS TO
|
||||
<a href="/character-cards/">THE NEW CHARACTER CARDS</a>!</strong>
|
||||
</p>
|
||||
|
||||
<h2>Usage</h2>
|
||||
<ol>
|
||||
<li><strong>Fill out</strong> the input fields of the character sheet.</li>
|
||||
<li>Click the <strong>Save sheet to URL</strong> link below the sheet.</li>
|
||||
<li><strong>Copy the URL</strong> and share it with your friends!</li>
|
||||
</ol>
|
||||
|
||||
<div class="sheet">
|
||||
<form id="notes" class="card">
|
||||
<input id="name" title="Hero's Name" type="text" />
|
||||
|
|
@ -73,7 +67,7 @@ categories: [ Character-Sheet ]
|
|||
<p>
|
||||
<a href="javascript:hero.url();">Save sheet to URL</a>
|
||||
</p>
|
||||
<script type="text/javascript" src="/static/javascripts/heroic.js"></script>
|
||||
<script type="text/javascript" src="/static/javascripts/heroic-old.js"></script>
|
||||
<script type="text/javascript">
|
||||
var hero = new Heroic({
|
||||
"name": "Hero's name",
|
||||
|
|
|
|||
|
|
@ -5,16 +5,10 @@ categories: [ Character-Sheet ]
|
|||
---
|
||||
|
||||
<p>
|
||||
<a href="/portal/Character-Sheet">Back to the Character Sheet main page</a>.
|
||||
<strong>THIS IS AN OLD PAGE AND WILL BE REMOVED SOON! PLEASE MIGRATE YOUR CHARACTER SHEETS TO
|
||||
<a href="/character-cards/">THE NEW CHARACTER CARDS</a>!</strong>
|
||||
</p>
|
||||
|
||||
<h2>Usage</h2>
|
||||
<ol>
|
||||
<li><strong>Fill out</strong> the input fields of the character sheet.</li>
|
||||
<li>Click the <strong>Save sheet to URL</strong> link below the sheet.</li>
|
||||
<li><strong>Copy the URL</strong> and share it with your friends!</li>
|
||||
</ol>
|
||||
|
||||
<div class="sheet">
|
||||
<form id="skills" class="card">
|
||||
<input id="name" title="Hero's Name" type="text" />
|
||||
|
|
@ -172,7 +166,7 @@ categories: [ Character-Sheet ]
|
|||
<p>
|
||||
<a href="javascript:hero.url();">Save sheet to URL</a>
|
||||
</p>
|
||||
<script type="text/javascript" src="/static/javascripts/heroic.js"></script>
|
||||
<script type="text/javascript" src="/static/javascripts/heroic-old.js"></script>
|
||||
<script type="text/javascript">
|
||||
var hero = new Heroic({
|
||||
"name": "Hero's name",
|
||||
|
|
|
|||
|
|
@ -5,16 +5,10 @@ categories: [ Character-Sheet ]
|
|||
---
|
||||
|
||||
<p>
|
||||
<a href="/portal/Character-Sheet">Back to the Character Sheet main page</a>.
|
||||
<strong>THIS IS AN OLD PAGE AND WILL BE REMOVED SOON! PLEASE MIGRATE YOUR CHARACTER SHEETS TO
|
||||
<a href="/character-cards/">THE NEW CHARACTER CARDS</a>!</strong>
|
||||
</p>
|
||||
|
||||
<h2>Usage</h2>
|
||||
<ol>
|
||||
<li><strong>Fill out</strong> the input fields of the character sheet.</li>
|
||||
<li>Click the <strong>Save sheet to URL</strong> link below the sheet.</li>
|
||||
<li><strong>Copy the URL</strong> and share it with your friends!</li>
|
||||
</ol>
|
||||
|
||||
<div class="sheet">
|
||||
<form id="spells" class="card">
|
||||
<input id="name" title="Hero's Name" type="text" />
|
||||
|
|
@ -135,7 +129,7 @@ categories: [ Character-Sheet ]
|
|||
<p>
|
||||
<a href="javascript:hero.url();">Save sheet to URL</a>
|
||||
</p>
|
||||
<script type="text/javascript" src="/static/javascripts/heroic.js"></script>
|
||||
<script type="text/javascript" src="/static/javascripts/heroic-old.js"></script>
|
||||
<script type="text/javascript">
|
||||
var hero = new Heroic({
|
||||
"name": "Hero's name",
|
||||
|
|
|
|||
|
|
@ -5,16 +5,10 @@ categories: [ Character-Sheet ]
|
|||
---
|
||||
|
||||
<p>
|
||||
<a href="/portal/Character-Sheet">Back to the Character Sheet main page</a>.
|
||||
<strong>THIS IS AN OLD PAGE AND WILL BE REMOVED SOON! PLEASE MIGRATE YOUR CHARACTER SHEETS TO
|
||||
<a href="/character-cards/">THE NEW CHARACTER CARDS</a>!</strong>
|
||||
</p>
|
||||
|
||||
<h2>Usage</h2>
|
||||
<ol>
|
||||
<li><strong>Fill out</strong> the input fields of the character sheet.</li>
|
||||
<li>Click the <strong>Save sheet to URL</strong> link below the sheet.</li>
|
||||
<li><strong>Copy the URL</strong> and share it with your friends!</li>
|
||||
</ol>
|
||||
|
||||
<div class="sheet">
|
||||
<form id="stats" class="card">
|
||||
<input id="name" title="Hero's Name" type="text" />
|
||||
|
|
@ -110,7 +104,7 @@ categories: [ Character-Sheet ]
|
|||
<a href="javascript:hero.url();">Save sheet to URL</a>
|
||||
</p>
|
||||
|
||||
<script type="text/javascript" src="/static/javascripts/heroic.js"></script>
|
||||
<script type="text/javascript" src="/static/javascripts/heroic-old.js"></script>
|
||||
<script type="text/javascript">
|
||||
var hero = new Heroic({
|
||||
"portrait": { "url": "", "x": 0, "y": 0, "size": "auto" },
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,145 +0,0 @@
|
|||
---
|
||||
layout: ikrpg
|
||||
categories: [ Index ]
|
||||
tags: [ Rules, None, None ]
|
||||
---
|
||||
<p>
|
||||
This page is part of the <a href="/portal/Publications/">Publications project</a>.
|
||||
</p>
|
||||
|
||||
|
||||
<h2>Scenarios Index</h2>
|
||||
<table class="hero">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Scenario</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Fools Rush In</td>
|
||||
<td><a href="/portal/Publications/#Fools-Rush-In">Fools Rush In</a></td>
|
||||
<td>1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Friends in High Places</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>80</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Immortality</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-53">No Quarter #53</a></td>
|
||||
<td>100</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Spirit in Steel</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-44">No Quarter #44</a></td>
|
||||
<td>62</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>The Lost Chamber</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-3-4">Full Metal Friday 1/3/4</a></td>
|
||||
<td>80</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>The Noble's Tournament</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-5-4">Full Metal Friday 1/5/4</a></td>
|
||||
<td>1</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<h2>Encounters Index</h2>
|
||||
<table class="veteran">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Encounter</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Alchemical Imbalance</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-2-4">Full Metal Friday 1/2/4</a></td>
|
||||
<td>1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Blood and Circuses</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>94</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Dead End</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-4-4">Full Metal Friday 1/4/4</a></td>
|
||||
<td>1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Dirty Deeds</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>97</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Disturbing the Dead</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>52</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Explosive Yield</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>62</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sailor take Warning</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-1-4">Full Metal Friday 1/1/4</a></td>
|
||||
<td>1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sewer Surprise</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>56</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Talons in the Dark</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>59</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<h2>Scenario Settings Index</h2>
|
||||
<table class="epic">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Scenario Setting</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Bexlyfe</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-53">No Quarter #53</a></td>
|
||||
<td>64</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Five Fingers</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>32</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Novokorska</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>48</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Wexmere</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-46">No Quarter #46</a></td>
|
||||
<td>56</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -1,127 +0,0 @@
|
|||
---
|
||||
layout: ikrpg
|
||||
categories: [ Index ]
|
||||
tags: [ Rules, None, None ]
|
||||
---
|
||||
|
||||
<p>
|
||||
This page is part of the <a href="/portal/Publications/">Publications project</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Picking an adventuring company is part of the <a href="/portal/Character-Creation">character creation</a> process.
|
||||
</p>
|
||||
|
||||
|
||||
<h2>Adventuring Company Index</h2>
|
||||
<table class="veteran">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Adventuring Company</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Agents of the Crucible</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>306</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Arcane Order</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>151</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Crusaders</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>363</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Fringe Cultists</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-48">No Quarter #48</a></td>
|
||||
<td>72</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Greylords</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>182</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Heroes of the Resistance</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>240</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Idrian Tribe</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>364</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Illuminated Ones</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>92</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Intrepid Investigators</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>152</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Khadoran Military Detail</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>182</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Law Dogs</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>152</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mercenary Charter</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>152</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Nobile Exiles</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>241</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ordic Naval Expedition</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>306</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Outlaws</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>152</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Pirates of the Broken Cost</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>153</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Spy Ring</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>153</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Thamarite Sept</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>70</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>The Inner Circle</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-48">No Quarter #48</a></td>
|
||||
<td>72</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Unorthodox Engagement Team</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>92</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -1,378 +0,0 @@
|
|||
---
|
||||
layout: ikrpg
|
||||
categories: [ Index ]
|
||||
tags: [ Rules, None, None ]
|
||||
---
|
||||
<p>
|
||||
This page is part of the <a href="/portal/Publications/">Publications project</a>.
|
||||
</p>
|
||||
<p>
|
||||
One of the most advanced technology in the Iron Kingdoms is the mechanika – a melting of alchemy and
|
||||
magic.
|
||||
</p>
|
||||
|
||||
|
||||
<h2>Alchemical Ingredients Index</h2>
|
||||
<table class="hero">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Alchemical Ingedient</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Alchemical Explosive</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>245</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Alchemical Stone</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>292</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Alchemical Waste, Crystal</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>292</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Alchemical Waste, Liquid</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>292</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Arcane Extract</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>292</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Arcane Minerals</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>292</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Alkalic Fluid</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-2-1">Full Metal Friday 1/2/1</a></td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bioluminescent Extract</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>292</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Blackbond</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-2-1">Full Metal Friday 1/2/1</a></td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Burrow Mawg Adrenal Gland</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>292</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Crypt Spider Brain</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-43">No Quarter #43</a></td>
|
||||
<td>46</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ectoplasm</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>292</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Firestifle</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-2-1">Full Metal Friday 1/2/1</a></td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Glasseater</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-2-1">Full Metal Friday 1/2/1</a></td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Heavy Metals</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>292</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Laughing Gas</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-2-2">Full Metal Friday 1/2/2</a></td>
|
||||
<td>1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Menoth's Fury</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>292</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mineral Acid</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>293</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mineral Crystals</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>293</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mutagenic Extract</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>293</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Organic Acid</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>293</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Organic Oil</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>293</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Organic Toxin</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>293</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Umbroculant Drops</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-2-2">Full Metal Friday 1/2/2</a></td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<h2>Alchemical Items Index</h2>
|
||||
<table class="veteran">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Alchemical Item</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Alchemical Acid</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>293</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Alchemical Restorative</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>293</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Alchemical Restorative</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-53">No Quarter #53</a></td>
|
||||
<td>103</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Antitoxin</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>294</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ashes of Urcaen</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>294</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bottled Light</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>294</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Cryptospector Potion</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-43">No Quarter #43</a></td>
|
||||
<td>47</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Crucible Rounds</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>310</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Fear Gas</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>16</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Firebane Salve</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>16</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Fortemorphic Elixier</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>294</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Healing Liniment</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>295</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Invisible Ink</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>17</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Knorva's Kiss</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>246</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Night's Black</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>17</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Persuasion Elixier</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>18</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Preservation of Corben Pendant</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-3-1">Full Metal Friday 1/3/1</a></td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Remel's Embrace</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>247</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Restorative Oinment</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>18</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Revitalizer Tonic</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>19</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Rousing Vapors</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>19</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Rust Agent</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>295</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Somnolence Elixier</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>295</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Spirit Salts</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>295</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Tarnish</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>19</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Vitriolic Fire</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>295</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Whispers of Lukas</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>247</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<h2>Field Alchemy Index</h2>
|
||||
<table class="epic">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Field Alchemical Item</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Simple Acid</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>296</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Simple Stimulant</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>296</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Simple Stink Gas</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>296</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Simple Smoke</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>296</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<h2>Grenades Index</h2>
|
||||
<table class="hero">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Grenade</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Acid Bomb</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>297</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ashes of Urcaen</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>297</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bomb, Large</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>246</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bomb, Small</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>246</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Cinder Bomb</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>297</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Knockout Bomb</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>297</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Rust Bomb</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>297</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -1,47 +0,0 @@
|
|||
---
|
||||
layout: ikrpg
|
||||
categories: [ Index ]
|
||||
tags: [ Rules, None, None ]
|
||||
---
|
||||
|
||||
<p>
|
||||
This page is part of the <a href="/portal/Publications/">Publications project</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Picking an archetype is part of the <a href="/portal/Character-Creation">character creation</a>
|
||||
process.
|
||||
</p>
|
||||
|
||||
<h2>Archetype Index</h2>
|
||||
<table class="veteran">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Archetype</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Gifted</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>115</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Intellectual</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>115</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mighty</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>116</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Skilled</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>116</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -1,447 +0,0 @@
|
|||
---
|
||||
layout: ikrpg
|
||||
categories: [ Index ]
|
||||
tags: [ Rules, None, None ]
|
||||
---
|
||||
|
||||
<p>
|
||||
This page is part of the <a href="/portal/Publications/">Publications project</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Picking a career is part of the <a href="/portal/Character-Creation">character creation</a> process.
|
||||
Characters get access to <a href="/index/Ability-Index">abilities</a>, connections,
|
||||
<a href="/index/Skill-Index">skills</a> and <a href="/index/Spell-Index">spells</a> through their
|
||||
careers.
|
||||
</p>
|
||||
|
||||
<h2>Career Index</h2>
|
||||
<table class="hero">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Career</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Alchemist</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>120</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Allegiant</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>356</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Arcane Mechanik</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>121</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Arcanist</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>122</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Aristocrat</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>123</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Artillerist</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>304</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Assault Kommando</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>177</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bounty Hunter</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>124</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Cutthroat</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>125</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Doom Reaver</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>178</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Doom Reaver</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-46">No Quarter #46</a></td>
|
||||
<td>28</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Duelist</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>126</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Exemplar</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>357</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Explorer</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>127</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Fell Caller</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>128</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Field Mechanik</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>129</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Gun Mage</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>130</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Guttersnipe</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>4</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Highwayman</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>131</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Horseman</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>179</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Investigator</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>132</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Iron Fang</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>133</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ironhead</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>33</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Knight</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>134</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Labor Korune</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>5</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Long Rider</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-45">No Quarter #45</a></td>
|
||||
<td>31</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mage Hunter</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>135</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Man-at-Arms</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>136</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Man-O-War</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>180</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Military Officer</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>137</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Paladin</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>358</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Pirate</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>138</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Pistoleer</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>139</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Priest of Cyriss</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-48">No Quarter #48</a></td>
|
||||
<td>64</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Priest of Menoth</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>140</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Priest of Morrow</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>140</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Pugilist</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>6</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Raider</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-1-2">Full Metal Friday 1/1/2</a></td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ranger</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>141</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Reclaimer</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>359</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Rifleman</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>142</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Scrutator</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>360</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Seaforge Trader</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>7</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Seeker</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>8</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Soldier</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>143</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sorcerer (Fire)</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>144</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sorcerer (Ice)</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>144</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sorcerer (Stone)</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>144</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sorcerer (Storm)</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>144</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Spy</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>145</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Stormblade</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>146</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Stormsmith</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>89</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Thamarite Advocate</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>66</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Thief</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>147</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Trencher</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>148</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Urban Nomad</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>9</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Warcaster</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>149</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Warcaster, Cyriss</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-48">No Quarter #48</a></td>
|
||||
<td>65</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>Career Options</h2>
|
||||
<table class="veteran">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Career Option</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Arcane Tempest Gun Mage</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>87</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Crucible Guard</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>301</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Cygnaran Warcaster</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>87</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Exemplar Errant</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>355</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Exemplar Vengar</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>355</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Greylord</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>175</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Gun Mage of the Amethyst Rose</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>239</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Illuminated Arcanist</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>88</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Iron Fang Uhlan</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>176</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Khadoran Warcaster</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>176</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Llaelese Warcaster</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>240</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Man-O-War Drakhun</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>176</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Marine</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>301</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Maritime Order of the Trident Arcanist</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>302</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ordic Warcaster</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>303</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Protectorate Warcaster</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>355</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Rhulic 'Jack Marshal</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-49">No Quarter #49</a></td>
|
||||
<td>63</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Rhulic Field Mechanik</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-49">No Quarter #49</a></td>
|
||||
<td>63</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Rhulic Warcaster</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-49">No Quarter #49</a></td>
|
||||
<td>64</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Stormguard</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>88</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Storm Lance</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>88</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Trencher Commando</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>88</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Vassal of Menoth</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>354</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -1,263 +0,0 @@
|
|||
---
|
||||
layout: ikrpg
|
||||
categories: [ Index ]
|
||||
tags: [ Rules, None, None ]
|
||||
---
|
||||
<p>
|
||||
This page is part of the <a href="/portal/Publications/">Publications project</a>.
|
||||
</p>
|
||||
|
||||
|
||||
<h2>Disease Type Index</h2>
|
||||
<table class="hero">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Disease Type</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Bacterial</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>41</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Fungal</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>41</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Parasitic</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>41</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Toxic</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>42</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<h2>Disease Classification Index</h2>
|
||||
<table class="veteran">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Disease Classification</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Fever</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>42</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Pox</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>42</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Miasma</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>42</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<h2>Contraction Method Index</h2>
|
||||
<table class="epic">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Contraction Method</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Inhalation</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>42</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Cutaneous</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>42</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ingestion</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>42</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<h2>Symptoms Index</h2>
|
||||
<table class="hero">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Symptom</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Ablepsy</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>42</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Acute Anger</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>43</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Aphasia</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>43</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Boils</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>43</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Catalepsy</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>43</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Delirium</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>43</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Dyspnea</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>43</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Dystaxia</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>43</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Epistaxis</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>43</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Gangrene</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>43</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Hallucinations</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>43</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Insomnia</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>43</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Lesions</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>43</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Light Sensitivity</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>43</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Lockjaw</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>43</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mania</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>44</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Melancholia</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>44</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Nausea and Vomiting</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>44</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Paresis</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>44</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Paroxysm</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>44</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Pockmarks</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>44</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Uveitis</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>44</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<h2>Diseases Index</h2>
|
||||
<table class="veteran">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Disease</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Bogrin Blight</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>44</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Black Tongue</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>44</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Stone Sickness</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>45</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mechanik's Dementia</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>45</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mawg Rabies</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>45</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,287 +0,0 @@
|
|||
---
|
||||
layout: ikrpg
|
||||
categories: [ Index ]
|
||||
tags: [ Rules, None, None ]
|
||||
---
|
||||
|
||||
<p>
|
||||
This page is part of the <a href="/portal/Publications/">Publications project</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Individuals that can be used for e.g. NPCs.
|
||||
</p>
|
||||
|
||||
|
||||
<h2>Individuals Index</h2>
|
||||
<table class="hero">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Individual</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Arius, Primarch</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>42</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Arkadius, Dr.</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>27</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Arland Calster, High Magus</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>69</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ayn Vanar, Empress</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>124</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Baird Cathor II, King</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>201</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bloody Barnabas</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-45">No Quarter #45</a></td>
|
||||
<td>39</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bolden Rebald, Scout General</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>34</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bors Gately, General</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>74</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Coleman Stryker, Cygnaran Warcaster</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-50">No Quarter #50</a></td>
|
||||
<td>39</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Dargus Mathern, General</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>69</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Deyar Glabryn, Archduke</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>211</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Directrix, Iron Mother</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-48">No Quarter #48</a></td>
|
||||
<td>35</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Drake MacBain, Warcaster</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-47">No Quarter #47</a></td>
|
||||
<td>39</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Druce Halstead, Earl</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>34</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Evelin Turpin, Senior Commander</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>74</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Everblight, Dragon</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-53">No Quarter #53</a></td>
|
||||
<td>43</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Feora, Priestess of the Flame</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>336</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Fedor Rachlavsky, Obavnik</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>174</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Galt Langworth, General</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>60</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Govan Trent, Navarch</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>30</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Gregore Delryv IV, Duke</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>221</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Gunnbjorn, Captain</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-43">No Quarter #43</a></td>
|
||||
<td>53</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Gurvaldt Irusk, Supreme Kommandant</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>132</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Harbinger of Menoth</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>330</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Harlan Mosley, Earl</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>76</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Helt Langworth, Aurum Magnus</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>299</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Izabella Mateu, Castellan</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>279</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Jarok Shaw, Scrutator Sovereign</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>350</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Jasek Donekev, Viscount</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>136</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Karloff the Relentless, Scrutator</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-53">No Quarter #53</a></td>
|
||||
<td>75</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Kasparovik, Optifex</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-53">No Quarter #53</a></td>
|
||||
<td>105</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Leto Raelthorne, King</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>21</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mhikol Horscze, Premier</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>131</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mikael Kreoss, Grand Exemplar</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>337</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Oleg Strakhov, Kommander</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>137</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Olson Turpin, Warmaster General</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>29</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Olyado Caetan, Castellan</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>284</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ruskin Borga, Visgoth</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>146</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Quinlan Rathleagh, Earl</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>69</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sebastian Nemo, General</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>60</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Severius, Hierarch</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>329</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Simonyev Blaustavya, Great Vizier</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>111</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Trenton Bouridor, Grand Paladin</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>339</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Vasily Dmitrilosk, High Obavnik</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>173</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Vayne di Brascio, Amethyst Rose Gun Mage</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>103</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Victor Pendrake, Professor</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>28</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Vinter Raelthorne IV</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>22</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Vladislav Abrosim</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-44">No Quarter #44</a></td>
|
||||
<td>63</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Vladislav Abrosim</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-53">No Quarter #53</a></td>
|
||||
<td>101</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Vyros Narr, Dawnlord</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-44">No Quarter #44</a></td>
|
||||
<td>37</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Wurmwood, Tree of Fate</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-49">No Quarter #49</a></td>
|
||||
<td>31</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Zevanna Agha, Old Witch of Khador</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>114</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -1,454 +0,0 @@
|
|||
---
|
||||
layout: ikrpg
|
||||
categories: [ Index ]
|
||||
tags: [ Rules, None, None ]
|
||||
---
|
||||
|
||||
<p>
|
||||
This page is part of the <a href="/portal/Publications/">Publications project</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
One of the most advanced technology in the Iron Kingdoms is the mechanika – a melting of alchemy and
|
||||
magic.
|
||||
</p>
|
||||
|
||||
|
||||
<h2>Capacitors Index</h2>
|
||||
<table class="hero">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Capacitor</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Alchemical Capacitor</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>282</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ambient Accumulator</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-48">No Quarter #48</a></td>
|
||||
<td>69</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Arcane Interval Generator</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>36</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Arcane Turbine</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>282</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Arcanodynamic Accumulator</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>283</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Clockwork Capacitor</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>283</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Parasitic Generator</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>36</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Runelock Capacitor</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>37</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Storm Chamber</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>283</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<h2>Runeplates Index</h2>
|
||||
<table class="veteran">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Runeplate</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Accuracy</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>284</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Aegis</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>284</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Arcane Disruptor</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>34</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Arcane Force</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>284</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Arcane Warding</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>34</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Backfire</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>35</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Balefire</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>285</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Blast</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>285</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Blessed</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>285</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bond Plate</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>285</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bounding</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>35</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Cold</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>285</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Compensator</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>285</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Corruption</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>285</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Detonate</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>35</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Disbinder</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>285</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Electrocutioner</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>285</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Flame</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>285</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Fleet</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>285</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Fogbank</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>35</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Grievous Wounds</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>285</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Halo of Fire</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>285</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Headtaker</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>35</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Heightened Strength</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>286</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Incendiary</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>35</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Light</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>286</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Light Eater</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>35</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Lockout</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>35</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Magnetism</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>35</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mechanikal Seizure</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>286</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Natation</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>35</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Obscuration</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>36</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Quicken</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>286</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Reciprocity</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>36</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Repulsor</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>286</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Silencer</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>286</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Spell Ward</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>286</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Stall</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>286</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Steady</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>286</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Vitriol</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>36</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Whiplash</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>36</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<h2>Mechanikal Weapons Index</h2>
|
||||
<table class="epic">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Mechanikal Weapon</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Andrei's Pistol</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-53">No Quarter #53</a></td>
|
||||
<td>107</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Charged Spear</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-48">No Quarter #48</a></td>
|
||||
<td>69</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Final Word (Mechanika Hand Cannon)</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>93</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Storm Glaive</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>288</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Tuning Kit</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-48">No Quarter #48</a></td>
|
||||
<td>70</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Tuning Staff</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-48">No Quarter #48</a></td>
|
||||
<td>71</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<h2>Mechanikal Armor Index</h2>
|
||||
<table class="hero">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Mechanikal Armor</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Opifex Armor</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-48">No Quarter #48</a></td>
|
||||
<td>69</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Warcaster Armor, light</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>289</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Warcaster Armor, medium</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>289</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Warcaster Armor, heavy</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>290</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<h2>Mechanikal Devices Index</h2>
|
||||
<table class="veteran">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Mechanikal Device</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Akinetic Javelin</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-50">No Quarter #50</a></td>
|
||||
<td>48</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Arcantrik Scope</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>286</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Deprecator</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-50">No Quarter #50</a></td>
|
||||
<td>49</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Fang of Urcaen</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-50">No Quarter #50</a></td>
|
||||
<td>50</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Farsight Googles</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>287</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Greylords Rune Axe</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-50">No Quarter #50</a></td>
|
||||
<td>50</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Knucklerdriver</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-50">No Quarter #50</a></td>
|
||||
<td>50</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mechanikal Prosthetic, Arm</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>287</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mechanikal Prosthetic, Eye</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>288</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mechanikal Prosthetic, Hand</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>288</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mechanikal Prosthetic, Leg</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>288</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Neutralizer</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-50">No Quarter #50</a></td>
|
||||
<td>51</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Retractable Lance</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-50">No Quarter #50</a></td>
|
||||
<td>52</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Tempest Shield</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-50">No Quarter #50</a></td>
|
||||
<td>52</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -1,626 +0,0 @@
|
|||
---
|
||||
layout: ikrpg
|
||||
categories: [ Index ]
|
||||
tags: [ Rules, None, None ]
|
||||
---
|
||||
|
||||
<p>
|
||||
This page is part of the <a href="/portal/Publications/">Publications project</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Monsters and other opponents in the <strong>old</strong> Monsternomicon format. For entries in the new Monsternomicon format see the <a href="/index/Monsternomicon-Index/">Monsternomicon index</a>.
|
||||
</p>
|
||||
|
||||
|
||||
<h2>Monsters and Opponents Index</h2>
|
||||
<table class="hero">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Monster or Opponent</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Alpha Burrow-Mawg</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>341</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Argus</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-47">No Quarter #47</a></td>
|
||||
<td>52</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Black Ogrun Boarder</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-1-4">Full Metal Friday 1/1/4</a></td>
|
||||
<td>3</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Blighted Nyss Archer</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Blighted Nyss Sorcerer</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>3</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Blighted Nyss Strider</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Blighted Nyss Swordsman</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>3</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bloat Thrall</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>4</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bog Trog Ambusher</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-43">No Quarter #43</a></td>
|
||||
<td>44</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bog Trog Angler</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-43">No Quarter #43</a></td>
|
||||
<td>44</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bog Trog "Big Fish"</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-43">No Quarter #43</a></td>
|
||||
<td>45</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bog Trog Mist Speaker</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-43">No Quarter #43</a></td>
|
||||
<td>44</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bowden's Guards</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-44">No Quarter #44</a></td>
|
||||
<td>68</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Brute Thrall</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>6</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Burrow-Mawg</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>341</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Cataphract Beetle Drone</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-44">No Quarter #44</a></td>
|
||||
<td>56</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Cataphract Beetle Soldier</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-44">No Quarter #44</a></td>
|
||||
<td>56</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Cephalyx Drudge</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>6</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Cephalyx Mind Slaver</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>5</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Cephalyx Overlord</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>6</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Crucible Guards (Duelist/Man-at-Arms)</td>
|
||||
<td><a href="/portal/Publications/#Fools-Rush-In">Fools Rush In</a></td>
|
||||
<td>13</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Crypt Spider</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-43">No Quarter #43</a></td>
|
||||
<td>46</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Deck Hands</td>
|
||||
<td><a href="/portal/Publications/#Fools-Rush-In">Fools Rush In</a></td>
|
||||
<td>17</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Devil Rat Matron</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-46">No Quarter #46</a></td>
|
||||
<td>53</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Devil Rat Swarm</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-46">No Quarter #46</a></td>
|
||||
<td>53</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Dire Troll</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-47">No Quarter #47</a></td>
|
||||
<td>57</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Dread Tomb Guard</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-3-4">Full Metal Friday 1/3/4</a></td>
|
||||
<td>4</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Dregg Pain Monger</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>342</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Dregg Raid Master</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>342</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Dregg Scavenger</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>341</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Duskwolf Female</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-44">No Quarter #44</a></td>
|
||||
<td>58</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Duskwolf Male</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-44">No Quarter #44</a></td>
|
||||
<td>59</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Elimination Servitor</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-53">No Quarter #53</a></td>
|
||||
<td>105</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Farrow Brigand</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>343</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Farrow Shaman</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>344</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Farrow Slaughterhouser</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>343</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Farrow Warlord</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>343</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Gatorman Bokor</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-44">No Quarter #44</a></td>
|
||||
<td>61</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Gatorman Chieftain</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-44">No Quarter #44</a></td>
|
||||
<td>61</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Gatorman Warrior</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-44">No Quarter #44</a></td>
|
||||
<td>60</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Gorax</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-47">No Quarter #47</a></td>
|
||||
<td>55</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Gravedigger Thugs</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>54</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Human Arcanist</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>345</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Human Duelist</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-5-4">Full Metal Friday 1/5/4</a></td>
|
||||
<td>5</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Human Thief</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>344</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Human Thief</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-4-4">Full Metal Friday 1/4/4</a></td>
|
||||
<td>3</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Human Thug</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>345</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Human Thug</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-4-4">Full Metal Friday 1/4/4</a></td>
|
||||
<td>3</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Human Watchman 1</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>345</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Human Watchman 2</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>345</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Machine Wrath</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>7</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mechanithrall</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>8</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ogrun Bodyguard</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>9</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ogrun Marauder</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>9</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Paulson Street Rover Gangsters</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>82</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Pistol Wrath</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-43">No Quarter #43</a></td>
|
||||
<td>50</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Raevhan Buffalo</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-46">No Quarter #46</a></td>
|
||||
<td>55</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Razorbat King</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-46">No Quarter #46</a></td>
|
||||
<td>51</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Razorbat Swarm</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-46">No Quarter #46</a></td>
|
||||
<td>51</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Risen Thrall</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>346</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Risen Thrall</td>
|
||||
<td><a href="/portal/Publications/#Fools-Rush-In">Fools Rush In</a></td>
|
||||
<td>18</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Riven</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-45">No Quarter #45</a></td>
|
||||
<td>58</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Robbers</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-53">No Quarter #53</a></td>
|
||||
<td>103</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Satyxis Blood Witch</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>11</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Satyxis Raider</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-1-4">Full Metal Friday 1/1/4</a></td>
|
||||
<td>3</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Satyxis Raider</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>10</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Satyxis Raider Captain</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>10</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sewer Gatorman Brood Mother</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>58</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sewer Gatorman Nestling</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>57</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sewer Gatorman Warrior</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>58</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Shade</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-45">No Quarter #45</a></td>
|
||||
<td>53</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Skigg</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>63</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Skigg Alpha</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>63</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Skorne Mortitheurge</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>13</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Skorne Praetorian</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>12</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Skorne Tyrant</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>13</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Skorne Venator</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>12</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Soulhunter</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>14</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Specter</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-45">No Quarter #45</a></td>
|
||||
<td>55</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Thamarite Guard</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>95</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Thamarite Acolyte</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>95</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Tharn Ravager</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>15</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Tharn Ravager Chieftain</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>16</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Tharn Witch</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>16</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Thrall Warrior</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>346</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Thrullg Warrior</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>347</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Totem Hunter</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>17</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Troll</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-47">No Quarter #47</a></td>
|
||||
<td>56</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Troll Whelp</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-47">No Quarter #47</a></td>
|
||||
<td>57</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Trollkin Champion</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>19</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Trollkin Fell Caller</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>18</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Trollkin Warrior</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules-Bestiary-Expanded">Core Rules Bestiary Expanded</a></td>
|
||||
<td>18</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Twin Bridge Blade Knifer</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>88</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Winter Argus</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-47">No Quarter #47</a></td>
|
||||
<td>53</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<h2>Solo Monsters and Opponents Index</h2>
|
||||
<table class="veteran">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Solo Monster or Opponent</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Bairn Cammol (Skilled Human Duelist)</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>83</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bowden Haightly (Posessed Talon Warjack)</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-44">No Quarter #44</a></td>
|
||||
<td>70</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Brak Seabreaker (Mighty Ogrun Warrior)</td>
|
||||
<td><a href="/portal/Publications/#Fools-Rush-In">Fools Rush In</a></td>
|
||||
<td>18</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Captain Meara Brinebight</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-1-4">Full Metal Friday 1/1/4</a></td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Denys Manet</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-5-4">Full Metal Friday 1/5/4</a></td>
|
||||
<td>5</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Errigan (Specter)</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-47">No Quarter #47</a></td>
|
||||
<td>61</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Fynne di Vinianni</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-4-4">Full Metal Friday 1/4/4</a></td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Gavriel di Maro (Veteran Human Cutthroat/Investigator)</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>61</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Grot (Skilled Gobber Cutthroat/Field Mechanik)</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>91</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Karloff the Relentless, Scrutator</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-53">No Quarter #53</a></td>
|
||||
<td>77</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Kroll Berok (Mighty Ogrun Pugilist)</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>83</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Luka "Left Fist" Istori</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-4-4">Full Metal Friday 1/4/4</a></td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mirek Orlov</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-5-4">Full Metal Friday 1/5/4</a></td>
|
||||
<td>5</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Morna Petrork</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-4-4">Full Metal Friday 1/4/4</a></td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Myrus Rathborne (Gifted Human Fire Sorcerer)</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>55</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Orran Vaine (Skilled Human Rifleman)</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>54</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sivto the Vild, Necromancer (Human Will Weaver)</td>
|
||||
<td><a href="/portal/Publications/#Fools-Rush-In">Fools Rush In</a></td>
|
||||
<td>18</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Tantock Meryl (Gifted Human Spy/Thamarite Advocate)</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>96</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Valeria Karpov, Steelsoul Protector</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-53">No Quarter #53</a></td>
|
||||
<td>108</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Vayne di Brascio (Amethyst Rose Gun Mage)</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-52">No Quarter #52</a></td>
|
||||
<td>105</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Vessos Ironjaw (Mighty Trollkin Soldier)</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>55</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Victor di Cavour (Specter)</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-2-4">Full Metal Friday 1/2/4</a></td>
|
||||
<td>3</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Zabrak Stoneshield (Mighty Trollkin Duelist)</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>91</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -1,81 +0,0 @@
|
|||
---
|
||||
layout: ikrpg
|
||||
categories: [ Index ]
|
||||
tags: [ Rules, None, None ]
|
||||
---
|
||||
|
||||
<p>
|
||||
This page is part of the <a href="/portal/Publications/">Publications project</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Monsters and other opponents in the <strong>new</strong> Monsternomicon format introduced in <a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a>. For entries in the old Monsternomicon format see the <a href="/index/Monster-Index/">Monster index</a>.
|
||||
</p>
|
||||
|
||||
|
||||
<h2>Monsters and Opponents Index</h2>
|
||||
<table class="hero">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Monster or Opponent</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Hollowed</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>56</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Iron Maiden</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>58</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Shaft Wight</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>60</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<h2>Templates</h2>
|
||||
<table class="veteran">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Template</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Large Specimen</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>62</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Pestilent Hollowed</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>62</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Predator</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>63</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Swift</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>63</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Wild Iron Maiden</td>
|
||||
<td><a href="/portal/Publications/#No-Quarter-51">No Quarter #51</a></td>
|
||||
<td>63</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,67 +0,0 @@
|
|||
---
|
||||
layout: ikrpg
|
||||
categories: [ Index ]
|
||||
tags: [ Rules, None, None ]
|
||||
---
|
||||
|
||||
<p>
|
||||
This page is part of the <a href="/portal/Publications/">Publications project</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Picking a race is part of the <a href="/portal/Character-Creation">character creation</a> process.
|
||||
Characters get access to stats and <a href="/index/Ability-Index">abilities</a> through their race.
|
||||
</p>
|
||||
|
||||
<h2>Race Index</h2>
|
||||
<table class="hero">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Race</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Human</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>108</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Dwarf</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>109</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Gobber</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>110</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Iosan</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>111</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Nyss</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>112</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ogrun</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>113</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Satyxis</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-1-1">Full Metal Friday 1/1/1</a></td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Trollkin</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>114</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -1,345 +0,0 @@
|
|||
---
|
||||
layout: ikrpg
|
||||
categories: [ Index ]
|
||||
tags: [ Rules, None, None ]
|
||||
---
|
||||
|
||||
<p>
|
||||
This page is part of the <a href="/portal/Publications/">Publications project</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Characters are assigned skills while <a href="/portal/Character-Creation">being created</a>.
|
||||
</p>
|
||||
|
||||
|
||||
<h2>Military Skill Index</h2>
|
||||
<table class="hero">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Military Skill</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Archery</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>172</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Crossbow</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>172</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Great Weapon</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>172</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Hand Weapon</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>172</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Heavy Artillery</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>305</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Lance</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>172</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Light Artillery</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>172</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Pistol</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>172</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Rifle</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>172</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Shield</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>172</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Thrown Weapon</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>172</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Unarmed Combat</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>172</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<h2>Occupational Skill Index</h2>
|
||||
<table class="veteran">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Occupational Skill</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Alchemy</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>172</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Animal Handling</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>174</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bribery</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>174</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Climbing</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>175</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Command</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>175</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Craft</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>176</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Cryptography</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>176</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Deception</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>177</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Detection</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>177</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Disguise</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>178</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Driving</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>179</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Escape Artist</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>179</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Etiquette</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>180</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Fell Calling</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>181</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Forensic Science</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>181</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Forgery</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>181</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Gambling</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>182</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Interrogation</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>182</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Intimidation</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>183</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Jumping</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>183</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Law</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>184</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Lock Picking</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>184</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Lore</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>185</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mechanikal Engineering</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>186</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Medicine</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>186</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Navigation</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>186</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Negotiation</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>187</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Oratory</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>189</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Pickpocket</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>189</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Research</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>190</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Riding</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>190</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Rope Use</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>191</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sailing</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>191</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Seduction</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>192</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sneak</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>193</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Stormsmithing</td>
|
||||
<td><a href="/portal/Publications/#Kings-Nations-and-Gods">Kings, Nations, and Gods</a></td>
|
||||
<td>90</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Streetwise</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>193</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Survival</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>194</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Swimming</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>194</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Thrall Crafting</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>69</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Tracking</td>
|
||||
<td><a href="/portal/Publications/#Core-Rules">Core Rules</a></td>
|
||||
<td>194</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<h2>Duelling Maneuvers Index</h2>
|
||||
<table class="epic">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Duelling Maneuver</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Deflecting Strike</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-5-3">Full Metal Friday 1/5/3</a></td>
|
||||
<td>1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Feint</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-5-3">Full Metal Friday 1/5/3</a></td>
|
||||
<td>1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Hidden Guard</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-5-3">Full Metal Friday 1/5/3</a></td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Lashing Strike</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-5-3">Full Metal Friday 1/5/3</a></td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Turning Riposte</td>
|
||||
<td><a href="/portal/Publications/#Full-Metal-Friday-1-5-3">Full Metal Friday 1/5/3</a></td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -1,118 +0,0 @@
|
|||
---
|
||||
layout: ikrpg
|
||||
categories: [ Index ]
|
||||
tags: [ Rules, None, None ]
|
||||
---
|
||||
|
||||
<p>
|
||||
This page is part of the <a href="/portal/Publications/">Publications project</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Thralls are undead creatures controlled of a necromancer.
|
||||
</p>
|
||||
|
||||
<h2>Thrall Types Index</h2>
|
||||
<table class="hero">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Thrall Type</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Lieutenant</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>72</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Risen</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>73</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Warrior</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>73</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2>Thrall Upgrades Index</h2>
|
||||
<table class="veteran">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Thrall Upgrade</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Artificial Intellect</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>74</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Dark Power</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>74</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ghostly</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>74</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Grave Chill</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>74</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Guardian</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>74</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Killer</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>74</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Language</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>74</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Lock Step</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>74</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Preternatural Awareness</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>75</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Rune Hardened</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>75</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Rune Powered</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>75</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Speed in Death</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>75</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Watch Thrall</td>
|
||||
<td><a href="/portal/Publications/#Urban-Adventure">Urban Adventure</a></td>
|
||||
<td>75</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
27
_posts/Index/Category/0000-01-01-Ability.html
Normal file
27
_posts/Index/Category/0000-01-01-Ability.html
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
redirect_from: "/index/Ability-Index/"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Category ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Ability Index</h2>
|
||||
<table data-category="Ability" data-subcategory="" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Ability</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
59
_posts/Index/Category/0000-01-01-Adventure.html
Normal file
59
_posts/Index/Category/0000-01-01-Adventure.html
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
---
|
||||
redirect_from: "/index/Adventure-and-Encounter-Index/"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Category ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2 id="Scenario">Scenario Index</h2>
|
||||
<table data-category="Adventure" data-subcategory="Scenario" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Scenario</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Encounter">Encounter Index</h2>
|
||||
<table data-category="Adventure" data-subcategory="Encounter" class="veteran">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Encounter</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Scenario-Setting">Scenario Setting Index</h2>
|
||||
<table data-category="Adventure" data-subcategory="Scenario Setting" class="epic">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Scenario Setting</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
75
_posts/Index/Category/0000-01-01-Alchemy.html
Normal file
75
_posts/Index/Category/0000-01-01-Alchemy.html
Normal file
|
|
@ -0,0 +1,75 @@
|
|||
---
|
||||
redirect_from: "/index/Alchemy-Index/"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Category ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2 id="Alchemical-Ingredient">Alchemical Ingredient Index</h2>
|
||||
<table data-category="Alchemy" data-subcategory="Alchemical Ingredient" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Alchemical Ingredient</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Alchemical-Item">Alchemical Item Index</h2>
|
||||
<table data-category="Alchemy" data-subcategory="Alchemical Item" class="veteran">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Alchemical Item</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Field-Alchemy">Field Alchemy Index</h2>
|
||||
<table data-category="Alchemy" data-subcategory="Field Alchemy" class="epic">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Field Alchemy</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Grenate">Grenate Index</h2>
|
||||
<table data-category="Alchemy" data-subcategory="Grenate" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Grenate</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
138
_posts/Index/Category/0000-01-01-Armory.html
Normal file
138
_posts/Index/Category/0000-01-01-Armory.html
Normal file
|
|
@ -0,0 +1,138 @@
|
|||
---
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Category ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2 id="Armor">Armor Index</h2>
|
||||
<table data-category="Armory" data-subcategory="Armor" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Armor</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Melee-Weapon">Melee Weapon Index</h2>
|
||||
<table data-category="Armory" data-subcategory="Melee Weapon" class="veteran">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Melee Weapon</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Improvised-Melee-Weapon">Improvised Melee Weapon Index</h2>
|
||||
<table data-category="Armory" data-subcategory="Improvised Melee Weapon" class="epic">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Improvised Melee Weapon</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Ranged-Weapon">Ranged Weapon Index</h2>
|
||||
<table data-category="Armory" data-subcategory="Ranged Weapon" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Ranged Weapon</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Ammunition">Ammunition Index</h2>
|
||||
<table data-category="Armory" data-subcategory="Ammunition" class="veteran">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Ammunition</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Ranged-Weapon-Accessory">Ranged Weapon Accessory Index</h2>
|
||||
<table data-category="Armory" data-subcategory="Ranged Weapon Accessory" class="epic">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Ranged Weapon Accessory</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Improvised-Ranged-Weapon">Improvised Ranged Weapon Index</h2>
|
||||
<table data-category="Armory" data-subcategory="Improvised Ranged Weapon" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Improvised Ranged Weapon</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Rare-Ranged-Weapon">Rare Ranged Weapon Index</h2>
|
||||
<table data-category="Armory" data-subcategory="Rare Ranged Weapon" class="veteran">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Rare Ranged Weapon</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
91
_posts/Index/Category/0000-01-01-Character-Creation.html
Normal file
91
_posts/Index/Category/0000-01-01-Character-Creation.html
Normal file
|
|
@ -0,0 +1,91 @@
|
|||
---
|
||||
redirect_from: [ "/index/Adventuring-Company-Index/", "/index/Archetype-Index/", "/index/Career-Index/", "/index/Race-Index/" ]
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Category ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2 id="Race">Race Index</h2>
|
||||
<table data-category="Character Creation" data-subcategory="Race" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Race</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Archetype">Archetype Index</h2>
|
||||
<table data-category="Character Creation" data-subcategory="Archetype" class="veteran">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Archetype</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Career">Career Index</h2>
|
||||
<table data-category="Character Creation" data-subcategory="Career" class="epic">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Career</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Career-Option">Career Option Index</h2>
|
||||
<table data-category="Character Creation" data-subcategory="Career Option" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Career Option</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Adventuring-Company">Adventuring Company Index</h2>
|
||||
<table data-category="Character Creation" data-subcategory="Adventuring Company" class="veteran">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adventuring Company</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
91
_posts/Index/Category/0000-01-01-Disease.html
Normal file
91
_posts/Index/Category/0000-01-01-Disease.html
Normal file
|
|
@ -0,0 +1,91 @@
|
|||
---
|
||||
redirect_from: "/index/Disease-Index/"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Category ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2 id="Disease-Type">Disease Type Index</h2>
|
||||
<table data-category="Disease" data-subcategory="Disease Type" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Disease Type</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Disease-Classification">Disease Classification Index</h2>
|
||||
<table data-category="Disease" data-subcategory="Disease Classification" class="veteran">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Disease Classification</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Contraction-Method">Contraction Method Index</h2>
|
||||
<table data-category="Disease" data-subcategory="Contraction Method" class="epic">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Contraction Method</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Symptom">Symptom Index</h2>
|
||||
<table data-category="Disease" data-subcategory="Symptom" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Symptom</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Disease">Disease Index</h2>
|
||||
<table data-category="Disease" data-subcategory="Disease" class="veteran">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Disease</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
91
_posts/Index/Category/0000-01-01-Equipment.html
Normal file
91
_posts/Index/Category/0000-01-01-Equipment.html
Normal file
|
|
@ -0,0 +1,91 @@
|
|||
---
|
||||
redirect_from: "/index/Equipment-Index/"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Category ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2 id="Clothing">Clothing Index</h2>
|
||||
<table data-category="Equipment" data-subcategory="Clothing" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Clothing</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Equipment">Equipment Index</h2>
|
||||
<table data-category="Equipment" data-subcategory="Equipment" class="veteran">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Equipment</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Mount">Mount Index</h2>
|
||||
<table data-category="Equipment" data-subcategory="Mount" class="epic">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Mount</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Riding-Equipment">Riding Equipment Index</h2>
|
||||
<table data-category="Equipment" data-subcategory="Riding Equipment" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Riding Equipment</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Food">Food Index</h2>
|
||||
<table data-category="Equipment" data-subcategory="Food" class="veteran">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Food</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
74
_posts/Index/Category/0000-01-01-Geography.html
Normal file
74
_posts/Index/Category/0000-01-01-Geography.html
Normal file
|
|
@ -0,0 +1,74 @@
|
|||
---
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Category ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2 id="Nation">Nation Index</h2>
|
||||
<table data-category="Geography" data-subcategory="Nation" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Nation</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Culture">Culture Index</h2>
|
||||
<table data-category="Geography" data-subcategory="Culture" class="veteran">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Culture</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Region">Region Index</h2>
|
||||
<table data-category="Geography" data-subcategory="Region" class="epic">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Region</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="City-Fortress">City/Fortress Index</h2>
|
||||
<table data-category="Geography" data-subcategory="City/Fortress" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>City/Fortress</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
27
_posts/Index/Category/0000-01-01-Individual.html
Normal file
27
_posts/Index/Category/0000-01-01-Individual.html
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
redirect_from: "/index/Individuals-Index/"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Category ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Individual Index</h2>
|
||||
<table data-category="Individual" data-subcategory="" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Individual</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
139
_posts/Index/Category/0000-01-01-Mechanika.html
Normal file
139
_posts/Index/Category/0000-01-01-Mechanika.html
Normal file
|
|
@ -0,0 +1,139 @@
|
|||
---
|
||||
redirect_from: "/index/Mechanika-Index/"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Category ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2 id="Capacitor">Capacitor Index</h2>
|
||||
<table data-category="Mechanika" data-subcategory="Capacitor" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Capacitor</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Runeplate">Runeplate Index</h2>
|
||||
<table data-category="Mechanika" data-subcategory="Runeplate" class="veteran">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Runeplate</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Mechanikal-Armor">Mechanikal Armor Index</h2>
|
||||
<table data-category="Mechanika" data-subcategory="Mechanikal Armor" class="epic">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Mechanikal Armor</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Ironhead-Armor">Ironhead Armor Index</h2>
|
||||
<table data-category="Mechanika" data-subcategory="Ironhead Armor" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Ironhead Armor</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Clockwork-Vessel">Clockwork Vessel Index</h2>
|
||||
<table data-category="Mechanika" data-subcategory="Clockwork Vessel" class="veteran">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Clockwork Vessel</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Clockwork-Vessel-Upgrade">Clockwork Vessel Upgrade Index</h2>
|
||||
<table data-category="Mechanika" data-subcategory="Clockwork Vessel Upgrade" class="epic">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Clockwork Vessel Upgrade</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Mechanikal-Weapon">Mechanikal Weapon Index</h2>
|
||||
<table data-category="Mechanika" data-subcategory="Mechanikal Weapon" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Mechanikal Weapon</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Mechanikal-Device">Mechanikal Device Index</h2>
|
||||
<table data-category="Mechanika" data-subcategory="Mechanikal Device" class="veteran">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Mechanikal Device</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
43
_posts/Index/Category/0000-01-01-Monster.html
Normal file
43
_posts/Index/Category/0000-01-01-Monster.html
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
---
|
||||
redirect_from: "/index/Monster-Index/"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Category ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2 id="Monster-Opponent">Monster/Opponent Index</h2>
|
||||
<table data-category="Monster" data-subcategory="Monster/Opponent" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Monster/Opponent</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Solo-Monster-Opponent">Solo Monster/Opponent Index</h2>
|
||||
<table data-category="Monster" data-subcategory="Solo Monster/Opponent" class="veteran">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Solo Monster/Opponent</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
43
_posts/Index/Category/0000-01-01-Monsternomicon.html
Normal file
43
_posts/Index/Category/0000-01-01-Monsternomicon.html
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
---
|
||||
redirect_from: "/index/Monsternomicon-Index/"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Category ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2 id="Monster-Opponent">Monster/Opponent Index</h2>
|
||||
<table data-category="Monsternomicon" data-subcategory="Monster/Opponent" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Monster/Opponent</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Template">Template Index</h2>
|
||||
<table data-category="Monsternomicon" data-subcategory="Template" class="veteran">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Template</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
107
_posts/Index/Category/0000-01-01-Organization.html
Normal file
107
_posts/Index/Category/0000-01-01-Organization.html
Normal file
|
|
@ -0,0 +1,107 @@
|
|||
---
|
||||
redirect_from: "/index/Organization-Index/"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Category ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2 id="Criminal-Enterprise">Criminal Enterprise Index</h2>
|
||||
<table data-category="Organization" data-subcategory="Criminal Enterprise" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Criminal Enterprise</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Military-Organization">Military Organization Index</h2>
|
||||
<table data-category="Organization" data-subcategory="Military Organization" class="veteran">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Military Organization</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Enterprise">Enterprise Index</h2>
|
||||
<table data-category="Organization" data-subcategory="Enterprise" class="epic">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Enterprise</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Arcane-Order">Arcane Order Index</h2>
|
||||
<table data-category="Organization" data-subcategory="Arcane Order" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Arcane Order</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Religious-Group">Religious Group Index</h2>
|
||||
<table data-category="Organization" data-subcategory="Religious Group" class="veteran">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Religious Group</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Dynasty">Dynasty Index</h2>
|
||||
<table data-category="Organization" data-subcategory="Dynasty" class="epic">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Dynasty</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
59
_posts/Index/Category/0000-01-01-Skill.html
Normal file
59
_posts/Index/Category/0000-01-01-Skill.html
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
---
|
||||
redirect_from: "/index/Skill-Index/"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Category ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2 id="Military-Skill">Military Skill Index</h2>
|
||||
<table data-category="Skill" data-subcategory="Military Skill" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Military Skill</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Occupational-Skill">Occupational Skill Index</h2>
|
||||
<table data-category="Skill" data-subcategory="Occupational Skill" class="veteran">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Occupational Skill</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Duelling-Maneuver">Duelling Maneuver Index</h2>
|
||||
<table data-category="Skill" data-subcategory="Duelling Maneuver" class="epic">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Duelling Maneuver</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
27
_posts/Index/Category/0000-01-01-Spell.html
Normal file
27
_posts/Index/Category/0000-01-01-Spell.html
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
redirect_from: "/index/Spell-Index/"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Category ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Spell Index</h2>
|
||||
<table data-category="Spell" data-subcategory="" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Spell</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
107
_posts/Index/Category/0000-01-01-Steamjack.html
Normal file
107
_posts/Index/Category/0000-01-01-Steamjack.html
Normal file
|
|
@ -0,0 +1,107 @@
|
|||
---
|
||||
redirect_from: "/index/Steamjack-Index/"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Category ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2 id="Steamjack-Vector">Steamjack/Vector Index</h2>
|
||||
<table data-category="Steamjack" data-subcategory="Steamjack/Vector" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Steamjack/Vector</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Chassis">Chassis Index</h2>
|
||||
<table data-category="Steamjack" data-subcategory="Chassis" class="veteran">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Chassis</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Cortex">Cortex Index</h2>
|
||||
<table data-category="Steamjack" data-subcategory="Cortex" class="epic">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Cortex</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Melee-Weapon">Melee Weapon Index</h2>
|
||||
<table data-category="Steamjack" data-subcategory="Melee Weapon" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Melee Weapon</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Ranged-Weapon">Ranged Weapon Index</h2>
|
||||
<table data-category="Steamjack" data-subcategory="Ranged Weapon" class="veteran">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Ranged Weapon</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Gear-Upgrade">Gear/Upgrade Index</h2>
|
||||
<table data-category="Steamjack" data-subcategory="Gear/Upgrade" class="epic">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Gear/Upgrade</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
43
_posts/Index/Category/0000-01-01-Thrall.html
Normal file
43
_posts/Index/Category/0000-01-01-Thrall.html
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
---
|
||||
redirect_from: "/index/Thrall-Index/"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Category ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2 id="Thrall-Type">Thrall Type Index</h2>
|
||||
<table data-category="Thrall" data-subcategory="Thrall Type" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Thrall Type</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Thrall-Upgrade">Thrall Upgrade Index</h2>
|
||||
<table data-category="Thrall" data-subcategory="Thrall Upgrade" class="veteran">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Thrall Upgrade</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Core Rules Bestiary Expanded Index</h2>
|
||||
<table data-publication="Core Rules Bestiary Expanded" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
28
_posts/Index/Publication/0000-01-01-Core-Rules.html
Normal file
28
_posts/Index/Publication/0000-01-01-Core-Rules.html
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Core Rules Index</h2>
|
||||
<table data-publication="Core Rules" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
28
_posts/Index/Publication/0000-01-01-Errata.html
Normal file
28
_posts/Index/Publication/0000-01-01-Errata.html
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Errata Index</h2>
|
||||
<table data-publication="Errata" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
28
_posts/Index/Publication/0000-01-01-Fools-Rush-In.html
Normal file
28
_posts/Index/Publication/0000-01-01-Fools-Rush-In.html
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Fools Rush In Index</h2>
|
||||
<table data-publication="Fools Rush In" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "Full Metal Friday 1/1/1"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Full Metal Friday 1/1/1 Index</h2>
|
||||
<table data-publication="Full Metal Friday 1/1/1" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "Full Metal Friday 1/1/2"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Full Metal Friday 1/1/2 Index</h2>
|
||||
<table data-publication="Full Metal Friday 1/1/2" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "Full Metal Friday 1/1/3"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Full Metal Friday 1/1/3 Index</h2>
|
||||
<table data-publication="Full Metal Friday 1/1/3" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "Full Metal Friday 1/1/4"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Full Metal Friday 1/1/4 Index</h2>
|
||||
<table data-publication="Full Metal Friday 1/1/4" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "Full Metal Friday 1/2/1"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Full Metal Friday 1/2/1 Index</h2>
|
||||
<table data-publication="Full Metal Friday 1/2/1" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "Full Metal Friday 1/2/2"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Full Metal Friday 1/2/2 Index</h2>
|
||||
<table data-publication="Full Metal Friday 1/2/2" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "Full Metal Friday 1/2/3"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Full Metal Friday 1/2/3 Index</h2>
|
||||
<table data-publication="Full Metal Friday 1/2/3" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "Full Metal Friday 1/2/4"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Full Metal Friday 1/2/4 Index</h2>
|
||||
<table data-publication="Full Metal Friday 1/2/4" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "Full Metal Friday 1/3/1"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Full Metal Friday 1/3/1 Index</h2>
|
||||
<table data-publication="Full Metal Friday 1/3/1" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "Full Metal Friday 1/3/2"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Full Metal Friday 1/3/2 Index</h2>
|
||||
<table data-publication="Full Metal Friday 1/3/2" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "Full Metal Friday 1/3/3"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Full Metal Friday 1/3/3 Index</h2>
|
||||
<table data-publication="Full Metal Friday 1/3/3" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "Full Metal Friday 1/3/4"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Full Metal Friday 1/3/4 Index</h2>
|
||||
<table data-publication="Full Metal Friday 1/3/4" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "Full Metal Friday 1/4/1"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Full Metal Friday 1/4/1 Index</h2>
|
||||
<table data-publication="Full Metal Friday 1/4/1" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "Full Metal Friday 1/4/2"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Full Metal Friday 1/4/2 Index</h2>
|
||||
<table data-publication="Full Metal Friday 1/4/2" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "Full Metal Friday 1/4/3"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Full Metal Friday 1/4/3 Index</h2>
|
||||
<table data-publication="Full Metal Friday 1/4/3" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "Full Metal Friday 1/4/4"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Full Metal Friday 1/4/4 Index</h2>
|
||||
<table data-publication="Full Metal Friday 1/4/4" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "Full Metal Friday 1/5/1"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Full Metal Friday 1/5/1 Index</h2>
|
||||
<table data-publication="Full Metal Friday 1/5/1" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "Full Metal Friday 1/5/2"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Full Metal Friday 1/5/2 Index</h2>
|
||||
<table data-publication="Full Metal Friday 1/5/2" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "Full Metal Friday 1/5/3"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Full Metal Friday 1/5/3 Index</h2>
|
||||
<table data-publication="Full Metal Friday 1/5/3" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "Full Metal Friday 1/5/4"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Full Metal Friday 1/5/4 Index</h2>
|
||||
<table data-publication="Full Metal Friday 1/5/4" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Kings, Nations, and Gods Index</h2>
|
||||
<table data-publication="Kings, Nations, and Gods" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
29
_posts/Index/Publication/0000-01-01-No-Quarter-43.html
Normal file
29
_posts/Index/Publication/0000-01-01-No-Quarter-43.html
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "No Quarter #43"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>No Quarter #43 Index</h2>
|
||||
<table data-publication="No Quarter #43" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
29
_posts/Index/Publication/0000-01-01-No-Quarter-44.html
Normal file
29
_posts/Index/Publication/0000-01-01-No-Quarter-44.html
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "No Quarter #44"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>No Quarter #44 Index</h2>
|
||||
<table data-publication="No Quarter #44" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
29
_posts/Index/Publication/0000-01-01-No-Quarter-45.html
Normal file
29
_posts/Index/Publication/0000-01-01-No-Quarter-45.html
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "No Quarter #45"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>No Quarter #45 Index</h2>
|
||||
<table data-publication="No Quarter #45" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
29
_posts/Index/Publication/0000-01-01-No-Quarter-46.html
Normal file
29
_posts/Index/Publication/0000-01-01-No-Quarter-46.html
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "No Quarter #46"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>No Quarter #46 Index</h2>
|
||||
<table data-publication="No Quarter #46" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
29
_posts/Index/Publication/0000-01-01-No-Quarter-47.html
Normal file
29
_posts/Index/Publication/0000-01-01-No-Quarter-47.html
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "No Quarter #47"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>No Quarter #47 Index</h2>
|
||||
<table data-publication="No Quarter #47" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
29
_posts/Index/Publication/0000-01-01-No-Quarter-48.html
Normal file
29
_posts/Index/Publication/0000-01-01-No-Quarter-48.html
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "No Quarter #48"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>No Quarter #48 Index</h2>
|
||||
<table data-publication="No Quarter #48" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
29
_posts/Index/Publication/0000-01-01-No-Quarter-49.html
Normal file
29
_posts/Index/Publication/0000-01-01-No-Quarter-49.html
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "No Quarter #49"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>No Quarter #49 Index</h2>
|
||||
<table data-publication="No Quarter #49" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
29
_posts/Index/Publication/0000-01-01-No-Quarter-50.html
Normal file
29
_posts/Index/Publication/0000-01-01-No-Quarter-50.html
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "No Quarter #50"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>No Quarter #50 Index</h2>
|
||||
<table data-publication="No Quarter #50" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
29
_posts/Index/Publication/0000-01-01-No-Quarter-51.html
Normal file
29
_posts/Index/Publication/0000-01-01-No-Quarter-51.html
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "No Quarter #51"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>No Quarter #51 Index</h2>
|
||||
<table data-publication="No Quarter #51" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
29
_posts/Index/Publication/0000-01-01-No-Quarter-52.html
Normal file
29
_posts/Index/Publication/0000-01-01-No-Quarter-52.html
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "No Quarter #52"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>No Quarter #52 Index</h2>
|
||||
<table data-publication="No Quarter #52" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
29
_posts/Index/Publication/0000-01-01-No-Quarter-53.html
Normal file
29
_posts/Index/Publication/0000-01-01-No-Quarter-53.html
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "No Quarter #53"
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>No Quarter #53 Index</h2>
|
||||
<table data-publication="No Quarter #53" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
28
_posts/Index/Publication/0000-01-01-Urban-Adventure.html
Normal file
28
_posts/Index/Publication/0000-01-01-Urban-Adventure.html
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Urban Adventure Index</h2>
|
||||
<table data-publication="Urban Adventure" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Entry</th>
|
||||
<th>Page</th>
|
||||
<th>Category</th>
|
||||
<th>Subcategory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
1083
_posts/Log/0000-01-01-Index.html
Normal file
1083
_posts/Log/0000-01-01-Index.html
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Portal ]
|
||||
tags:
|
||||
- Rules
|
||||
- None
|
||||
- None
|
||||
---
|
||||
|
||||
<p>
|
||||
Characters are created by choosing a race, an archetype and two careers. Depending on the groups theme they might even choose an adventuring company.
|
||||
</p>
|
||||
|
||||
<h2>Indexes for character creation</h2>
|
||||
<ul>
|
||||
<li>Index of <a href="/index/Race-Index">races</a>.</li>
|
||||
<li>Index of <a href="/index/Archetype-Index">archetypes</a>.</li>
|
||||
<li>Index of <a href="/index/Career-Index">careers</a>.</li>
|
||||
<li>Index of <a href="/index/Adventuring-Company-Index">adventuring companies</a>.</li>
|
||||
</ul>
|
||||
|
|
@ -1,44 +0,0 @@
|
|||
---
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Portal ]
|
||||
tags:
|
||||
- Character Sheet
|
||||
- None
|
||||
- None
|
||||
---
|
||||
|
||||
<p>
|
||||
Our custom character sheet is composed of the <em>Stats page</em>, the <em>Skills page</em>, the
|
||||
<em>Benefits page</em>, the <em>Abilities page</em>, the <em>Spells page</em>, the <em>Gear page</em>,
|
||||
the <em>Notes page</em> and the <em>Details page</em>.
|
||||
</p>
|
||||
|
||||
<h2>Character sheets</h2>
|
||||
<ul>
|
||||
<li><a href="/character-sheet/Stats">Stats</a></li>
|
||||
<li><a href="/character-sheet/Skills">Skills</a></li>
|
||||
<li><a href="/character-sheet/Benefits">Benefits</a></li>
|
||||
<li><a href="/character-sheet/Abilities">Abilities</a></li>
|
||||
<li><a href="/character-sheet/Spells">Spells</a></li>
|
||||
<li><a href="/character-sheet/Gear">Gear</a></li>
|
||||
<li><a href="/character-sheet/Notes">Notes</a></li>
|
||||
<li><a href="/character-sheet/Details">Details</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Example</h2>
|
||||
<p>
|
||||
The example character is taken from the
|
||||
<a href="http://files.privateerpress.com/ironkingdoms/documents/adventures/IKRPG_Scenario_Fools_Rush_In.pdf">Fools Rush in</a>
|
||||
Szenario from the Privateer Press website.
|
||||
</p>
|
||||
|
||||
<h3>Colbie Sterling</h3>
|
||||
<ul>
|
||||
<li><a href="/character-sheet/Stats?%7B%22portrait%22%3A%7B%22url%22%3A%22%2Fstatic%2Fimages%2Fsheet%2FColbie.jpg%22%2C%22x%22%3A%220%22%2C%22y%22%3A%22160%22%2C%22size%22%3A%22auto%22%7D%2C%22name%22%3A%22Colbie%20Sterling%22%2C%22archetype%22%3A%22Intellectual%22%2C%22race%22%3A%22Human%22%2C%22level%22%3A%22Hero%22%2C%22careers%22%3A%22Careers%22%2C%22phy%22%3A%226%22%2C%22spd%22%3A%227%22%2C%22str%22%3A%224%22%2C%22agl%22%3A%224%22%2C%22poi%22%3A%224%22%2C%22prw%22%3A%224%22%2C%22int%22%3A%224%22%2C%22arc%22%3A0%2C%22per%22%3A%223%22%2C%22def%22%3A%2213%22%2C%22ini%22%3A%2214%22%2C%22cmd%22%3A%228%22%2C%22arm%22%3A%2211%22%2C%22wil%22%3A%2210%22%2C%22rat1%22%3A%7B%22name%22%3A%22Slug%20Gun%22%2C%22rat%22%3A%226%22%2C%22rng%22%3A%224%22%2C%22aoe%22%3A%22%22%2C%22pow%22%3A%2214%22%7D%2C%22rat2%22%3A%7B%22name%22%3A%22Weapon%20name%22%2C%22rat%22%3A0%2C%22rng%22%3A0%2C%22aoe%22%3A0%2C%22pow%22%3A0%7D%2C%22mat1%22%3A%7B%22name%22%3A%22Weapon%20name%22%2C%22mat%22%3A0%2C%22pow%22%3A0%2C%22ps%22%3A0%7D%2C%22mat2%22%3A%7B%22name%22%3A%22'JACK%20WRENCH%22%2C%22mat%22%3A%223%22%2C%22pow%22%3A%223%22%2C%22ps%22%3A%227%22%7D%2C%22mat3%22%3A%7B%22name%22%3A%22Weapon%20name%22%2C%22mat%22%3A0%2C%22pow%22%3A0%2C%22ps%22%3A0%7D%2C%22feats%22%3A%223%22%2C%22ini_mod%22%3A0%2C%22def_mod%22%3A%22-1%22%2C%22arm_mod%22%3A%225%22%2C%22cmd_mod%22%3A%224%22%2C%22xp%22%3A0%2C%22hash%22%3A%22stats%22%2C%22r1m1%22%3Atrue%2C%22r2m1%22%3Afalse%2C%22r1m2%22%3Afalse%2C%22r2%22%3Afalse%2C%22m2%22%3Afalse%2C%22focus%22%3A%22portrait%22%7D">Colbie's Stats</a></li>
|
||||
<li><a href="/character-sheet/Skills?%7B%22name%22%3A%22Colbie%20Sterling%22%2C%22s1%22%3A%7B%22title%22%3A%22Hand%20Weapon%22%2C%22stat%22%3A%22PRW%22%2C%22base%22%3A%224%22%2C%22lvl%22%3A%221%22%2C%22sum%22%3A%225%22%7D%2C%22s2%22%3A%7B%22title%22%3A%22Pistol%22%2C%22stat%22%3A%22POI%22%2C%22base%22%3A%224%22%2C%22lvl%22%3A%222%22%2C%22sum%22%3A%226%22%7D%2C%22s3%22%3A%7B%22title%22%3A%22Detection%22%2C%22stat%22%3A%22PER%22%2C%22base%22%3A%223%22%2C%22lvl%22%3A%221%22%2C%22sum%22%3A%224%22%7D%2C%22s4%22%3A%7B%22title%22%3A%22Sneak%22%2C%22stat%22%3A%22AGL%22%2C%22base%22%3A%224%22%2C%22lvl%22%3A%22%22%2C%22sum%22%3A%224%22%7D%2C%22s5%22%3A%7B%22title%22%3A%22Command%22%2C%22stat%22%3A%22SOC%22%2C%22base%22%3A%224%22%2C%22lvl%22%3A%222%22%2C%22sum%22%3A%226%22%7D%2C%22s6%22%3A%7B%22title%22%3A%22CRAFT%3A%20METALWORK%22%2C%22stat%22%3A%22INT%22%2C%22base%22%3A%224%22%2C%22lvl%22%3A%221%22%2C%22sum%22%3A%225%22%7D%2C%22s7%22%3A%7B%22title%22%3A%22Driving%22%2C%22stat%22%3A%22AGL%22%2C%22base%22%3A%224%22%2C%22lvl%22%3A%221%22%2C%22sum%22%3A%225%22%7D%2C%22s8%22%3A%7B%22title%22%3A%22MECHANIKAL%20ENGINEER%22%2C%22stat%22%3A%22INT%22%2C%22base%22%3A%224%22%2C%22lvl%22%3A%221%22%2C%22sum%22%3A%225%22%7D%2C%22s9%22%3A%7B%22title%22%3A%22MEDICINE%22%2C%22stat%22%3A%22INT%22%2C%22base%22%3A%224%22%2C%22lvl%22%3A%221%22%2C%22sum%22%3A%225%22%7D%2C%22s10%22%3A%7B%22title%22%3A%22SURVIVAL%22%2C%22stat%22%3A%22PER%22%2C%22base%22%3A%224%22%2C%22lvl%22%3A%221%22%2C%22sum%22%3A%225%22%7D%2C%22s11%22%3A%7B%22title%22%3A%22%22%2C%22stat%22%3A%22%22%2C%22base%22%3A%22%22%2C%22lvl%22%3A%22%22%2C%22sum%22%3A%22%22%7D%2C%22s12%22%3A%7B%22title%22%3A%22%22%2C%22stat%22%3A%22%22%2C%22base%22%3A%22%22%2C%22lvl%22%3A%22%22%2C%22sum%22%3A%22%22%7D%2C%22s13%22%3A%7B%22title%22%3A%22%22%2C%22stat%22%3A%22%22%2C%22base%22%3A%22%22%2C%22lvl%22%3A%22%22%2C%22sum%22%3A%22%22%7D%2C%22s14%22%3A%7B%22title%22%3A%22%22%2C%22stat%22%3A%22%22%2C%22base%22%3A%22%22%2C%22lvl%22%3A%22%22%2C%22sum%22%3A%22%22%7D%2C%22s15%22%3A%7B%22title%22%3A%22%22%2C%22stat%22%3A%22%22%2C%22base%22%3A%22%22%2C%22lvl%22%3A%22%22%2C%22sum%22%3A%22%22%7D%2C%22s16%22%3A%7B%22title%22%3A%22%22%2C%22stat%22%3A%22%22%2C%22base%22%3A%22%22%2C%22lvl%22%3A%22%22%2C%22sum%22%3A%22%22%7D%2C%22s17%22%3A%7B%22title%22%3A%22%22%2C%22stat%22%3A%22%22%2C%22base%22%3A%22%22%2C%22lvl%22%3A%22%22%2C%22sum%22%3A%22%22%7D%2C%22s18%22%3A%7B%22title%22%3A%22%22%2C%22stat%22%3A%22%22%2C%22base%22%3A%22%22%2C%22lvl%22%3A%22%22%2C%22sum%22%3A%22%22%7D%2C%22s19%22%3A%7B%22title%22%3A%22%22%2C%22stat%22%3A%22%22%2C%22base%22%3A%22%22%2C%22lvl%22%3A%22%22%2C%22sum%22%3A%22%22%7D%2C%22s20%22%3A%7B%22title%22%3A%22%22%2C%22stat%22%3A%22%22%2C%22base%22%3A%22%22%2C%22lvl%22%3A%22%22%2C%22sum%22%3A%22%22%7D%2C%22s21%22%3A%7B%22title%22%3A%22%22%2C%22stat%22%3A%22%22%2C%22base%22%3A%22%22%2C%22lvl%22%3A%22%22%2C%22sum%22%3A%22%22%7D%2C%22focus%22%3A%22name%22%7D">Colbie's Skills</a></li>
|
||||
<li><a href="/character-sheet/Benefits?%7B%22name%22%3A%22Colbie%20Sterling%22%2C%22benefit1%22%3A%7B%22title%22%3A%22Common%20Feats%22%2C%22description%22%3A%22Boost%20Non-Attack%20Skill%20Roll%20-%20Heroic%20Dodge%20-%20Make%20a%20Quick%20Action%20-%20Parry%20-%20Relentless%20Charge%20-%20Reroll%20Failed%20Attack%2FSkill%2FWillpower%20roll%20-%20Run%20and%20Gun%20-%20Shake%20Continuous%20Effect%20-%20Shake%20Knockdown%20-%20Shake%20Stationary%20-%20Sprint%20-%20Two-Fister%20-%20Walk%20it%20Off%22%7D%2C%22benefit2%22%3A%7B%22title%22%3A%22BATTLEFIELD%20COORDINATION%22%2C%22description%22%3A%22No%20penalty%20to%20fire%20into%20melee%20in%20command%20range.%22%7D%2C%22benefit3%22%3A%7B%22title%22%3A%22ARCHETYPE%3A%20INTELLECTUAL%22%2C%22description%22%3A%22%2B1%20attack%20and%20damage%20to%20self%20and%20allies%20in%20command%20range.%22%7D%2C%22benefit4%22%3A%7B%22title%22%3A%22%22%2C%22description%22%3A%22%22%7D%2C%22benefit5%22%3A%7B%22title%22%3A%22%22%2C%22description%22%3A%22%22%7D%2C%22benefit6%22%3A%7B%22title%22%3A%22%22%2C%22description%22%3A%22%22%7D%2C%22benefit7%22%3A%7B%22title%22%3A%22%22%2C%22description%22%3A%22%22%7D%2C%22benefit8%22%3A%7B%22title%22%3A%22%22%2C%22description%22%3A%22%22%7D%2C%22benefit9%22%3A%7B%22title%22%3A%22%22%2C%22description%22%3A%22%22%7D%2C%22benefit10%22%3A%7B%22title%22%3A%22%22%2C%22description%22%3A%22%22%7D%2C%22benefit11%22%3A%7B%22title%22%3A%22%22%2C%22description%22%3A%22%22%7D%2C%22focus%22%3A%22name%22%7D">Colbie's Benefits</a></li>
|
||||
<li><a href="/character-sheet/Abilities?%7B%22name%22%3A%22Colbie%20Sterling%22%2C%22ability1%22%3A%7B%22title%22%3A%22BODGE%22%2C%22description%22%3A%22Can%20repair%20Steamjacks%20in%20combat.%22%7D%2C%22ability2%22%3A%7B%22title%22%3A%22FIND%20COVER%22%2C%22description%22%3A%22See%20reference%20sheet.%22%7D%2C%22ability3%22%3A%7B%22title%22%3A%22HIT%20THE%20DECK!%22%2C%22description%22%3A%22See%20reference%20sheet.%22%7D%2C%22ability4%22%3A%7B%22title%22%3A%22NATURAL%20LEADER%22%2C%22description%22%3A%22Increase%20command%20range%20by%202.%22%7D%2C%22ability5%22%3A%7B%22title%22%3A%22SENTRY%22%2C%22description%22%3A%22See%20reference%20sheet.%22%7D%2C%22ability6%22%3A%7B%22title%22%3A%22%22%2C%22description%22%3A%22%22%7D%2C%22ability7%22%3A%7B%22title%22%3A%22%22%2C%22description%22%3A%22%22%7D%2C%22ability8%22%3A%7B%22title%22%3A%22%22%2C%22description%22%3A%22%22%7D%2C%22ability9%22%3A%7B%22title%22%3A%22%22%2C%22description%22%3A%22%22%7D%2C%22ability10%22%3A%7B%22title%22%3A%22%22%2C%22description%22%3A%22%22%7D%2C%22ability11%22%3A%7B%22title%22%3A%22%22%2C%22description%22%3A%22%22%7D%2C%22ability12%22%3A%7B%22title%22%3A%22%22%2C%22description%22%3A%22%22%7D%2C%22focus%22%3A%22name%22%7D">Colbie's Abilities</a></li>
|
||||
<li><a href="/character-sheet/Gear?%7B%22name%22%3A%22Colbie%20Sterling%22%2C%22gear1%22%3A%7B%22title%22%3A%22AMMO%20BANDOLIER%22%2C%22benefit%22%3A%22%22%7D%2C%22gear2%22%3A%7B%22title%22%3A%22MECHANIK'S%20TOOL%20KIT%22%2C%22benefit%22%3A%22%22%7D%2C%22gear3%22%3A%7B%22title%22%3A%22BACKPACK%22%2C%22benefit%22%3A%22%22%7D%2C%22gear4%22%3A%7B%22title%22%3A%22TRAVELING%20CLOTHES%22%2C%22benefit%22%3A%22%22%7D%2C%22gear5%22%3A%7B%22title%22%3A%22CANTEEN%22%2C%22benefit%22%3A%22%22%7D%2C%22gear6%22%3A%7B%22title%22%3A%22FLINT%20STRIKER%22%2C%22benefit%22%3A%22%22%7D%2C%22gear7%22%3A%7B%22title%22%3A%22ROPE%2C%20HEMP%2020%22%2C%22benefit%22%3A%22%22%7D%2C%22gear8%22%3A%7B%22title%22%3A%22GLASSES%2C%20TINTED%22%2C%22benefit%22%3A%22%22%7D%2C%22gear9%22%3A%7B%22title%22%3A%22%22%2C%22benefit%22%3A%22%22%7D%2C%22gear10%22%3A%7B%22title%22%3A%22ARMORED%20GREAT%20COAT%22%2C%22benefit%22%3A%22worn%3A%20DEF%20-1%2C%20ARM%20%2B5%22%7D%2C%22gear11%22%3A%7B%22title%22%3A%22%22%2C%22benefit%22%3A%22%22%7D%2C%22gear12%22%3A%7B%22title%22%3A%22%22%2C%22benefit%22%3A%22%22%7D%2C%22gear13%22%3A%7B%22title%22%3A%22%22%2C%22benefit%22%3A%22%22%7D%2C%22gear14%22%3A%7B%22title%22%3A%22%22%2C%22benefit%22%3A%22%22%7D%2C%22gear15%22%3A%7B%22title%22%3A%22%22%2C%22benefit%22%3A%22%22%7D%2C%22gear16%22%3A%7B%22title%22%3A%22%22%2C%22benefit%22%3A%22%22%7D%2C%22gear17%22%3A%7B%22title%22%3A%22%22%2C%22benefit%22%3A%22%22%7D%2C%22gear18%22%3A%7B%22title%22%3A%22%22%2C%22benefit%22%3A%22%22%7D%2C%22gear19%22%3A%7B%22title%22%3A%22%22%2C%22benefit%22%3A%22%22%7D%2C%22gear20%22%3A%7B%22title%22%3A%22%22%2C%22benefit%22%3A%22%22%7D%2C%22gear21%22%3A%7B%22title%22%3A%22%22%2C%22benefit%22%3A%22%22%7D%2C%22gear22%22%3A%7B%22title%22%3A%22%22%2C%22benefit%22%3A%22%22%7D%2C%22gear23%22%3A%7B%22title%22%3A%22%22%2C%22benefit%22%3A%22%22%7D%2C%22focus%22%3A%22name%22%7D">Colbie's Gear</a></li>
|
||||
<li><a href="/character-sheet/Notes?%7B%22name%22%3A%22Colbie%20Sterling%22%2C%22note1%22%3A%7B%22title%22%3A%22Permanent%20Injuries%22%2C%22text%22%3A%22None%22%7D%2C%22note2%22%3A%7B%22title%22%3A%22Spoken%20Languages%22%2C%22text%22%3A%22Ordic%2C%20Cygnaran%22%7D%2C%22note3%22%3A%7B%22title%22%3A%22Religious%20Beliefs%22%2C%22text%22%3A%22Morrowan%22%7D%2C%22note4%22%3A%7B%22title%22%3A%22Connections%22%2C%22text%22%3A%22None%22%7D%2C%22note5%22%3A%7B%22title%22%3A%22Gold%22%2C%22text%22%3A%2210%20gc%22%7D%2C%22note6%22%3A%7B%22title%22%3A%22DRIVES%22%2C%22text%22%3A%22In%20addition%20to%20simply%20instructing%20the%20steamjacks%20she%20controls%2C%20this%20character%20can%20also%20drive%20them%20into%20action.%20A%20drive%20is%20a%20quick%2C%20verbal%20command%20that%20guides%20a%20steamjack%20in%20the%20execution%20of%20a%20specific%20action.%20A%20'jack%20marshal%20can%20spend%20a%20quick%20action%20to%20drive%20any%20steamjack%20she%20controls%20that%20is%20currently%20in%20her%20command%20range.%20A%20steamjack%20can%20be%20affected%20by%20any%20number%20of%20drives%20simultaneously.%20A%20steamjack%20can%20be%20affected%20by%20the%20same%20drive%20only%20once%20per%20turn.%20All%20drives%20expire%20at%20the%20end%20of%20the%20turn.%5CnEvery%20'Â%C2%99jack%20marshal%20has%20the%20following%20drives%3A%5CnBoost%20Attack%20Roll%3A%20The%20steamjack%20can%20boost%20one%20attack%20roll%20during%20its%20turn%20this%20round.%5CnBoost%20Damage%20Roll%3A%20The%20steamjack%20can%20boost%20one%20damage%20roll%20during%20its%20turn%20this%20round.%5CnCharge%3A%20The%20steamjack%20can%20charge%20without%20spending%20a%20focus%20point%20this%20turn.%5CnRun%3A%20The%20steamjack%20can%20run%20without%20spending%20a%20focus%20point%20this%20turn.%22%7D%2C%22note7%22%3A%7B%22title%22%3A%22Note%20From%20The%20Developer%3A%22%2C%22text%22%3A%22Taken%20from%20%5C%22Fools%20Rush%20In%5C%22%3A%5Cnhttp%3A%2F%2Ffiles.privateerpress.com%2Fironkingdoms%2Fdocuments%2Fadventures%2FIKRPG_Scenario_Fools_Rush_In.pdf%22%7D%2C%22note8%22%3A%7B%22title%22%3A%22%22%2C%22text%22%3A%22%22%7D%2C%22note9%22%3A%7B%22title%22%3A%22%22%2C%22text%22%3A%22%22%7D%2C%22note10%22%3A%7B%22title%22%3A%22%22%2C%22text%22%3A%22%22%7D%2C%22note11%22%3A%7B%22title%22%3A%22%22%2C%22text%22%3A%22%22%7D%2C%22note12%22%3A%7B%22title%22%3A%22%22%2C%22text%22%3A%22%22%7D%2C%22focus%22%3A%22name%22%7D">Colbie's Notes</a></li>
|
||||
</ul>
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,47 +0,0 @@
|
|||
---
|
||||
layout: ikrpg
|
||||
categories: [ Portal ]
|
||||
tags: [ Factual dimension, Geographic dimension, Time dimension ]
|
||||
---
|
||||
|
||||
<p>
|
||||
All pages contained in the IKRPG wiki are listed here. They are either a standalone category page or
|
||||
assigned to a subproject.
|
||||
</p>
|
||||
|
||||
{% assign sorted_posts = site.posts | sort:"title" %}
|
||||
|
||||
<h2 id="Pages">Pages</h2>
|
||||
<ul>
|
||||
{% for post in sorted_posts %}
|
||||
{% if post.categories == empty %}
|
||||
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
|
||||
{% comment %}
|
||||
The below code displays the categories in *sorted* order.
|
||||
{% endcomment %}
|
||||
{% capture get_items %}
|
||||
{% for cat in site.categories %}
|
||||
{{ cat | first | replace: ' ', '_' }}
|
||||
{% endfor %}
|
||||
{% endcapture %}
|
||||
{% capture num_words %}
|
||||
{{ get_items | split:' ' | sort | join:' ' | number_of_words }}
|
||||
{% endcapture %}
|
||||
{% for item in (1..num_words) %}
|
||||
{% assign category = get_items | split:' ' | sort | join:' ' | truncatewords:item | remove:'...' | split:' ' | last | replace: '_', ' ' %}
|
||||
<h2>{{ category | upcase }}</h2>
|
||||
<ul>
|
||||
{% for post in sorted_posts %}
|
||||
{% if post.categories contains category %}
|
||||
<li>
|
||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endfor %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue