From 88e9395670951f7ccc7db0bc5459dcbd0eafb7ce Mon Sep 17 00:00:00 2001 From: Yord Date: Sun, 20 Sep 2015 13:17:45 +0200 Subject: [PATCH] Added new tool: Fillable character sheets for FMF and IKU. --- _posts/0000-01-01-Character-Sheets.html | 1049 +++++++++++++++++ _posts/0000-01-01-Characters.html | 9 +- ikrpg.appcache | 7 +- index.html | 23 +- static/images/sheet/FMF-1.jpeg | Bin 0 -> 1474946 bytes static/images/sheet/FMF-2.jpeg | Bin 0 -> 461225 bytes static/images/sheet/IKU-1.jpeg | Bin 0 -> 1303983 bytes static/images/sheet/IKU-2.jpeg | Bin 0 -> 471629 bytes static/javascripts/heroic.js | 157 ++- .../stylesheets/content/character-sheet.css | 1 + 10 files changed, 1177 insertions(+), 69 deletions(-) create mode 100644 _posts/0000-01-01-Character-Sheets.html create mode 100644 static/images/sheet/FMF-1.jpeg create mode 100644 static/images/sheet/FMF-2.jpeg create mode 100644 static/images/sheet/IKU-1.jpeg create mode 100644 static/images/sheet/IKU-2.jpeg diff --git a/_posts/0000-01-01-Character-Sheets.html b/_posts/0000-01-01-Character-Sheets.html new file mode 100644 index 0000000..a92f756 --- /dev/null +++ b/_posts/0000-01-01-Character-Sheets.html @@ -0,0 +1,1049 @@ +--- +layout: ikrpg +tags: [ Version 1 ] +--- + + + + +

+ These are the (slightly modified) Full Metal Fantasy and Unleashed character sheets. + You can fill, print, and also save them in your browser! + After you saved them they are only visible to you. + We do not have access to your characters. + Only you can access them and only in the browser you saved them in. +

+

+ Beware: + If you clear your browser cache, your character sheets will be lost! + Additionally, if you save a new character sheet under an existing hero name, the old sheet will be lost! +

+

+ Tip: + Use your browser's print function to print your character sheet! +

+

+ 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 gibberish representation of your character that you can copy. + Pasting that gibberish into the import/export field and clicking to import the character will update your sheet. + Have fun using the character sheets! +

+ +

+ | Save | + Import/Export Character | +

+ +
+ + + +
+ +
+ + + + + + + + + + + + + +
Hero NameArchetypeRaceCareersLoadDelete
+
+ + + +
+ Choose your character sheet design: + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+
+ + + + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + + +
+ + + + + + + + + + + + + +
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+ +
+ +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + + + + +
+
+ + + + + +
+
+ + + + + +
+
+ + + + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+ +
+ + + + + + + + +
+
+ + + + + + + + +
+
+ + + + + + + + +
+
+ + + + + + + + +
+
+ + + + + + + + +
+
+ + + + + + + + +
+
+ + + + + + + + +
+
+ + + + + + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ + + + + + + + + + +
+ + + + + + + \ No newline at end of file diff --git a/_posts/0000-01-01-Characters.html b/_posts/0000-01-01-Characters.html index 449af2f..978034f 100644 --- a/_posts/0000-01-01-Characters.html +++ b/_posts/0000-01-01-Characters.html @@ -30,8 +30,9 @@ tags: [ Version 4 ]

These character cards 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. + You can fill, print, and also save them in your browser! + After you saved them they are only visible to you. + We do not have access to your characters. Only you can access them and only in the browser you saved them in.

@@ -39,6 +40,10 @@ tags: [ Version 4 ] If you clear your browser cache, your character cards will be lost! Additionally, if you save a new character card under an existing hero name, the old card will be lost!

+

+ Tip: + Use your browser's print function to print your character card! +

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. diff --git a/ikrpg.appcache b/ikrpg.appcache index e9f88f5..8cbfd0b 100644 --- a/ikrpg.appcache +++ b/ikrpg.appcache @@ -1,16 +1,19 @@ CACHE MANIFEST -# 2015-09-12 +# 2015-09-20 13:01 CACHE: # Front site / -# Character Creater +# Character Cards /Character/ /Characters/ /Character-Cards/ +# Character Sheets +/Character-Sheets/ + # Moons of Caen Tool /Constellations/ diff --git a/index.html b/index.html index 208002d..63c6eb0 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,7 @@ tags: [ Version 4 ]

Tools