Skip to content

Commit 2eea2cf

Browse files
author
Francis Veilleux-Gaboury
committed
All Greek cards now have an imagePath
1 parent a416ee9 commit 2eea2cf

File tree

2 files changed

+60
-29
lines changed

2 files changed

+60
-29
lines changed

extra-resources/mods/Mythos/common.cardset

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,33 @@ card('Bear') {
252252
token()
253253
}
254254

255+
// https://upload.wikimedia.org/wikipedia/commons/d/d8/Python_natalensis_G._J._Alexander.JPG
256+
// Public Domain
257+
card('Snake') {
258+
creature 'Common'
259+
flavor ''
260+
imagePath 'mythos/common/snake-python.jpg'
261+
maxInDeck 1
262+
attack 1
263+
health 1
264+
manaCost 0
265+
sickness 1
266+
token()
267+
}
268+
269+
// https://upload.wikimedia.org/wikipedia/commons/7/76/Clynotis_severus%2C_AF_2.jpg
270+
// CC BY-SA 3.0
271+
// https://commons.wikimedia.org/wiki/User:JJ%20Harrison
272+
card('Spider') {
273+
creature 'Common'
274+
maxInDeck 1
275+
attack 2
276+
health 2
277+
manaCost 0
278+
sickness 1
279+
token()
280+
// plague() // #264
281+
}
255282

256283
//// SPELLS
257284

extra-resources/mods/Mythos/greek.cardset

Lines changed: 33 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ card('Medusa') {
893893
*/
894894
// When Medusa is sent to the graveyard, summon three +1/+1 snake tokens to the field.
895895
onDeath {
896-
summon 3 of 'Medusa Snake' to 'you' zone 'Battlefield'
896+
summon 3 of 'Snake' to 'you' zone 'Battlefield'
897897
}
898898
}
899899

@@ -962,7 +962,7 @@ card('Arachne') {
962962
// When Ararchne is sent to the graveyard,
963963
// summon two +2/+2 Spider tokens to the field with Plague.
964964
onDeath {
965-
summon 2 of 'Arachne Spider' to 'you' zone 'Battlefield'
965+
summon 2 of 'Spider' to 'you' zone 'Battlefield'
966966
}
967967
}
968968

@@ -1036,8 +1036,7 @@ card('Cerberus') {
10361036

10371037
//// TOKENS
10381038

1039-
1040-
1039+
// no image found
10411040
card('Titan 2/2') {
10421041
creature 'Greek Titan'
10431042
flavor ''
@@ -1047,6 +1046,7 @@ card('Titan 2/2') {
10471046
sickness 1
10481047
token()
10491048
}
1049+
// no image found
10501050
card('Titan 4/2') {
10511051
creature 'Greek Titan'
10521052
attack 4
@@ -1055,34 +1055,19 @@ card('Titan 4/2') {
10551055
sickness 1
10561056
token()
10571057
}
1058+
1059+
// https://en.wikipedia.org/wiki/Minotaur
1060+
// https://upload.wikimedia.org/wikipedia/commons/d/db/Blake_Dante_Hell_XII.jpg
1061+
// Public Domain
10581062
card('Minotaur') {
10591063
creature 'Greek'
1064+
imagePath 'mythos/greek/minotaur.jpg'
10601065
attack 4
10611066
health 4
10621067
manaCost 0
10631068
sickness 1
10641069
token()
10651070
}
1066-
card('Medusa Snake') {
1067-
creature 'Greek'
1068-
maxInDeck 1
1069-
attack 1
1070-
health 1
1071-
manaCost 0
1072-
sickness 1
1073-
token()
1074-
}
1075-
card('Arachne Spider') {
1076-
creature 'Greek'
1077-
maxInDeck 1
1078-
attack 2
1079-
health 2
1080-
manaCost 0
1081-
sickness 1
1082-
token()
1083-
// plague() // #264
1084-
}
1085-
10861071

10871072
////// NOT CREATURES
10881073

@@ -1161,21 +1146,26 @@ card('The Might of Hercules') {
11611146

11621147
//// ENCHANTMENTS
11631148

1149+
1150+
// https://upload.wikimedia.org/wikipedia/commons/d/dc/Jason_Pelias_Louvre_K127.jpg
1151+
// Public Domain
11641152
card('Golden Fleece') {
1153+
imagePath 'mythos/greek/golden-fleece.jpg'
11651154
enchantment true
11661155
maxInDeck 1
11671156
manaCost 5
11681157
// Equipped unit gains +0/+3.
11691158
addHealth 3
1170-
11711159
}
1172-
card('Achilles\' Armor') {
1160+
// https://en.wikipedia.org/wiki/Shield_of_Achilles#/media/File:Angelo_monticelli_shield-of-achilles.jpg
1161+
// Public Domain
1162+
card('Achilles\' Shield') {
11731163
enchantment true
1164+
imagePath 'mythos/greek/achilles-shield'
11741165
maxInDeck 1
11751166
manaCost 10
11761167
addAttack 1
11771168
addHealth 2
1178-
11791169
// If that unit is a Hero it gains Taunt.
11801170
/*
11811171
spell {
@@ -1185,7 +1175,11 @@ card('Achilles\' Armor') {
11851175
}
11861176
*/
11871177
}
1178+
1179+
// https://upload.wikimedia.org/wikipedia/commons/0/08/Raffaello%2C_concilio_degli_dei_02.jpg
1180+
// Public Domain
11881181
card('Hades\' Bident') {
1182+
imagePath 'mythos/greek/bident.jpg'
11891183
enchantment true
11901184
maxInDeck 1
11911185
manaCost 10
@@ -1200,27 +1194,33 @@ card('Hades\' Bident') {
12001194
}
12011195
*/
12021196
}
1197+
1198+
// CC BY-SA 3.0
1199+
// https://commons.wikimedia.org/wiki/User:Dodo
12031200
card('Helm of Darkness') {
1201+
flavor 'Helm that can turn the wearer invisible.'
1202+
imagePath 'mythos/greek/helm-of-darkness.jpg'
12041203
enchantment true
12051204
maxInDeck 1
12061205
manaCost 5
12071206
// Target unit gains +1/+1 and Phase.
12081207
addAttack 1
12091208
addHealth 1
1210-
12111209
/*
12121210
spell {
12131211
set phase() toCards { target() }
12141212
}
12151213
*/
12161214
}
1215+
// https://upload.wikimedia.org/wikipedia/commons/0/08/Raffaello%2C_concilio_degli_dei_02.jpg
1216+
// Public Domain
12171217
card('Poseidon\'s Trident') {
1218+
imagePath 'mythos/greek/trident.jpg'
12181219
enchantment true
12191220
maxInDeck 1
12201221
manaCost 10
12211222
addAttack 2
12221223
addHealth 2
1223-
12241224
// If that unit is a God it gains Dodge.
12251225
/*
12261226
spell {
@@ -1230,7 +1230,11 @@ card('Poseidon\'s Trident') {
12301230
}
12311231
*/
12321232
}
1233+
1234+
// https://upload.wikimedia.org/wikipedia/commons/d/dd/Death-and-the-woodcutter-jean-francois-millet3.jpg
1235+
// Public Domain
12331236
card('Cronus\' Scythe') {
1237+
imagePath 'mythos/greek/scythe.jpg'
12341238
enchantment true
12351239
maxInDeck 1
12361240
manaCost 10

0 commit comments

Comments
 (0)