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>
|
||||
|
||||
|
||||
<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;">
|
||||
| <!--a onclick="listCharacters()" href="#characters">Load Character</a> |-->
|
||||
<a href="javascript:saveHero();">Save</a> |
|
||||
<a href="#import-export">Export/Import Character</a> |
|
||||
| <a href="javascript:saveHero();">Save</a> |
|
||||
<a href="#import-export">Import/Export Character</a> |
|
||||
</h2>
|
||||
|
||||
<form id="import-export">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue