mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 06:26:26 +00:00
Added The Treason of Dakaar to publication index.
This commit is contained in:
parent
175d30fe9f
commit
ed9cb88610
4 changed files with 93 additions and 0 deletions
|
|
@ -0,0 +1,35 @@
|
||||||
|
---
|
||||||
|
published: true
|
||||||
|
layout: ikrpg
|
||||||
|
categories: [ Index, Publication ]
|
||||||
|
tags: [ Rules ]
|
||||||
|
---
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Back to the <a href="/Index/">Full Publication Index</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h2>The Treason of Dakaar</h2>
|
||||||
|
<table data-publication="The Treason of Dakaar" 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>
|
||||||
|
<th><input type="text" class="column_filter col4_filter" data-column="4" placeholder="search..." /></th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>Entry</th>
|
||||||
|
<th>Page</th>
|
||||||
|
<th>Category</th>
|
||||||
|
<th>Subcategory</th>
|
||||||
|
<th>Game</th>
|
||||||
|
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -131,6 +131,7 @@ CACHE:
|
||||||
/index/publication/Path-of-Devastation-Season-3/
|
/index/publication/Path-of-Devastation-Season-3/
|
||||||
/index/publication/Path-of-Devastation-Season-4/
|
/index/publication/Path-of-Devastation-Season-4/
|
||||||
/index/publication/Skorne-Empire/
|
/index/publication/Skorne-Empire/
|
||||||
|
/index/publication/The-Treason-of-Dakaar/
|
||||||
/index/publication/Urban-Adventure/
|
/index/publication/Urban-Adventure/
|
||||||
/index/publication/Unleashed-Core-Rules/
|
/index/publication/Unleashed-Core-Rules/
|
||||||
/index/publication/Unleashed-Adventure-Kit-Rulebook/
|
/index/publication/Unleashed-Adventure-Kit-Rulebook/
|
||||||
|
|
|
||||||
|
|
@ -132,6 +132,7 @@ tags: [ Version 4 ]
|
||||||
<li><a href="/index/publication/Path-of-Devastation-Season-4/">Season 4</a></li>
|
<li><a href="/index/publication/Path-of-Devastation-Season-4/">Season 4</a></li>
|
||||||
</ul>)</li>
|
</ul>)</li>
|
||||||
<li><a href="/index/publication/Skorne-Empire/">Skorne Empire</a></li>
|
<li><a href="/index/publication/Skorne-Empire/">Skorne Empire</a></li>
|
||||||
|
<li><a href="/index/publication/The-Treason-of-Dakaar/">The Treason of Dakaar</a></li>
|
||||||
<li><a href="/index/publication/Unleashed-Core-Rules/">Unleashed Core Rules</a></li>
|
<li><a href="/index/publication/Unleashed-Core-Rules/">Unleashed Core Rules</a></li>
|
||||||
<li>Unleashed Adventure Kit <a href="/index/publication/Unleashed-Adventure-Kit-Rulebook/">Rulebook</a>/<a href="/index/publication/Unleashed-Adventure-Kit-Scenario/">Scenario</a></li>
|
<li>Unleashed Adventure Kit <a href="/index/publication/Unleashed-Adventure-Kit-Rulebook/">Rulebook</a>/<a href="/index/publication/Unleashed-Adventure-Kit-Scenario/">Scenario</a></li>
|
||||||
<li><a href="/index/publication/Urban-Adventure/">Urban Adventure</a>.</li>
|
<li><a href="/index/publication/Urban-Adventure/">Urban Adventure</a>.</li>
|
||||||
|
|
|
||||||
|
|
@ -5374,6 +5374,14 @@ var ikrpg = ikrpg || {};
|
||||||
subcategory: "Scenario",
|
subcategory: "Scenario",
|
||||||
game: "FMF"
|
game: "FMF"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "The Treason of Dakaan",
|
||||||
|
publication: "The Treason of Dakaan",
|
||||||
|
page: "18",
|
||||||
|
category: "Adventure",
|
||||||
|
subcategory: "Scenario",
|
||||||
|
game: "IKU"
|
||||||
|
},
|
||||||
// ##### Adventure > Encounter ##### \\
|
// ##### Adventure > Encounter ##### \\
|
||||||
{
|
{
|
||||||
name: "Alchemical Imbalance",
|
name: "Alchemical Imbalance",
|
||||||
|
|
@ -19149,6 +19157,14 @@ var ikrpg = ikrpg || {};
|
||||||
subcategory: "Monster/Opponent",
|
subcategory: "Monster/Opponent",
|
||||||
game: "FMF"
|
game: "FMF"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Cyclops",
|
||||||
|
publication: "The Treason of Dakaan",
|
||||||
|
page: "34",
|
||||||
|
category: "Monster",
|
||||||
|
subcategory: "Monster/Opponent",
|
||||||
|
game: "IKU"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Deck Hands",
|
name: "Deck Hands",
|
||||||
publication: "Fools Rush In",
|
publication: "Fools Rush In",
|
||||||
|
|
@ -19317,6 +19333,14 @@ var ikrpg = ikrpg || {};
|
||||||
subcategory: "Monster/Opponent",
|
subcategory: "Monster/Opponent",
|
||||||
game: "FMF"
|
game: "FMF"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Genzoul",
|
||||||
|
publication: "The Treason of Dakaan",
|
||||||
|
page: "36",
|
||||||
|
category: "Monster",
|
||||||
|
subcategory: "Monster/Opponent",
|
||||||
|
game: "IKU"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Grotesque",
|
name: "Grotesque",
|
||||||
publication: "No Quarter #63",
|
publication: "No Quarter #63",
|
||||||
|
|
@ -19485,6 +19509,22 @@ var ikrpg = ikrpg || {};
|
||||||
subcategory: "Monster/Opponent",
|
subcategory: "Monster/Opponent",
|
||||||
game: "FMF"
|
game: "FMF"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Praetorian Karax",
|
||||||
|
publication: "The Treason of Dakaan",
|
||||||
|
page: "31",
|
||||||
|
category: "Monster",
|
||||||
|
subcategory: "Monster/Opponent",
|
||||||
|
game: "IKU"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Praetorian Swordsman",
|
||||||
|
publication: "The Treason of Dakaan",
|
||||||
|
page: "32",
|
||||||
|
category: "Monster",
|
||||||
|
subcategory: "Monster/Opponent",
|
||||||
|
game: "IKU"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Progeny",
|
name: "Progeny",
|
||||||
publication: "Path of Devastation Season 3",
|
publication: "Path of Devastation Season 3",
|
||||||
|
|
@ -19869,6 +19909,14 @@ var ikrpg = ikrpg || {};
|
||||||
subcategory: "Monster/Opponent",
|
subcategory: "Monster/Opponent",
|
||||||
game: "FMF"
|
game: "FMF"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Venator Slinger",
|
||||||
|
publication: "The Treason of Dakaan",
|
||||||
|
page: "33",
|
||||||
|
category: "Monster",
|
||||||
|
subcategory: "Monster/Opponent",
|
||||||
|
game: "IKU"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Warpwolf, Feral",
|
name: "Warpwolf, Feral",
|
||||||
publication: "Bad Moon Rising",
|
publication: "Bad Moon Rising",
|
||||||
|
|
@ -20342,6 +20390,14 @@ var ikrpg = ikrpg || {};
|
||||||
subcategory: "Solo Monster/Opponent",
|
subcategory: "Solo Monster/Opponent",
|
||||||
game: "FMF"
|
game: "FMF"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Primus Dakaan",
|
||||||
|
publication: "The Treason of Dakaan",
|
||||||
|
page: "30",
|
||||||
|
category: "Monster",
|
||||||
|
subcategory: "Solo Monster/Opponent",
|
||||||
|
game: "IKU"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Qurak Swampfather, Croak Chieftain",
|
name: "Qurak Swampfather, Croak Chieftain",
|
||||||
publication: "No Quarter #62",
|
publication: "No Quarter #62",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue