diff --git a/_posts/0000-01-01-Character-Cards.html b/_posts/0000-01-01-Character-Cards.html index 9e4a5f3..bdda018 100644 --- a/_posts/0000-01-01-Character-Cards.html +++ b/_posts/0000-01-01-Character-Cards.html @@ -40,7 +40,6 @@ tags: [Character Cards] Spells | Gear | Notes | -
diff --git a/_posts/0000-01-01-Character.html b/_posts/0000-01-01-Character.html new file mode 100644 index 0000000..18891e8 --- /dev/null +++ b/_posts/0000-01-01-Character.html @@ -0,0 +1,630 @@ +--- +layout: ikrpg +tags: [Character Cards] +--- + + + +

+ These character cards provide an alternative design for your IKRPG character sheets. +

+

+

+ + + +
+

+ +

+ | Stats | + Skills | + Abilities/Benefits | + + Spells | + Gear | + Notes | + +

+ +
+
+ +
+
+ + + + +
+
+ + + + + +
+ + + + + + + +
+
+
+
+
+
+
+ +
+ + + + +
+
+
+ +
+ + + + +
+
+
+ +
+ + + +
+
+
+ +
+ + + +
+
+
+ +
+ + + +
+
+ +   +
+ + + + + + +
+
+ + + + +
+ + +
+ +
+ +
+
+ + + + + +
+
+ + + + + +
+
+ + + + + +
+
+ + + + + +
+
+ + + + + +
+
+ + + + + +
+
+ + + + + +
+
+ + + + + +
+
+ + + + + +
+
+ + + + + +
+
+ + + + + +
+
+ + + + + +
+
+ + + + + +
+
+ + + + + +
+
+ + + + + +
+
+ + + + + +
+
+ + + + + +
+
+ + + + + +
+
+ + + + + +
+
+ + + + + +
+
+ + + + + +
+
+
+ +
+ +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ +
+ +
+
+ + + + + + + + +
+
+ + + + + + + + +
+
+ + + + + + + + +
+
+ + + + + + + + +
+
+ + + + + + + + +
+
+ + + + + + + + +
+
+ + + + + + + + +
+
+ + + + + + + + +
+
+ + + + + + + + +
+
+ + + + + + + + +
+
+ + + + + + + + +
+
+
+ +
+ +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ +
+ +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ + \ No newline at end of file diff --git a/index.html b/index.html index 96694f4..3b076cf 100644 --- a/index.html +++ b/index.html @@ -102,19 +102,24 @@ tags: [ IKRPG ] An overview of all entries can be found here.

-

Fillable Character Cards

+

Fillable Character Cards v. 3.0

We love playing Warmachine and Hordes and especially love the MK II cards. - This is why we made custom character cards for the IKRPG. + This is why we made custom character cards for the IKRPG. They provide an alternative design for your character sheets and can even be filled out online! The following cards are available:

\ No newline at end of file + +

+ Changes in version 3.0: Combined abilities and benefits into one card. Better print settings for all cards. +

+

+ The old version 2.0 cards can be found here. +

\ No newline at end of file diff --git a/static/javascripts/heroic.js b/static/javascripts/heroic.js index a980fd6..3905b61 100644 --- a/static/javascripts/heroic.js +++ b/static/javascripts/heroic.js @@ -45,7 +45,7 @@ var ikrpg = ikrpg || {}; "r1m2": false, "r2": false, "m2": false, - "ability1": { "title": "ability", "description": "description" }, + "ability1": { "title": "ability/benefit", "description": "description" }, "ability2": { "title": "", "description": "" }, "ability3": { "title": "", "description": "" }, "ability4": { "title": "", "description": "" }, diff --git a/static/stylesheets/content/character-sheet.css b/static/stylesheets/content/character-sheet.css index 1e7bc61..2c2d378 100644 --- a/static/stylesheets/content/character-sheet.css +++ b/static/stylesheets/content/character-sheet.css @@ -159,5 +159,5 @@ div.sheet > form#details div#languages > input#language8 { top: 217px; } @media print { section.content > div.sheet { display: block; -webkit-transform: scale(0.4); -o-transform: scale(0.4); transform: scale(0.4); } - #weapons-switch { display: none; } + div.sheet > form#stats a#weapons-switch { display: none !important; } } \ No newline at end of file