mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
Added Path of Devastation Season 2 to publications index.
This commit is contained in:
parent
15cb602447
commit
23dcf7c20d
4 changed files with 70 additions and 7 deletions
|
|
@ -61,11 +61,11 @@
|
|||
</script>
|
||||
<script type="text/javascript">
|
||||
function changeBackground(imageName, topX) {
|
||||
$("body").css('background-image', 'url(/static/images/'+imageName+')');
|
||||
$("body").css('background-image', 'url('+imageName+')');
|
||||
$("body").css('background-position', '50% '+topX+'px');
|
||||
$("#head").css('background-image', 'url(/static/images/'+imageName+')');
|
||||
$("#head").css('background-image', 'url('+imageName+')');
|
||||
$("#head").css('background-position', '50% '+(topX-66)+'px');
|
||||
$("#foot > div.banner").css('background-image', 'url(/static/images/'+imageName+')');
|
||||
$("#foot > div.banner").css('background-image', 'url('+imageName+')');
|
||||
}
|
||||
|
||||
function setBackground(imageName, topX) {
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
if(error) {
|
||||
bg = {
|
||||
_id: "bg",
|
||||
name: "bg-FMF.jpg",
|
||||
name: "/static/images/bg-FMF.jpg",
|
||||
topX: -370
|
||||
};
|
||||
db.put(bg);
|
||||
|
|
|
|||
|
|
@ -0,0 +1,32 @@
|
|||
---
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Publication ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/Index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Path of Devastation Season 2 Index</h2>
|
||||
<table data-publication="Path of Devastation Season 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>
|
||||
|
||||
<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>
|
||||
|
|
@ -24,8 +24,8 @@ tags: [ Version 3 ]
|
|||
Please choose your favourite webpage background (click to change Background):
|
||||
</p>
|
||||
<ol>
|
||||
<li><a href="javascript:setBackground('bg-FMF.jpg', -370);">Full Metal Fantasy</a> (click for the classic background)</li>
|
||||
<li><a href="javascript:setBackground('bg-Unleashed.jpg', -250);">Unleashed</a> (click for the new background)</li>
|
||||
<li><a href="javascript:setBackground('/static/images/bg-FMF.jpg', -370);">Full Metal Fantasy</a> (click for the classic background)</li>
|
||||
<li><a href="javascript:setBackground('/static/images/bg-Unleashed.jpg', -250);">Unleashed</a> (click for the new background)</li>
|
||||
</ol>
|
||||
|
||||
<h2 id="publication-index">Publication Index</h2>
|
||||
|
|
@ -103,7 +103,10 @@ tags: [ Version 3 ]
|
|||
<li><a href="/index/publication/No-Quarter-58/">#58</a></li>
|
||||
<li><a href="/index/publication/No-Quarter-59z/">#59</a></li>
|
||||
</ul>)</li>
|
||||
<li><a href="/index/publication/Path-of-Devastation-Season-1/">Path of Devastation Season 1</a></li>
|
||||
<li>Path of Devastation (<ul class="inline">
|
||||
<li><a href="/index/publication/Path-of-Devastation-Season-1/">Season 1</a></li>
|
||||
<li><a href="/index/publication/Path-of-Devastation-Season-2/">Season 2</a></li>
|
||||
</ul>)</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>
|
||||
</ul>
|
||||
|
|
|
|||
|
|
@ -2485,6 +2485,13 @@ var ikrpg = ikrpg || {};
|
|||
category: "Adventure",
|
||||
subcategory: "Encounter"
|
||||
},
|
||||
{
|
||||
name: "Dark Water",
|
||||
publication: "Path of Devastation Season 2",
|
||||
page: "20",
|
||||
category: "Adventure",
|
||||
subcategory: "Encounter"
|
||||
},
|
||||
{
|
||||
name: "Dead End",
|
||||
publication: "Full Metal Friday 1/4/4",
|
||||
|
|
@ -10114,6 +10121,13 @@ var ikrpg = ikrpg || {};
|
|||
category: "Monster",
|
||||
subcategory: "Monster/Opponent"
|
||||
},
|
||||
{
|
||||
name: "Radiz Warrior",
|
||||
publication: "Path of Devastation Season 2",
|
||||
page: "26",
|
||||
category: "Monster",
|
||||
subcategory: "Monster/Opponent"
|
||||
},
|
||||
{
|
||||
name: "Raevhan Buffalo",
|
||||
publication: "No Quarter #46",
|
||||
|
|
@ -10486,6 +10500,13 @@ var ikrpg = ikrpg || {};
|
|||
category: "Monster",
|
||||
subcategory: "Solo Monster/Opponent"
|
||||
},
|
||||
{
|
||||
name: "Bevoul",
|
||||
publication: "Path of Devastation Season 2",
|
||||
page: "26",
|
||||
category: "Monster",
|
||||
subcategory: "Monster/Opponent"
|
||||
},
|
||||
{
|
||||
name: "Bowden Haightly (Posessed Talon Warjack)",
|
||||
publication: "No Quarter #44",
|
||||
|
|
@ -10675,6 +10696,13 @@ var ikrpg = ikrpg || {};
|
|||
category: "Monster",
|
||||
subcategory: "Solo Monster/Opponent"
|
||||
},
|
||||
{
|
||||
name: "Martinho Cardozo",
|
||||
publication: "Path of Devastation Season 2",
|
||||
page: "27",
|
||||
category: "Monster",
|
||||
subcategory: "Monster/Opponent"
|
||||
},
|
||||
{
|
||||
name: "Mirek Orlov",
|
||||
publication: "Full Metal Friday 1/5/4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue