diff --git a/ikrpg.appcache b/ikrpg.appcache index 426b685..688b9f8 100644 --- a/ikrpg.appcache +++ b/ikrpg.appcache @@ -1,5 +1,5 @@ CACHE MANIFEST -# 2015-07-01 +# 2015-07-13 CACHE: diff --git a/index.html b/index.html index 0507872..ff9eda5 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ --- layout: ikrpg title: Unofficial IKRPG Resources -tags: [ Version 3 ] +tags: [ Version 4 ] ---

@@ -13,21 +13,16 @@ tags: [ Version 3 ] Please Note: The following tools are meant to complement but not replace the official rules and tools provided by Privateer Press.

-

Application Settings

-

- Starting with version 3, we are migrating ikrpg.info from a static webpage to a web application. - This means we are using coockies and similar web technologies to store user settings locally in your browser. - The most obvious change is the new character cards storage feature. - Less obvious is the use of Google Analytics (half the internet uses it) to get information on how to improve our tools. - We are still testing ideas where we can go from here but as a start, we will give you the ability to select a new Unleashed background image. -

-

- Please choose your favourite webpage background (click to change Background): -

-
    -
  1. Full Metal Fantasy (click for the classic background)
  2. -
  3. Unleashed (click for the new background)
  4. -
+

Tools

+ + +

Publication Index

@@ -35,31 +30,37 @@ tags: [ Version 3 ] The index is a work in progress and will be expanded for each new IKRPG (Full Metal Fantasy and Unleashed) publication. It contains entries for the folowing categories:

- + +

Contents by Category

+

+

+

At the moment, the following publications are considered:

+ +

Contents by Publication

+ +

Full Index

An overview of all entries can be found here.

+ +

Fillable Character Cards v. 4.0

We love playing Warmachine and Hordes and especially love the MK II cards. @@ -146,20 +151,29 @@ tags: [ Version 3 ]

  • Gear
  • Notes
  • + +

    Changelog

    + +

    Version 4.0

    + + +

    Version 3.0

    + + +

    Old Versions

    - Changes in version 4.0: - Added client side storage of cards. -

    -

    - 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 here. -

    -

    - The old version 2.0 cards can be found here. + 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 here for now.

    + +

    Moons of Caen Constellations

    Caen has three moons: Calder, Laris, and Artis. @@ -170,4 +184,35 @@ tags: [ Version 3 ]

    Check out the Moons of Caen Tool. -

    \ No newline at end of file +

    + + + +

    Unleashed Heroes for Warmahordes

    +

    + We really like the flavor of the Unleashed Adventure Kit Scenario characters, and we were wondering if we could also use them in the tabletop game. + So, we started thinking about what they would do in the wargame, and came up with a set of rules which should be a lot of fun in friendly and casual games. + We did not playtest them yet, but we think the rules are fine and are neither too strong nor too weak while at the same time, the individuality of each character was (hopefully) retained. + The result of these efforts is vortex255's 1.0 Version of Forces of Hordes: Heroes Unleashed! +

    +

    + We mirror his work here. +

    + + + +

    Application Settings

    +

    + Starting with version 3, we are migrating ikrpg.info from a static webpage to a web application. + This means we are using coockies and similar web technologies to store user settings locally in your browser. + The most obvious change is the new character cards storage feature. + Less obvious is the use of Google Analytics (half the internet uses it) to get information on how to improve our tools. + We are still testing ideas where we can go from here but as a start, we will give you the ability to select a new Unleashed background image. +

    +

    + Please choose your favourite webpage background (click to change Background): +

    +
      +
    1. Full Metal Fantasy (click for the classic background)
    2. +
    3. Unleashed (click for the new background)
    4. +
    \ No newline at end of file diff --git a/static/pdfs/Unleashed-Heroes-v1.0.pdf b/static/pdfs/Unleashed-Heroes-v1.0.pdf new file mode 100644 index 0000000..0c35372 Binary files /dev/null and b/static/pdfs/Unleashed-Heroes-v1.0.pdf differ diff --git a/static/stylesheets/content.css b/static/stylesheets/content.css index 91cc64c..29ab1af 100644 --- a/static/stylesheets/content.css +++ b/static/stylesheets/content.css @@ -10,7 +10,7 @@ section.content > p.right { text-align: right; } section.content > h2 { font-size: 1.5em; - margin-bottom: -0.5em; + margin: 3em 0 -0.5em 0; font-family: 'Cabin', sans-serif; text-transform: uppercase; color: #2C2C2C; @@ -21,6 +21,12 @@ section.content > h3 { font-family: 'Cabin', sans-serif; color: #2C2C2C; font-weight: bold; } +section.content > h4 { + font-size: 1em; + margin: 1em 0 -0.5em 0; + font-family: 'Cabin', sans-serif; + color: #2C2C2C; + font-weight: bold; } section.content a { color: #3B8DBD; } section.content a[href^='#'] {