@@ -783,30 +783,42 @@ card('Iolaus') {
783783}
784784
785785// https://en.wikipedia.org/wiki/Theseus
786- // https://upload.wikimedia.org/wikipedia/commons/b/be/Kadmos_dragon_Louvre_E707.jpg
787- // Public Domain
786+ // https://upload.wikimedia.org/wikipedia/commons/9/9a/Theseus_Minotaur_BM_Vase_E84_n4.jpg
787+ // CC BY 2.5
788+ // https://commons.wikimedia.org/wiki/User:Jastrow
788789card('Theseus') {
789790    creature 'Greek Hero'
790791    flavor 'Son of Poseidon, King of Athens and slayer of the Minotaur.'
792+     imagePath 'mythos/greek/theseus.jpg'
791793    maxInDeck 1
792794    attack 3
793795    health 2
794796    manaCost 5
795797    sickness 1
796798    denyCounterAttack() // ranged
797799}
800+ 
801+ // https://en.wikipedia.org/wiki/Odysseus
802+ // https://upload.wikimedia.org/wikipedia/commons/f/f4/Caught_between_a_rock_and_a_hard_place.jpg
803+ // Public Domain
798804card('Odysseus') {
799805    creature 'Greek Hero'
800806    flavor 'King of Ithaca whose adventures are the subject of Homer’s Odyssey.'
807+     imagePath 'mythos/greek/odysseus.jpg'
801808    maxInDeck 1
802809    attack 2
803810    health 1
804811    manaCost 5
805812    sickness 1
806813}
814+ 
815+ // https://en.wikipedia.org/wiki/Daedalus
816+ // https://upload.wikimedia.org/wikipedia/commons/f/fe/Pompeii_-_Casa_dei_Vettii_-_Pasiphae.jpg
817+ // Public Domain
807818card('Daedalus') {
808819    creature 'Greek Hero'
809820    flavor 'Creator of the Labyrinth and a great inventor, until King Minos trapped him in his own creation.'
821+     imagePath 'mythos/greek/daedalus.jpg'
810822    maxInDeck 1
811823    attack 3
812824    health 4
@@ -817,9 +829,15 @@ card('Daedalus') {
817829        summon 1 of 'Minotaur' to 'you' zone 'Battlefield'
818830    }
819831}
832+ 
833+ // https://en.wikipedia.org/wiki/Hector
834+ // https://upload.wikimedia.org/wikipedia/commons/b/b7/Hektor_wirft_Paris_seine_Weichlichkeit_vor_%28Tischbein%29.jpg
835+ // CC BY-SA 3.0
836+ // https://commons.wikimedia.org/wiki/User:Jdsteakley
820837card('Hector') {
821838    creature 'Greek Hero'
822839    flavor 'Hero of the Trojan War and champion of the Trojan people.'
840+     imagePath 'mythos/greek/hector.jpg'
823841    maxInDeck 1
824842    attack 4
825843    health 4
@@ -833,9 +851,14 @@ card('Hector') {
833851        }
834852    }
835853}
854+ 
855+ // https://en.wikipedia.org/wiki/Ajax_(mythology)
856+ // https://upload.wikimedia.org/wikipedia/commons/8/89/Ajax_suicide_BM_F480.jpg
857+ // Public Domain
836858card('Ajax The Great') {
837859    creature 'Greek Hero'
838860    flavor 'Hero of the Trojan War and king of Salamis.'
861+     imagePath 'mythos/greek/ajax.jpg'
839862    maxInDeck 1
840863    attack 2
841864    health 3
@@ -845,9 +868,14 @@ card('Ajax The Great') {
845868
846869//// CREATURES
847870
871+ // https://en.wikipedia.org/wiki/Medusa
872+ // https://upload.wikimedia.org/wikipedia/commons/0/0c/Close_up_of_Gorgon_at_the_pediment_of_Artemis_temple_in_Corfu.jpg
873+ // CC BY-SA 3.0
874+ // https://commons.wikimedia.org/wiki/User:Dr.K.
848875card('Medusa') {
849876    creature 'Greek'
850877    flavor 'A mortal woman transformed into a hideous Gorgon by Athena.'
878+     imagePath 'mythos/greek/medusa.jpg'
851879    maxInDeck 1
852880    attack 4
853881    health 3
@@ -868,9 +896,14 @@ card('Medusa') {
868896        summon 3 of 'Medusa Snake' to 'you' zone 'Battlefield'
869897    }
870898}
899+ 
900+ // https://en.wikipedia.org/wiki/Nemean_lion
901+ // https://upload.wikimedia.org/wikipedia/commons/1/14/Herakles_Nemean_lion_BM_B621.jpg
902+ // Public Domain
871903card('Nemean Lion') {
872904    creature 'Greek'
873905    flavor 'A gigantic lion whose skin was impervious to weapons; Heracles strangled it.'
906+     imagePath 'mythos/greek/nemean-lion.jpg'
874907    maxInDeck 1
875908    attack 3
876909    health 6
0 commit comments