Map Builder Version 1
86
_posts/0000-01-01-Maps.html
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
---
|
||||
layout: ikrpg
|
||||
tags: [ Version 1 ]
|
||||
---
|
||||
|
||||
<link rel="stylesheet" href="/static/stylesheets/content/maps.css" />
|
||||
|
||||
<p>
|
||||
This <strong>map builder</strong> lets you create, save, and print your own IK maps made with the official Iron Kingdoms tiles
|
||||
and tokens that can be downloaded for free at
|
||||
<a href="http://privateerpress.com/boostyourexperience">http://privateerpress.com/boostyourexperience</a>.
|
||||
Game masters may use it to create printouts of their planned encounter setups.
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>Scroll</strong> the Image Library <strong>to list</strong> all available tiles.</li>
|
||||
<li><strong>Click a thumbnail</strong> in the Image Library <strong>to create</strong> a tile.</li>
|
||||
<li><strong>Drag and drop</strong> a tile <strong>to move</strong> it.</li>
|
||||
<li><strong>Click</strong> a tile <strong>to rotate</strong> it clockwise.</li>
|
||||
<li><strong>Rightclick</strong> a tile <strong>to rotate</strong> it counterclockwise.</li>
|
||||
<li><strong>Drop a tile</strong> on the Image Library <strong>to remove</strong> it.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<div id="maps">
|
||||
|
||||
<div id="map-area"></div>
|
||||
|
||||
<div id="img-library">
|
||||
|
||||
<h2>Image Library</h2>
|
||||
|
||||
<h3>Tiles 16x21</h3>
|
||||
<ul id="tiles"></ul>
|
||||
|
||||
<h3>Tokens 1x1 S</h3>
|
||||
<ul id="tokens1x1s"></ul>
|
||||
|
||||
<h3>Tokens 10x3</h3>
|
||||
<ul id="tokens10x3"></ul>
|
||||
|
||||
<h3>Tokens 4x3</h3>
|
||||
<ul id="tokens4x3"></ul>
|
||||
|
||||
<h3>Tokens 1x1 L</h3>
|
||||
<ul id="tokens1x1l"></ul>
|
||||
|
||||
<h3>Small Bases</h3>
|
||||
<ul id="bases-small"></ul>
|
||||
|
||||
<h3>Medium Bases</h3>
|
||||
<ul id="bases-medium"></ul>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<h2 style="font-weight:300;margin:1em 0 2em 0;">
|
||||
| <a id="save-as" href="#">Save As</a> <input id="map-name" placeholder="Map name" value="" /> |
|
||||
<!--a href="#import-export">Import/Export Map</a> |-->
|
||||
</h2>
|
||||
|
||||
<!--form id="import-export">
|
||||
<textarea id="seed"></textarea>
|
||||
<button id="generate-seed">Export seed for current map</button>
|
||||
<button id="update-seed">Fill out map using current seed</button>
|
||||
</form-->
|
||||
|
||||
|
||||
<div style="text-align:center;">
|
||||
<table id="load-maps" class="hero">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Map Name</th>
|
||||
<th>Load</th>
|
||||
<th>Delete</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<script type="text/javascript" src="/static/javascripts/maps.js"></script>
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
CACHE MANIFEST
|
||||
# 2016-05-01v2
|
||||
# 2016-05-02
|
||||
|
||||
CACHE:
|
||||
|
||||
|
|
@ -17,6 +17,9 @@ CACHE:
|
|||
# Character Generator
|
||||
/Character-Generator/
|
||||
|
||||
# Map Builder
|
||||
/Maps/
|
||||
|
||||
# Moons of Caen Tool
|
||||
/Constellations/
|
||||
/static/images/constellations/shadow.png
|
||||
|
|
|
|||
25
index.html
|
|
@ -18,6 +18,7 @@ tags: [ Version 4 ]
|
|||
<li><a href="#publication-index">Publication Index</a> (an index of all official Iron Kingdom resources)</li>
|
||||
<li><a href="#character-sheets">Character Generator</a> (fillable online Full Metal Fantasy and Unleashed character sheets and character generator)</li>
|
||||
<li><a href="#character-cards">Character Cards</a> (fillable online character sheets in warmahordes cards format)</li>
|
||||
<li><a href="#map-builder">Map Builder</a> (build maps with the official Unleashed Adventure Kit tiles and tokens)</li>
|
||||
<li><a href="#moons-of-caen-constellations">Moons of Caen Constellations</a> (simulation of caen's three moon phases)</li>
|
||||
<li><a href="#Unleashed-Heroes">Unleashed Heroes for Warmahordes</a> (play Zocha, Longchops, Lurk, Gullin, Knor, and Morrg in your Warmahordes games)</li>
|
||||
<li><a href="#application-settings">Application Settings</a> (change this website's background image)</li>
|
||||
|
|
@ -188,24 +189,18 @@ tags: [ Version 4 ]
|
|||
<li><a href="/Characters/#notes">Notes</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Changelog</h3>
|
||||
|
||||
<h4>Version 4.0</h4>
|
||||
<ul>
|
||||
<li>Added client side storage of cards.</li>
|
||||
</ul>
|
||||
|
||||
<h4>Version 3.0</h4>
|
||||
<ul>
|
||||
<li>Combined abilities and benefits into one card.</li>
|
||||
<li>Better print settings for all cards.</li>
|
||||
<li>The version 3.0 cards can be found <a href="/Character/">here</a>.</li>
|
||||
</ul>
|
||||
|
||||
<h3>Old Versions</h3>
|
||||
<h2 id="map-builder">Map Builder</h2>
|
||||
<p>
|
||||
Version 3 was a complete redesign of the character cards.
|
||||
The old version 2.0 cards will be removed eventually but can still be found <a href="/Character-Cards/">here</a> for now.
|
||||
We use the Iron Kingdoms Unleashed Adventure Kit tiles and tokens for most combat encounters.
|
||||
Previously, when planning combat encounters, our GMs used to setup the tiles and tokens at home and brought a photo to the session.
|
||||
Not any more!
|
||||
The <a href="/Maps/">Map Builder</a> lets you create, save, and print your own IK maps made with the official Iron Kingdoms tiles
|
||||
and tokens that can be downloaded for free at
|
||||
<a href="http://privateerpress.com/boostyourexperience">http://privateerpress.com/boostyourexperience</a>.
|
||||
Game masters can now plan encounters even when they do not have access to their physical tiles.
|
||||
They may then use it to create printouts of their planned encounter setups.
|
||||
</p>
|
||||
|
||||
|
||||
|
|
|
|||
BIN
static/images/maps/bases/medium/Longchops.png
Normal file
|
After Width: | Height: | Size: 57 KiB |
BIN
static/images/maps/bases/small/Farrow-Brigand.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
static/images/maps/bases/small/Gullin.png
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
static/images/maps/bases/small/Knor.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
static/images/maps/bases/small/Lurk.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
static/images/maps/bases/small/Razor-Boar.png
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
static/images/maps/bases/small/Slaughterhouser.png
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
static/images/maps/bases/small/Warlord-Morrg.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
static/images/maps/bases/small/Zocha.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
static/images/maps/tiles/HW-Board-A01.png
Normal file
|
After Width: | Height: | Size: 4.6 MiB |
BIN
static/images/maps/tiles/HW-Board-A02.png
Normal file
|
After Width: | Height: | Size: 5.6 MiB |
BIN
static/images/maps/tiles/HW-Board-A03.png
Normal file
|
After Width: | Height: | Size: 4.9 MiB |
BIN
static/images/maps/tiles/HW-Board-A04.png
Normal file
|
After Width: | Height: | Size: 4.3 MiB |
BIN
static/images/maps/tiles/HW-Board-A05.png
Normal file
|
After Width: | Height: | Size: 5.4 MiB |
BIN
static/images/maps/tiles/HW-Board-A06.png
Normal file
|
After Width: | Height: | Size: 4.4 MiB |
BIN
static/images/maps/tiles/HW-Board-A07.png
Normal file
|
After Width: | Height: | Size: 4.6 MiB |
BIN
static/images/maps/tiles/HW-Board-A08.png
Normal file
|
After Width: | Height: | Size: 6.1 MiB |
BIN
static/images/maps/tiles/HW-Board-A09.png
Normal file
|
After Width: | Height: | Size: 4.6 MiB |
BIN
static/images/maps/tiles/HW-Board-B01.png
Normal file
|
After Width: | Height: | Size: 5.7 MiB |
BIN
static/images/maps/tiles/HW-Board-B02.png
Normal file
|
After Width: | Height: | Size: 4.6 MiB |
BIN
static/images/maps/tiles/HW-Board-B03.png
Normal file
|
After Width: | Height: | Size: 5.8 MiB |
BIN
static/images/maps/tiles/HW-Board-B04.png
Normal file
|
After Width: | Height: | Size: 4.7 MiB |
BIN
static/images/maps/tiles/HW-Board-B05.png
Normal file
|
After Width: | Height: | Size: 4.5 MiB |
BIN
static/images/maps/tiles/HW-Board-B06.png
Normal file
|
After Width: | Height: | Size: 4.7 MiB |
BIN
static/images/maps/tiles/HW-Board-B07.png
Normal file
|
After Width: | Height: | Size: 4.5 MiB |
BIN
static/images/maps/tiles/HW-Board-B08.png
Normal file
|
After Width: | Height: | Size: 4.6 MiB |
BIN
static/images/maps/tiles/HW-Board-B09.png
Normal file
|
After Width: | Height: | Size: 5.7 MiB |
BIN
static/images/maps/tokens/elongated/HW-A03.png
Normal file
|
After Width: | Height: | Size: 165 KiB |
BIN
static/images/maps/tokens/elongated/HW-A10.png
Normal file
|
After Width: | Height: | Size: 164 KiB |
BIN
static/images/maps/tokens/elongated/HW-A17.png
Normal file
|
After Width: | Height: | Size: 168 KiB |
BIN
static/images/maps/tokens/elongated/HW-A24.png
Normal file
|
After Width: | Height: | Size: 180 KiB |
BIN
static/images/maps/tokens/elongated/HW-B03.png
Normal file
|
After Width: | Height: | Size: 170 KiB |
BIN
static/images/maps/tokens/elongated/HW-B10.png
Normal file
|
After Width: | Height: | Size: 170 KiB |
BIN
static/images/maps/tokens/elongated/HW-B17.png
Normal file
|
After Width: | Height: | Size: 152 KiB |
BIN
static/images/maps/tokens/elongated/HW-B24.png
Normal file
|
After Width: | Height: | Size: 152 KiB |
BIN
static/images/maps/tokens/large/HW-A01.png
Normal file
|
After Width: | Height: | Size: 618 KiB |
BIN
static/images/maps/tokens/large/HW-A08.png
Normal file
|
After Width: | Height: | Size: 660 KiB |
BIN
static/images/maps/tokens/large/HW-A15.png
Normal file
|
After Width: | Height: | Size: 661 KiB |
BIN
static/images/maps/tokens/large/HW-A22.png
Normal file
|
After Width: | Height: | Size: 758 KiB |
BIN
static/images/maps/tokens/large/HW-B01.png
Normal file
|
After Width: | Height: | Size: 695 KiB |
BIN
static/images/maps/tokens/large/HW-B08.png
Normal file
|
After Width: | Height: | Size: 632 KiB |
BIN
static/images/maps/tokens/large/HW-B15.png
Normal file
|
After Width: | Height: | Size: 716 KiB |
BIN
static/images/maps/tokens/large/HW-B22.png
Normal file
|
After Width: | Height: | Size: 707 KiB |
BIN
static/images/maps/tokens/medium/HW-A02.png
Normal file
|
After Width: | Height: | Size: 406 KiB |
BIN
static/images/maps/tokens/medium/HW-A09.png
Normal file
|
After Width: | Height: | Size: 412 KiB |
BIN
static/images/maps/tokens/medium/HW-A16.png
Normal file
|
After Width: | Height: | Size: 386 KiB |
BIN
static/images/maps/tokens/medium/HW-A23.png
Normal file
|
After Width: | Height: | Size: 404 KiB |
BIN
static/images/maps/tokens/medium/HW-B02.png
Normal file
|
After Width: | Height: | Size: 430 KiB |
BIN
static/images/maps/tokens/medium/HW-B09.png
Normal file
|
After Width: | Height: | Size: 387 KiB |
BIN
static/images/maps/tokens/medium/HW-B16.png
Normal file
|
After Width: | Height: | Size: 400 KiB |
BIN
static/images/maps/tokens/medium/HW-B23.png
Normal file
|
After Width: | Height: | Size: 422 KiB |
BIN
static/images/maps/tokens/old-elongated/HW-A03.png
Normal file
|
After Width: | Height: | Size: 169 KiB |
BIN
static/images/maps/tokens/old-elongated/HW-A10.png
Normal file
|
After Width: | Height: | Size: 168 KiB |
BIN
static/images/maps/tokens/old-elongated/HW-A17.png
Normal file
|
After Width: | Height: | Size: 169 KiB |
BIN
static/images/maps/tokens/old-elongated/HW-A24.png
Normal file
|
After Width: | Height: | Size: 179 KiB |
BIN
static/images/maps/tokens/old-elongated/HW-B03.png
Normal file
|
After Width: | Height: | Size: 182 KiB |
BIN
static/images/maps/tokens/old-elongated/HW-B10.png
Normal file
|
After Width: | Height: | Size: 180 KiB |
BIN
static/images/maps/tokens/old-elongated/HW-B17.png
Normal file
|
After Width: | Height: | Size: 154 KiB |
BIN
static/images/maps/tokens/old-elongated/HW-B24.png
Normal file
|
After Width: | Height: | Size: 154 KiB |
BIN
static/images/maps/tokens/old-medium/HW-A02.png
Normal file
|
After Width: | Height: | Size: 413 KiB |
BIN
static/images/maps/tokens/old-medium/HW-A09.png
Normal file
|
After Width: | Height: | Size: 425 KiB |
BIN
static/images/maps/tokens/old-medium/HW-A16.png
Normal file
|
After Width: | Height: | Size: 420 KiB |
BIN
static/images/maps/tokens/old-medium/HW-A23.png
Normal file
|
After Width: | Height: | Size: 424 KiB |
BIN
static/images/maps/tokens/old-medium/HW-B02.png
Normal file
|
After Width: | Height: | Size: 441 KiB |
BIN
static/images/maps/tokens/old-medium/HW-B09.png
Normal file
|
After Width: | Height: | Size: 406 KiB |
BIN
static/images/maps/tokens/old-medium/HW-B16.png
Normal file
|
After Width: | Height: | Size: 425 KiB |
BIN
static/images/maps/tokens/old-medium/HW-B23.png
Normal file
|
After Width: | Height: | Size: 419 KiB |
BIN
static/images/maps/tokens/small/HW-A04.png
Normal file
|
After Width: | Height: | Size: 143 KiB |
BIN
static/images/maps/tokens/small/HW-A05.png
Normal file
|
After Width: | Height: | Size: 146 KiB |
BIN
static/images/maps/tokens/small/HW-A06.png
Normal file
|
After Width: | Height: | Size: 147 KiB |
BIN
static/images/maps/tokens/small/HW-A07.png
Normal file
|
After Width: | Height: | Size: 144 KiB |
BIN
static/images/maps/tokens/small/HW-A11.png
Normal file
|
After Width: | Height: | Size: 132 KiB |
BIN
static/images/maps/tokens/small/HW-A12.png
Normal file
|
After Width: | Height: | Size: 132 KiB |
BIN
static/images/maps/tokens/small/HW-A13.png
Normal file
|
After Width: | Height: | Size: 132 KiB |
BIN
static/images/maps/tokens/small/HW-A14.png
Normal file
|
After Width: | Height: | Size: 138 KiB |
BIN
static/images/maps/tokens/small/HW-A18.png
Normal file
|
After Width: | Height: | Size: 135 KiB |
BIN
static/images/maps/tokens/small/HW-A19.png
Normal file
|
After Width: | Height: | Size: 125 KiB |
BIN
static/images/maps/tokens/small/HW-A20.png
Normal file
|
After Width: | Height: | Size: 135 KiB |
BIN
static/images/maps/tokens/small/HW-A21.png
Normal file
|
After Width: | Height: | Size: 142 KiB |
BIN
static/images/maps/tokens/small/HW-A25.png
Normal file
|
After Width: | Height: | Size: 131 KiB |
BIN
static/images/maps/tokens/small/HW-A26.png
Normal file
|
After Width: | Height: | Size: 145 KiB |
BIN
static/images/maps/tokens/small/HW-A27.png
Normal file
|
After Width: | Height: | Size: 152 KiB |
BIN
static/images/maps/tokens/small/HW-A28.png
Normal file
|
After Width: | Height: | Size: 144 KiB |
BIN
static/images/maps/tokens/small/HW-B04.png
Normal file
|
After Width: | Height: | Size: 144 KiB |
BIN
static/images/maps/tokens/small/HW-B05.png
Normal file
|
After Width: | Height: | Size: 147 KiB |
BIN
static/images/maps/tokens/small/HW-B06.png
Normal file
|
After Width: | Height: | Size: 146 KiB |
BIN
static/images/maps/tokens/small/HW-B07.png
Normal file
|
After Width: | Height: | Size: 150 KiB |
BIN
static/images/maps/tokens/small/HW-B11.png
Normal file
|
After Width: | Height: | Size: 134 KiB |
BIN
static/images/maps/tokens/small/HW-B12.png
Normal file
|
After Width: | Height: | Size: 129 KiB |
BIN
static/images/maps/tokens/small/HW-B13.png
Normal file
|
After Width: | Height: | Size: 147 KiB |
BIN
static/images/maps/tokens/small/HW-B14.png
Normal file
|
After Width: | Height: | Size: 152 KiB |
BIN
static/images/maps/tokens/small/HW-B18.png
Normal file
|
After Width: | Height: | Size: 130 KiB |
BIN
static/images/maps/tokens/small/HW-B19.png
Normal file
|
After Width: | Height: | Size: 119 KiB |
BIN
static/images/maps/tokens/small/HW-B20.png
Normal file
|
After Width: | Height: | Size: 118 KiB |
BIN
static/images/maps/tokens/small/HW-B21.png
Normal file
|
After Width: | Height: | Size: 113 KiB |
BIN
static/images/maps/tokens/small/HW-B25.png
Normal file
|
After Width: | Height: | Size: 169 KiB |
BIN
static/images/maps/tokens/small/HW-B26.png
Normal file
|
After Width: | Height: | Size: 162 KiB |