From: Joe Wreschnig Date: Tue, 26 Aug 2014 22:16:52 +0000 (+0200) Subject: Card art. X-Git-Url: https://git.yukkurigames.com/?p=heroik.git;a=commitdiff_plain;h=d586680bd54532614137f9efd0240294b73b3fb5 Card art. --- diff --git a/cards.html b/cards.html index a90d87a..ae4e52d 100644 --- a/cards.html +++ b/cards.html @@ -39,32 +39,11 @@

Promotional Cards

-
-
Phœnix
-
Warrior
-
Ashes to ashes...
-
Promo 4
-
-
-
- +2 to combat rolls against dragons. If the adventurers lose - their last Courage token, remove a Tenacity token from - Phoenix and immediately gain 3 Courage tokens and 1 Mana - token. -
-
- +2 to combat rolls for each Tenacity token on Phoenix. -
-
- Place 1 Tenacity token on Phoenix and 1 Mana on any - adventurer. -
-
-
Ykesha
Warrior
Promo 1
+
@@ -85,6 +64,7 @@
Conqueror's Sword
Weapon - Unique
+
Once per combat, you may re-roll a combat die showing a 1. At @@ -92,6 +72,31 @@ you may place a Mana token on an adventurer.
Promo 2
+
+ +
+
Phœnix
+
Warrior
+ +
Ashes to ashes...
+
Promo 4
+
+
+
+ +2 to combat rolls against dragons. If the adventurers lose + their last Courage token, remove a Tenacity token from + Phœnix and immediately gain 3 Courage tokens and 1 Mana + token. +
+
+ +2 to combat rolls for each Tenacity token on Phoenix. +
+
+ Place 1 Tenacity token on Phoenix and 1 Mana on any + adventurer. +
+
+
diff --git a/epee.jpg b/epee.jpg new file mode 100644 index 0000000..82c160e Binary files /dev/null and b/epee.jpg differ diff --git a/heroik.css b/heroik.css index 6d94165..55ab0fe 100644 --- a/heroik.css +++ b/heroik.css @@ -392,9 +392,32 @@ table { height: 87mm; font-size: 9pt;*/ margin: auto; + margin: 0.5em auto; + z-index: 1; +} + + +.card:after { + content: ''; + display: block; + position:absolute; + width:100%; + height:100%; + left:0; + top:0; background-image: url(card.png); background-size: cover; - margin: 0.5em auto; + z-index: -1; +} + +.card .art { + position: absolute; + z-index: -1; + left: 9.5%; + right: 9.5%; + width: 81%; + height: auto; + top: 7.1%; } .card.adventurer .name, .card.adventurer .type { diff --git a/phoenix.jpg b/phoenix.jpg new file mode 100644 index 0000000..3fc1ea3 Binary files /dev/null and b/phoenix.jpg differ diff --git a/ykesha.jpg b/ykesha.jpg new file mode 100644 index 0000000..593d38f Binary files /dev/null and b/ykesha.jpg differ