mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
added description to character cards v. 4.0.
This commit is contained in:
parent
5692c1788f
commit
73606c545f
4 changed files with 35 additions and 14 deletions
|
|
@ -28,11 +28,25 @@ tags: [Character Cards]
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
<p>
|
||||||
|
These <strong>character cards</strong> provide an alternative design for your IKRPG character sheets.
|
||||||
|
You may save character cards persistently in your client side database.
|
||||||
|
We will not have access to your characters.
|
||||||
|
Only you can access them and only in the browser you saved them in.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<strong>Beware:</strong> If you <strong>clear your browser cache</strong>, your character cards <strong>will be lost</strong>!
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
You can import/export character cards should you need them in a different browser, clear your browser cache or email them to a friend.
|
||||||
|
Exporting cards will give you a base64 representation of your character that you can copy.
|
||||||
|
Pasting the base64 string into the same field and importing the character will update the current character.
|
||||||
|
Have fun using our custom character sheets!
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2 style="font-weight:300;margin:1em 0 2em 0;">
|
<h2 style="font-weight:300;margin:1em 0 2em 0;">
|
||||||
| <!--a onclick="listCharacters()" href="#characters">Load Character</a> |-->
|
| <a href="javascript:saveHero();">Save</a> |
|
||||||
<a href="javascript:saveHero();">Save</a> |
|
<a href="#import-export">Import/Export Character</a> |
|
||||||
<a href="#import-export">Export/Import Character</a> |
|
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<form id="import-export">
|
<form id="import-export">
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# 2015-04-05v44
|
# 2015-04-05v45
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
|
|
||||||
|
|
|
||||||
25
index.html
25
index.html
|
|
@ -112,23 +112,30 @@ tags: [ IKRPG ]
|
||||||
An overview of all entries can be found <a href="/Index/">here</a>.
|
An overview of all entries can be found <a href="/Index/">here</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2 id="character-cards">Fillable Character Cards v. 3.0</h2>
|
<h2 id="character-cards">Fillable Character Cards v. 4.0</h2>
|
||||||
<p>
|
<p>
|
||||||
We love playing Warmachine and Hordes and especially love the MK II cards.
|
We love playing Warmachine and Hordes and especially love the MK II cards.
|
||||||
This is why we made custom <a href="/Character/">character cards</a> for the IKRPG.
|
This is why we made custom <a href="/Characters/">character cards</a> for the IKRPG.
|
||||||
They provide an alternative design for your character sheets and can even be filled out online!
|
They provide an alternative design for your character sheets and can even be filled out online!
|
||||||
The following cards are available:
|
The following cards are available:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/Character/#stats">Stats</a></li>
|
<li><a href="/Characters/#stats">Stats</a></li>
|
||||||
<li><a href="/Character/#skills">Skills</a></li>
|
<li><a href="/Characters/#skills">Skills</a></li>
|
||||||
<li><a href="/Character/#abilities">Abilities/Benefits</a></li>
|
<li><a href="/Characters/#abilities">Abilities/Benefits</a></li>
|
||||||
<li><a href="/Character/#spells">Spells</a></li>
|
<li><a href="/Characters/#spells">Spells</a></li>
|
||||||
<li><a href="/Character/#gear">Gear</a></li>
|
<li><a href="/Characters/#gear">Gear</a></li>
|
||||||
<li><a href="/Character/#notes">Notes</a></li>
|
<li><a href="/Characters/#notes">Notes</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
Changes in version 3.0: Combined abilities and benefits into one card. Better print settings for all cards.
|
Changes in version 4.0:
|
||||||
|
Added client side storage of cards.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Changes in version 3.0:
|
||||||
|
Combined abilities and benefits into one card.
|
||||||
|
Better print settings for all cards.
|
||||||
|
The version 3.0 cards can be found <a href="/Character/">here</a>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The old version 2.0 cards can be found <a href="/Character-Cards/">here</a>.
|
The old version 2.0 cards can be found <a href="/Character-Cards/">here</a>.
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ a {
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
body {
|
body {
|
||||||
background-image: none;
|
background-image: none !important;
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
article {
|
article {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue