mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
Added Bad Moon Rising to publications index.
This commit is contained in:
parent
e76edfa8a1
commit
360ae6985b
5 changed files with 241 additions and 2 deletions
|
|
@ -82,6 +82,24 @@ tags: [ Rules ]
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<h2 id="Group-Tactic">Group Tactic Index</h2>
|
||||||
|
<table data-category="Skill" data-subcategory="Group Tactic" 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>
|
||||||
|
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>Group Tactic</th>
|
||||||
|
<th>Publication</th>
|
||||||
|
<th>Page</th>
|
||||||
|
<th>Game</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
</table>
|
||||||
|
|
||||||
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
<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/datatables-filters.js"></script>
|
||||||
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
34
_posts/Index/Publication/0000-01-01-Bad-Moon-Rising.html
Normal file
34
_posts/Index/Publication/0000-01-01-Bad-Moon-Rising.html
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
---
|
||||||
|
published: true
|
||||||
|
layout: ikrpg
|
||||||
|
categories: [ Index, Publication ]
|
||||||
|
tags: [ Rules ]
|
||||||
|
---
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Back to the <a href="/Index/">Full Publication Index</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h2>Bad Moon Rising Index</h2>
|
||||||
|
<table data-publication="Bad Moon Rising" 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>
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# 2015-06-26
|
# 2015-07-01
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
|
|
||||||
|
|
@ -58,6 +58,7 @@ CACHE:
|
||||||
/index/category/Warbeast/
|
/index/category/Warbeast/
|
||||||
|
|
||||||
# Index by Publication
|
# Index by Publication
|
||||||
|
/index/publication/Bad-Moon-Rising/
|
||||||
/index/publication/Bitter-Medicine/
|
/index/publication/Bitter-Medicine/
|
||||||
/index/publication/Core-Rules/
|
/index/publication/Core-Rules/
|
||||||
/index/publication/Core-Rules-Bestiary-Expanded/
|
/index/publication/Core-Rules-Bestiary-Expanded/
|
||||||
|
|
|
||||||
|
|
@ -62,6 +62,7 @@ tags: [ Version 3 ]
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<ul class="inline">
|
<ul class="inline">
|
||||||
|
<li><a href="/index/publication/Bad-Moon-Rising/">Bad Moon Rising</a></li>
|
||||||
<li><a href="/index/publication/Bitter-Medicine/">Bitter Medicine</a></li>
|
<li><a href="/index/publication/Bitter-Medicine/">Bitter Medicine</a></li>
|
||||||
<li><a href="/index/publication/Core-Rules/">Core Rules</a></li>
|
<li><a href="/index/publication/Core-Rules/">Core Rules</a></li>
|
||||||
<li><a href="/index/publication/Core-Rules-Bestiary-Expanded/">Core Rules Bestiary Expanded</a></li>
|
<li><a href="/index/publication/Core-Rules-Bestiary-Expanded/">Core Rules Bestiary Expanded</a></li>
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ var ikrpg = ikrpg || {};
|
||||||
// Orgoth Relic
|
// Orgoth Relic
|
||||||
// Boon, Curse, Relic
|
// Boon, Curse, Relic
|
||||||
// Skill
|
// Skill
|
||||||
// Military Skill, Occupational Skill, Duelling Maneuver, Trick Riding
|
// Military Skill, Occupational Skill, Duelling Maneuver, Trick Riding, Group Tactics
|
||||||
// Spell
|
// Spell
|
||||||
// Steamjack
|
// Steamjack
|
||||||
// Steamjack/Vector, Chassis, Cortex, Melee Weapon, Ranged Weapon, Gear/Upgrade, Tune-Up
|
// Steamjack/Vector, Chassis, Cortex, Melee Weapon, Ranged Weapon, Gear/Upgrade, Tune-Up
|
||||||
|
|
@ -4379,6 +4379,14 @@ var ikrpg = ikrpg || {};
|
||||||
subcategory: "Scenario",
|
subcategory: "Scenario",
|
||||||
game: "FMF"
|
game: "FMF"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Bad Moon Rising",
|
||||||
|
publication: "Bad Moon Rising",
|
||||||
|
page: "1",
|
||||||
|
category: "Adventure",
|
||||||
|
subcategory: "Scenario",
|
||||||
|
game: "FMF"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Bitter Medicine",
|
name: "Bitter Medicine",
|
||||||
publication: "Bitter Medicine",
|
publication: "Bitter Medicine",
|
||||||
|
|
@ -11937,6 +11945,14 @@ var ikrpg = ikrpg || {};
|
||||||
subcategory: "City/Fortress",
|
subcategory: "City/Fortress",
|
||||||
game: "FMF"
|
game: "FMF"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Fort Bolovan",
|
||||||
|
publication: "Bad Moon Rising",
|
||||||
|
page: "6",
|
||||||
|
category: "Geography",
|
||||||
|
subcategory: "City/Fortress",
|
||||||
|
game: "FMF"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Fort Brunzig",
|
name: "Fort Brunzig",
|
||||||
publication: "Kings, Nations, and Gods",
|
publication: "Kings, Nations, and Gods",
|
||||||
|
|
@ -16185,6 +16201,14 @@ var ikrpg = ikrpg || {};
|
||||||
subcategory: "Monster/Opponent",
|
subcategory: "Monster/Opponent",
|
||||||
game: "FMF"
|
game: "FMF"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Blackclad Druid",
|
||||||
|
publication: "Bad Moon Rising",
|
||||||
|
page: "70",
|
||||||
|
category: "Monster",
|
||||||
|
subcategory: "Monster/Opponent",
|
||||||
|
game: "FMF"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Blighted Nyss Archer",
|
name: "Blighted Nyss Archer",
|
||||||
publication: "Core Rules Bestiary Expanded",
|
publication: "Core Rules Bestiary Expanded",
|
||||||
|
|
@ -16369,6 +16393,14 @@ var ikrpg = ikrpg || {};
|
||||||
subcategory: "Monster/Opponent",
|
subcategory: "Monster/Opponent",
|
||||||
game: "FMF"
|
game: "FMF"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Devourer Cultist",
|
||||||
|
publication: "Bad Moon Rising",
|
||||||
|
page: "69",
|
||||||
|
category: "Monster",
|
||||||
|
subcategory: "Monster/Opponent",
|
||||||
|
game: "FMF"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Dire Troll",
|
name: "Dire Troll",
|
||||||
publication: "No Quarter #47",
|
publication: "No Quarter #47",
|
||||||
|
|
@ -16465,6 +16497,22 @@ var ikrpg = ikrpg || {};
|
||||||
subcategory: "Monster/Opponent",
|
subcategory: "Monster/Opponent",
|
||||||
game: "FMF"
|
game: "FMF"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Feral Argus",
|
||||||
|
publication: "Bad Moon Rising",
|
||||||
|
page: "71",
|
||||||
|
category: "Monster",
|
||||||
|
subcategory: "Monster/Opponent",
|
||||||
|
game: "FMF"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Fort Bolovan Winter Guard",
|
||||||
|
publication: "Bad Moon Rising",
|
||||||
|
page: "73",
|
||||||
|
category: "Monster",
|
||||||
|
subcategory: "Monster/Opponent",
|
||||||
|
game: "FMF"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Gatorman Bokor",
|
name: "Gatorman Bokor",
|
||||||
publication: "No Quarter #44",
|
publication: "No Quarter #44",
|
||||||
|
|
@ -16681,6 +16729,22 @@ var ikrpg = ikrpg || {};
|
||||||
subcategory: "Monster/Opponent",
|
subcategory: "Monster/Opponent",
|
||||||
game: "FMF"
|
game: "FMF"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Reeve Hunter",
|
||||||
|
publication: "Bad Moon Rising",
|
||||||
|
page: "68",
|
||||||
|
category: "Monster",
|
||||||
|
subcategory: "Monster/Opponent",
|
||||||
|
game: "FMF"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Reeves of Orboros",
|
||||||
|
publication: "Bad Moon Rising",
|
||||||
|
page: "67",
|
||||||
|
category: "Monster",
|
||||||
|
subcategory: "Monster/Opponent",
|
||||||
|
game: "FMF"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Risen Thrall",
|
name: "Risen Thrall",
|
||||||
publication: "Core Rules",
|
publication: "Core Rules",
|
||||||
|
|
@ -17001,6 +17065,14 @@ var ikrpg = ikrpg || {};
|
||||||
subcategory: "Monster/Opponent",
|
subcategory: "Monster/Opponent",
|
||||||
game: "FMF"
|
game: "FMF"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Warpwolf, Feral",
|
||||||
|
publication: "Bad Moon Rising",
|
||||||
|
page: "74",
|
||||||
|
category: "Monster",
|
||||||
|
subcategory: "Monster/Opponent",
|
||||||
|
game: "FMF"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Winter Argus",
|
name: "Winter Argus",
|
||||||
publication: "No Quarter #47",
|
publication: "No Quarter #47",
|
||||||
|
|
@ -17009,6 +17081,14 @@ var ikrpg = ikrpg || {};
|
||||||
subcategory: "Monster/Opponent",
|
subcategory: "Monster/Opponent",
|
||||||
game: "FMF"
|
game: "FMF"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Wolves of Orboros",
|
||||||
|
publication: "Bad Moon Rising",
|
||||||
|
page: "66",
|
||||||
|
category: "Monster",
|
||||||
|
subcategory: "Monster/Opponent",
|
||||||
|
game: "FMF"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Wyrmwall Bruiser",
|
name: "Wyrmwall Bruiser",
|
||||||
publication: "Bitter Medicine",
|
publication: "Bitter Medicine",
|
||||||
|
|
@ -17050,6 +17130,22 @@ var ikrpg = ikrpg || {};
|
||||||
subcategory: "Solo Monster/Opponent",
|
subcategory: "Solo Monster/Opponent",
|
||||||
game: "FMF"
|
game: "FMF"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Amadaz Volovsky",
|
||||||
|
publication: "Bad Moon Rising",
|
||||||
|
page: "60",
|
||||||
|
category: "Monster",
|
||||||
|
subcategory: "Solo Monster/Opponent",
|
||||||
|
game: "FMF"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Anacia Myetrova",
|
||||||
|
publication: "Bad Moon Rising",
|
||||||
|
page: "65",
|
||||||
|
category: "Monster",
|
||||||
|
subcategory: "Solo Monster/Opponent",
|
||||||
|
game: "FMF"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Antone Pytorevich, Rifleman",
|
name: "Antone Pytorevich, Rifleman",
|
||||||
publication: "No Quarter #57",
|
publication: "No Quarter #57",
|
||||||
|
|
@ -17090,6 +17186,14 @@ var ikrpg = ikrpg || {};
|
||||||
subcategory: "Monster/Opponent",
|
subcategory: "Monster/Opponent",
|
||||||
game: "FMF"
|
game: "FMF"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Borbor Gulk",
|
||||||
|
publication: "Bad Moon Rising",
|
||||||
|
page: "63",
|
||||||
|
category: "Monster",
|
||||||
|
subcategory: "Solo Monster/Opponent",
|
||||||
|
game: "FMF"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Bowden Haightly (Posessed Talon Warjack)",
|
name: "Bowden Haightly (Posessed Talon Warjack)",
|
||||||
publication: "No Quarter #44",
|
publication: "No Quarter #44",
|
||||||
|
|
@ -17274,6 +17378,14 @@ var ikrpg = ikrpg || {};
|
||||||
subcategory: "Solo Monster/Opponent",
|
subcategory: "Solo Monster/Opponent",
|
||||||
game: "FMF"
|
game: "FMF"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Liyr",
|
||||||
|
publication: "Bad Moon Rising",
|
||||||
|
page: "59",
|
||||||
|
category: "Monster",
|
||||||
|
subcategory: "Solo Monster/Opponent",
|
||||||
|
game: "FMF"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Lorimer Kex",
|
name: "Lorimer Kex",
|
||||||
publication: "No Quarter #60",
|
publication: "No Quarter #60",
|
||||||
|
|
@ -17370,6 +17482,14 @@ var ikrpg = ikrpg || {};
|
||||||
subcategory: "Solo Monster/Opponent",
|
subcategory: "Solo Monster/Opponent",
|
||||||
game: "FMF"
|
game: "FMF"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Nerys",
|
||||||
|
publication: "Bad Moon Rising",
|
||||||
|
page: "64",
|
||||||
|
category: "Monster",
|
||||||
|
subcategory: "Solo Monster/Opponent",
|
||||||
|
game: "FMF"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Orran Vaine",
|
name: "Orran Vaine",
|
||||||
publication: "No Quarter #59",
|
publication: "No Quarter #59",
|
||||||
|
|
@ -17402,6 +17522,14 @@ var ikrpg = ikrpg || {};
|
||||||
subcategory: "Solo Monster/Opponent",
|
subcategory: "Solo Monster/Opponent",
|
||||||
game: "FMF"
|
game: "FMF"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Ruus Kuragin, Kapitan",
|
||||||
|
publication: "Bad Moon Rising",
|
||||||
|
page: "58",
|
||||||
|
category: "Monster",
|
||||||
|
subcategory: "Solo Monster/Opponent",
|
||||||
|
game: "FMF"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Seth Alkot",
|
name: "Seth Alkot",
|
||||||
publication: "No Quarter #60",
|
publication: "No Quarter #60",
|
||||||
|
|
@ -17418,6 +17546,14 @@ var ikrpg = ikrpg || {};
|
||||||
subcategory: "Solo Monster/Opponent",
|
subcategory: "Solo Monster/Opponent",
|
||||||
game: "FMF"
|
game: "FMF"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Stazi Vietzen",
|
||||||
|
publication: "Bad Moon Rising",
|
||||||
|
page: "62",
|
||||||
|
category: "Monster",
|
||||||
|
subcategory: "Solo Monster/Opponent",
|
||||||
|
game: "FMF"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Stevan Igoris",
|
name: "Stevan Igoris",
|
||||||
publication: "No Quarter #54",
|
publication: "No Quarter #54",
|
||||||
|
|
@ -17434,6 +17570,14 @@ var ikrpg = ikrpg || {};
|
||||||
subcategory: "Solo Monster/Opponent",
|
subcategory: "Solo Monster/Opponent",
|
||||||
game: "FMF"
|
game: "FMF"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Taza Kozloz",
|
||||||
|
publication: "Bad Moon Rising",
|
||||||
|
page: "61",
|
||||||
|
category: "Monster",
|
||||||
|
subcategory: "Solo Monster/Opponent",
|
||||||
|
game: "FMF"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Thalen Malvyss (Mage Hunter)",
|
name: "Thalen Malvyss (Mage Hunter)",
|
||||||
publication: "No Quarter #56",
|
publication: "No Quarter #56",
|
||||||
|
|
@ -17458,6 +17602,14 @@ var ikrpg = ikrpg || {};
|
||||||
subcategory: "Solo Monster/Opponent",
|
subcategory: "Solo Monster/Opponent",
|
||||||
game: "FMF"
|
game: "FMF"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Vasa, Blackclad Overseer",
|
||||||
|
publication: "Bad Moon Rising",
|
||||||
|
page: "72",
|
||||||
|
category: "Monster",
|
||||||
|
subcategory: "Solo Monster/Opponent",
|
||||||
|
game: "FMF"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Vayne di Brascio (Amethyst Rose Gun Mage)",
|
name: "Vayne di Brascio (Amethyst Rose Gun Mage)",
|
||||||
publication: "No Quarter #52",
|
publication: "No Quarter #52",
|
||||||
|
|
@ -19487,6 +19639,39 @@ var ikrpg = ikrpg || {};
|
||||||
subcategory: "Trick Riding",
|
subcategory: "Trick Riding",
|
||||||
game: "FMF"
|
game: "FMF"
|
||||||
},
|
},
|
||||||
|
// ##### Skill > Group Tactic ##### //
|
||||||
|
{
|
||||||
|
name: "Tactics: Clear!",
|
||||||
|
publication: "Bad Moon Rising",
|
||||||
|
page: "75",
|
||||||
|
category: "Skill",
|
||||||
|
subcategory: "Group Tactic",
|
||||||
|
game: "FMF"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Tactics: Fall Back!",
|
||||||
|
publication: "Bad Moon Rising",
|
||||||
|
page: "75",
|
||||||
|
category: "Skill",
|
||||||
|
subcategory: "Group Tactic",
|
||||||
|
game: "FMF"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Tactics: Hit the Deck!",
|
||||||
|
publication: "Bad Moon Rising",
|
||||||
|
page: "75",
|
||||||
|
category: "Skill",
|
||||||
|
subcategory: "Group Tactic",
|
||||||
|
game: "FMF"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Tactics: Serpentine!",
|
||||||
|
publication: "Bad Moon Rising",
|
||||||
|
page: "75",
|
||||||
|
category: "Skill",
|
||||||
|
subcategory: "Group Tactic",
|
||||||
|
game: "FMF"
|
||||||
|
},
|
||||||
// ##### Spell ##### \\
|
// ##### Spell ##### \\
|
||||||
{
|
{
|
||||||
name: "Admonition",
|
name: "Admonition",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue