From 89dae6523756059aa7dbd7227480a90d336f5cd2 Mon Sep 17 00:00:00 2001 From: "wagic.the.homebrew" Date: Mon, 3 Nov 2008 13:53:06 +0000 Subject: [PATCH] -Adding some missing files to the repository -Improved "auto" parser : added "lord", improved "draw" --- projects/mtg/bin/Res/ai/baka/deck1.txt | 61 + projects/mtg/bin/Res/ai/baka/deck10.txt | 62 + projects/mtg/bin/Res/ai/baka/deck11.txt | 60 + projects/mtg/bin/Res/ai/baka/deck12.txt | 60 + projects/mtg/bin/Res/ai/baka/deck13.txt | 60 + projects/mtg/bin/Res/ai/baka/deck14.txt | 60 + projects/mtg/bin/Res/ai/baka/deck2.txt | 60 + projects/mtg/bin/Res/ai/baka/deck3.txt | 66 + projects/mtg/bin/Res/ai/baka/deck4.txt | 60 + projects/mtg/bin/Res/ai/baka/deck5.txt | 59 + projects/mtg/bin/Res/ai/baka/deck6.txt | 59 + projects/mtg/bin/Res/ai/baka/deck7.txt | 60 + projects/mtg/bin/Res/ai/baka/deck8.txt | 74 + projects/mtg/bin/Res/ai/baka/deck9.txt | 74 + projects/mtg/bin/Res/graphics/mana.psi | Bin 0 -> 128 bytes projects/mtg/bin/Res/graphics/manablack.psi | Bin 0 -> 128 bytes projects/mtg/bin/Res/graphics/manablue.psi | Bin 0 -> 128 bytes projects/mtg/bin/Res/graphics/managreen.psi | Bin 0 -> 128 bytes projects/mtg/bin/Res/graphics/manared.psi | Bin 0 -> 128 bytes projects/mtg/bin/Res/graphics/manawhite.psi | Bin 0 -> 128 bytes projects/mtg/bin/Res/graphics/particle1.psi | Bin 0 -> 128 bytes projects/mtg/bin/Res/graphics/particle2.psi | Bin 0 -> 128 bytes projects/mtg/bin/Res/graphics/particle3.psi | Bin 0 -> 128 bytes projects/mtg/bin/Res/graphics/particle4.psi | Bin 0 -> 128 bytes projects/mtg/bin/Res/graphics/particle5.psi | Bin 0 -> 128 bytes projects/mtg/bin/Res/graphics/particle6.psi | Bin 0 -> 128 bytes projects/mtg/bin/Res/graphics/particle7.psi | Bin 0 -> 128 bytes projects/mtg/bin/Res/graphics/particles.png | Bin 0 -> 12602 bytes projects/mtg/bin/Res/graphics/phasebar.png | Bin 0 -> 25434 bytes projects/mtg/bin/Res/graphics/shop.jpg | Bin 0 -> 21281 bytes projects/mtg/bin/Res/sets/10E/_cards.dat | 1651 ++++++++++++ projects/mtg/bin/Res/sets/10E/todo.dat | 2525 +++++++++++++++++++ projects/mtg/bin/Res/sets/ALA/_cards.dat | 639 +++++ projects/mtg/bin/Res/sets/ALA/todo.dat | 1834 ++++++++++++++ projects/mtg/bin/Res/sets/EVE/_cards.dat | 332 +++ projects/mtg/bin/Res/sets/EVE/todo.dat | 1578 ++++++++++++ projects/mtg/bin/Res/sets/RV/_cards.dat | 2428 ++++++++++++++++++ projects/mtg/bin/Res/sets/RV/todo.dat | 623 +++++ projects/mtg/bin/Res/sets/back.jpg | Bin 0 -> 12875 bytes projects/mtg/bin/Res/sets/back_thumb.jpg | Bin 0 -> 1555 bytes projects/mtg/bin/Res/settings/options.txt | 50 + projects/mtg/bin/Res/settings/prices.dat | 92 + projects/mtg/bin/Res/test/_tests.txt | 6 +- projects/mtg/bin/Res/test/ghost_warden.txt | 28 + projects/mtg/bin/Res/test/giant_growth.txt | 29 + projects/mtg/bin/Res/test/results.txt | 124 + projects/mtg/bin/Res/test/terror.txt | 19 + projects/mtg/include/AllAbilities.h | 19 +- projects/mtg/include/DeckDataWrapper.h | 2 +- projects/mtg/include/MTGDefinitions.h | 1 + projects/mtg/include/debug.h | 5 +- projects/mtg/src/MTGAbility.cpp | 143 +- 52 files changed, 12924 insertions(+), 79 deletions(-) create mode 100644 projects/mtg/bin/Res/ai/baka/deck1.txt create mode 100644 projects/mtg/bin/Res/ai/baka/deck10.txt create mode 100644 projects/mtg/bin/Res/ai/baka/deck11.txt create mode 100644 projects/mtg/bin/Res/ai/baka/deck12.txt create mode 100644 projects/mtg/bin/Res/ai/baka/deck13.txt create mode 100644 projects/mtg/bin/Res/ai/baka/deck14.txt create mode 100644 projects/mtg/bin/Res/ai/baka/deck2.txt create mode 100644 projects/mtg/bin/Res/ai/baka/deck3.txt create mode 100644 projects/mtg/bin/Res/ai/baka/deck4.txt create mode 100644 projects/mtg/bin/Res/ai/baka/deck5.txt create mode 100644 projects/mtg/bin/Res/ai/baka/deck6.txt create mode 100644 projects/mtg/bin/Res/ai/baka/deck7.txt create mode 100644 projects/mtg/bin/Res/ai/baka/deck8.txt create mode 100644 projects/mtg/bin/Res/ai/baka/deck9.txt create mode 100644 projects/mtg/bin/Res/graphics/mana.psi create mode 100644 projects/mtg/bin/Res/graphics/manablack.psi create mode 100644 projects/mtg/bin/Res/graphics/manablue.psi create mode 100644 projects/mtg/bin/Res/graphics/managreen.psi create mode 100644 projects/mtg/bin/Res/graphics/manared.psi create mode 100644 projects/mtg/bin/Res/graphics/manawhite.psi create mode 100644 projects/mtg/bin/Res/graphics/particle1.psi create mode 100644 projects/mtg/bin/Res/graphics/particle2.psi create mode 100644 projects/mtg/bin/Res/graphics/particle3.psi create mode 100644 projects/mtg/bin/Res/graphics/particle4.psi create mode 100644 projects/mtg/bin/Res/graphics/particle5.psi create mode 100644 projects/mtg/bin/Res/graphics/particle6.psi create mode 100644 projects/mtg/bin/Res/graphics/particle7.psi create mode 100644 projects/mtg/bin/Res/graphics/particles.png create mode 100644 projects/mtg/bin/Res/graphics/phasebar.png create mode 100644 projects/mtg/bin/Res/graphics/shop.jpg create mode 100644 projects/mtg/bin/Res/sets/10E/_cards.dat create mode 100644 projects/mtg/bin/Res/sets/10E/todo.dat create mode 100644 projects/mtg/bin/Res/sets/ALA/_cards.dat create mode 100644 projects/mtg/bin/Res/sets/ALA/todo.dat create mode 100644 projects/mtg/bin/Res/sets/EVE/_cards.dat create mode 100644 projects/mtg/bin/Res/sets/EVE/todo.dat create mode 100644 projects/mtg/bin/Res/sets/RV/_cards.dat create mode 100644 projects/mtg/bin/Res/sets/RV/todo.dat create mode 100644 projects/mtg/bin/Res/sets/back.jpg create mode 100644 projects/mtg/bin/Res/sets/back_thumb.jpg create mode 100644 projects/mtg/bin/Res/settings/options.txt create mode 100644 projects/mtg/bin/Res/settings/prices.dat create mode 100644 projects/mtg/bin/Res/test/ghost_warden.txt create mode 100644 projects/mtg/bin/Res/test/giant_growth.txt create mode 100644 projects/mtg/bin/Res/test/results.txt create mode 100644 projects/mtg/bin/Res/test/terror.txt diff --git a/projects/mtg/bin/Res/ai/baka/deck1.txt b/projects/mtg/bin/Res/ai/baka/deck1.txt new file mode 100644 index 000000000..44217a1a5 --- /dev/null +++ b/projects/mtg/bin/Res/ai/baka/deck1.txt @@ -0,0 +1,61 @@ +#Black/Blue Deck +1373 +1374 +1375 +1373 +1374 +1375 +1373 +1374 +1375 +1373 +1374 +1375 +1392 +1393 +1394 +1392 +1393 +1394 +1392 +1393 +1394 +1392 +1393 +1394 +1144 +1144 +1143 +1143 +1165 +1165 +1158 +1158 +1170 +1170 +1170 +1170 +1177 +1177 +1177 +1188 +1189 +1189 +1205 +1205 +1206 +1206 +1208 +1208 +1210 +1210 +1210 +1210 +1129 +1129 +1146 +1146 +1184 +1148 +1161 +1183 diff --git a/projects/mtg/bin/Res/ai/baka/deck10.txt b/projects/mtg/bin/Res/ai/baka/deck10.txt new file mode 100644 index 000000000..0958df648 --- /dev/null +++ b/projects/mtg/bin/Res/ai/baka/deck10.txt @@ -0,0 +1,62 @@ +#Black/Blue Deck +1397 +1397 +1397 +1397 +1397 +1397 +1397 +1397 +1397 +1397 +1397 +1397 +1397 +1397 +1397 +1397 +1397 +1397 +1397 +1397 +1397 +1397 +129726 +129726 +129726 +129726 +129726 +129726 +129726 +129726 +129726 +132120 +132120 +132120 +132120 +130550 +130550 +130550 +130550 +130550 +1367 +1367 +1367 +1367 +1367 +1367 +1367 +1367 +1367 +1367 +129808 +129808 +129808 +129808 +129808 +129808 +129808 +129808 +129808 +129808 + diff --git a/projects/mtg/bin/Res/ai/baka/deck11.txt b/projects/mtg/bin/Res/ai/baka/deck11.txt new file mode 100644 index 000000000..5448bffa4 --- /dev/null +++ b/projects/mtg/bin/Res/ai/baka/deck11.txt @@ -0,0 +1,60 @@ +1229 +1229 +1229 +1229 +129604 +129604 +129604 +129604 +1242 +1242 +1242 +1242 +1264 +1264 +1264 +1264 +1365 +1365 +1365 +1365 +1367 +1367 +1367 +1367 +174955 +174955 +174955 +174955 +174957 +174957 +174957 +174957 +175121 +175121 +175121 +175121 +175134 +175134 +175134 +175134 +129683 +129683 +129683 +129562 +129562 +129562 +129609 +129609 +129609 +129609 +129609 +129609 +129562 +129562 +129562 +129562 +129683 +129683 +129683 +129683 \ No newline at end of file diff --git a/projects/mtg/bin/Res/ai/baka/deck12.txt b/projects/mtg/bin/Res/ai/baka/deck12.txt new file mode 100644 index 000000000..f319b9448 --- /dev/null +++ b/projects/mtg/bin/Res/ai/baka/deck12.txt @@ -0,0 +1,60 @@ +129600 +129600 +129600 +129600 +129780 +129780 +129780 +129780 +135199 +135199 +135199 +135199 +1144 +1144 +1144 +1144 +1145 +1145 +1145 +1145 +1146 +1146 +1146 +1146 +1187 +1187 +1187 +1187 +1188 +1188 +1188 +1188 +129693 +129693 +129693 +129693 +1097 +1097 +1373 +1373 +1373 +1373 +1373 +1373 +1373 +1373 +1373 +1373 +1373 +1373 +1373 +1373 +1373 +1373 +1373 +1373 +1373 +1373 +1097 +1097 \ No newline at end of file diff --git a/projects/mtg/bin/Res/ai/baka/deck13.txt b/projects/mtg/bin/Res/ai/baka/deck13.txt new file mode 100644 index 000000000..79227ac5f --- /dev/null +++ b/projects/mtg/bin/Res/ai/baka/deck13.txt @@ -0,0 +1,60 @@ +129577 +129577 +129577 +129577 +129604 +129604 +129604 +129604 +129790 +129790 +129790 +129790 +175062 +175062 +175062 +175062 +139476 +139476 +139476 +139476 +1264 +1264 +1264 +1264 +1303 +1303 +1303 +1303 +1302 +1302 +1302 +1302 +1365 +1365 +1365 +1365 +1367 +1367 +1367 +1367 +1388 +1388 +1388 +1388 +1397 +1397 +1397 +1397 +1397 +1397 +1397 +1397 +1390 +1390 +1390 +1390 +1390 +1390 +1390 +1390 \ No newline at end of file diff --git a/projects/mtg/bin/Res/ai/baka/deck14.txt b/projects/mtg/bin/Res/ai/baka/deck14.txt new file mode 100644 index 000000000..b8c9e0625 --- /dev/null +++ b/projects/mtg/bin/Res/ai/baka/deck14.txt @@ -0,0 +1,60 @@ +129577 +129577 +129577 +129577 +129688 +129688 +129688 +129688 +129580 +129580 +129580 +129580 +129578 +129578 +129578 +129578 +48592 +48592 +48592 +48592 +139476 +139476 +139476 +139476 +1303 +1303 +1303 +1303 +1326 +1326 +1097 +1097 +157201 +157201 +157201 +157201 +129598 +129598 +174938 +174938 +174938 +174938 +1390 +1390 +1390 +1390 +1390 +1390 +1390 +1390 +1390 +1390 +1390 +1390 +1390 +1390 +1390 +1390 +1390 +1390 \ No newline at end of file diff --git a/projects/mtg/bin/Res/ai/baka/deck2.txt b/projects/mtg/bin/Res/ai/baka/deck2.txt new file mode 100644 index 000000000..1cc6392bd --- /dev/null +++ b/projects/mtg/bin/Res/ai/baka/deck2.txt @@ -0,0 +1,60 @@ +1389 +1390 +1391 +1389 +1390 +1391 +1389 +1390 +1391 +1389 +1390 +1391 +1386 +1387 +1388 +1386 +1387 +1388 +1386 +1387 +1388 +1386 +1387 +1388 +1238 +1238 +1239 +1239 +1239 +1242 +1242 +1249 +1249 +1250 +1250 +1264 +1264 +1265 +1265 +1270 +1271 +1287 +1287 +1290 +1290 +1293 +1296 +1296 +1296 +1299 +1299 +1308 +1308 +1308 +1308 +1310 +1310 +1311 +1371 +1326 \ No newline at end of file diff --git a/projects/mtg/bin/Res/ai/baka/deck3.txt b/projects/mtg/bin/Res/ai/baka/deck3.txt new file mode 100644 index 000000000..eded0e348 --- /dev/null +++ b/projects/mtg/bin/Res/ai/baka/deck3.txt @@ -0,0 +1,66 @@ +1097 +1097 +1139 +1139 +1238 +1238 +1239 +1239 +1249 +1249 +1250 +1250 +1253 +1253 +1259 +1264 +1264 +1264 +1265 +1265 +1265 +1265 +1267 +1267 +1277 +1328 +1330 +1330 +1334 +1334 +1341 +1341 +1354 +1354 +1356 +1356 +1365 +1365 +1366 +1366 +1372 +1372 +1386 +1387 +1388 +1386 +1387 +1388 +1386 +1387 +1388 +1386 +1387 +1388 +1395 +1396 +1397 +1395 +1396 +1397 +1395 +1396 +1397 +1395 +1396 +1397 diff --git a/projects/mtg/bin/Res/ai/baka/deck4.txt b/projects/mtg/bin/Res/ai/baka/deck4.txt new file mode 100644 index 000000000..2990adee5 --- /dev/null +++ b/projects/mtg/bin/Res/ai/baka/deck4.txt @@ -0,0 +1,60 @@ +1389 +1390 +1391 +1389 +1390 +1391 +1389 +1390 +1391 +1389 +1390 +1391 +1395 +1396 +1397 +1395 +1396 +1397 +1395 +1396 +1397 +1395 +1396 +1397 +1097 +1097 +1139 +1139 +1287 +1287 +1287 +1290 +1290 +1290 +1290 +1296 +1296 +1295 +1295 +1297 +1297 +1310 +1308 +1334 +1334 +1341 +1356 +1356 +1366 +1366 +1369 +1369 +1370 +1370 +1330 +1330 +1328 +1301 +1299 +1300 diff --git a/projects/mtg/bin/Res/ai/baka/deck5.txt b/projects/mtg/bin/Res/ai/baka/deck5.txt new file mode 100644 index 000000000..ff830d7fa --- /dev/null +++ b/projects/mtg/bin/Res/ai/baka/deck5.txt @@ -0,0 +1,59 @@ +1373 +1374 +1375 +1373 +1374 +1375 +1373 +1374 +1375 +1389 +1390 +1391 +1389 +1390 +1391 +1389 +1390 +1391 +1094 +1094 +1094 +1094 +1095 +1097 +1097 +1104 +1104 +1112 +1139 +1139 +1144 +1144 +1145 +1145 +1157 +1157 +1157 +1157 +1158 +1158 +1165 +1165 +1177 +1177 +1177 +1177 +1188 +1296 +1296 +1310 +1310 +1326 +1315 +1315 +1315 +1308 +1308 +1308 +1308 diff --git a/projects/mtg/bin/Res/ai/baka/deck6.txt b/projects/mtg/bin/Res/ai/baka/deck6.txt new file mode 100644 index 000000000..08ae930aa --- /dev/null +++ b/projects/mtg/bin/Res/ai/baka/deck6.txt @@ -0,0 +1,59 @@ +1386 +1387 +1388 +1386 +1387 +1388 +1386 +1387 +1388 +1386 +1387 +1388 +1392 +1393 +1394 +1392 +1393 +1394 +1392 +1393 +1394 +1392 +1393 +1394 +1095 +1129 +1129 +1189 +1189 +1189 +1189 +1205 +1205 +1206 +1206 +1210 +1210 +1210 +1210 +1213 +1213 +1221 +1220 +1220 +1238 +1239 +1242 +1249 +1249 +1250 +1250 +1264 +1264 +1267 +1268 +1271 +1274 +1277 +1277 diff --git a/projects/mtg/bin/Res/ai/baka/deck7.txt b/projects/mtg/bin/Res/ai/baka/deck7.txt new file mode 100644 index 000000000..054da9212 --- /dev/null +++ b/projects/mtg/bin/Res/ai/baka/deck7.txt @@ -0,0 +1,60 @@ +129808 +129808 +129808 +1365 +1365 +1365 +1365 +174958 +174958 +174958 +1366 +1366 +1366 +1366 +1341 +1341 +1341 +1341 +175030 +174958 +1367 +1367 +1367 +1370 +1370 +1370 +1370 +175030 +1367 +175030 +1395 +1396 +1397 +1397 +1328 +1328 +1328 +1328 +175030 +175030 +175030 +175030 +175030 +175030 +175030 +175030 +1397 +1395 +1396 +1395 +1396 +1395 +129513 +175103 +175103 +175103 +175103 +129513 +129668 +129513 diff --git a/projects/mtg/bin/Res/ai/baka/deck8.txt b/projects/mtg/bin/Res/ai/baka/deck8.txt new file mode 100644 index 000000000..cd1161f2b --- /dev/null +++ b/projects/mtg/bin/Res/ai/baka/deck8.txt @@ -0,0 +1,74 @@ +#DeckMill /Artifact Game for AI +#4x Howling Mine +129598 +129598 +129598 +129598 +#4 x Black Vise +1097 +1097 +1097 +1097 +#4x Ivory Tower +1115 +1115 +1115 +1115 +#4x Obsianus Golem +1129 +1129 +1129 +1129 +#4xTower Gargoyle +174924 +174924 +174924 +174924 +#4xLiving Wall +1123 +1123 +1123 +1123 +#4x Dancing Scimitar +1104 +1104 +1104 +1104 +#4x Clockwork Beast +1101 +1101 +1101 +1101 +#4x CloudHeath Drake +174814 +174814 +174814 +174814 +#Lands +#8islands +129606 +129607 +129608 +129609 +129606 +129607 +129608 +129609 +#8swamps +129754 +129755 +129756 +129757 +129754 +129755 +129756 +129757 +#8Plains +129680 +129681 +129682 +129683 +129680 +129681 +129682 +129683 diff --git a/projects/mtg/bin/Res/ai/baka/deck9.txt b/projects/mtg/bin/Res/ai/baka/deck9.txt new file mode 100644 index 000000000..85de5345b --- /dev/null +++ b/projects/mtg/bin/Res/ai/baka/deck9.txt @@ -0,0 +1,74 @@ +#Red/White Deck for AI, Anti Artifact +#2x Shatter +1316 +1316 +#2xDisenchant +1343 +1343 +#4x Anaba BodyGuard +134753 +134753 +134753 +134753 +#4xAncestor's chosen +130550 +130550 +130550 +130550 +#4xAngelic Wall +129671 +129671 +129671 +129671 +#4xThundering Giant +130381 +130381 +130381 +130381 +#2x Tempest of Light +132131 +132131 +#2x Suntail Hawk +129753 +129753 +#4x Steadfast Guard +132111 +132111 +132111 +132111 +#4xRock Badger +129715 +129715 +129715 +129715 +#4x lightning bolt +1303 +1303 +1303 +1303 +#12plains +129680 +129681 +129682 +129683 +129680 +129681 +129682 +129683 +129680 +129681 +129682 +129683 +#12mountains +129649 +129650 +129651 +129652 +129649 +129650 +129651 +129652 +129649 +129650 +129651 +129652 diff --git a/projects/mtg/bin/Res/graphics/mana.psi b/projects/mtg/bin/Res/graphics/mana.psi new file mode 100644 index 0000000000000000000000000000000000000000..6c14812a9e3b9be83bdb8ea260ca256322609945 GIT binary patch literal 128 zcmZQzU}5lNWB`JO{kG>n+qNZ2*n@bt`A<54XoD^#`zIEB4i4u(?=QG*cA#S3a)*e} zt04Y9hx5hz^KLJ*yS?qH-SSK+yM{!G10X#haC=*>z3us8`&r8}?KOdB{MnapAA7yj T{<4X$y=7mrEl5p~jJrJmOlmHf literal 0 HcmV?d00001 diff --git a/projects/mtg/bin/Res/graphics/manablack.psi b/projects/mtg/bin/Res/graphics/manablack.psi new file mode 100644 index 0000000000000000000000000000000000000000..61db33ea100b9e24b0cf648815b79ba5e8aac1b8 GIT binary patch literal 128 zcmZQzU}5lNWB`JO{kG>n+qNZ2*n@bt`A<54XoD^#`zIEB4i4u(?=QG*cA#S3a)*e} zt04Y9hx5hz^KLJ*yS?qH-SSK+yM{!G10X#hVCoxezkA(lI}oi2G()p%k)35n+qNZ2*n@bt`A<54XoD^#`zIEB4i4u(?=QG*cA#S3a)*e} zt04Y9hx5hz^KLJ*yS?qH-SSK+yM{!G10X#hVA=QBRn+qNZ2*n@bt`A<54XoD^#`zIEB4i4u(?=QG*cA#S3a)*e} zt04Y9hx5hz^KLJ*yS?qH-SSK+yM{!G10X#hpz0}PXM4WbUiY+-ohHx>MGhwW*z2YC RKy~((eaW^UHAOP+_5jgFDslh- literal 0 HcmV?d00001 diff --git a/projects/mtg/bin/Res/graphics/manared.psi b/projects/mtg/bin/Res/graphics/manared.psi new file mode 100644 index 0000000000000000000000000000000000000000..f85f6f4343b0be9882b5e58adf4ab238fa391673 GIT binary patch literal 128 zcmZQzU}5lNWB`JO{kG>n+qNZ2*n@bt`A<54XoD^#`zIEB4i4u(?=QG*cA#S3a)*e} zt04Y9hx5hz^KLJ*yS?qH-SSK+yM{!G10X#hAalIXUb9QdPWQBt9gw!SJzs2pyimp- RsLtN9FWDBPrbx!!9su&#E1LiS literal 0 HcmV?d00001 diff --git a/projects/mtg/bin/Res/graphics/manawhite.psi b/projects/mtg/bin/Res/graphics/manawhite.psi new file mode 100644 index 0000000000000000000000000000000000000000..600d6a58b306a0afc29fd306244f81c0a169a0ea GIT binary patch literal 128 zcmZQzU}5lNWB`JO{kG>n+qNZ2*n@bt`A<54XoD^#`zIEB4i4u(?=QG*cA#S3a)*e} zt04Y9hx5hz^KLJ*yS?qH-SSK+yM{!G10X#haC=*>z3us8d)?DUcA7vl{_M-QkG)=M S4^(Gw*_Uh!Qd1=3ZVv!DM=kFF literal 0 HcmV?d00001 diff --git a/projects/mtg/bin/Res/graphics/particle1.psi b/projects/mtg/bin/Res/graphics/particle1.psi new file mode 100644 index 0000000000000000000000000000000000000000..0a307033d1bf4450b9c7fcc52fe4c11007df4368 GIT binary patch literal 128 zcmZQzU}0!u0D*@6Pb~QCXD!RL2l0N^y|n|;23<<_Kye3$^Pl$@+%`J^5(5Dse;dq^3y5-5vnr93kZZ literal 0 HcmV?d00001 diff --git a/projects/mtg/bin/Res/graphics/particle3.psi b/projects/mtg/bin/Res/graphics/particle3.psi new file mode 100644 index 0000000000000000000000000000000000000000..f7aa7f3cda2b4f7c74833baa1696e384768520e3 GIT binary patch literal 128 zcmZQzU}0!u0D*@6Pb~QCXD!RL2l0N^y|n|;23<<_Kye3$^Pl$@+%`J^5(5Dse;{?`N$aC0M6KDp|d^oo3OST26DUxxw2LQ&UAv*v7 literal 0 HcmV?d00001 diff --git a/projects/mtg/bin/Res/graphics/particle5.psi b/projects/mtg/bin/Res/graphics/particle5.psi new file mode 100644 index 0000000000000000000000000000000000000000..a5f477343cb056b227f2fba30a5d11508629740b GIT binary patch literal 128 zcmZQzU}0!u0D*@6Pb~QCXD!RL2l0N^y|n|;23<<_Kye3$^Pl$@+%`J^5(5Dse;d&|CLTacO}8FzaCcF7;A literal 0 HcmV?d00001 diff --git a/projects/mtg/bin/Res/graphics/particle7.psi b/projects/mtg/bin/Res/graphics/particle7.psi new file mode 100644 index 0000000000000000000000000000000000000000..608a99e546b06f7bb6e546774f63134b20b2b9ed GIT binary patch literal 128 zcmZQzU}0!u0D*@6Pb~QCXD!RL2l0N^y|n|;23<<_Kye3$^Pl$@+%`J^5(5Dse;X_kTlOW}g47hrxZ48&nvEao literal 0 HcmV?d00001 diff --git a/projects/mtg/bin/Res/graphics/particles.png b/projects/mtg/bin/Res/graphics/particles.png new file mode 100644 index 0000000000000000000000000000000000000000..19bfb8035127903c30296fd9322a16d790b69956 GIT binary patch literal 12602 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%0ALXDsrFn3r90#f5Z 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 KZr5E{ss9Jf&H2Xw literal 0 HcmV?d00001 diff --git a/projects/mtg/bin/Res/graphics/phasebar.png b/projects/mtg/bin/Res/graphics/phasebar.png new file mode 100644 index 0000000000000000000000000000000000000000..cc3797de27619adac7d9b0f0a64cb34969b813f3 GIT binary patch literal 25434 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 s!mx^yn;QuDS&gSS5a1-!rHS^xk5 literal 0 HcmV?d00001 diff --git a/projects/mtg/bin/Res/sets/10E/_cards.dat b/projects/mtg/bin/Res/sets/10E/_cards.dat new file mode 100644 index 000000000..475a8a274 --- /dev/null +++ b/projects/mtg/bin/Res/sets/10E/_cards.dat @@ -0,0 +1,1651 @@ +[card] +text=Target creature gets -1/-1 until end of turn. Draw a card. +target=creature +auto=-1/-1 +auto=draw:1 +id=135206 +name=Afflict +rarity=C +color=Black +type=Instant +mana={2}{B} +[/card] +[card] +text=Target creature gets +1/+1 until end of turn. Draw a card. +target=creature +auto=1/1 +auto=draw:1 +id=130525 +name=Aggressive Urge +rarity=C +color=Green +type=Instant +mana={1}{G} +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) +abilities=flying +id=129459 +name=Air Elemental +rarity=U +color=Blue +type=Creature +mana={3}{U}{U} +power=4 +subtype=Elemental +toughness=4 +[/card] +[card] +text=First strike (This creature deals combat damage before creatures without first strike.) +abilities=first strike +id=134753 +name=Anaba Bodyguard +rarity=C +color=Red +type=Creature +mana={3}{R} +power=2 +subtype=Minotaur +toughness=3 +[/card] +[card] +text=First strike (This creature deals combat damage before creatures without first strike.) When Ancestor's Chosen comes into play, you gain 1 life for each card in your graveyard. +id=130550 +name=Ancestor's Chosen +rarity=U +color=White +type=Creature +mana={5}{W}{W} +power=4 +subtype=Human Cleric +toughness=4 +[/card] +[card] +text=Target creature gets +3/+3 and gains flying until end of turn. (It can't be blocked except by creatures with flying or reach.) +target=creature +auto=:3/3 +auto=flying +id=129711 +name=Angelic Blessing +rarity=C +color=White +type=Sorcery +mana={2}{W} +[/card] +[card] +text=Defender, flying (This creature can't attack, and it can block creatures with flying.) +abilities=Defender, flying +id=129671 +name=Angelic Wall +rarity=C +color=White +type=Creature +mana={1}{W} +power=0 +subtype=Wall +toughness=4 +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) Other black creatures get +1/+1. Nonblack creatures get -1/-1. +abilities=Legendary, flying +id=106525 +name=Ascendant Evincar +rarity=R +color=Black +type=Creature +mana={4}{B}{B} +power=3 +subtype=Vampire +toughness=3 +[/card] +[card] +text=Flash (You may play this spell any time you could play an instant.) First strike (This creature deals combat damage before creatures without first strike.) +abilities=flash,first strike +id=136279 +name=Benalish Knight +rarity=C +color=White +type=Creature +mana={2}{W} +power=2 +subtype=Human Knight +toughness=2 +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) {T}: Add one mana of any color to your mana pool. +abilities=Flying +alias=1236 +id=129906 +name=Birds of Paradise +rarity=R +color=Green +type=Creature +mana={G} +power=0 +subtype=Bird +toughness=1 +[/card] +[card] +text=Swampwalk (This creature is unblockable as long as defending player controls a Swamp.) +abilities=swampwalk +id=129491 +name=Bog Wraith +rarity=U +color=Black +type=Creature +mana={3}{B} +power=3 +subtype=Wraith +toughness=3 +[/card] +[card] +text=Return target permanent to its owner's hand. +target=* +alias=1229 +id=129494 +name=Boomerang +rarity=C +color=Blue +type=Instant +mana={U}{U} +[/card] +[card] +text=Counter target spell. +alias=1196 +id=129882 +name=Cancel +rarity=C +color=Blue +type=Instant +mana={1}{U}{U} +[/card] +[card] +text=Reach (This creature can block creatures with flying.) +abilities=Reach +id=135185 +name=Canopy Spider +rarity=C +color=Green +type=Creature +mana={1}{G} +power=1 +subtype=Spider +toughness=3 +[/card] +[card] +text=Draw two cards. +auto=draw:2 +id=134757 +name=Counsel of the Soratami +rarity=C +color=Blue +type=Sorcery +mana={2}{U} +[/card] +[card] +text={T}: Target creature with power 2 or less is unblockable this turn. +id=134758 +alias=1285 +name=Crafty Pathmage +rarity=C +color=Blue +type=Creature +mana={2}{U} +power=1 +subtype=Human Wizard +toughness=1 +[/card] +[card] +text= +id=130527 +name=Craw Wurm +rarity=C +color=Green +type=Creature +mana={4}{G}{G} +power=6 +subtype=Wurm +toughness=4 +[/card] +[card] +text=Destroy target artifact, enchantment, or land. +target=artifact,enchantment,land +auto=destroy +id=129512 +name=Creeping Mold +rarity=U +color=Green +type=Sorcery +mana={2}{G}{G} +[/card] +[card] +text=Destroy target artifact or land. +target=artifact,land +auto=destroy +id=129522 +name=Demolish +rarity=C +color=Red +type=Sorcery +mana={3}{R} +[/card] +[card] +text=Destroy target enchantment. +target=enchantment +auto=destroy +id=129524 +name=Demystify +rarity=C +color=White +type=Instant +mana={W} +[/card] +[card] +text= +id=135216 +name=Dross Crocodile +rarity=C +color=Black +type=Creature +mana={3}{B} +power=5 +subtype=Zombie Crocodile +toughness=1 +[/card] +[card] +text={B}: Regenerate Drudge Skeletons. (The next time this creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.) +auto={B}:regenerate +id=129529 +name=Drudge Skeletons +rarity=U +color=Black +type=Creature +mana={1}{B} +power=1 +subtype=Skeleton +toughness=1 +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) +abilities=Flying +id=129490 +name=Dusk Imp +rarity=C +color=Black +type=Creature +mana={2}{B} +power=2 +subtype=Imp +toughness=1 +[/card] +[card] +text= +id=129554 +name=Earth Elemental +rarity=U +color=Red +type=Creature +mana={3}{R}{R} +power=4 +subtype=Elemental +toughness=5 +[/card] +[card] +text=Other Elf creatures get +1/+1 and have forestwalk. (They're unblockable as long as defending player controls a Forest.) +id=129534 +auto=lord(elf) 1/1 forestwalk +name=Elvish Champion +rarity=R +color=Green +type=Creature +mana={1}{G}{G} +power=2 +subtype=Elf +toughness=2 +[/card] +[card] +text= +id=135263 +name=Enormous Baloth +rarity=U +color=Green +type=Creature +mana={6}{G} +power=7 +subtype=Beast +toughness=7 +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature has fear. (It can't be blocked except by artifact creatures and/or black creatures.) +id=129544 +target=creature +auto=Fear +name=Fear +rarity=C +color=Black +type=Enchantment +mana={B}{B} +subtype=Aura +[/card] +[card] +text=Other Soldier creatures get +1/+1 and have first strike. (They deal combat damage before creatures without first strike.) +id=135258 +auto=lord(soldier) 1/1 first strike +name=Field Marshal +rarity=R +color=White +type=Creature +mana={1}{W}{W} +power=2 +subtype=Human Soldier +toughness=2 +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) {R}: Enchanted creature gets +1/+0 until end of turn. +target=creature +auto={R}:1/0 +id=129548 +name=Firebreathing +rarity=C +color=Red +type=Enchantment +mana={R} +subtype=Aura +[/card] +[card] +text=Target creature gets +4/+0 until end of turn. +target=creature +auto=:4/0 +id=130379 +name=Fists of the Anvil +rarity=C +color=Red +type=Instant +mana={1}{R} +[/card] +[card] +text={T}: Add {G} to your mana pool. +auto={T}: Add {G} +id=129562 +name=Forest +rarity=L +color=Land +type=Basic Land +subtype=Forest +[/card] +[card] +text={7}{R}: Flamewave Invoker deals 5 damage to target player. +id=130378 +auto={7}{R}:Damage:5 target(player) +name=Flamewave Invoker +rarity=U +color=Red +type=Creature +mana={2}{R} +power=2 +subtype=Goblin Mutant +toughness=2 +[/card] +[card] +text={T}: Add {G} to your mana pool. +auto={T}: Add {G} +id=129561 +name=Forest +rarity=L +color=Land +type=Basic Land +subtype=Forest +[/card] +[card] +text={T}: Add {G} to your mana pool. +auto={T}: Add {G} +id=129560 +name=Forest +rarity=L +color=Land +type=Basic Land +subtype=Forest +[/card] +[card] +text={T}: Add {G} to your mana pool. +auto={T}: Add {G} +id=129559 +name=Forest +rarity=L +color=Land +type=Basic Land +subtype=Forest +[/card] +[card] +text= +id=134762 +name=Fugitive Wizard +rarity=C +color=Blue +type=Creature +mana={U} +power=1 +subtype=Human Wizard +toughness=1 +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) {R}: Furnace Whelp gets +1/+0 until end of turn. +abilities=Flying +auto={R}:1/0 +id=130386 +name=Furnace Whelp +rarity=U +color=Red +type=Creature +mana={2}{R}{R} +power=2 +subtype=Dragon +toughness=2 +[/card] +[card] +text={T}: Target creature gets +1/+1 until end of turn. +id=132105 +auto={T}:1/1 target(creature) +name=Ghost Warden +rarity=C +color=White +type=Creature +mana={1}{W} +power=1 +subtype=Spirit +toughness=1 +[/card] +[card] +text=Target creature gets +3/+3 until end of turn. +target=creature +auto=:3/3 +id=129568 +name=Giant Growth +rarity=C +color=Green +type=Instant +mana={G} +[/card] +[card] +text=Reach (This creature can block creatures with flying.) +abilities=Reach +id=129570 +name=Giant Spider +rarity=C +color=Green +type=Creature +mana={3}{G} +power=2 +subtype=Spider +toughness=4 +[/card] +[card] +text=Other Goblin creatures get +1/+1 and have mountainwalk. (They're unblockable as long as defending player controls a Mountain.) +id=129578 +alias=1296 +name=Goblin King +rarity=R +color=Red +type=Creature +mana={1}{R}{R} +power=2 +subtype=Goblin +toughness=2 +[/card] +[card] +text= +id=129580 +name=Goblin Piker +rarity=C +color=Red +type=Creature +mana={1}{R} +power=2 +subtype=Goblin Warrior +toughness=1 +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) +abilities=Flying +id=129582 +name=Goblin Sky Raider +rarity=C +color=Red +type=Creature +mana={2}{R} +power=1 +subtype=Goblin Warrior +toughness=2 +[/card] +[card] +text= +id=129586 +name=Grizzly Bears +rarity=C +color=Green +type=Creature +mana={1}{G} +power=2 +subtype=Bear +toughness=2 +[/card] +[card] +text= +id=129591 +name=Hill Giant +rarity=C +color=Red +type=Creature +mana={3}{R} +power=3 +subtype=Giant +toughness=3 +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature gets +1/+2. +target=creature +auto=:1/2 +id=129594 +name=Holy Strength +rarity=C +color=White +type=Enchantment +mana={W} +subtype=Aura +[/card] +[card] +text={W}: Honor Guard gets +0/+1 until end of turn. +auto={W}:0/1 +id=129595 +name=Honor Guard +rarity=C +color=White +type=Creature +mana={W} +power=1 +subtype=Human Soldier +toughness=1 +[/card] +[card] +text=At the beginning of each player's draw step, if Howling Mine is untapped, that player draws a card. +id=129598 +alias=1112 +name=Howling Mine +rarity=R +color=Artifact +type=Artifact +mana={2} +[/card] +[card] +text=Return all artifacts target player owns to his or her hand. +id=135260 +target=player; +alias=1202 +name=Hurkyl's Recall +rarity=R +color=Blue +type=Instant +mana={1}{U} +[/card] +[card] +text=Hurricane deals X damage to each creature with flying and each player. +id=129885 +alias=1251 +name=Hurricane +rarity=R +color=Green +type=Sorcery +mana={X}{G} +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) Whenever Hypnotic Specter deals damage to an opponent, that player discards a card at random. +abilities=flying +id=129600 +alias=1165 +name=Hypnotic Specter +rarity=R +color=Black +type=Creature +mana={1}{B}{B} +power=2 +subtype=Specter +toughness=2 +[/card] +[card] +text={1}{W}{W}: Target creature gets +1/+1 until end of turn. +auto={1}{W}{W}:1/1 target(creature) +id=132123 +name=Icatian Priest +rarity=U +color=White +type=Creature +mana={W} +power=1 +subtype=Human Cleric +toughness=1 +[/card] +[card] +text={1}, {T}: Tap target artifact, creature, or land. +id=129601 +name=Icy Manipulator +rarity=U +color=Artifact +type=Artifact +mana={4} +[/card] +[card] +text={T}: Add {U} to your mana pool. +auto={T}: Add {U} +id=129607 +name=Island +rarity=L +color=Land +type=Basic Land +subtype=Island +[/card] +[card] +text={T}: Add {U} to your mana pool. +auto={T}: Add {U} +id=129606 +name=Island +rarity=L +color=Land +type=Basic Land +subtype=Island +[/card] +[card] +text={T}: Add {U} to your mana pool. +auto={T}: Add {U} +id=129609 +name=Island +rarity=L +color=Land +type=Basic Land +subtype=Island +[/card] +[card] +text={T}: Add {U} to your mana pool. +auto={T}: Add {U} +id=129608 +name=Island +rarity=L +color=Land +type=Basic Land +subtype=Island +[/card] +[card] +text={4}, {T}: Draw a card. +id=106478 +alias=1119 +name=Jayemdae Tome +rarity=R +color=Artifact +type=Artifact +mana={4} +[/card] +[card] +text=Haste (This creature can attack and {T} as soon as it comes under your control.) {T}: Kamahl, Pit Fighter deals 3 damage to target creature or player. +abilities=haste, legendary +auto={T}:Damage:3 target(creature,player) +id=106398 +name=Kamahl, Pit Fighter +rarity=R +color=Red +type=Creature +mana={4}{R}{R} +power=6 +subtype=Human Barbarian +toughness=1 +[/card] +[card] +text=When Kavu Climber comes into play, draw a card. +id=129511 +name=Kavu Climber +auto=draw:1 +rarity=C +color=Green +type=Creature +mana={3}{G}{G} +power=3 +subtype=Kavu +toughness=3 +[/card] +[card] +text=Lava Axe deals 5 damage to target player. +target=player +auto=Damage 5 +id=129620 +name=Lava Axe +rarity=C +color=Red +type=Sorcery +mana={4}{R} +[/card] +[card] +text=Haste (This creature can attack and {T} as soon as it comes under your control.) +abilities=Haste +id=129624 +name=Lightning Elemental +rarity=C +color=Red +type=Creature +mana={3}{R} +power=4 +subtype=Elemental +toughness=1 +[/card] +[card] +text={T}: Add {G} to your mana pool. +auto=auto={T}: Add {G} +id=129626 +name=Llanowar Elves +rarity=C +color=Green +type=Creature +mana={G} +power=1 +subtype=Elf Druid +toughness=1 +[/card] +[card] +text={B}: Looming Shade gets +1/+1 until end of turn. +auto={B}:1/1 +id=129628 +name=Looming Shade +rarity=C +color=Black +type=Creature +mana={2}{B} +power=1 +subtype=Shade +toughness=1 +[/card] +[card] +text=Flying, trample (This creature can't be blocked except by creatures with flying or reach. If this creature would deal enough combat damage to its blockers to destroy them, you may have it deal the rest of its damage to defending player.) At the beginning of your upkeep, sacrifice a creature other than Lord of the Pit. If you can't, Lord of the Pit deals 7 damage to you. +id=135271 +alias=1166 +name=Lord of the Pit +rarity=R +color=Black +type=Creature +mana={4}{B}{B}{B} +power=7 +subtype=Demon +toughness=7 +[/card] +[card] +text= +id=129631 +name=Lumengrid Warden +rarity=C +color=Blue +type=Creature +mana={1}{U} +power=1 +subtype=Human Wizard +toughness=3 +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) +abilities=Flying +id=129633 +name=Mahamoti Djinn +rarity=R +color=Blue +type=Creature +mana={4}{U}{U} +power=5 +subtype=Djinn +toughness=6 +[/card] +[card] +text={2}: Mantis Engine gains flying until end of turn. (It can't be blocked except by creatures with flying or reach.) {2}: Mantis Engine gains first strike until end of turn. (It deals combat damage before creatures without first strike.) +auto={2}:Flying +auto={2}:first strike +id=136289 +name=Mantis Engine +rarity=U +color=Artifact +type=Artifact Creature +mana={5} +power=3 +subtype=Insect +toughness=3 +[/card] +[card] +text= +id=135218 +name=Mass of Ghouls +rarity=C +color=Black +type=Creature +mana={3}{B}{B} +power=5 +subtype=Zombie Warrior +toughness=3 +[/card] +[card] +text=Target creature gets +7/+7 until end of turn. +target=creature +auto=:7/7 +id=129642 +name=Might of Oaks +rarity=R +color=Green +type=Instant +mana={3}{G} +[/card] +[card] +text={2}, {T}: Target player puts the top two cards of his or her library into his or her graveyard. +id=129643 +alias=1126 +name=Millstone +rarity=R +color=Artifact +type=Artifact +mana={2} +[/card] +[card] +text=First strike, forestwalk, vigilance (This creature deals combat damage before creatures without first strike, it's unblockable as long as defending player controls a Forest, and attacking doesn't cause this creature to tap.) +abilities=First strike, forestwalk, vigilance, legendary +id=106405 +name=Mirri, Cat Warrior +rarity=R +color=Green +type=Creature +mana={1}{G}{G} +power=2 +subtype=Cat Warrior +toughness=3 +[/card] +[card] +text={T}: Add {R} to your mana pool. +auto={T}: Add {R} +id=129652 +name=Mountain +rarity=L +color=Land +type=Basic Land +subtype=Mountain +[/card] +[card] +text={T}: Add {R} to your mana pool. +auto={T}: Add {R} +id=129649 +name=Mountain +rarity=L +color=Land +type=Basic Land +subtype=Mountain +[/card] +[card] +text={T}: Add {R} to your mana pool. +auto={T}: Add {R} +id=129651 +name=Mountain +rarity=L +color=Land +type=Basic Land +subtype=Mountain +[/card] +[card] +text={T}: Add {R} to your mana pool. +auto={T}: Add {R} +id=129650 +name=Mountain +rarity=L +color=Land +type=Basic Land +subtype=Mountain +[/card] +[card] +text=Destroy target artifact or enchantment. +target=artifact,enchantment +id=129656 +auto=destroy +name=Naturalize +rarity=C +color=Green +type=Instant +mana={1}{G} +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) Nightmare's power and toughness are each equal to the number of Swamps you control. +id=129659 +alias=1170 +name=Nightmare +rarity=R +color=Black +type=Creature +mana={5}{B} +power=* +subtype=Nightmare Horse +toughness=* +[/card] +[card] +text={T}: Orcish Artillery deals 2 damage to target creature or player and 3 damage to you. +id=129663 +alias=1309 +name=Orcish Artillery +rarity=U +color=Red +type=Creature +mana={1}{R}{R} +power=1 +subtype=Orc Warrior +toughness=3 +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) +abilities=Flying +id=129665 +name=Ornithopter +rarity=U +color=Artifact +type=Artifact Creature +mana={0} +power=0 +subtype=Thopter +toughness=2 +[/card] +[card] +text=First strike, protection from black, protection from red (This creature deals combat damage before creatures without first strike. It can't be blocked, targeted, dealt damage, or enchanted by anything black or red.) +abilities=First strike, protection from black, protection from red +id=129668 +name=Paladin en-Vec +rarity=R +color=White +type=Creature +mana={1}{W}{W} +power=2 +subtype=Human Knight +toughness=2 +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) You control enchanted creature. +target=creature +id=129900 +alias=1194 +name=Persuasion +rarity=U +color=Blue +type=Enchantment +mana={3}{U}{U} +subtype=Aura +[/card] +[card] +text=Swampwalk (This creature is unblockable as long as defending player controls a Swamp.) +abilities=swampwalk +id=129678 +name=Plague Beetle +rarity=C +color=Black +type=Creature +mana={B} +power=1 +subtype=Insect +toughness=1 +[/card] +[card] +text={T}: Add {W} to your mana pool. +auto={T}: Add {W} +id=129682 +name=Plains +rarity=L +color=Land +type=Basic Land +subtype=Plains +[/card] +[card] +text={T}: Add {W} to your mana pool. +auto={T}: Add {W} +id=129681 +name=Plains +rarity=L +color=Land +type=Basic Land +subtype=Plains +[/card] +[card] +text={T}: Add {W} to your mana pool. +auto={T}: Add {W} +id=129683 +name=Plains +rarity=L +color=Land +type=Basic Land +subtype=Plains +[/card] +[card] +text={T}: Add {W} to your mana pool. +auto={T}: Add {W} +id=129680 +name=Plains +rarity=L +color=Land +type=Basic Land +subtype=Plains +[/card] +[card] +text={T}: Prodigal Pyromancer deals 1 damage to target creature or player. +id=134752 +alias=1217 +name=Prodigal Pyromancer +rarity=C +color=Red +type=Creature +mana={2}{R} +power=1 +subtype=Human Wizard +toughness=1 +[/card] +[card] +text=Haste (This creature can attack and {T} as soon as it comes under your control.) +abilities=haste +id=129688 +name=Raging Goblin +rarity=C +color=Red +type=Creature +mana={R} +power=1 +subtype=Goblin Berserker +toughness=1 +[/card] +[card] +text=Destroy target land. +target=land +id=135220 +auto=destroy +name=Rain of Tears +rarity=U +color=Black +type=Sorcery +mana={1}{B}{B} +[/card] +[card] +text=Return target card from your graveyard to your hand. +target=*|myGraveyard +alias=1263 +id=130507 +name=Recollect +rarity=U +color=Green +type=Sorcery +mana={2}{G} +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) {G}: Regenerate enchanted creature. (The next time that creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.) +target=creature +auto={G}:regenerate +id=129696 +name=Regeneration +rarity=U +color=Green +type=Enchantment +mana={1}{G} +subtype=Aura +[/card] +[card] +text=Relentless Rats gets +1/+1 for each other creature in play named Relentless Rats. A deck can have any number of cards named Relentless Rats. +id=135236 +auto=champion(name:Relentless Rats) +name=Relentless Rats +rarity=U +color=Black +type=Creature +mana={1}{B}{B} +power=2 +subtype=Rat +toughness=2 +[/card] +[card] +text=Target blocking creature gets +7/+7 until end of turn. +target=creature +auto=:7/7 +id=130552 +name=Righteousness +rarity=R +color=White +type=Instant +mana={W} +[/card] +[card] +text=Mountainwalk (This creature is unblockable as long as defending player controls a Mountain.) +abilities=mountainwalk +id=129715 +name=Rock Badger +rarity=C +color=Red +type=Creature +mana={4}{R} +power=3 +subtype=Badger Beast +toughness=3 +[/card] +[card] +text={3}, {T}: Rod of Ruin deals 1 damage to target creature or player. +id=129704 +alias=1134 +name=Rod of Ruin +rarity=U +color=Artifact +type=Artifact +mana={4} +[/card] +[card] +text={1}{G}: Rootwalla gets +2/+2 until end of turn. Play this ability only once each turn. +auto={1}{G}:2/2 limit:1 +id=129707 +name=Rootwalla +rarity=C +color=Green +type=Creature +mana={2}{G} +power=2 +subtype=Lizard +toughness=2 +[/card] +[card] +text=Islandwalk (This creature is unblockable as long as defending player controls an Island.) +abilities=islandwalk +id=129733 +name=Rootwater Commando +rarity=C +color=Blue +type=Creature +mana={2}{U} +power=2 +subtype=Merfolk +toughness=2 +[/card] +[card] +text={T}: Destroy target tapped creature. +id=129708 +alias=1175 +name=Royal Assassin +rarity=R +color=Black +type=Creature +mana={1}{B}{B} +power=1 +subtype=Human Assassin +toughness=1 +[/card] +[card] +text=Forestwalk (This creature is unblockable as long as defending player controls a Forest.) +abilities=forestwalk +id=136285 +name=Rushwood Dryad +rarity=C +color=Green +type=Creature +mana={1}{G} +power=2 +subtype=Dryad +toughness=1 +[/card] +[card] +text= +id=129718 +name=Scathe Zombies +rarity=C +color=Black +type=Creature +mana={2}{B} +power=2 +subtype=Zombie +toughness=2 +[/card] +[card] +text=Flying, vigilance (This creature can't be blocked except by creatures with flying or reach, and attacking doesn't cause this creature to tap.) +abilities=flying,vigilance +id=129726 +name=Serra Angel +rarity=R +color=White +type=Creature +mana={3}{W}{W} +power=4 +subtype=Angel +toughness=4 +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature gets +2/+2 and has flying and vigilance. (It can't be blocked except by creatures with flying or reach, and attacking doesn't cause it to tap.) +target=creature +auto=:2/2 +auto=flying +auto=vigilance +id=135214 +name=Serra's Embrace +rarity=U +color=White +type=Enchantment +mana={2}{W}{W} +subtype=Aura +[/card] +[card] +text=Fear (This creature can't be blocked except by artifact creatures and/or black creatures.) +abilities=fear +id=129693 +name=Severed Legion +rarity=C +color=Black +type=Creature +mana={1}{B}{B} +power=2 +subtype=Zombie +toughness=2 +[/card] +[card] +text=Destroy all artifacts. They can't be regenerated. +id=130370 +alias=1317 +name=Shatterstorm +rarity=U +color=Red +type=Sorcery +mana={2}{R}{R} +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) {R}: Shivan Dragon gets +1/+0 until end of turn. +abilities=flying +auto={R}:1/0 +id=129730 +name=Shivan Dragon +rarity=R +color=Red +type=Creature +mana={4}{R}{R} +power=5 +subtype=Dragon +toughness=5 +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) {1}{R}: Shivan Hellkite deals 1 damage to target creature or player. +abilities=flying +auto={1}{R}: Damage:1 target(creature,player) +id=130538 +name=Shivan Hellkite +rarity=R +color=Red +type=Creature +mana={5}{R}{R} +power=5 +subtype=Dragon +toughness=5 +[/card] +[card] +text=Shock deals 2 damage to target creature or player. +target=creature,player +auto=Damage:2 +id=129732 +name=Shock +rarity=C +color=Red +type=Instant +mana={R} +[/card] +[card] +text=Flying, first strike (This creature can't be blocked except by creatures with flying or reach, and it deals combat damage before creatures without first strike.) +abilities=Flying, first strike +id=129735 +name=Skyhunter Patrol +rarity=C +color=White +type=Creature +mana={2}{W}{W} +power=2 +subtype=Cat Knight +toughness=3 +[/card] +[card] +text=Flying, vigilance (This creature can't be blocked except by creatures with flying or reach, and attacking doesn't cause this creature to tap.) +abilities=flying,vigilance +id=132102 +name=Skyhunter Prowler +rarity=C +color=White +type=Creature +mana={2}{W} +power=1 +subtype=Cat Knight +toughness=3 +[/card] +[card] +text=Flying, double strike (This creature can't be blocked except by creatures with flying or reach, and it deals both first-strike and regular combat damage.) +abilities=flying,double strike +id=129513 +name=Skyhunter Skirmisher +rarity=U +color=White +type=Creature +mana={1}{W}{W} +power=1 +subtype=Cat Knight +toughness=1 +[/card] +[card] +text=Destroy target artifact. Draw a card. +target=artifact +auto=destroy +auto=draw:1 +id=130532 +name=Smash +rarity=C +color=Red +type=Instant +mana={2}{R} +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) +abilities=flying +id=129471 +name=Snapping Drake +rarity=C +color=Blue +type=Creature +mana={3}{U} +power=3 +subtype=Drake +toughness=2 +[/card] +[card] +text=Trample, haste (If this creature would deal enough combat damage to its blockers to destroy them, you may have it deal the rest of its damage to defending player. This creature can attack and {T} as soon as it comes under your control.) At end of turn, sacrifice Spark Elemental. +abilities=trample,haste +id=129577 +name=Spark Elemental +rarity=U +color=Red +type=Creature +mana={R} +power=3 +subtype=Elemental +toughness=1 +[/card] +[card] +text= +id=129742 +name=Spined Wurm +rarity=C +color=Green +type=Creature +mana={4}{G} +power=5 +subtype=Wurm +toughness=4 +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Whenever enchanted creature deals damage, you gain that much life. +target=creature +auto=lifelink +id=129744 +name=Spirit Link +rarity=U +color=White +type=Enchantment +mana={W} +subtype=Aura +[/card] +[card] +text=Vigilance (Attacking doesn't cause this creature to tap.) +abilities=vigilance +id=132111 +name=Steadfast Guard +rarity=C +color=White +type=Creature +mana={W}{W} +power=2 +subtype=Human Rebel +toughness=2 +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) +abilities=flying +id=129753 +name=Suntail Hawk +rarity=C +color=White +type=Creature +mana={W} +power=1 +subtype=Bird +toughness=1 +[/card] +[card] +text={T}: Add {B} to your mana pool. +auto={T}: Add {B} +id=129754 +name=Swamp +rarity=L +color=Land +type=Basic Land +subtype=Swamp +[/card] +[card] +text={T}: Add {B} to your mana pool. +auto={T}: Add {B} +id=129756 +name=Swamp +rarity=L +color=Land +type=Basic Land +subtype=Swamp +[/card] +[card] +text={T}: Add {B} to your mana pool. +auto={T}: Add {B} +id=129755 +name=Swamp +rarity=L +color=Land +type=Basic Land +subtype=Swamp +[/card] +[card] +text={T}: Add {B} to your mana pool. +auto={T}: Add {B} +id=129757 +name=Swamp +rarity=L +color=Land +type=Basic Land +subtype=Swamp +[/card] +[card] +text=Flash (You may play this spell any time you could play an instant.) Reach (This creature can block creatures with flying.) +abilities=flash,reach +id=135231 +name=Tangle Spider +rarity=U +color=Green +type=Creature +mana={4}{G}{G} +power=3 +subtype=Spider +toughness=4 +[/card] +[card] +text=Destroy all enchantments. +id=132131 +alias=1270 +name=Tempest of Light +rarity=U +color=White +type=Instant +mana={2}{W} +[/card] +[card] +text=Destroy target nonartifact, nonblack creature. It can't be regenerated. +target=creature +alias=1182 +id=135199 +name=Terror +rarity=C +color=Black +type=Instant +mana={1}{B} +[/card] +[card] +text=Haste (This creature can attack and {T} as soon as it comes under your control.) +abilities=haste +id=130381 +name=Thundering Giant +rarity=U +color=Red +type=Creature +mana={3}{R}{R} +power=4 +subtype=Giant +toughness=3 +[/card] +[card] +text=Draw four cards. +auto=draw:4 +id=129770 +name=Tidings +rarity=U +color=Blue +type=Sorcery +mana={3}{U}{U} +[/card] +[card] +text=First strike (This creature deals combat damage before creatures without first strike.) +abilities=first strike +id=129604 +name=Tundra Wolves +rarity=C +color=White +type=Creature +mana={W} +power=1 +subtype=Wolf +toughness=1 +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature gets +2/+1. +target=creature +auto=:2/1 +id=129780 +name=Unholy Strength +rarity=C +color=Black +type=Enchantment +mana={B} +subtype=Aura +[/card] +[card] +text=Return target creature to its owner's hand. +target=creature +id=136218 +alias=1229 +name=Unsummon +rarity=C +color=Blue +type=Instant +mana={U} +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) {B}: Vampire Bats gets +1/+0 until end of turn. Play this ability no more than twice each turn. +abilities=flying +auto={B}:1/0 limit 2 +id=135195 +name=Vampire Bats +rarity=C +color=Black +type=Creature +mana={B} +power=0 +subtype=Bat +toughness=1 +[/card] +[card] +text=Defender, flying (This creature can't attack, and it can block creatures with flying.) +abilities=defender,flying +id=135274 +name=Wall of Air +rarity=U +color=Blue +type=Creature +mana={1}{U}{U} +power=1 +subtype=Wall +toughness=5 +[/card] +[card] +text=Defender (This creature can't attack.) {R}: Wall of Fire gets +1/+0 until end of turn. +abilities=defender +auto={R}:1/0 +id=136284 +name=Wall of Fire +rarity=U +color=Red +type=Creature +mana={1}{R}{R} +power=0 +subtype=Wall +toughness=5 +[/card] +[card] +text=Defender, flying (This creature can't attack, and it can block creatures with flying.) +abilities=defender,flying +id=132120 +name=Wall of Swords +rarity=U +color=White +type=Creature +mana={3}{W} +power=3 +subtype=Wall +toughness=5 +[/card] +[card] +text=Defender (This creature can't attack.) +abilities=defender +id=129773 +name=Wall of Wood +rarity=C +color=Green +type=Creature +mana={G} +power=0 +subtype=Wall +toughness=3 +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) +abilities=flying +id=129557 +name=Wild Griffin +rarity=C +color=White +type=Creature +mana={2}{W} +power=2 +subtype=Griffin +toughness=2 +[/card] +[card] +text=Destroy all creatures. They can't be regenerated. +id=129808 +alias=1372 +name=Wrath of God +rarity=R +color=White +type=Sorcery +mana={2}{W}{W} +[/card] +[card] +text=First strike (This creature deals combat damage before creatures without first strike.) +abilities=first strike +id=129790 +name=Youthful Knight +rarity=C +color=White +type=Creature +mana={1}{W} +power=2 +subtype=Human Knight +toughness=1 +[/card] diff --git a/projects/mtg/bin/Res/sets/10E/todo.dat b/projects/mtg/bin/Res/sets/10E/todo.dat new file mode 100644 index 000000000..badfbae31 --- /dev/null +++ b/projects/mtg/bin/Res/sets/10E/todo.dat @@ -0,0 +1,2525 @@ +[card] +text=If you would draw a card, you may instead choose land or nonland and reveal cards from the top of your library until you reveal a card of the chosen kind. Put that card into your hand and put all other cards revealed this way on the bottom of your library in any order. +id=130483 +name=Abundance +rarity=R +color=Green +type=Enchantment +mana={2}{G}{G} +[/card] +[card] +text=When Academy Researchers comes into play, you may put an Aura card from your hand into play attached to Academy Researchers. +id=132072 +name=Academy Researchers +rarity=U +color=Blue +type=Creature +mana={1}{U}{U} +power=2 +subtype=Human Wizard +toughness=2 +[/card] +[card] +text={T}: Add {1} to your mana pool. {T}: Add {W} or {U} to your mana pool. Adarkar Wastes deals 1 damage to you. +id=129458 +name=Adarkar Wastes +rarity=R +color=Land +type=Land +[/card] +[card] +text=Look at target player's hand and choose two cards from it. Put them on top of that player's library in any order. +id=135228 +name=Agonizing Memories +rarity=U +color=Black +type=Sorcery +mana={2}{B}{B} +[/card] +[card] +text={3}: Target player puts the top three cards of his or her library into his or her graveyard. +id=129913 +name=Ambassador Laquatus +rarity=R +color=Blue +type=Legendary Creature +mana={1}{U}{U} +power=1 +subtype=Merfolk Wizard +toughness=3 +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) When Angel of Mercy comes into play, you gain 3 life. +id=129465 +name=Angel of Mercy +rarity=U +color=White +type=Creature +mana={4}{W} +power=3 +subtype=Angel +toughness=3 +[/card] +[card] +text=Whenever a creature comes into play under your control, you gain life equal to its toughness. +id=129710 +name=Angelic Chorus +rarity=R +color=White +type=Enchantment +mana={3}{W}{W} +[/card] +[card] +text=Whenever a player plays a white spell, you may gain 1 life. +id=129466 +name=Angel's Feather +rarity=U +color=Artifact +type=Artifact +mana={2} +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature gets +2/+2 and has "{T}: This creature deals 1 damage to target creature or player." +id=130530 +name=Arcane Teachings +rarity=U +color=Red +type=Enchantment +mana={2}{R} +subtype=Aura +[/card] +[card] +text={T}: Draw three cards. {2}{U}{U}: Return Arcanis the Omnipotent to its owner's hand. +id=106426 +name=Arcanis the Omnipotent +rarity=R +color=Blue +type=Legendary Creature +mana={3}{U}{U}{U} +power=3 +subtype=Wizard +toughness=4 +[/card] +[card] +text=Destroy target tapped creature. +id=135194 +name=Assassinate +rarity=C +color=Black +type=Sorcery +mana={2}{B} +[/card] +[card] +text=Gain control of target Aura that's attached to a permanent. Attach it to another permanent it can enchant. +id=130976 +name=Aura Graft +rarity=U +color=Blue +type=Instant +mana={1}{U} +[/card] +[card] +text=Artifact and enchantment spells your opponents play cost {2} more to play. Sacrifice Aura of Silence: Destroy target artifact or enchantment. +id=132127 +name=Aura of Silence +rarity=U +color=White +type=Enchantment +mana={1}{W}{W} +[/card] +[card] +text=If an opponent controls at least four more creatures than you, Avatar of Might costs {6} less to play. Trample (If this creature would deal enough combat damage to its blockers to destroy them, you may have it deal the rest of its damage to defending player.) +id=135249 +name=Avatar of Might +rarity=R +color=Green +type=Creature +mana={6}{G}{G} +power=8 +subtype=Avatar +toughness=8 +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) When Aven Cloudchaser comes into play, destroy target enchantment. +id=129470 +name=Aven Cloudchaser +rarity=C +color=White +type=Creature +mana={3}{W} +power=2 +subtype=Bird Soldier +toughness=2 +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) When Aven Fisher is put into a graveyard from play, you may draw a card. +id=130985 +name=Aven Fisher +rarity=C +color=Blue +type=Creature +mana={3}{U} +power=2 +subtype=Bird Soldier +toughness=2 +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) {1}{U}: Target player reveals the top card of his or her library. +id=129473 +name=Aven Windreader +rarity=C +color=Blue +type=Creature +mana={3}{U}{U} +power=3 +subtype=Bird Soldier Wizard +toughness=3 +[/card] +[card] +text={X}{W}, {T}: Ballista Squad deals X damage to target attacking or blocking creature. +id=129477 +name=Ballista Squad +rarity=U +color=White +type=Creature +mana={3}{W} +power=2 +subtype=Human Rebel +toughness=2 +[/card] +[card] +text=Prevent the next 1 damage that would be dealt to target creature or player this turn. Draw a card. +id=132106 +name=Bandage +rarity=C +color=White +type=Instant +mana={W} +[/card] +[card] +text={T}: Add {1} to your mana pool. {T}: Add {R} or {W} to your mana pool. Battlefield Forge deals 1 damage to you. +id=129479 +name=Battlefield Forge +rarity=R +color=Land +type=Land +[/card] +[card] +text=Beacon of Destruction deals 5 damage to target creature or player. Shuffle Beacon of Destruction into its owner's library. +id=135262 +name=Beacon of Destruction +rarity=R +color=Red +type=Instant +mana={3}{R}{R} +[/card] +[card] +text=Double target player's life total. Shuffle Beacon of Immortality into its owner's library. +id=130553 +name=Beacon of Immortality +rarity=R +color=White +type=Instant +mana={5}{W} +[/card] +[card] +text=Put target artifact or creature card in a graveyard into play under your control. Shuffle Beacon of Unrest into its owner's library. +id=135270 +name=Beacon of Unrest +rarity=R +color=Black +type=Sorcery +mana={3}{B}{B} +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature gets +1/+1 for each Forest you control. +id=135267 +name=Blanchwood Armor +rarity=U +color=Green +type=Enchantment +mana={2}{G} +subtype=Aura +[/card] +[card] +text=Blaze deals X damage to target creature or player. +id=129484 +name=Blaze +rarity=U +color=Red +type=Sorcery +mana={X}{R} +[/card] +[card] +text={R}, Sacrifice Bloodfire Colossus: Bloodfire Colossus deals 6 damage to each creature and each player. +id=129709 +name=Bloodfire Colossus +rarity=R +color=Red +type=Creature +mana={6}{R}{R} +power=6 +subtype=Giant +toughness=6 +[/card] +[card] +text=Bloodrock Cyclops attacks each turn if able. +id=130384 +name=Bloodrock Cyclops +rarity=C +color=Red +type=Creature +mana={2}{R} +power=3 +subtype=Cyclops +toughness=3 +[/card] +[card] +text=When Bogardan Firefiend is put into a graveyard from play, it deals 2 damage to target creature. +id=130534 +name=Bogardan Firefiend +rarity=C +color=Red +type=Creature +mana={2}{R} +power=2 +subtype=Elemental Spirit +toughness=1 +[/card] +[card] +text=Sacrifice Bottle Gnomes: You gain 3 life. +id=129495 +name=Bottle Gnomes +rarity=U +color=Artifact +type=Artifact Creature +mana={3} +power=1 +subtype=Gnome +toughness=3 +[/card] +[card] +text={T}: Add {1} to your mana pool. {T}: Add {G} or {W} to your mana pool. Brushland deals 1 damage to you. +id=129496 +name=Brushland +rarity=R +color=Land +type=Land +[/card] +[card] +text={T}: Add {1} to your mana pool. {T}: Add {W} or {B} to your mana pool. Caves of Koilos deals 1 damage to you. +id=129497 +name=Caves of Koilos +rarity=R +color=Land +type=Land +[/card] +[card] +text=Whenever Cephalid Constable deals combat damage to a player, return up to that many target permanents that player controls to their owners' hands. +id=135261 +name=Cephalid Constable +rarity=R +color=Blue +type=Creature +mana={1}{U}{U} +power=1 +subtype=Cephalid Wizard +toughness=1 +[/card] +[card] +text={X}: Chimeric Staff becomes an X/X Construct artifact creature until end of turn. +id=135254 +name=Chimeric Staff +rarity=R +color=Artifact +type=Artifact +mana={4} +[/card] +[card] +text=Prevent all damage that would be dealt to Cho-Manno, Revolutionary. +id=130554 +name=Cho-Manno, Revolutionary +rarity=R +color=White +type=Legendary Creature +mana={2}{W}{W} +power=2 +subtype=Human Rebel +toughness=2 +[/card] +[card] +text={1}, {T}, Sacrifice Chromatic Star: Add one mana of any color to your mana pool. When Chromatic Star is put into a graveyard from play, draw a card. +id=135279 +name=Chromatic Star +rarity=U +color=Artifact +type=Artifact +mana={1} +[/card] +[card] +text={X}, {T}: Search your library for a creature card with converted mana cost X or less, reveal it, and put it into your hand. Then shuffle your library. +id=135244 +name=Citanul Flute +rarity=R +color=Artifact +type=Artifact +mana={5} +[/card] +[card] +text=When Civic Wayfinder comes into play, you may search your library for a basic land card, reveal it, and put it into your hand. If you do, shuffle your library. +id=130522 +name=Civic Wayfinder +rarity=C +color=Green +type=Creature +mana={2}{G} +power=2 +subtype=Elf Warrior Druid +toughness=2 +[/card] +[card] +text=As Clone comes into play, you may choose a creature in play. If you do, Clone comes into play as a copy of that creature. +id=129501 +name=Clone +rarity=R +color=Blue +type=Creature +mana={3}{U} +power=0 +subtype=Shapeshifter +toughness=0 +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) Cloud Elemental can block only creatures with flying. +id=129804 +name=Cloud Elemental +rarity=C +color=Blue +type=Creature +mana={2}{U} +power=2 +subtype=Elemental +toughness=3 +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) Cloud Sprite can block only creatures with flying. +id=132069 +name=Cloud Sprite +rarity=C +color=Blue +type=Creature +mana={U} +power=1 +subtype=Faerie +toughness=1 +[/card] +[card] +text=Each creature gets +1/+1 for each other creature in play that shares a creature type with it. (For example, if a Goblin Warrior, a Goblin Scout, and a Zombie Goblin are in play, each gets +2/+2.) +id=129502 +name=Coat of Arms +rarity=R +color=Artifact +type=Artifact +mana={5} +[/card] +[card] +text=Trample (If this creature would deal enough combat damage to its blockers to destroy them, you may have it deal the rest of its damage to defending player.) Colossus of Sardia doesn't untap during your untap step. {9}: Untap Colossus of Sardia. Play this ability only during your upkeep. +id=135268 +name=Colossus of Sardia +rarity=R +color=Artifact +type=Artifact Creature +mana={9} +power=9 +subtype=Golem +toughness=9 +[/card] +[card] +text=Look at the top five cards of your library. You may reveal a creature card from among them and put it into your hand. Put the rest on the bottom of your library in any order. +id=130521 +name=Commune with Nature +rarity=C +color=Green +type=Sorcery +mana={G} +[/card] +[card] +text=Sacrifice Composite Golem: Add {W}{U}{B}{R}{G} to your mana pool. +id=135275 +name=Composite Golem +rarity=U +color=Artifact +type=Artifact Creature +mana={6} +power=4 +subtype=Golem +toughness=4 +[/card] +[card] +text=Put target attacking creature on the bottom of its owner's library. Its controller gains life equal to its toughness. +id=130528 +name=Condemn +rarity=U +color=White +type=Instant +mana={W} +[/card] +[card] +text=Cone of Flame deals 1 damage to target creature or player, 2 damage to another target creature or player, and 3 damage to a third target creature or player. +id=130535 +name=Cone of Flame +rarity=U +color=Red +type=Sorcery +mana={3}{R}{R} +[/card] +[card] +text=Spend only black mana on X. Consume Spirit deals X damage to target creature or player and you gain X life. +id=129505 +name=Consume Spirit +rarity=U +color=Black +type=Sorcery +mana={X}{1}{B} +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Whenever enchanted creature attacks or blocks, its controller loses 3 life. +id=129590 +name=Contaminated Bond +rarity=C +color=Black +type=Enchantment +mana={1}{B} +subtype=Aura +[/card] +[card] +text=You may play land cards from your graveyard. +id=129480 +name=Crucible of Worlds +rarity=R +color=Artifact +type=Artifact +mana={3} +[/card] +[card] +text=Target opponent sacrifices a creature. +id=129514 +name=Cruel Edict +rarity=U +color=Black +type=Sorcery +mana={1}{B} +[/card] +[card] +text=Destroy target Plains or Island. Cryoclasm deals 3 damage to that land's controller. +id=129909 +name=Cryoclasm +rarity=U +color=Red +type=Sorcery +mana={2}{R} +[/card] +[card] +text=Destroy target green or white creature. +id=129910 +name=Deathmark +rarity=U +color=Black +type=Sorcery +mana={B} +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature doesn't untap during its controller's untap step. +id=129521 +name=Dehydration +rarity=C +color=Blue +type=Enchantment +mana={3}{U} +subtype=Aura +[/card] +[card] +text=Tap all creatures without flying. +id=135223 +name=Deluge +rarity=U +color=Blue +type=Instant +mana={2}{U} +[/card] +[card] +text=Whenever a player plays a black spell, you may gain 1 life. +id=129523 +name=Demon's Horn +rarity=U +color=Artifact +type=Artifact +mana={2} +[/card] +[card] +text=When Denizen of the Deep comes into play, return each other creature you control to its owner's hand. +id=135250 +name=Denizen of the Deep +rarity=R +color=Blue +type=Creature +mana={6}{U}{U} +power=11 +subtype=Serpent +toughness=11 +[/card] +[card] +text=Search your library for a card and put that card into your hand. Then shuffle your library. +id=129525 +name=Diabolic Tutor +rarity=U +color=Black +type=Sorcery +mana={2}{B}{B} +[/card] +[card] +text=Counter target spell. Look at the top four cards of your library, then put them back in any order. +id=134749 +name=Discombobulate +rarity=U +color=Blue +type=Instant +mana={2}{U}{U} +[/card] +[card] +text=Target player reveals his or her hand. You choose a nonland card from it. That player discards that card. +id=135219 +name=Distress +rarity=C +color=Black +type=Sorcery +mana={B}{B} +[/card] +[card] +text={B}, {T}, Sacrifice Doomed Necromancer: Return target creature card from your graveyard to play. +id=129880 +name=Doomed Necromancer +rarity=R +color=Black +type=Creature +mana={2}{B} +power=2 +subtype=Human Cleric Mercenary +toughness=2 +[/card] +[card] +text={3}, {T}: Double the amount of each type of mana in your mana pool. +id=135243 +name=Doubling Cube +rarity=R +color=Artifact +type=Artifact +mana={2} +[/card] +[card] +text={5}{R}{R}: Put a 5/5 red Dragon creature token with flying into play. (It can't be blocked except by creatures with flying or reach.) +id=143024 +name=Dragon Roost +rarity=R +color=Red +type=Enchantment +mana={4}{R}{R} +[/card] +[card] +text=Whenever a player plays a red spell, you may gain 1 life. +id=129527 +name=Dragon's Claw +rarity=U +color=Artifact +type=Artifact +mana={2} +[/card] +[card] +text=At the beginning of each player's upkeep, that player puts the top X cards of his or her library into his or her graveyard, where X is the number of cards in his or her hand. +id=135246 +name=Dreamborn Muse +rarity=R +color=Blue +type=Creature +mana={2}{U}{U} +power=2 +subtype=Spirit +toughness=2 +[/card] +[card] +text={1}{R}: Target creature can't block Duct Crawler this turn. +id=129579 +name=Duct Crawler +rarity=C +color=Red +type=Creature +mana={R} +power=1 +subtype=Insect +toughness=1 +[/card] +[card] +text=Elven Riders can't be blocked except by Walls and/or creatures with flying. +id=135266 +name=Elven Riders +rarity=U +color=Green +type=Creature +mana={3}{G}{G} +power=3 +subtype=Elf +toughness=3 +[/card] +[card] +text=Whenever Elvish Berserker becomes blocked, it gets +1/+1 until end of turn for each creature blocking it. +id=129533 +name=Elvish Berserker +rarity=C +color=Green +type=Creature +mana={G} +power=1 +subtype=Elf Berserker +toughness=1 +[/card] +[card] +text={G}, {T}: You may put a creature card from your hand into play. +id=129535 +name=Elvish Piper +rarity=R +color=Green +type=Creature +mana={3}{G} +power=1 +subtype=Elf Shaman +toughness=1 +[/card] +[card] +text=Essence Drain deals 3 damage to target creature or player and you gain 3 life. +id=135191 +name=Essence Drain +rarity=C +color=Black +type=Sorcery +mana={4}{B} +[/card] +[card] +text=Return all creatures to their owners' hands. +id=129541 +name=Evacuation +rarity=R +color=Blue +type=Instant +mana={3}{U}{U} +[/card] +[card] +text=Faerie Conclave comes into play tapped. {T}: Add {U} to your mana pool. {1}{U}: Faerie Conclave becomes a 2/1 blue Faerie creature with flying until end of turn. It's still a land. (It can't be blocked except by creatures with flying or reach.) +id=106531 +name=Faerie Conclave +rarity=U +color=Land +type=Land +[/card] +[card] +text={T}: Femeref Archers deals 4 damage to target attacking creature with flying. +id=135186 +name=Femeref Archers +rarity=U +color=Green +type=Creature +mana={2}{G} +power=2 +subtype=Human Archer +toughness=2 +[/card] +[card] +text=When Festering Goblin is put into a graveyard from play, target creature gets -1/-1 until end of turn. +id=129546 +name=Festering Goblin +rarity=C +color=Black +type=Creature +mana={B} +power=1 +subtype=Zombie Goblin +toughness=1 +[/card] +[card] +text=Counter target red or green spell. +id=129908 +name=Flashfreeze +rarity=U +color=Blue +type=Instant +mana={1}{U} +[/card] +[card] +text=All creatures get +X/-X until end of turn. +id=130542 +name=Flowstone Slide +rarity=R +color=Red +type=Sorcery +mana={X}{2}{R}{R} +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) When Fog Elemental attacks or blocks, sacrifice it at end of combat. +id=132073 +name=Fog Elemental +rarity=U +color=Blue +type=Creature +mana={2}{U} +power=4 +subtype=Elemental +toughness=4 +[/card] +[card] +text=Forbidding Watchtower comes into play tapped. {T}: Add {W} to your mana pool. {1}{W}: Forbidding Watchtower becomes a 1/5 white Soldier creature until end of turn. It's still a land. +id=106428 +name=Forbidding Watchtower +rarity=U +color=Land +type=Land +[/card] +[card] +text={2}, {T}: You gain 1 life. +id=135273 +name=Fountain of Youth +rarity=U +color=Artifact +type=Artifact +mana={0} +[/card] +[card] +text=If a source would deal damage to a creature or player, it deals double that damage to that creature or player instead. +id=129566 +name=Furnace of Rath +rarity=R +color=Red +type=Enchantment +mana={1}{R}{R}{R} +[/card] +[card] +text=Creature spells can't be countered. +id=129789 +name=Gaea's Herald +rarity=R +color=Green +type=Creature +mana={1}{G} +power=1 +subtype=Elf +toughness=1 +[/card] +[card] +text=Ghitu Encampment comes into play tapped. {T}: Add {R} to your mana pool. {1}{R}: Ghitu Encampment becomes a 2/1 red Warrior creature with first strike until end of turn. It's still a land. (It deals combat damage before creatures without first strike.) +id=106564 +name=Ghitu Encampment +rarity=U +color=Land +type=Land +[/card] +[card] +text=Creatures you control get +1/+1. +id=129572 +name=Glorious Anthem +rarity=R +color=White +type=Enchantment +mana={1}{W}{W} +[/card] +[card] +text=Whenever Goblin Elite Infantry blocks or becomes blocked, it gets -1/-1 until end of turn. +id=130380 +name=Goblin Elite Infantry +rarity=C +color=Red +type=Creature +mana={1}{R} +power=2 +subtype=Goblin Warrior +toughness=2 +[/card] +[card] +text=Draw four cards, then discard three cards at random. +id=135221 +name=Goblin Lore +rarity=U +color=Red +type=Sorcery +mana={1}{R} +[/card] +[card] +text=Whenever a creature you control is put into a graveyard from play, each other player sacrifices a creature. +id=129583 +name=Grave Pact +rarity=R +color=Black +type=Enchantment +mana={1}{B}{B}{B} +[/card] +[card] +text=At the beginning of your upkeep, you draw X cards and you lose X life, where X is the number of Zombies you control. +id=135256 +name=Graveborn Muse +rarity=R +color=Black +type=Creature +mana={2}{B}{B} +power=3 +subtype=Zombie Spirit +toughness=3 +[/card] +[card] +text=When Gravedigger comes into play, you may return target creature card from your graveyard to your hand. +id=129584 +name=Gravedigger +rarity=C +color=Black +type=Creature +mana={3}{B} +power=2 +subtype=Zombie +toughness=2 +[/card] +[card] +text=Guerrilla Tactics deals 2 damage to target creature or player. When a spell or ability an opponent controls causes you to discard Guerrilla Tactics, Guerrilla Tactics deals 4 damage to target creature or player. +id=129588 +name=Guerrilla Tactics +rarity=U +color=Red +type=Instant +mana={1}{R} +[/card] +[card] +text=Hail of Arrows deals X damage divided as you choose among any number of target attacking creatures. +id=132107 +name=Hail of Arrows +rarity=U +color=White +type=Instant +mana={X}{W} +[/card] +[card] +text={2}: Target blue or red creature gets +1/+0 until end of turn. +id=130995 +name=Hate Weaver +rarity=U +color=Black +type=Creature +mana={1}{B} +power=2 +subtype=Zombie Wizard +toughness=1 +[/card] +[card] +text=Target opponent puts the cards from his or her hand on top of his or her library. Search that player's library for that many cards. The player puts those cards into his or her hand, then shuffles his or her library. +id=135255 +name=Head Games +rarity=R +color=Black +type=Sorcery +mana={3}{B}{B} +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Prevent all damage that would be dealt to and dealt by enchanted creature. +id=132090 +name=Heart of Light +rarity=C +color=White +type=Enchantment +mana={2}{W} +subtype=Aura +[/card] +[card] +text=When Hidden Horror comes into play, sacrifice it unless you discard a creature card. +id=135234 +name=Hidden Horror +rarity=U +color=Black +type=Creature +mana={1}{B}{B} +power=4 +subtype=Horror +toughness=4 +[/card] +[card] +text=Each creature you control can block an additional creature. +id=132145 +name=High Ground +rarity=U +color=White +type=Enchantment +mana={W} +[/card] +[card] +text=When Highway Robber comes into play, target opponent loses 2 life and you gain 2 life. +id=129564 +name=Highway Robber +rarity=C +color=Black +type=Creature +mana={2}{B}{B} +power=2 +subtype=Human Rogue Mercenary +toughness=2 +[/card] +[card] +text=Prevent all combat damage that would be dealt this turn. +id=129593 +name=Holy Day +rarity=C +color=White +type=Instant +mana={W} +[/card] +[card] +text={U}: Untap Horseshoe Crab. +id=129596 +name=Horseshoe Crab +rarity=C +color=Blue +type=Creature +mana={2}{U} +power=1 +subtype=Crab +toughness=3 +[/card] +[card] +text=When Hunted Wumpus comes into play, each other player may put a creature card from his or her hand into play. +id=129599 +name=Hunted Wumpus +rarity=U +color=Green +type=Creature +mana={3}{G} +power=6 +subtype=Beast +toughness=6 +[/card] +[card] +text=Incinerate deals 3 damage to target creature or player. A creature dealt damage this way can't be regenerated this turn. +id=134751 +name=Incinerate +rarity=C +color=Red +type=Instant +mana={1}{R} +[/card] +[card] +text=Lands you control have "{T}: Add one mana of any color to your mana pool." +id=130500 +name=Joiner Adept +rarity=R +color=Green +type=Creature +mana={1}{G} +power=2 +subtype=Elf Druid +toughness=1 +[/card] +[card] +text=Juggernaut attacks each turn if able. Juggernaut can't be blocked by Walls. +id=135240 +name=Juggernaut +rarity=U +color=Artifact +type=Artifact Creature +mana={4} +power=5 +subtype=Juggernaut +toughness=3 +[/card] +[card] +text={T}: Add {1} to your mana pool. {T}: Add {R} or {G} to your mana pool. Karplusan Forest deals 1 damage to you. +id=129614 +name=Karplusan Forest +rarity=R +color=Land +type=Land +[/card] +[card] +text=Karplusan Strider can't be the target of blue or black spells. +id=129911 +name=Karplusan Strider +rarity=U +color=Green +type=Creature +mana={3}{G} +power=3 +subtype=Yeti +toughness=4 +[/card] +[card] +text={T}: All combat damage that would be dealt to you by unblocked creatures this turn is dealt to Kjeldoran Royal Guard instead. +id=130551 +name=Kjeldoran Royal Guard +rarity=R +color=White +type=Creature +mana={3}{W}{W} +power=2 +subtype=Human Soldier +toughness=5 +[/card] +[card] +text={B}{B}: Destroy target creature blocking Knight of Dusk. +id=129574 +name=Knight of Dusk +rarity=U +color=Black +type=Creature +mana={1}{B}{B} +power=2 +subtype=Human Knight +toughness=2 +[/card] +[card] +text=Whenever a player plays a blue spell, you may gain 1 life. +id=129619 +name=Kraken's Eye +rarity=U +color=Artifact +type=Artifact +mana={2} +[/card] +[card] +text=At the beginning of each opponent's upkeep, if that player has two or fewer cards in hand, Lavaborn Muse deals 3 damage to him or her. +id=130373 +name=Lavaborn Muse +rarity=R +color=Red +type=Creature +mana={3}{R} +power=3 +subtype=Spirit +toughness=3 +[/card] +[card] +text={W}{U}{B}{R}{G}: Remove target permanent from the game. If Legacy Weapon would be put into a graveyard from anywhere, reveal Legacy Weapon and shuffle it into its owner's library instead. +id=135242 +name=Legacy Weapon +rarity=R +color=Artifact +type=Legendary Artifact +mana={7} +[/card] +[card] +text=Equipped creature gets +1/+1. Equip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.) +id=135277 +name=Leonin Scimitar +rarity=U +color=Artifact +type=Artifact +mana={1} +subtype=Equipment +[/card] +[card] +text=When Llanowar Sentinel comes into play, you may pay {1}{G}. If you do, search your library for a card named Llanowar Sentinel and put that card into play. Then shuffle your library. +id=129536 +name=Llanowar Sentinel +rarity=C +color=Green +type=Creature +mana={2}{G} +power=2 +subtype=Elf +toughness=3 +[/card] +[card] +text={T}: Add {1} to your mana pool. {T}: Add {B} or {G} to your mana pool. Llanowar Wastes deals 1 damage to you. +id=129627 +name=Llanowar Wastes +rarity=R +color=Land +type=Land +[/card] +[card] +text=Other Zombie creatures get +1/+1. {1}{B}, {T}: Return target Zombie card from your graveyard to your hand. +id=129629 +name=Lord of the Undead +rarity=R +color=Black +type=Creature +mana={1}{B}{B} +power=2 +subtype=Zombie +toughness=2 +[/card] +[card] +text={W}, {T}: Tap target creature. +id=129638 +name=Loxodon Mystic +rarity=C +color=White +type=Creature +mana={3}{W}{W} +power=3 +subtype=Elephant Cleric +toughness=3 +[/card] +[card] +text=Equipped creature gets +3/+0 and has lifelink and trample. (When it deals damage, you gain that much life. If it would deal enough combat damage to its blockers to destroy them, you may have it deal the rest of its damage to defending player.) Equip {3} ({3}: Attach to target creature you control. Equip only as a sorcery.) +id=129630 +name=Loxodon Warhammer +rarity=R +color=Artifact +type=Artifact +mana={3} +subtype=Equipment +[/card] +[card] +text=When Loyal Sentry blocks a creature, destroy that creature and Loyal Sentry. +id=129798 +name=Loyal Sentry +rarity=R +color=White +type=Creature +mana={W} +power=1 +subtype=Human Soldier +toughness=1 +[/card] +[card] +text=Prevent all damage that black sources and red sources would deal this turn. +id=129912 +name=Luminesce +rarity=U +color=White +type=Instant +mana={W} +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) All creatures able to block enchanted creature do so. +id=135226 +name=Lure +rarity=U +color=Green +type=Enchantment +mana={1}{G}{G} +subtype=Aura +[/card] +[card] +text=Whenever a player taps a land for mana, Manabarbs deals 1 damage to that player. +id=130367 +name=Manabarbs +rarity=R +color=Red +type=Enchantment +mana={3}{R} +[/card] +[card] +text=Each noncreature artifact is an artifact creature with power and toughness each equal to its converted mana cost. (Equipment that's a creature can't equip a creature.) +id=106555 +name=March of the Machines +rarity=R +color=Blue +type=Enchantment +mana={3}{U} +[/card] +[card] +text=Whenever an opponent discards a card, Megrim deals 2 damage to that player. +id=129640 +name=Megrim +rarity=U +color=Black +type=Enchantment +mana={2}{B} +[/card] +[card] +text={T}: Draw a card, then discard a card. +id=130900 +name=Merfolk Looter +rarity=C +color=Blue +type=Creature +mana={1}{U} +power=1 +subtype=Merfolk Rogue +toughness=1 +[/card] +[card] +text=Remove X target creature cards in your graveyard from the game. For each creature card removed this way, put a 2/2 black Zombie creature token into play. +id=135272 +name=Midnight Ritual +rarity=R +color=Black +type=Sorcery +mana={X}{2}{B} +[/card] +[card] +text={2}: Target red or white creature gains trample until end of turn. (If it would deal enough combat damage to its blockers to destroy them, you may have it deal the rest of its damage to defending player.) +id=130996 +name=Might Weaver +rarity=U +color=Green +type=Creature +mana={1}{G} +power=2 +subtype=Human Wizard +toughness=1 +[/card] +[card] +text=Change the text of target permanent by replacing all instances of one color word with another or one basic land type with another. (For example, you may change "nonblack creature" to "nongreen creature" or "forestwalk" to "islandwalk." This effect doesn't end at end of turn.) +id=129644 +name=Mind Bend +rarity=R +color=Blue +type=Instant +mana={U} +[/card] +[card] +text=Target player discards two cards. +id=129645 +name=Mind Rot +rarity=C +color=Black +type=Sorcery +mana={2}{B} +[/card] +[card] +text={T}: Add {1} to your mana pool. {1}, {T}, Sacrifice Mind Stone: Draw a card. +id=135280 +name=Mind Stone +rarity=U +color=Artifact +type=Artifact +mana={2} +[/card] +[card] +text=Soldier creatures have vigilance. (Attacking doesn't cause them to tap.) {2}{W}: Put a 1/1 white Soldier creature token into play. +id=129716 +name=Mobilization +rarity=R +color=White +type=Enchantment +mana={2}{W} +[/card] +[card] +text=Sacrifice Mogg Fanatic: Mogg Fanatic deals 1 damage to target creature or player. +id=134748 +name=Mogg Fanatic +rarity=U +color=Red +type=Creature +mana={R} +power=1 +subtype=Goblin +toughness=1 +[/card] +[card] +text=Trample (If this creature would deal enough combat damage to its blockers to destroy them, you may have it deal the rest of its damage to defending player.) Molimo, Maro-Sorcerer's power and toughness are each equal to the number of lands you control. +id=106368 +name=Molimo, Maro-Sorcerer +rarity=R +color=Green +type=Legendary Creature +mana={4}{G}{G}{G} +power=* +subtype=Elemental +toughness=* +[/card] +[card] +text=At the beginning of your upkeep, if twenty or more creature cards are in your graveyard, you win the game. +id=135259 +name=Mortal Combat +rarity=R +color=Black +type=Enchantment +mana={2}{B}{B} +[/card] +[card] +text=Mortivore's power and toughness are each equal to the number of creature cards in all graveyards. {B}: Regenerate Mortivore. (The next time this creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.) +id=129648 +name=Mortivore +rarity=R +color=Black +type=Creature +mana={2}{B}{B} +power=* +subtype=Lhurgoyf +toughness=* +[/card] +[card] +text=Sacrifice a creature: Nantuko Husk gets +2/+2 until end of turn. +id=129653 +name=Nantuko Husk +rarity=U +color=Black +type=Creature +mana={2}{B} +power=2 +subtype=Zombie Insect +toughness=2 +[/card] +[card] +text=Target player gains 8 life. +id=129655 +name=Natural Spring +rarity=C +color=Green +type=Sorcery +mana={3}{G}{G} +[/card] +[card] +text=First strike (This creature deals combat damage before creatures without first strike.) When Nekrataal comes into play, destroy target nonartifact, nonblack creature. That creature can't be regenerated. +id=129658 +name=Nekrataal +rarity=U +color=Black +type=Creature +mana={2}{B}{B} +power=2 +subtype=Human Assassin +toughness=1 +[/card] +[card] +text=Sacrifice No Rest for the Wicked: Return to your hand all creature cards that were put into your graveyard from play this turn. +id=136283 +name=No Rest for the Wicked +rarity=U +color=Black +type=Enchantment +mana={1}{B} +[/card] +[card] +text={W}, {T}: Put target Aura card in a graveyard into play attached to a creature you control. (You control that Aura.) +id=130547 +name=Nomad Mythmaker +rarity=R +color=White +type=Creature +mana={2}{W} +power=2 +subtype=Human Nomad Cleric +toughness=2 +[/card] +[card] +text=Enchant land (Target a land as you play this. This card comes into play attached to that land.) Whenever enchanted land is tapped for mana, its controller adds {G}{G} to his or her mana pool. +id=135282 +name=Overgrowth +rarity=C +color=Green +type=Enchantment +mana={2}{G} +subtype=Aura +[/card] +[card] +text=Creatures you control get +3/+3 and gain trample until end of turn. (If a creature you control would deal enough combat damage to its blockers to destroy them, you may have it deal the rest of its damage to defending player.) +id=130506 +name=Overrun +rarity=U +color=Green +type=Sorcery +mana={2}{G}{G}{G} +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature can't attack or block. +id=129667 +name=Pacifism +rarity=C +color=White +type=Enchantment +mana={1}{W} +subtype=Aura +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) All damage that would be dealt to you is dealt to enchanted creature instead. +id=135248 +name=Pariah +rarity=R +color=White +type=Enchantment +mana={2}{W} +subtype=Aura +[/card] +[card] +text=Look at target player's hand. Draw a card. +id=130903 +name=Peek +rarity=C +color=Blue +type=Instant +mana={U} +[/card] +[card] +text=When Phage the Untouchable comes into play, if you didn't play it from your hand, you lose the game. Whenever Phage deals combat damage to a creature, destroy that creature. It can't be regenerated. Whenever Phage deals combat damage to a player, that player loses the game. +id=106427 +name=Phage the Untouchable +rarity=R +color=Black +type=Legendary Creature +mana={3}{B}{B}{B}{B} +power=4 +subtype=Zombie Minion +toughness=4 +[/card] +[card] +text=Phantom Warrior is unblockable. +id=132064 +name=Phantom Warrior +rarity=U +color=Blue +type=Creature +mana={1}{U}{U} +power=2 +subtype=Illusion Warrior +toughness=2 +[/card] +[card] +text=When Phyrexian Rager comes into play, you draw a card and you lose 1 life. +id=135189 +name=Phyrexian Rager +rarity=C +color=Black +type=Creature +mana={2}{B} +power=2 +subtype=Horror +toughness=2 +[/card] +[card] +text={2}, {T}, Sacrifice a creature: Draw a card. +id=135281 +name=Phyrexian Vault +rarity=U +color=Artifact +type=Artifact +mana={3} +[/card] +[card] +text=Shroud (This creature can't be the target of spells or abilities.) +id=130526 +name=Pincher Beetles +rarity=C +color=Green +type=Creature +mana={2}{G} +power=3 +subtype=Insect +toughness=1 +[/card] +[card] +text=As Pithing Needle comes into play, name a card. Activated abilities of sources with the chosen name can't be played unless they're mana abilities. +id=129526 +name=Pithing Needle +rarity=R +color=Artifact +type=Artifact +mana={1} +[/card] +[card] +text=Until end of turn, if target player would draw a card, instead that player skips that draw and you draw a card. +id=129883 +name=Plagiarize +rarity=R +color=Blue +type=Instant +mana={3}{U} +[/card] +[card] +text=Destroy all creatures you don't control. They can't be regenerated. +id=129679 +name=Plague Wind +rarity=R +color=Black +type=Sorcery +mana={7}{B}{B} +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) You can't lose the game and your opponents can't win the game. +id=106537 +name=Platinum Angel +rarity=R +color=Artifact +type=Artifact Creature +mana={7} +power=4 +subtype=Angel +toughness=4 +[/card] +[card] +text=Creatures you control have trample. (If a creature you control would deal enough combat damage to its blockers to destroy them, you may have it deal the rest of its damage to defending player.) +id=136288 +name=Primal Rage +rarity=U +color=Green +type=Enchantment +mana={1}{G} +[/card] +[card] +text={U}, {T}: You may tap or untap target creature. +id=129685 +name=Puppeteer +rarity=U +color=Blue +type=Creature +mana={2}{U} +power=1 +subtype=Human Wizard +toughness=2 +[/card] +[card] +text=Pyroclasm deals 2 damage to each creature. +id=129801 +name=Pyroclasm +rarity=U +color=Red +type=Sorcery +mana={1}{R} +[/card] +[card] +text={T}: Add {1} to your mana pool. {T}, Sacrifice Quicksand: Target attacking creature without flying gets -1/-2 until end of turn. +id=129687 +name=Quicksand +rarity=U +color=Land +type=Land +[/card] +[card] +text=Whenever you play a white, blue, black, or red spell, put a +1/+1 counter on Quirion Dryad. +id=130489 +name=Quirion Dryad +rarity=R +color=Green +type=Creature +mana={1}{G} +power=1 +subtype=Dryad +toughness=1 +[/card] +[card] +text={2}: Target black or green creature gains haste until end of turn. (It can attack and {T} this turn.) +id=130997 +name=Rage Weaver +rarity=U +color=Red +type=Creature +mana={1}{R} +power=2 +subtype=Human Wizard +toughness=1 +[/card] +[card] +text=Search your library for a basic land card and put that card into play tapped. Then shuffle your library. +id=129690 +name=Rampant Growth +rarity=C +color=Green +type=Sorcery +mana={1}{G} +[/card] +[card] +text=When Ravenous Rats comes into play, target opponent discards a card. +id=129692 +name=Ravenous Rats +rarity=C +color=Black +type=Creature +mana={1}{B} +power=1 +subtype=Rat +toughness=1 +[/card] +[card] +text=First strike (This creature deals combat damage before creatures without first strike.) At the beginning of your upkeep, sacrifice Razormane Masticore unless you discard a card. At the beginning of your draw step, you may have Razormane Masticore deal 3 damage to target creature. +id=106552 +name=Razormane Masticore +rarity=R +color=Artifact +type=Artifact Creature +mana={5} +power=5 +subtype=Masticore +toughness=5 +[/card] +[card] +text=Return target creature card from your graveyard to your hand. Draw a card. +id=135188 +name=Recover +rarity=C +color=Black +type=Sorcery +mana={2}{B} +[/card] +[card] +text=Untap all creatures that attacked this turn. After this main phase, there is an additional combat phase followed by an additional main phase. +id=129697 +name=Relentless Assault +rarity=R +color=Red +type=Sorcery +mana={2}{R}{R} +[/card] +[card] +text=Target player shuffles his or her graveyard into his or her library. +id=129698 +name=Reminisce +rarity=U +color=Blue +type=Sorcery +mana={2}{U} +[/card] +[card] +text=Counter target creature spell. +id=129699 +name=Remove Soul +rarity=C +color=Blue +type=Instant +mana={1}{U} +[/card] +[card] +text=You gain 3 life. Draw a card. +id=132089 +name=Reviving Dose +rarity=C +color=White +type=Instant +mana={2}{W} +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) At the beginning of your upkeep, you may return target creature card from your graveyard to play. +id=106384 +name=Reya Dawnbringer +rarity=R +color=White +type=Legendary Creature +mana={6}{W}{W}{W} +power=4 +subtype=Angel +toughness=6 +[/card] +[card] +text=You may have Rhox assign its combat damage as though it weren't blocked. {2}{G}: Regenerate Rhox. (The next time this creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.) +id=106504 +name=Rhox +rarity=R +color=Green +type=Creature +mana={4}{G}{G} +power=5 +subtype=Rhino Beast +toughness=5 +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature has shroud. (It can't be the target of spells or abilities.) +id=134764 +name=Robe of Mirrors +rarity=C +color=Blue +type=Enchantment +mana={U} +subtype=Aura +[/card] +[card] +text=Artifacts and lands come into play tapped. +id=135251 +name=Root Maze +rarity=R +color=Green +type=Enchantment +mana={G} +[/card] +[card] +text={T}: Gain control of target creature as long as that creature is enchanted. +id=135252 +name=Rootwater Matriarch +rarity=R +color=Blue +type=Creature +mana={2}{U}{U} +power=2 +subtype=Merfolk +toughness=3 +[/card] +[card] +text=Each player can't play more than one spell each turn. +id=136291 +name=Rule of Law +rarity=U +color=White +type=Enchantment +mana={2}{W} +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) When Sage Owl comes into play, look at the top four cards of your library, then put them back in any order. +id=135217 +name=Sage Owl +rarity=C +color=Blue +type=Creature +mana={1}{U} +power=1 +subtype=Bird +toughness=1 +[/card] +[card] +text={T}: Prevent the next 1 damage that would be dealt to target creature or player this turn. +id=132101 +name=Samite Healer +rarity=C +color=White +type=Creature +mana={1}{W} +power=1 +subtype=Human Cleric +toughness=1 +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) Whenever Scalpelexis deals combat damage to a player, that player removes the top four cards of his or her library from the game. If two or more of those cards have the same name, repeat this process. +id=130818 +name=Scalpelexis +rarity=R +color=Blue +type=Creature +mana={4}{U} +power=1 +subtype=Beast +toughness=5 +[/card] +[card] +text=Scion of the Wild's power and toughness are each equal to the number of creatures you control. +id=130504 +name=Scion of the Wild +rarity=R +color=Green +type=Creature +mana={1}{G}{G} +power=* +subtype=Avatar +toughness=* +[/card] +[card] +text=At the beginning of your upkeep, flip a coin. If you lose the flip, return Scoria Wurm to its owner's hand. +id=130374 +name=Scoria Wurm +rarity=R +color=Red +type=Creature +mana={4}{R} +power=7 +subtype=Wurm +toughness=7 +[/card] +[card] +text=As Sculpting Steel comes into play, you may choose an artifact in play. If you do, Sculpting Steel comes into play as a copy of that artifact. +id=135241 +name=Sculpting Steel +rarity=R +color=Artifact +type=Artifact +mana={3} +[/card] +[card] +text=Sea Monster can't attack unless defending player controls an Island. +id=129719 +name=Sea Monster +rarity=C +color=Blue +type=Creature +mana={4}{U}{U} +power=6 +subtype=Serpent +toughness=6 +[/card] +[card] +text=Untap all permanents you control during each other player's untap step. +id=129722 +name=Seedborn Muse +rarity=R +color=Green +type=Creature +mana={3}{G}{G} +power=2 +subtype=Spirit +toughness=4 +[/card] +[card] +text=Discard a land card: Seismic Assault deals 2 damage to target creature or player. +id=129884 +name=Seismic Assault +rarity=R +color=Red +type=Enchantment +mana={R}{R}{R} +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) Whenever a creature dealt damage by Sengir Vampire this turn is put into a graveyard, put a +1/+1 counter on Sengir Vampire. +id=129724 +name=Sengir Vampire +rarity=R +color=Black +type=Creature +mana={3}{B}{B} +power=4 +subtype=Vampire +toughness=4 +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature has flying. (It can't be blocked except by creatures with flying or reach.) {U}: Return Shimmering Wings to its owner's hand. +id=129553 +name=Shimmering Wings +rarity=C +color=Blue +type=Enchantment +mana={U} +subtype=Aura +[/card] +[card] +text={T}: Add {1} to your mana pool. {T}: Add {U} or {R} to your mana pool. Shivan Reef deals 1 damage to you. +id=129731 +name=Shivan Reef +rarity=R +color=Land +type=Land +[/card] +[card] +text=Change the target of target spell with a single target. +id=130362 +name=Shunt +rarity=R +color=Red +type=Instant +mana={1}{R}{R} +[/card] +[card] +text=When Siege-Gang Commander comes into play, put three 1/1 red Goblin creature tokens into play. {1}{R}, Sacrifice a Goblin: Siege-Gang Commander deals 2 damage to target creature or player. +id=130539 +name=Siege-Gang Commander +rarity=R +color=Red +type=Creature +mana={3}{R}{R} +power=2 +subtype=Goblin +toughness=2 +[/card] +[card] +text=Draw three cards, then discard a card. +id=136217 +name=Sift +rarity=C +color=Blue +type=Sorcery +mana={3}{U} +[/card] +[card] +text={2}: Target white or black creature gains flying until end of turn. (It can't be blocked except by creatures with flying or reach.) +id=130998 +name=Sky Weaver +rarity=U +color=Blue +type=Creature +mana={1}{U} +power=2 +subtype=Metathran Wizard +toughness=1 +[/card] +[card] +text={T}: You may put a land card from your hand into play. Play this ability only any time you could play a sorcery. +id=135182 +name=Skyshroud Ranger +rarity=C +color=Green +type=Creature +mana={G} +power=1 +subtype=Elf +toughness=1 +[/card] +[card] +text=When Sleeper Agent comes into play, target opponent gains control of it. At the beginning of your upkeep, Sleeper Agent deals 2 damage to you. +id=129803 +name=Sleeper Agent +rarity=R +color=Black +type=Creature +mana={B} +power=3 +subtype=Minion +toughness=3 +[/card] +[card] +text=Target player loses 4 life and you gain 4 life. +id=129739 +name=Soul Feast +rarity=U +color=Black +type=Sorcery +mana={3}{B}{B} +[/card] +[card] +text=Whenever another creature comes into play, you gain 1 life. +id=129740 +name=Soul Warden +rarity=U +color=White +type=Creature +mana={W} +power=1 +subtype=Human Cleric +toughness=1 +[/card] +[card] +text=As an additional cost to play Soulblast, sacrifice all creatures you control. Soulblast deals damage to target creature or player equal to the total power of the sacrificed creatures. +id=130369 +name=Soulblast +rarity=R +color=Red +type=Instant +mana={3}{R}{R}{R} +[/card] +[card] +text=Spawning Pool comes into play tapped. {T}: Add {B} to your mana pool. {1}{B}: Spawning Pool becomes a 1/1 black Skeleton creature with "{B}: Regenerate this creature" until end of turn. It's still a land. (If it regenerates, the next time it would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.) +id=106556 +name=Spawning Pool +rarity=U +color=Land +type=Land +[/card] +[card] +text=You have no maximum hand size. +id=129741 +name=Spellbook +rarity=U +color=Artifact +type=Artifact +mana={0} +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) Sacrifice Spiketail Hatchling: Counter target spell unless its controller pays {1}. +id=129901 +name=Spiketail Hatchling +rarity=U +color=Blue +type=Creature +mana={1}{U} +power=1 +subtype=Drake +toughness=1 +[/card] +[card] +text=Spineless Thug can't block. +id=129743 +name=Spineless Thug +rarity=C +color=Black +type=Creature +mana={1}{B} +power=2 +subtype=Zombie Mercenary +toughness=2 +[/card] +[card] +text={2}: Target green or blue creature gets +0/+1 until end of turn. +id=130999 +name=Spirit Weaver +rarity=U +color=White +type=Creature +mana={1}{W} +power=2 +subtype=Human Wizard +toughness=1 +[/card] +[card] +text=Spitting Earth deals damage equal to the number of Mountains you control to target creature. +id=136509 +name=Spitting Earth +rarity=C +color=Red +type=Sorcery +mana={1}{R} +[/card] +[card] +text=At the beginning of your upkeep, you may return Squee, Goblin Nabob from your graveyard to your hand. +id=106473 +name=Squee, Goblin Nabob +rarity=R +color=Red +type=Legendary Creature +mana={2}{R} +power=1 +subtype=Goblin +toughness=1 +[/card] +[card] +text=Stalking Tiger can't be blocked by more than one creature. +id=135184 +name=Stalking Tiger +rarity=C +color=Green +type=Creature +mana={3}{G} +power=3 +subtype=Cat +toughness=3 +[/card] +[card] +text=Trample (If this creature would deal enough combat damage to its blockers to destroy them, you may have it deal the rest of its damage to defending player.) At the beginning of your upkeep, return a green creature you control to its owner's hand. +id=135264 +name=Stampeding Wildebeests +rarity=U +color=Green +type=Creature +mana={2}{G}{G} +power=5 +subtype=Antelope Beast +toughness=4 +[/card] +[card] +text={7}{W}: You gain 5 life. +id=130385 +name=Starlight Invoker +rarity=U +color=White +type=Creature +mana={1}{W} +power=1 +subtype=Human Cleric Mutant +toughness=3 +[/card] +[card] +text=You can't play creature spells. +id=135235 +name=Steel Golem +rarity=U +color=Artifact +type=Artifact Creature +mana={3} +power=3 +subtype=Golem +toughness=4 +[/card] +[card] +text=As Story Circle comes into play, choose a color. {W}: The next time a source of your choice of the chosen color would deal damage to you this turn, prevent that damage. +id=129748 +name=Story Circle +rarity=R +color=White +type=Enchantment +mana={1}{W}{W} +[/card] +[card] +text=Each player loses 1 life for each creature he or she controls. +id=135197 +name=Stronghold Discipline +rarity=U +color=Black +type=Sorcery +mana={2}{B}{B} +[/card] +[card] +text=Target creature can't block this turn. Draw a card. +id=134755 +name=Stun +rarity=C +color=Red +type=Instant +mana={1}{R} +[/card] +[card] +text=Sudden Impact deals damage equal to the number of cards in target player's hand to that player. +id=129750 +name=Sudden Impact +rarity=U +color=Red +type=Instant +mana={3}{R} +[/card] +[card] +text={T}: Add {1} to your mana pool. {T}: Add {B} or {R} to your mana pool. Sulfurous Springs deals 1 damage to you. +id=129751 +name=Sulfurous Springs +rarity=R +color=Land +type=Land +[/card] +[card] +text=At the beginning of each player's upkeep, that player returns a creature he or she controls to its owner's hand. +id=129509 +name=Sunken Hope +rarity=R +color=Blue +type=Enchantment +mana={3}{U}{U} +[/card] +[card] +text=Whenever Sylvan Basilisk becomes blocked by a creature, destroy that creature. +id=135215 +name=Sylvan Basilisk +rarity=U +color=Green +type=Creature +mana={3}{G}{G} +power=2 +subtype=Basilisk +toughness=4 +[/card] +[card] +text=Search your library for a land card, reveal it, and put it into your hand. Then shuffle your library. +id=130513 +name=Sylvan Scrying +rarity=U +color=Green +type=Sorcery +mana={1}{G} +[/card] +[card] +text=Your opponents play with their hands revealed. +id=129761 +name=Telepathy +rarity=U +color=Blue +type=Enchantment +mana={U} +[/card] +[card] +text=Look at the top three cards of your library. Put one of those cards into your hand, one on top of your library, and one on the bottom of your library. +id=132071 +name=Telling Time +rarity=U +color=Blue +type=Instant +mana={1}{U} +[/card] +[card] +text={T}, Sacrifice Terramorphic Expanse: Search your library for a basic land card and put it into play tapped. Then shuffle your library. +id=129881 +name=Terramorphic Expanse +rarity=C +color=Land +type=Land +[/card] +[card] +text={5}, {T}: Put a 1/1 Insect artifact creature token with flying named Wasp into play. (It can't be blocked except by creatures with flying or reach.) +id=135253 +name=The Hive +rarity=R +color=Artifact +type=Artifact +mana={5} +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) Whenever Thieving Magpie deals damage to an opponent, you draw a card. +id=129764 +name=Thieving Magpie +rarity=U +color=Blue +type=Creature +mana={2}{U}{U} +power=1 +subtype=Bird +toughness=3 +[/card] +[card] +text=Untap target creature and gain control of it until end of turn. That creature gains haste until end of turn. (It can attack and {T} this turn.) +id=129767 +name=Threaten +rarity=U +color=Red +type=Sorcery +mana={2}{R} +[/card] +[card] +text={1}{B}, Sacrifice Thrull Surgeon: Look at target player's hand and choose a card from it. That player discards that card. Play this ability only any time you could play a sorcery. +id=136282 +name=Thrull Surgeon +rarity=U +color=Black +type=Creature +mana={1}{B} +power=1 +subtype=Thrull +toughness=1 +[/card] +[card] +text=End the turn. (Remove all spells and abilities on the stack from the game, including this card. The player whose turn it is discards down to his or her maximum hand size. Damage wears off, and "this turn" and "until end of turn" effects end.) +id=129898 +name=Time Stop +rarity=R +color=Blue +type=Instant +mana={4}{U}{U} +[/card] +[card] +text=Target player takes two extra turns after this one. +id=129677 +name=Time Stretch +rarity=R +color=Blue +type=Sorcery +mana={8}{U}{U} +[/card] +[card] +text=Target player puts the top half of his or her library, rounded down, into his or her graveyard. +id=129774 +name=Traumatize +rarity=R +color=Blue +type=Sorcery +mana={3}{U}{U} +[/card] +[card] +text=When Treasure Hunter comes into play, you may return target artifact card from your graveyard to your hand. +id=135232 +name=Treasure Hunter +rarity=U +color=White +type=Creature +mana={2}{W} +power=2 +subtype=Human +toughness=2 +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature gets +1/+1 and can't be blocked except by creatures with flying. +id=129777 +name=Treetop Bracers +rarity=C +color=Green +type=Enchantment +mana={1}{G} +subtype=Aura +[/card] +[card] +text=Treetop Village comes into play tapped. {T}: Add {G} to your mana pool. {1}{G}: Treetop Village becomes a 3/3 green Ape creature with trample until end of turn. It's still a land. (If it would deal enough combat damage to its blockers to destroy them, you may have it deal the rest of its damage to defending player.) +id=106455 +name=Treetop Village +rarity=U +color=Land +type=Land +[/card] +[card] +text=Troll Ascetic can't be the target of spells or abilities your opponents control. {1}{G}: Regenerate Troll Ascetic. (The next time this creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.) +id=130498 +name=Troll Ascetic +rarity=R +color=Green +type=Creature +mana={1}{G}{G} +power=3 +subtype=Troll Shaman +toughness=2 +[/card] +[card] +text=You have shroud. (You can't be the target of spells or abilities.) +id=129610 +name=True Believer +rarity=R +color=White +type=Creature +mana={W}{W} +power=2 +subtype=Human Cleric +toughness=2 +[/card] +[card] +text=Copy target instant or sorcery spell. You may choose new targets for the copy. +id=129887 +name=Twincast +rarity=R +color=Blue +type=Instant +mana={U}{U} +[/card] +[card] +text=You may tap or untap target artifact, creature, or land. Draw a card. +id=136286 +name=Twitch +rarity=C +color=Blue +type=Instant +mana={2}{U} +[/card] +[card] +text=Flash (You may play this spell any time you could play an instant.) Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature gets +2/+2 and attacks each turn if able. +id=134756 +name=Uncontrollable Anger +rarity=C +color=Red +type=Enchantment +mana={2}{R}{R} +subtype=Aura +[/card] +[card] +text={T}: Add {1} to your mana pool. {T}: Add {U} or {B} to your mana pool. Underground River deals 1 damage to you. +id=129778 +name=Underground River +rarity=R +color=Land +type=Land +[/card] +[card] +text=Whenever an opponent draws a card, Underworld Dreams deals 1 damage to him or her. +id=129779 +name=Underworld Dreams +rarity=R +color=Black +type=Enchantment +mana={B}{B}{B} +[/card] +[card] +text=Mana pools don't empty at the end of phases or turns. (This effect stops mana burn.) +id=130494 +name=Upwelling +rarity=R +color=Green +type=Enchantment +mana={3}{G} +[/card] +[card] +text={U}, {T}: Return target permanent you control to its owner's hand. +id=130834 +name=Vedalken Mastermind +rarity=U +color=Blue +type=Creature +mana={U}{U} +power=1 +subtype=Vedalken Wizard +toughness=2 +[/card] +[card] +text=When Venerable Monk comes into play, you gain 2 life. +id=129786 +name=Venerable Monk +rarity=C +color=White +type=Creature +mana={2}{W} +power=2 +subtype=Human Monk Cleric +toughness=2 +[/card] +[card] +text=At the beginning of each upkeep, put a 1/1 green Saproling creature token into play under your control. +id=129788 +name=Verdant Force +rarity=R +color=Green +type=Creature +mana={5}{G}{G}{G} +power=7 +subtype=Elemental +toughness=7 +[/card] +[card] +text=Viashino Runner can't be blocked except by two or more creatures. +id=130531 +name=Viashino Runner +rarity=C +color=Red +type=Creature +mana={3}{R} +power=3 +subtype=Viashino +toughness=2 +[/card] +[card] +text=Haste (This creature can attack and {T} as soon as it comes under your control.) At end of turn, return Viashino Sandscout to its owner's hand. (Return it only if it's in play.) +id=130387 +name=Viashino Sandscout +rarity=C +color=Red +type=Creature +mana={1}{R} +power=2 +subtype=Viashino Scout +toughness=1 +[/card] +[card] +text=When Viridian Shaman comes into play, destroy target artifact. +id=129792 +name=Viridian Shaman +rarity=U +color=Green +type=Creature +mana={2}{G} +power=2 +subtype=Elf Shaman +toughness=2 +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) As Voice of All comes into play, choose a color. Voice of All has protection from the chosen color. (It can't be blocked, targeted, dealt damage, or enchanted by anything of the chosen color.) +id=136290 +name=Voice of All +rarity=R +color=White +type=Creature +mana={2}{W}{W} +power=2 +subtype=Angel +toughness=2 +[/card] +[card] +text=Each player shuffles all permanents he or she owns into his or her library, then reveals that many cards from the top of his or her library. Each player puts all artifact, creature, and land cards revealed this way into play, then puts all enchantment cards revealed this way into play, then puts all cards revealed this way that weren't put into play on the bottom of his or her library in any order. +id=130364 +name=Warp World +rarity=R +color=Red +type=Sorcery +mana={5}{R}{R}{R} +[/card] +[card] +text=Creatures you control get +1/+1 until end of turn. +id=129797 +name=Warrior's Honor +rarity=C +color=White +type=Instant +mana={2}{W} +[/card] +[card] +text=Equipped creature is unblockable and has shroud. (It can't be the target of spells or abilities.) Equip {2} ({2}: Attach to target creature you control. Equip only as a sorcery.) +id=135278 +name=Whispersilk Cloak +rarity=U +color=Artifact +type=Artifact +mana={3} +subtype=Equipment +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) Creatures can't attack you unless their controller pays {2} for each creature he or she controls that's attacking you. +id=130549 +name=Windborn Muse +rarity=R +color=White +type=Creature +mana={3}{W} +power=2 +subtype=Spirit +toughness=3 +[/card] +[card] +text=Whenever a player plays a green spell, you may gain 1 life. +id=129809 +name=Wurm's Tooth +rarity=U +color=Artifact +type=Artifact +mana={2} +[/card] +[card] +text={T}: Add {1} to your mana pool. {T}: Add {G} or {U} to your mana pool. Yavimaya Coast deals 1 damage to you. +id=129810 +name=Yavimaya Coast +rarity=R +color=Land +type=Land +[/card] +[card] +text=Yavimaya Enchantress gets +1/+1 for each enchantment in play. +id=130515 +name=Yavimaya Enchantress +rarity=U +color=Green +type=Creature +mana={2}{G} +power=2 +subtype=Human Druid +toughness=2 +[/card] diff --git a/projects/mtg/bin/Res/sets/ALA/_cards.dat b/projects/mtg/bin/Res/sets/ALA/_cards.dat new file mode 100644 index 000000000..c0468c06d --- /dev/null +++ b/projects/mtg/bin/Res/sets/ALA/_cards.dat @@ -0,0 +1,639 @@ +[card] +text=Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.) +abilities=exalted +id=174963 +name=Akrasan Squire +rarity=C +type=Creature +mana={W} +power=1 +subtype=Human Soldier +toughness=1 +[/card] +[card] +text={G}, {T}: Target creature gains trample until end of turn. {U}, {T}: Target creature gains flying until end of turn. +auto={G},{T}:trample target(creature) +auto={U},{T}:flying target(creature) +id=175123 +name=Bant Battlemage +rarity=U +type=Creature +mana={2}{W} +power=2 +subtype=Human Wizard +toughness=2 +[/card] +[card] +text=Vigilance, haste +abilities=Vigilance, haste +id=174952 +name=Bull Cerodon +rarity=U +type=Creature +mana={4}{R}{W} +power=5 +subtype=Beast +toughness=5 +[/card] +[card] +text=Counter target spell. +id=178092 +alias=1196 +name=Cancel +rarity=C +type=Instant +mana={1}{U}{U} +[/card] +[card] +text={1}{R}: Cavern Thoctar gets +1/+0 until end of turn. +auto={1}{R}:1/0 +id=174994 +name=Cavern Thoctar +rarity=C +type=Creature +mana={5}{G} +power=5 +subtype=Beast +toughness=5 +[/card] +[card] +text=Flying {1}{W}: Cloudheath Drake gains vigilance until end of turn. +abilities=flying +auto={1}{W}:vigilance +id=174814 +name=Cloudheath Drake +rarity=C +type=Artifact Creature +mana={4}{U} +power=3 +subtype=Drake +toughness=3 +[/card] +[card] +text=Reach (This can block creatures with flying.) Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.) +abilities=reach,exalted +id=174960 +name=Court Archers +rarity=C +type=Creature +mana={2}{G} +power=1 +subtype=Human Archer +toughness=3 +[/card] +[card] +text= +id=174935 +name=Cylian Elf +rarity=C +type=Creature +mana={1}{G} +power=2 +subtype=Elf Scout +toughness=2 +[/card] +[card] +text=First strike Shroud (This creature can't be the target of spells or abilities.) +abilities=first strike, shroud +id=175121 +name=Deft Duelist +rarity=C +type=Creature +mana={W}{U} +power=2 +subtype=Human Rogue +toughness=1 +[/card] +[card] +text= +id=174848 +name=Dreg Reaver +rarity=C +type=Creature +mana={4}{B} +power=4 +subtype=Zombie Beast +toughness=3 +[/card] +[card] +text={T}: Add {R}, {G}, or {W} to your mana pool. +auto={T]:Add {R} +auto={T]:Add {G} +auto={T]:Add {W} +id=174903 +name=Druid of the Anima +rarity=C +type=Creature +mana={1}{G} +power=1 +subtype=Elf Druid +toughness=1 +[/card] +[card] +text=When Elvish Visionary comes into play, draw a card. +auto=draw:1 +id=175124 +name=Elvish Visionary +rarity=C +type=Creature +mana={1}{G} +power=1 +subtype=Elf Shaman +toughness=1 +[/card] +[card] +text={T}: Add {G} to your mana pool. +auto={T}:Add {G} +id=174927 +name=Forest +rarity=L +type=Basic Land +subtype=Forest +[/card] +[card] +text={T}: Add {G} to your mana pool. +auto={T}:Add {G} +id=174930 +name=Forest +rarity=L +type=Basic Land +subtype=Forest +[/card] +[card] +text={T}: Add {G} to your mana pool. +auto={T}:Add {G} +id=174928 +name=Forest +rarity=L +type=Basic Land +subtype=Forest +[/card] +[card] +text={T}: Add {G} to your mana pool. +auto={T}:Add {G} +id=174929 +name=Forest +rarity=L +type=Basic Land +subtype=Forest +[/card] +[card] +text=Trample +id=177596 +name=Goblin Deathraiders +rarity=C +type=Creature +mana={B}{R} +power=3 +subtype=Goblin Warrior +toughness=1 +[/card] +[card] +text=Mountainwalk +abilities=mountainwalk +id=174938 +name=Goblin Mountaineer +rarity=C +type=Creature +mana={R} +power=1 +subtype=Goblin Scout +toughness=1 +[/card] +[card] +text=Defender Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.) +abilities=defender,exalted +id=175103 +name=Guardians of Akrasa +rarity=C +type=Creature +mana={2}{W} +power=0 +subtype=Human Soldier +toughness=4 +[/card] +[card] +text=Flying, trample, haste {R}: Hellkite Overlord gets +1/+0 until end of turn. {B}{G}: Regenerate Hellkite Overlord. +abilities=flying,trample,haste +auto={R}:1/0 +auto={B}{G}:regenerate +id=175057 +name=Hellkite Overlord +rarity=M +type=Creature +mana={4}{B}{R}{R}{G} +power=8 +subtype=Dragon +toughness=8 +[/card] +[card] +text= +id=174806 +name=Incurable Ogre +rarity=C +type=Creature +mana={3}{R} +power=5 +subtype=Ogre Mutant +toughness=1 +[/card] +[card] +text={T}: Add {U} to your mana pool. +auto={T}:Add{U} +id=174979 +name=Island +rarity=L +type=Basic Land +subtype=Island +[/card] +[card] +text={T}: Add {U} to your mana pool. +auto={T}:Add{U} +id=174977 +name=Island +rarity=L +type=Basic Land +subtype=Island +[/card] +[card] +text={T}: Add {U} to your mana pool. +auto={T}:Add{U} +id=174980 +name=Island +rarity=L +type=Basic Land +subtype=Island +[/card] +[card] +text={T}: Add {U} to your mana pool. +auto={T}:Add{U} +id=174978 +name=Island +rarity=L +type=Basic Land +subtype=Island +[/card] +[card] +text= +id=176428 +name=Jhessian Lookout +rarity=C +type=Creature +mana={1}{U} +power=2 +subtype=Human Scout +toughness=1 +[/card] +[card] +text={3}{G}: Knight of the Skyward Eye gets +3/+3 until end of turn. Play this ability only once each turn. +auto={3}{G}:3/3 limit:1 +id=175047 +name=Knight of the Skyward Eye +rarity=C +type=Creature +mana={1}{W} +power=2 +subtype=Human Knight +toughness=2 +[/card] +[card] +text=Enchant creature Enchanted creature gets +3/+0 and has first strike. +target=creature +auto=3/0 +auto=first strike +id=176446 +name=Lightning Talons +rarity=C +type=Enchantment +mana={2}{R} +subtype=Aura +[/card] +[card] +text={W}, {T}: Regenerate target artifact. +id=175113 +auto={W},{T}:Regenerate target(artifact) +name=Metallurgeon +rarity=U +type=Artifact Creature +mana={1}{W} +power=1 +subtype=Human Artificer +toughness=2 +[/card] +[card] +text={T}: Add {R} to your mana pool. +auto={T}:Add{R} +id=175018 +name=Mountain +rarity=L +type=Basic Land +subtype=Mountain +[/card] +[card] +text={T}: Add {R} to your mana pool. +auto={T}:Add{R} +id=175019 +name=Mountain +rarity=L +type=Basic Land +subtype=Mountain +[/card] +[card] +text={T}: Add {R} to your mana pool. +auto={T}:Add{R} +id=175017 +name=Mountain +rarity=L +type=Basic Land +subtype=Mountain +[/card] +[card] +text={T}: Add {R} to your mana pool. +auto={T}:Add{R} +id=175020 +name=Mountain +rarity=L +type=Basic Land +subtype=Mountain +[/card] +[card] +text=Destroy target artifact or enchantment. +target=artifact,enchantment +auto=destroy +id=174890 +name=Naturalize +rarity=C +type=Instant +mana={1}{G} +[/card] +[card] +text={T}: Add {G}, {W}, or {U} to your mana pool. +auto={T}:Add{G} +auto={T}:Add{W} +auto={T}:Add{U} +id=175102 +name=Obelisk of Bant +rarity=C +type=Artifact +mana={3} +[/card] +[card] +text={T}: Add {W}, {U}, or {B} to your mana pool. +auto={T}:Add{W} +auto={T}:Add{U} +auto={T}:Add{B} +id=174906 +name=Obelisk of Esper +rarity=C +type=Artifact +mana={3} +[/card] +[card] +text={T}: Add {U}, {B}, or {R} to your mana pool. +auto={T}:Add{U} +auto={T}:Add{B} +auto={T}:Add{R} +id=174887 +name=Obelisk of Grixis +rarity=C +type=Artifact +mana={3} +[/card] +[card] +text={T}: Add {B}, {R}, or {G} to your mana pool. +auto={T}:Add{B} +auto={T}:Add{R} +auto={T}:Add{G} +id=174892 +name=Obelisk of Jund +rarity=C +type=Artifact +mana={3} +[/card] +[card] +text={T}: Add {R}, {G}, or {W} to your mana pool. +auto={T}:Add{R} +auto={T}:Add{G} +auto={T}:Add{W} +id=175061 +name=Obelisk of Naya +rarity=C +type=Artifact +mana={3} +[/card] +[card] +text=Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.) +abilities=exalted +id=175252 +name=Outrider of Jhess +rarity=C +type=Creature +mana={3}{U} +power=2 +subtype=Human Knight +toughness=2 +[/card] +[card] +text={T}: Add {W} to your mana pool. +auto={T}:Add{W} +id=175029 +name=Plains +rarity=L +type=Basic Land +subtype=Plains +[/card] +[card] +text={T}: Add {W} to your mana pool. +auto={T}:Add{W} +id=175032 +name=Plains +rarity=L +type=Basic Land +subtype=Plains +[/card] +[card] +text={T}: Add {W} to your mana pool. +auto={T}:Add{W} +id=175031 +name=Plains +rarity=L +type=Basic Land +subtype=Plains +[/card] +[card] +text={T}: Add {W} to your mana pool. +auto={T}:Add{W} +id=175030 +name=Plains +rarity=L +type=Basic Land +subtype=Plains +[/card] +[card] +text=Trample Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.) +abilities=trample,exalted +id=174959 +name=Rhox Charger +rarity=U +type=Creature +mana={3}{G} +power=3 +subtype=Rhino Soldier +toughness=3 +[/card] +[card] +abilities=lifelink +text=Lifelink +id=174957 +name=Rhox War Monk +rarity=U +type=Creature +mana={G}{W}{U} +power=3 +subtype=Rhino Monk +toughness=4 +[/card] +[card] +text=Haste +abilities=haste +id=177600 +name=Rip-Clan Crasher +rarity=C +type=Creature +mana={R}{G} +power=2 +subtype=Human Warrior +toughness=2 +[/card] +[card] +text=Target creature gets +3/+3 and gains double strike until end of turn. +target=creature +auto=:3/3 +auto=double strike +id=176438 +name=Sangrite Surge +rarity=U +type=Sorcery +mana={4}{R}{G} +[/card] +[card] +text={U}: Shore Snapper gains islandwalk until end of turn. +id=175390 +auto={U}:islandwalk +name=Shore Snapper +rarity=C +type=Creature +mana={2}{B} +power=2 +subtype=Beast +toughness=2 +[/card] +[card] +text=Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.) {U}: Sighted-Caste Sorcerer gains shroud until end of turn. (It can't be the target of spells or abilities.) +abilities=exalted +auto={U}:shroud +id=174956 +name=Sighted-Caste Sorcerer +rarity=C +type=Creature +mana={1}{W} +power=1 +subtype=Human Wizard +toughness=1 +[/card] +[card] +text=First strike Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.) +abilities=first strike, exalted +id=174958 +name=Sigiled Paladin +rarity=U +type=Creature +mana={W}{W} +power=2 +subtype=Human Knight +toughness=2 +[/card] +[card] +text=Vigilance {T}: Add {G} to your mana pool. +abilities=vigilance +auto={T}:Add{G} +id=175134 +name=Steward of Valeron +rarity=C +type=Creature +mana={G}{W} +power=2 +subtype=Human Druid Knight +toughness=2 +[/card] +[card] +text={T}: Add {B} to your mana pool. +auto={T}:Add{B} +id=175089 +name=Swamp +rarity=L +type=Basic Land +subtype=Swamp +[/card] +[card] +text={T}: Add {B} to your mana pool. +auto={T}:Add{B} +id=175088 +name=Swamp +rarity=L +type=Basic Land +subtype=Swamp +[/card] +[card] +text={T}: Add {B} to your mana pool. +auto={T}:Add{B} +id=175091 +name=Swamp +rarity=L +type=Basic Land +subtype=Swamp +[/card] +[card] +text={T}: Add {B} to your mana pool. +auto={T}:Add{B} +id=175090 +name=Swamp +rarity=L +type=Basic Land +subtype=Swamp +[/card] +[card] +text=Flying +abilities=flying +id=174924 +name=Tower Gargoyle +rarity=U +type=Artifact Creature +mana={1}{W}{U}{B} +power=4 +subtype=Gargoyle +toughness=4 +[/card] +[card] +text=Flying Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.) +abilities=flying, exalted +id=174955 +name=Waveskimmer Aven +rarity=C +type=Creature +mana={2}{G}{W}{U} +power=2 +subtype=Bird Soldier +toughness=4 +[/card] +[card] +text= +id=175062 +name=Woolly Thoctar +rarity=U +type=Creature +mana={R}{G}{W} +power=5 +subtype=Beast +toughness=4 +[/card] diff --git a/projects/mtg/bin/Res/sets/ALA/todo.dat b/projects/mtg/bin/Res/sets/ALA/todo.dat new file mode 100644 index 000000000..4767a3e91 --- /dev/null +++ b/projects/mtg/bin/Res/sets/ALA/todo.dat @@ -0,0 +1,1834 @@ +[card] +text=Reveal the top card of your library and put that card into your hand. You lose life equal to its converted mana cost. You may repeat this process any number of times. +id=174915 +name=Ad Nauseam +rarity=R +type=Instant +mana={3}{B}{B} +[/card] +[card] +text=Target creature gets -3/-0 until end of turn. Target creature gets -0/-3 until end of turn. +id=175052 +name=Agony Warp +rarity=C +type=Instant +mana={U}{B} +[/card] +[card] +text=+1: Target permanent doesn't untap during its controller's next untap step. -2: Ajani Vengeant deals 3 damage to target creature or player and you gain 3 life. -7: Destroy all lands target player controls. +id=174852 +name=Ajani Vengeant +rarity=M +type=Planeswalker +mana={2}{R}{W} +subtype=Ajani +toughness=3 +[/card] +[card] +text=Shroud Whenever another creature is put into a graveyard from play, you may put a +1/+1 counter on Algae Gharial. +id=174986 +name=Algae Gharial +rarity=U +type=Creature +mana={3}{G} +power=1 +subtype=Crocodile +toughness=1 +[/card] +[card] +text=Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.) Whenever a creature you control attacks alone, you may tap target creature. +id=174826 +name=Angelic Benediction +rarity=U +type=Enchantment +mana={3}{W} +[/card] +[card] +text={2}{W}, {T}, Sacrifice a green creature, a white creature, and a blue creature: Search your library for a card named Empyrial Archangel and put it into play. Then shuffle your library. +id=175141 +name=Angel's Herald +rarity=U +type=Creature +mana={W} +power=1 +subtype=Human Cleric +toughness=1 +[/card] +[card] +text=Prevent all combat damage that would be dealt this turn. Cycling {2} ({2}, Discard this card: Draw a card.) +id=175000 +name=Angelsong +rarity=C +type=Instant +mana={1}{W} +[/card] +[card] +text=Arcane Sanctum comes into play tapped. {T}: Add {W}, {U}, or {B} to your mana pool. +id=175128 +name=Arcane Sanctum +rarity=U +type=Land +[/card] +[card] +text=Flying, trample At the beginning of your upkeep, sacrifice a non-Zombie creature, then put a 2/2 black Zombie creature token into play. +id=174847 +name=Archdemon of Unx +rarity=R +type=Creature +mana={5}{B}{B} +power=6 +subtype=Demon +toughness=6 +[/card] +[card] +text=Enchant creature When enchanted creature is put into a graveyard, that creature's controller loses life equal to its toughness. +id=174817 +name=Banewasp Affliction +rarity=C +type=Enchantment +mana={1}{B} +subtype=Aura +[/card] + +[card] +text=Choose one - Destroy target artifact; or put target creature on the bottom of its owner's library; or counter target instant spell. +id=137931 +name=Bant Charm +rarity=U +type=Instant +mana={G}{W}{U} +[/card] +[card] +text={T}: Add {1} to your mana pool. {1}, {T}, Sacrifice Bant Panorama: Search your library for a basic Forest, Plains, or Island card and put it into play tapped. Then shuffle your library. +id=174842 +name=Bant Panorama +rarity=C +type=Land +[/card] +[card] +text=Flying Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.) Whenever a creature you control attacks alone, it gains lifelink until end of turn. +id=175394 +name=Battlegrace Angel +rarity=R +type=Creature +mana={3}{W}{W} +power=4 +subtype=Angel +toughness=4 +[/card] +[card] +text={2}{G}, {T}, Sacrifice a red creature, a green creature, and a white creature: Search your library for a card named Godsire and put it into play. Then shuffle your library. +id=175263 +name=Behemoth's Herald +rarity=U +type=Creature +mana={G} +power=1 +subtype=Elf Shaman +toughness=1 +[/card] +[card] +text=Blightning deals 3 damage to target player. That player discards two cards. +id=174917 +name=Blightning +rarity=C +type=Sorcery +mana={1}{B}{R} +[/card] +[card] +text=When Blister Beetle comes into play, target creature gets -1/-1 until end of turn. +id=174893 +name=Blister Beetle +rarity=C +type=Creature +mana={1}{B} +power=1 +subtype=Insect +toughness=1 +[/card] +[card] +text={T}: Blood Cultist deals 1 damage to target creature. Whenever a creature dealt damage by Blood Cultist this turn is put into a graveyard, put a +1/+1 counter on Blood Cultist. +id=175100 +name=Blood Cultist +rarity=U +type=Creature +mana={1}{B}{R} +power=1 +subtype=Human Wizard +toughness=1 +[/card] +[card] +text=Sacrifice Bloodpyre Elemental: Bloodpyre Elemental deals 4 damage to target creature. Play this ability only any time you could play a sorcery. +id=175117 +name=Bloodpyre Elemental +rarity=C +type=Creature +mana={4}{R} +power=4 +subtype=Elemental +toughness=1 +[/card] +[card] +text=Haste {T}: Target creature with power 5 or greater gains haste until end of turn. +id=174821 +name=Bloodthorn Taunter +rarity=C +type=Creature +mana={1}{R} +power=1 +subtype=Human Scout +toughness=1 +[/card] +[card] +text=As an additional cost to play Bone Splinters, sacrifice a creature. Destroy target creature. +id=174967 +name=Bone Splinters +rarity=C +type=Sorcery +mana={B} +[/card] +[card] +text=Choose one or both - Branching Bolt deals 3 damage to target creature with flying; and/or Branching Bolt deals 3 damage to target creature without flying. +id=177602 +name=Branching Bolt +rarity=C +type=Instant +mana={1}{R}{G} +[/card] +[card] +text=Remove the top five cards of your library from the game. An opponent separates those cards into two piles. You may play any number of cards from one of those piles without paying their mana costs. +id=175143 +name=Brilliant Ultimatum +rarity=R +type=Sorcery +mana={W}{W}{U}{U}{U}{B}{B} +[/card] +[card] +text=Flying When Broodmate Dragon comes into play, put a 4/4 red Dragon creature token with flying into play. +id=178101 +name=Broodmate Dragon +rarity=R +type=Creature +mana={3}{B}{R}{G} +power=4 +subtype=Dragon +toughness=4 +[/card] +[card] +text=Devour 1 (As this comes into play, you may sacrifice any number of creatures. This creature comes into play with that many +1/+1 counters on it.) When Caldera Hellion comes into play, it deals 3 damage to each creature. +id=175072 +name=Caldera Hellion +rarity=R +type=Creature +mana={3}{R}{R} +power=3 +subtype=Hellion +toughness=3 +[/card] +[card] +text=Return target creature to its owner's hand. Its controller draws a card. +id=175053 +name=Call to Heel +rarity=C +type=Instant +mana={1}{U} +[/card] +[card] +text=When Carrion Thrash is put into a graveyard from play, you may pay {2}. If you do, return another target creature card from your graveyard to your hand. +id=176443 +name=Carrion Thrash +rarity=C +type=Creature +mana={2}{B}{R}{G} +power=4 +subtype=Viashino Warrior +toughness=4 +[/card] +[card] +text={T}: Target player puts the top card of his or her library into his or her graveyard. +id=176433 +name=Cathartic Adept +rarity=C +type=Creature +mana={U} +power=1 +subtype=Human Wizard +toughness=1 +[/card] +[card] +text=Choose five permanents you control. For each of those permanents, you may search your library for a card with the same name as that permanent. Put those cards into play tapped, then shuffle your library. +id=175142 +name=Clarion Ultimatum +rarity=R +type=Sorcery +mana={G}{G}{W}{W}{W}{U}{U} +[/card] +[card] +text=Enchant artifact or creature Enchanted permanent doesn't untap during its controller's untap step. +id=175042 +name=Coma Veil +rarity=C +type=Enchantment +mana={4}{U} +subtype=Aura +[/card] +[card] +text=When Corpse Connoisseur comes into play, you may search your library for a creature card and put that card into your graveyard. If you do, shuffle your library. Unearth {3}{B} ({3}{B}: Return this card from your graveyard to play. It gains haste. Remove it from the game at end of turn or if it would leave play. Unearth only as a sorcery.) +id=176448 +name=Corpse Connoisseur +rarity=U +type=Creature +mana={4}{B} +power=3 +subtype=Zombie Wizard +toughness=3 +[/card] +[card] +text={1}{U}, {T}, Sacrifice Courier's Capsule: Draw two cards. +id=174800 +name=Courier's Capsule +rarity=C +type=Artifact +mana={1}{U} +[/card] +[card] +text=Reveal the top three cards of your library. Target opponent may choose to put those cards into your hand. If he or she doesn't, put those cards into your graveyard and draw five cards. +id=178091 +name=Covenant of Minds +rarity=R +type=Sorcery +mana={4}{U} +[/card] +[card] +text=Whenever you gain life, you may pay {1}{W}. If you do, put a +1/+1 counter on target creature for each 1 life you gained. +id=174789 +name=Cradle of Vitality +rarity=R +type=Enchantment +mana={3}{W} +[/card] +[card] +text=Dragon creatures you control get +3/+3. +id=179426 +name=Crucible of Fire +rarity=R +type=Enchantment +mana={3}{R} +[/card] +[card] +text=Target opponent sacrifices a creature, discards three cards, then loses 5 life. You return a creature card from your graveyard to your hand, draw three cards, then gain 5 life. +id=175079 +name=Cruel Ultimatum +rarity=R +type=Sorcery +mana={U}{U}{B}{B}{B}{R}{R} +[/card] +[card] +text=Crumbling Necropolis comes into play tapped. {T}: Add {U}, {B}, or {R} to your mana pool. +id=175112 +name=Crumbling Necropolis +rarity=U +type=Land +[/card] +[card] +text=At the beginning of your upkeep, each player discards a card. +id=176429 +name=Cunning Lethemancer +rarity=R +type=Creature +mana={2}{B} +power=2 +subtype=Human Wizard +toughness=2 +[/card] +[card] +text=Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.) {W}, {T}: Dawnray Archer deals 1 damage to target attacking or blocking creature. +id=175085 +name=Dawnray Archer +rarity=U +type=Creature +mana={2}{U} +power=1 +subtype=Human Archer +toughness=1 +[/card] +[card] +text=Skeleton creatures you control and other Zombie creatures you control get +1/+1 and have deathtouch. +id=176430 +name=Death Baron +rarity=R +type=Creature +mana={1}{B}{B} +power=2 +subtype=Zombie Wizard +toughness=2 +[/card] +[card] +text=Whenever another creature is put into a graveyard from play, you may gain 1 life. +id=175073 +name=Deathgreeter +rarity=C +type=Creature +mana={B} +power=1 +subtype=Human Shaman +toughness=1 +[/card] +[card] +text={2}{B}, {T}, Sacrifice a blue creature, a black creature, and a red creature: Search your library for a card named Prince of Thralls and put it into play. Then shuffle your library. +id=175243 +name=Demon's Herald +rarity=U +type=Creature +mana={B} +power=1 +subtype=Human Wizard +toughness=1 +[/card] +[card] +text={2}{W}, {T}, Sacrifice Dispeller's Capsule: Destroy target artifact or enchantment. +id=174830 +name=Dispeller's Capsule +rarity=C +type=Artifact +mana={W} +[/card] +[card] +text=Put two 1/1 red Goblin creature tokens into play. +id=174936 +name=Dragon Fodder +rarity=C +type=Sorcery +mana={1}{R} +[/card] +[card] +text={2}{R}, {T}, Sacrifice a black creature, a red creature, and a green creature: Search your library for a card named Hellkite Overlord and put it into play. Then shuffle your library. +id=175239 +name=Dragon's Herald +rarity=U +type=Creature +mana={R} +power=1 +subtype=Goblin Shaman +toughness=1 +[/card] +[card] +text=Unearth {B} ({B}: Return this card from your graveyard to play. It gains haste. Remove it from the game at end of turn or if it would leave play. Unearth only as a sorcery.) +id=174835 +name=Dregscape Zombie +rarity=C +type=Creature +mana={1}{B} +power=2 +subtype=Zombie +toughness=1 +[/card] +[card] +text=At the end of your turn, if you control a creature with power 5 or greater, you may draw a card. {T}: Add {1} to your mana pool. +id=174943 +name=Drumhunter +rarity=U +type=Creature +mana={3}{G} +power=2 +subtype=Human Druid Warrior +toughness=2 +[/card] +[card] +text=+1: Put a 1/1 white Soldier creature token into play. +1: Target creature gets +3/+3 and gains flying until end of turn. -8: For the rest of the game, artifacts, creatures, enchantments, and lands you control are indestructible. +id=174859 +name=Elspeth, Knight-Errant +rarity=M +type=Planeswalker +mana={2}{W}{W} +subtype=Elspeth +toughness=4 +[/card] +[card] +text=Flying, shroud All damage that would be dealt to you is dealt to Empyrial Archangel instead. +id=175104 +name=Empyrial Archangel +rarity=M +type=Creature +mana={4}{G}{W}{W}{U} +power=5 +subtype=Angel +toughness=8 +[/card] +[card] +text={W}, {T}: Prevent the next 2 damage that would be dealt to you this turn. {B}, {T}: Target creature gets -1/-1 until end of turn. +id=174872 +name=Esper Battlemage +rarity=U +type=Artifact Creature +mana={2}{U} +power=2 +subtype=Human Wizard +toughness=2 +[/card] +[card] +text=Choose one - Destroy target enchantment; or draw two cards; or target player discards two cards. +id=137913 +name=Esper Charm +rarity=U +type=Instant +mana={W}{U}{B} +[/card] +[card] +text={T}: Add {1} to your mana pool. {1}, {T}, Sacrifice Esper Panorama: Search your library for a basic Plains, Island, or Swamp card and put it into play tapped. Then shuffle your library. +id=179431 +name=Esper Panorama +rarity=C +type=Land +[/card] +[card] +text=Flash {B}, {T}, Sacrifice an artifact: Draw a card. +id=175138 +name=Etherium Astrolabe +rarity=U +type=Artifact +mana={2}{U} +[/card] +[card] +text=Artifact spells you play cost {1} less to play. +id=176435 +name=Etherium Sculptor +rarity=C +type=Artifact Creature +mana={1}{U} +power=1 +subtype=Vedalken Artificer +toughness=2 +[/card] +[card] +text=Each player who has played a nonartifact spell this turn can't play additional nonartifact spells. +id=174931 +name=Ethersworn Canonist +rarity=R +type=Artifact Creature +mana={1}{W} +power=2 +subtype=Human Cleric +toughness=2 +[/card] +[card] +text=Put target creature on top of its owner's library. +id=180144 +name=Excommunicate +rarity=C +type=Sorcery +mana={2}{W} +[/card] +[card] +text={1}{B}, {T}, Sacrifice Executioner's Capsule: Destroy target nonblack creature. +id=174895 +name=Executioner's Capsule +rarity=C +type=Artifact +mana={B} +[/card] +[card] +text=At the end of your turn, if you control a creature with power 5 or greater, you may have Exuberant Firestoker deal 2 damage to target player. {T}: Add {1} to your mana pool. +id=175049 +name=Exuberant Firestoker +rarity=U +type=Creature +mana={2}{R} +power=1 +subtype=Human Druid Shaman +toughness=1 +[/card] +[card] +text={T}: You may tap or untap another target permanent. Unearth {U} ({U}: Return this card from your graveyard to play. It gains haste. Remove it from the game at end of turn or if it would leave play. Unearth only as a sorcery.) +id=176456 +name=Fatestitcher +rarity=U +type=Creature +mana={3}{U} +power=1 +subtype=Zombie Wizard +toughness=2 +[/card] +[card] +text=Feral Hydra comes into play with X +1/+1 counters on it. {3}: Put a +1/+1 counter on Feral Hydra. Any player may play this ability. +id=174973 +name=Feral Hydra +rarity=R +type=Creature +mana={X}{G} +power=0 +subtype=Hydra Beast +toughness=0 +[/card] +[card] +text={2}{U}: Untap target artifact. +id=174888 +name=Filigree Sages +rarity=U +type=Artifact Creature +mana={3}{U} +power=2 +subtype=Vedalken Wizard +toughness=3 +[/card] +[card] +text=First strike Unearth {U}{B}{R} ({U}{B}{R}: Return this card from your graveyard to play. It gains haste. Remove it from the game at end of turn or if it would leave play. Unearth only as a sorcery.) +id=176447 +name=Fire-Field Ogre +rarity=U +type=Creature +mana={1}{U}{B}{R} +power=4 +subtype=Ogre Mutant +toughness=2 +[/card] +[card] +text=Flying Whenever Flameblast Dragon attacks, you may pay {X}{R}. If you do, Flameblast Dragon deals X damage to target creature or player. +id=177476 +name=Flameblast Dragon +rarity=R +type=Creature +mana={4}{R}{R} +power=5 +subtype=Dragon +toughness=5 +[/card] +[card] +text=When Fleshbag Marauder comes into play, each player sacrifices a creature. +id=174871 +name=Fleshbag Marauder +rarity=U +type=Creature +mana={2}{B} +power=3 +subtype=Zombie Warrior +toughness=1 +[/card] +[card] +text=If a creature would come into play under an opponent's control this turn, it comes into play under your control instead. +id=175011 +name=Gather Specimens +rarity=R +type=Instant +mana={3}{U}{U}{U} +[/card] +[card] +text=Look at the top four cards of your library. You may reveal a creature card and/or a land card from among them and put the revealed cards into your hand. Put the rest on the bottom of your library in any order. +id=175036 +name=Gift of the Gargantuan +rarity=C +type=Sorcery +mana={2}{G} +[/card] +[card] +text=Flying Whenever another artifact comes into play under your control, Glaze Fiend gets +2/+2 until end of turn. +id=174816 +name=Glaze Fiend +rarity=C +type=Artifact Creature +mana={1}{B} +power=0 +subtype=Illusion +toughness=1 +[/card] +[card] +text=At the beginning of your upkeep, put a 1/1 red Goblin creature token with haste into play. Goblin creatures attack each turn if able. +id=174939 +name=Goblin Assault +rarity=R +type=Enchantment +mana={2}{R} +[/card] +[card] +text=Vigilance {T}: Put an 8/8 Beast creature token into play that's red, green, and white. +id=175105 +name=Godsire +rarity=M +type=Creature +mana={4}{R}{G}{G}{W} +power=8 +subtype=Beast +toughness=8 +[/card] +[card] +text={1}{W}, {T}: Prevent all damage that would be dealt to target creature with power 5 or greater this turn. +id=174822 +name=Godtoucher +rarity=C +type=Creature +mana={3}{G} +power=2 +subtype=Elf Cleric +toughness=2 +[/card] +[card] +text={U}, {T}: Draw a card, then discard a card. {R}, {T}: Target creature can't block this turn. +id=174868 +name=Grixis Battlemage +rarity=U +type=Creature +mana={2}{B} +power=2 +subtype=Human Wizard +toughness=2 +[/card] +[card] +text=Choose one - Return target permanent to its owner's hand; or target creature gets -4/-4 until end of turn; or creatures you control get +2/+0 until end of turn. +id=137927 +name=Grixis Charm +rarity=U +type=Instant +mana={U}{B}{R} +[/card] +[card] +text={T}: Add {1} to your mana pool. {1}, {T}, Sacrifice Grixis Panorama: Search your library for a basic Island, Swamp, or Mountain card and put it into play tapped. Then shuffle your library. +id=179433 +name=Grixis Panorama +rarity=C +type=Land +[/card] +[card] +text=Flying Sacrifice Gustrider Exuberant: Creatures you control with power 5 or greater gain flying until end of turn. +id=174805 +name=Gustrider Exuberant +rarity=C +type=Creature +mana={2}{W} +power=1 +subtype=Human Wizard +toughness=2 +[/card] +[card] +text=Flying, haste At end of turn, sacrifice Hell's Thunder. Unearth {4}{R} ({4}{R}: Return this card from your graveyard to play. It gains haste. Remove it from the game at end of turn or if it would leave play. Unearth only as a sorcery.) +id=176455 +name=Hell's Thunder +rarity=R +type=Creature +mana={1}{R}{R} +power=4 +subtype=Elemental +toughness=4 +[/card] +[card] +text=Counter target spell that targets you or a permanent you control. Draw a card. +id=177598 +name=Hindering Light +rarity=C +type=Instant +mana={W}{U} +[/card] +[card] +text=Whenever another creature is put into a graveyard from play, you may have Hissing Iguanar deal 1 damage to target player. +id=174873 +name=Hissing Iguanar +rarity=C +type=Creature +mana={2}{R} +power=3 +subtype=Lizard +toughness=1 +[/card] +[card] +text={T}, Remove two cards in your graveyard from the game: Draw a card. If damage would be dealt to you, prevent that damage. Remove a card in your graveyard from the game for each 1 damage prevented this way. When there are no cards in your graveyard, you lose the game. +id=175125 +name=Immortal Coil +rarity=R +type=Artifact +mana={2}{B}{B} +[/card] +[card] +text=All creatures get -2/-2 until end of turn. +id=179424 +name=Infest +rarity=U +type=Sorcery +mana={1}{B}{B} +[/card] +[card] +text=Count the number of cards in your library. Your life total becomes that number. +id=175039 +name=Invincible Hymn +rarity=R +type=Sorcery +mana={6}{W}{W} +[/card] +[card] +text=Jhessian Infiltrator is unblockable. +id=175392 +name=Jhessian Infiltrator +rarity=U +type=Creature +mana={G}{U} +power=2 +subtype=Human Rogue +toughness=2 +[/card] +[card] +text={B}, {T}: Target player loses 1 life. {G}, {T}: Put a 1/1 green Saproling creature token into play. +id=175050 +name=Jund Battlemage +rarity=U +type=Creature +mana={2}{R} +power=2 +subtype=Human Shaman +toughness=2 +[/card] +[card] +text=Choose one - Remove target player's graveyard from the game; or Jund Charm deals 2 damage to each creature; or put two +1/+1 counters on target creature. +id=137900 +name=Jund Charm +rarity=U +type=Instant +mana={B}{R}{G} +[/card] +[card] +text={T}: Add {1} to your mana pool. {1}, {T}, Sacrifice Jund Panorama: Search your library for a basic Swamp, Mountain, or Forest card and put it into play tapped. Then shuffle your library. +id=179425 +name=Jund Panorama +rarity=C +type=Land +[/card] +[card] +text=Jungle Shrine comes into play tapped. {T}: Add {R}, {G}, or {W} to your mana pool. +id=175060 +name=Jungle Shrine +rarity=U +type=Land +[/card] +[card] +text=Reach (This can block creatures with flying.) Cycling {2} ({2}, Discard this card: Draw a card.) +id=175262 +name=Jungle Weaver +rarity=C +type=Creature +mana={5}{G}{G} +power=5 +subtype=Spider +toughness=6 +[/card] +[card] +text=Flying Unearth {2}{U} ({2}{U}: Return this card from your graveyard to play. It gains haste. Remove it from the game at end of turn or if it would leave play. Unearth only as a sorcery.) +id=174837 +name=Kathari Screecher +rarity=C +type=Creature +mana={2}{U} +power=2 +subtype=Bird Soldier +toughness=2 +[/card] +[card] +text=Deathtouch (Whenever this creature deals damage to a creature, destroy that creature.) Kederekt Creeper can't be blocked except by two or more creatures. +id=179430 +name=Kederekt Creeper +rarity=C +type=Creature +mana={U}{B}{R} +power=2 +subtype=Horror +toughness=3 +[/card] +[card] +text=When Kederekt Leviathan comes into play, return all other nonland permanents to their owners' hands. Unearth {6}{U} ({6}{U}: Return this card from your graveyard to play. It gains haste. Remove it from the game at end of turn or if it would leave play. Unearth only as a sorcery.) +id=174882 +name=Kederekt Leviathan +rarity=R +type=Creature +mana={6}{U}{U} +power=5 +subtype=Leviathan +toughness=5 +[/card] +[card] +text=Whenever a player taps a Mountain, Forest, or Plains for mana, that player adds one mana to his or her mana pool of any type that land produced. +id=175033 +name=Keeper of Progenitus +rarity=R +type=Creature +mana={3}{G} +power=1 +subtype=Elf Druid +toughness=3 +[/card] +[card] +text=Target player gains 7 life and draws two cards. +id=174976 +name=Kiss of the Amesha +rarity=U +type=Sorcery +mana={4}{W}{U} +[/card] +[card] +text=First strike When Knight of the White Orchid comes into play, if an opponent controls more lands than you, you may search your library for a Plains card, put it into play, then shuffle your library. +id=178094 +name=Knight of the White Orchid +rarity=R +type=Creature +mana={W}{W} +power=2 +subtype=Human Knight +toughness=2 +[/card] +[card] +text=When Knight-Captain of Eos comes into play, put two 1/1 white Soldier creature tokens into play. {W}, Sacrifice a Soldier: Prevent all combat damage that would be dealt this turn. +id=179421 +name=Knight-Captain of Eos +rarity=R +type=Creature +mana={4}{W} +power=2 +subtype=Human Knight +toughness=2 +[/card] +[card] +text=Whenever another creature is put into a graveyard from play, you may put X +1/+1 counters on Kresh the Bloodbraided, where X is that creature's power. +id=174876 +name=Kresh the Bloodbraided +rarity=M +type=Legendary Creature +mana={2}{B}{R}{G} +power=3 +subtype=Human Warrior +toughness=3 +[/card] +[card] +text=If you would lose the game, instead shuffle your hand, your graveyard, and all permanents you own into your library, then draw seven cards and your life total becomes 20. +id=174818 +name=Lich's Mirror +rarity=M +type=Artifact +mana={5} +[/card] +[card] +text=Enchant land Enchanted land is a Mountain, Forest, and Plains. +id=176441 +name=Lush Growth +rarity=C +type=Enchantment +mana={G} +subtype=Aura +[/card] +[card] +text=Magma Spray deals 2 damage to target creature. If that creature would be put into a graveyard this turn, remove it from the game instead. +id=175245 +name=Magma Spray +rarity=C +type=Instant +mana={R} +[/card] +[card] +text=Whenever you play a spell, Manaplasm gets +X/+X until end of turn, where X is that spell's converted mana cost. +id=175006 +name=Manaplasm +rarity=R +type=Creature +mana={2}{G} +power=1 +subtype=Ooze +toughness=1 +[/card] +[card] +text={T}: You gain 1 life. +id=175249 +name=Marble Chalice +rarity=C +type=Artifact +mana={2}{W} +[/card] +[card] +text=Master of Etherium's power and toughness are each equal to the number of artifacts you control. Other artifact creatures you control get +1/+1. +id=175114 +name=Master of Etherium +rarity=R +type=Artifact Creature +mana={2}{U} +power=* +subtype=Vedalken Wizard +toughness=* +[/card] +[card] +text={3}{R}{G}{W}, {T}: Look at the top five cards of your library. You may put a creature card with power 5 or greater from among them into play. Put the rest on the bottom of your library in any order. +id=175058 +name=Mayael the Anima +rarity=M +type=Legendary Creature +mana={R}{G}{W} +power=2 +subtype=Elf Shaman +toughness=3 +[/card] +[card] +text=Whenever an opponent plays a spell, that player puts the top two cards of his or her library into his or her graveyard. +id=175108 +name=Memory Erosion +rarity=R +type=Enchantment +mana={1}{U}{U} +[/card] +[card] +text=Whenever a creature with power 5 or greater comes into play under your control, you may put two +1/+1 counters on it. +id=178097 +name=Mighty Emergence +rarity=U +type=Enchantment +mana={2}{G} +[/card] +[card] +text=Players can't search libraries. +id=175385 +name=Mindlock Orb +rarity=R +type=Artifact +mana={3}{U} +[/card] +[card] +text=Whenever a nontoken creature comes into play under your control, you may pay {2}. If you do, put a token into play that's a copy of that creature. That token has haste and "At end of turn, sacrifice this permanent." +id=174796 +name=Minion Reflector +rarity=R +type=Artifact +mana={5} +[/card] +[card] +text={1}: Target creature with power 5 or greater gains trample until end of turn. +id=174787 +name=Mosstodon +rarity=C +type=Creature +mana={4}{G} +power=5 +subtype=Plant Elephant +toughness=3 +[/card] +[card] +text=Devour 2 (As this comes into play, you may sacrifice any number of creatures. This creature comes into play with twice that many +1/+1 counters on it.) At the beginning of your upkeep, put a 1/1 green Saproling creature token into play for each +1/+1 counter on Mycoloth. +id=174975 +name=Mycoloth +rarity=R +type=Creature +mana={3}{G}{G} +power=4 +subtype=Fungus +toughness=4 +[/card] +[card] +text={R}, {T}: Target creature gets +2/+0 until end of turn. {W}, {T}: Tap target creature. +id=174944 +name=Naya Battlemage +rarity=U +type=Creature +mana={2}{G} +power=2 +subtype=Human Shaman +toughness=2 +[/card] +[card] +text=Choose one - Naya Charm deals 3 damage to target creature; or return target card in a graveyard to its owner's hand; or tap all creatures target player controls. +id=137905 +name=Naya Charm +rarity=U +type=Instant +mana={R}{G}{W} +[/card] +[card] +text={T}: Add {1} to your mana pool. {1}, {T}, Sacrifice Naya Panorama: Search your library for a basic Mountain, Forest, or Plains card and put it into play tapped. Then shuffle your library. +id=179423 +name=Naya Panorama +rarity=C +type=Land +[/card] +[card] +text={2}: Remove target creature card in a graveyard from the game. Put a 1/1 green Saproling creature token into play. +id=175023 +name=Necrogenesis +rarity=U +type=Enchantment +mana={B}{G} +[/card] +[card] +text=When Oblivion Ring comes into play, remove another target nonland permanent from the game. When Oblivion Ring leaves play, return the removed card to play under its owner's control. +id=174909 +name=Oblivion Ring +rarity=C +type=Enchantment +mana={2}{W} +[/card] +[card] +text={T}: Target player loses 1 life. +id=174831 +name=Onyx Goblet +rarity=C +type=Artifact +mana={2}{B} +[/card] +[card] +text={1}{G}, Sacrifice a non-Ooze creature: Put an X/X green Ooze creature token into play, where X is the sacrificed creature's power. Play this ability only any time you could play a sorcery. +id=174886 +name=Ooze Garden +rarity=R +type=Enchantment +mana={1}{G} +[/card] +[card] +text=Flying, haste Devour 2 (As this comes into play, you may sacrifice any number of creatures. This creature comes into play with twice that many +1/+1 counters on it.) +id=174968 +name=Predator Dragon +rarity=R +type=Creature +mana={3}{R}{R}{R} +power=4 +subtype=Dragon +toughness=4 +[/card] +[card] +text=Whenever a permanent an opponent controls is put into a graveyard, put that card into play under your control unless that opponent pays 3 life. +id=175106 +name=Prince of Thralls +rarity=M +type=Creature +mana={4}{U}{B}{B}{R} +power=7 +subtype=Demon +toughness=7 +[/card] +[card] +text={4}{W}, {T}, Sacrifice Protomatter Powder: Return target artifact card from your graveyard to play. +id=174833 +name=Protomatter Powder +rarity=U +type=Artifact +mana={2}{U} +[/card] +[card] +text=Counter target spell. Its controller loses 3 life and you gain 3 life. +id=176450 +name=Punish Ignorance +rarity=R +type=Instant +mana={W}{U}{U}{B} +[/card] +[card] +text={U}, {T}: Put a 0/1 blue Homunculus artifact creature token into play. At the beginning of your upkeep, sacrifice a Homunculus. +id=175012 +name=Puppet Conjurer +rarity=U +type=Artifact Creature +mana={1}{B} +power=1 +subtype=Human Wizard +toughness=2 +[/card] +[card] +text=Reach If a creature is attacking you and you control a Forest and a Plains, you may play Qasali Ambusher without paying its mana cost and as though it had flash. +id=174869 +name=Qasali Ambusher +rarity=U +type=Creature +mana={1}{G}{W} +power=2 +subtype=Cat Warrior +toughness=3 +[/card] +[card] +text=Equipped creature has deathtouch. Whenever equipped creature deals combat damage to a player, that player loses half his or her life, rounded up. Equip {3} +id=185774 +name=Quietus Spike +rarity=R +type=Artifact +mana={3} +subtype=Equipment +[/card] +[card] +text=Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.) Whenever a creature you control attacks alone, it gains double strike until end of turn. +id=174948 +name=Rafiq of the Many +rarity=M +type=Legendary Creature +mana={1}{G}{W}{U} +power=3 +subtype=Human Knight +toughness=3 +[/card] +[card] +text={1}: Target creature with power 5 or greater gains first strike until end of turn. +id=175253 +name=Rakeclaw Gargantuan +rarity=C +type=Creature +mana={2}{R}{G}{W} +power=5 +subtype=Beast +toughness=3 +[/card] +[card] +text=When Ranger of Eos comes into play, you may search your library for up to two creature cards with converted mana cost 1 or less, reveal them, and put them into your hand. If you do, shuffle your library. +id=174823 +name=Ranger of Eos +rarity=R +type=Creature +mana={3}{W} +power=3 +subtype=Human Soldier +toughness=2 +[/card] +[card] +text=When Realm Razer comes into play, remove all lands from the game. When Realm Razer leaves play, return the removed cards to play tapped under their owners' control. +id=179422 +name=Realm Razer +rarity=R +type=Creature +mana={3}{R}{G}{W} +power=4 +subtype=Beast +toughness=2 +[/card] +[card] +text={T}: Target player removes a card in his or her graveyard from the game. {1}, Remove Relic of Progenitus from the game: Remove all graveyards from the game. Draw a card. +id=174824 +name=Relic of Progenitus +rarity=C +type=Artifact +mana={1} +[/card] +[card] +text=Target creature gets +3/+3 until end of turn. Cycling {5}{R}{G}{W} ({5}{R}{G}{W}, Discard this card: Draw a card.) When you cycle Resounding Roar, target creature gets +6/+6 until end of turn. +id=174901 +name=Resounding Roar +rarity=C +type=Instant +mana={1}{G} +[/card] +[card] +text=Target player discards a card at random. Cycling {5}{U}{B}{R} ({5}{U}{B}{R}, Discard this card: Draw a card.) When you cycle Resounding Scream, target player discards two cards at random. +id=176444 +name=Resounding Scream +rarity=C +type=Sorcery +mana={2}{B} +[/card] +[card] +text=Remove target attacking creature from the game. Cycling {5}{G}{W}{U} ({5}{G}{W}{U}, Discard this card: Draw a card.) When you cycle Resounding Silence, remove up to two target attacking creatures from the game. +id=174985 +name=Resounding Silence +rarity=C +type=Instant +mana={3}{W} +[/card] +[card] +text=Resounding Thunder deals 3 damage to target creature or player. Cycling {5}{B}{R}{G} ({5}{B}{R}{G}, Discard this card: Draw a card.) When you cycle Resounding Thunder, it deals 6 damage to target creature or player. +id=175043 +name=Resounding Thunder +rarity=C +type=Instant +mana={2}{R} +[/card] +[card] +text=Return target permanent to its owner's hand. Cycling {5}{W}{U}{B} ({5}{W}{U}{B}, Discard this card: Draw a card.) When you cycle Resounding Wave, return two target permanents to their owners' hands. +id=175098 +name=Resounding Wave +rarity=C +type=Instant +mana={2}{U} +[/card] +[card] +text=Cycling {2} ({2}, Discard this card: Draw a card.) +id=175257 +name=Ridge Rannet +rarity=C +type=Creature +mana={5}{R}{R} +power=6 +subtype=Beast +toughness=4 +[/card] +[card] +text={4}{G}: Rockcaster Platoon deals 2 damage to each creature with flying and each player. +id=175024 +name=Rockcaster Platoon +rarity=U +type=Creature +mana={5}{W}{W} +power=5 +subtype=Rhino Soldier +toughness=7 +[/card] +[card] +text=First strike Whenever another creature is put into a graveyard from play, you may put a +1/+1 counter on Rockslide Elemental. +id=174988 +name=Rockslide Elemental +rarity=U +type=Creature +mana={2}{R} +power=1 +subtype=Elemental +toughness=1 +[/card] +[card] +text={T}: Reveal any number of creature cards with power 5 or greater from your hand. Add {G} to your mana pool for each card revealed this way. +id=174828 +name=Sacellum Godspeaker +rarity=R +type=Creature +mana={2}{G} +power=2 +subtype=Elf Druid +toughness=2 +[/card] +[card] +text=You may sacrifice three artifacts rather than pay Salvage Titan's mana cost. Remove three artifact cards in your graveyard from the game: Return Salvage Titan from your graveyard to your hand. +id=174900 +name=Salvage Titan +rarity=R +type=Artifact Creature +mana={4}{B}{B} +power=6 +subtype=Golem +toughness=4 +[/card] +[card] +text=Flying When Sanctum Gargoyle comes into play, you may return target artifact card from your graveyard to your hand. +id=174925 +name=Sanctum Gargoyle +rarity=C +type=Artifact Creature +mana={3}{W} +power=2 +subtype=Gargoyle +toughness=3 +[/card] +[card] +text=+1: Creatures you control get +1/+1 and gain haste until end of turn. -2: Gain control of target creature until end of turn. Untap that creature. It gains haste until end of turn. -6: Put five 4/4 red Dragon creature tokens with flying into play. +id=174983 +name=Sarkhan Vol +rarity=M +type=Planeswalker +mana={2}{R}{G} +subtype=Sarkhan +toughness=4 +[/card] +[card] +text=Enchant creature Enchanted creature gets +1/+0 and has trample. Cycling {2} ({2}, Discard this card: Draw a card.) +id=174941 +name=Savage Hunger +rarity=C +type=Enchantment +mana={2}{G} +subtype=Aura +[/card] +[card] +text=Savage Lands comes into play tapped. {T}: Add {B}, {R}, or {G} to your mana pool. +id=174877 +name=Savage Lands +rarity=U +type=Land +[/card] +[card] +text=Flying Whenever another creature is put into a graveyard from play, you may put a +1/+1 counter on Scavenger Drake. +id=174987 +name=Scavenger Drake +rarity=U +type=Creature +mana={3}{B} +power=1 +subtype=Drake +toughness=1 +[/card] +[card] +text=When Scourge Devil comes into play, creatures you control get +1/+0 until end of turn. Unearth {2}{R} ({2}{R}: Return this card from your graveyard to play. It gains haste. Remove it from the game at end of turn or if it would leave play. Unearth only as a sorcery.) +id=174845 +name=Scourge Devil +rarity=U +type=Creature +mana={4}{R} +power=3 +subtype=Devil +toughness=3 +[/card] +[card] +text={T}, Sacrifice Scourglass: Destroy all permanents except for artifacts and lands. Play this ability only during your upkeep. +id=174853 +name=Scourglass +rarity=R +type=Artifact +mana={3}{W}{W} +[/card] +[card] +text=Seaside Citadel comes into play tapped. {T}: Add {G}, {W}, or {U} to your mana pool. +id=174950 +name=Seaside Citadel +rarity=U +type=Land +[/card] +[card] +text=Flying Whenever Sedraxis Specter deals combat damage to a player, that player discards a card. Unearth {1}{B} ({1}{B}: Return this card from your graveyard to play. It gains haste. Remove it from the game at end of turn or if it would leave play. Unearth only as a sorcery.) +id=174838 +name=Sedraxis Specter +rarity=R +type=Creature +mana={U}{B}{R} +power=3 +subtype=Specter +toughness=2 +[/card] +[card] +text=Each creature card in your graveyard has unearth {2}{B}. ({2}{B}: Return the card to play. The creature gains haste. Remove it from the game at end of turn or if it would leave play. Unearth only as a sorcery.) +id=175111 +name=Sedris, the Traitor King +rarity=M +type=Legendary Creature +mana={3}{U}{B}{R} +power=5 +subtype=Zombie Warrior +toughness=5 +[/card] +[card] +text=Remove target card in a graveyard from the game. You gain 3 life. +id=177473 +name=Shadowfeed +rarity=C +type=Instant +mana={B} +[/card] +[card] +text=Flying Whenever an artifact creature you control deals combat damage to a player, you may put a 1/1 blue Thopter artifact creature token with flying into play. +id=174881 +name=Sharding Sphinx +rarity=R +type=Artifact Creature +mana={4}{U}{U} +power=4 +subtype=Sphinx +toughness=4 +[/card] +[card] +text=Flying When Sharuum the Hegemon comes into play, you may return target artifact card from your graveyard to play. +id=175127 +name=Sharuum the Hegemon +rarity=M +type=Legendary Artifact Creature +mana={3}{W}{U}{B} +power=5 +subtype=Sphinx +toughness=5 +[/card] +[card] +text=Until end of turn, target creature you control gets +3/+3 and other creatures you control get +1/+1. +id=177597 +name=Sigil Blessing +rarity=C +type=Instant +mana={G}{W} +[/card] +[card] +text=Sigil of Distinction comes into play with X charge counters on it. Equipped creature gets +1/+1 for each charge counter on Sigil of Distinction. Equip-Remove a charge counter from Sigil of Distinction. +id=174867 +name=Sigil of Distinction +rarity=R +type=Artifact +mana={X} +subtype=Equipment +[/card] +[card] +text=Flying {B}, Sacrifice a creature: Regenerate Skeletal Kathari. +id=175119 +name=Skeletal Kathari +rarity=C +type=Creature +mana={4}{B} +power=3 +subtype=Bird Skeleton +toughness=2 +[/card] +[card] +text=Skeletonize deals 3 damage to target creature. When a creature dealt damage this way is put into a graveyard this turn, put a 1/1 black Skeleton creature token into play with "{B}: Regenerate this creature." +id=175070 +name=Skeletonize +rarity=U +type=Instant +mana={4}{R} +[/card] +[card] +text=Play with the top card of your library revealed. As long as the top card of your library is an artifact or creature card, Skill Borrower has all activated abilities of that card. (If any of the abilities use that card's name, use this creature's name instead.) +id=179428 +name=Skill Borrower +rarity=R +type=Artifact Creature +mana={2}{U} +power=1 +subtype=Human Wizard +toughness=3 +[/card] +[card] +text=Devour 1 (As this comes into play, you may sacrifice any number of creatures. This creature comes into play with that many +1/+1 counters on it.) When Skullmulcher comes into play, draw a card for each creature it devoured. +id=176436 +name=Skullmulcher +rarity=R +type=Creature +mana={4}{G} +power=3 +subtype=Elemental +toughness=3 +[/card] +[card] +text=Target creature you control in play deals damage equal to its power to target creature or player. +id=174951 +name=Soul's Fire +rarity=C +type=Instant +mana={2}{R} +[/card] +[card] +text=You gain life equal to target creature's power. +id=174813 +name=Soul's Grace +rarity=C +type=Instant +mana={1}{W} +[/card] +[card] +text=Put X +1/+1 counters on target creature, where X is that creature's power. +id=174808 +name=Soul's Might +rarity=C +type=Sorcery +mana={4}{G} +[/card] +[card] +text=Spearbreaker Behemoth is indestructible. {1}: Target creature with power 5 or greater is indestructible this turn. +id=174916 +name=Spearbreaker Behemoth +rarity=R +type=Creature +mana={5}{G}{G} +power=5 +subtype=Beast +toughness=5 +[/card] +[card] +text=Counter target spell unless its controller pays {1}. Cycling {2} ({2}, Discard this card: Draw a card.) +id=175038 +name=Spell Snip +rarity=C +type=Instant +mana={2}{U} +[/card] +[card] +text=Flying At the end of your turn, you gain 3 life if Sphinx Sovereign is untapped. Otherwise, each opponent loses 3 life. +id=175107 +name=Sphinx Sovereign +rarity=M +type=Artifact Creature +mana={4}{W}{U}{U}{B} +power=6 +subtype=Sphinx +toughness=6 +[/card] +[card] +text={2}{U}, {T}, Sacrifice a white creature, a blue creature, and a black creature: Search your library for a card named Sphinx Sovereign and put it into play. Then shuffle your library. +id=175242 +name=Sphinx's Herald +rarity=U +type=Artifact Creature +mana={U} +power=1 +subtype=Vedalken Wizard +toughness=1 +[/card] +[card] +text=When Sprouting Thrinax is put into a graveyard from play, put three 1/1 green Saproling creature tokens into play. +id=174863 +name=Sprouting Thrinax +rarity=U +type=Creature +mana={B}{R}{G} +power=3 +subtype=Lizard +toughness=3 +[/card] +[card] +text=Steelclad Serpent can't attack unless you control another artifact. +id=175009 +name=Steelclad Serpent +rarity=C +type=Artifact Creature +mana={5}{U} +power=4 +subtype=Serpent +toughness=5 +[/card] +[card] +text=Flying, vigilance Players can't untap more than one creature during their untap steps. +id=175396 +name=Stoic Angel +rarity=R +type=Creature +mana={1}{G}{W}{U} +power=3 +subtype=Angel +toughness=4 +[/card] +[card] +text=At the end of your turn, if you control a creature with power 5 or greater, you may gain 2 life. {T}: Add {1} to your mana pool. +id=175122 +name=Sunseed Nurturer +rarity=U +type=Creature +mana={2}{W} +power=1 +subtype=Human Druid Wizard +toughness=1 +[/card] +[card] +text=Change the target of target spell with a single target. +id=175010 +name=Swerve +rarity=U +type=Instant +mana={U}{R} +[/card] +[card] +text=Devour 2 (As this comes into play, you may sacrifice any number of creatures. This creature comes into play with twice that many +1/+1 counters on it.) When Tar Fiend comes into play, target player discards a card for each creature it devoured. +id=175101 +name=Tar Fiend +rarity=R +type=Creature +mana={5}{B} +power=4 +subtype=Elemental +toughness=4 +[/card] +[card] +text=+1: Untap up to two target artifacts. -X: Search your library for an artifact card with converted mana cost X or less and put it into play. Then shuffle your library. -5: Artifacts you control become 5/5 artifact creatures until end of turn. +id=174912 +name=Tezzeret the Seeker +rarity=M +type=Planeswalker +mana={3}{U}{U} +subtype=Tezzeret +toughness=4 +[/card] +[card] +text=Devour 2 (As this comes into play, you may sacrifice any number of creatures. This creature comes into play with twice that many +1/+1 counters on it.) {G}: Thorn-Thrash Viashino gains trample until end of turn. +id=175064 +name=Thorn-Thrash Viashino +rarity=C +type=Creature +mana={3}{R} +power=2 +subtype=Viashino Warrior +toughness=2 +[/card] +[card] +text={U}{B}, {T}: Target player loses 1 life and reveals his or her hand. +id=177601 +name=Thoughtcutter Agent +rarity=U +type=Artifact Creature +mana={U}{B} +power=1 +subtype=Human Rogue +toughness=1 +[/card] +[card] +text=Devour 3 (As this comes into play, you may sacrifice any number of creatures. This creature comes into play with three times that many +1/+1 counters on it.) +id=174870 +name=Thunder-Thrash Elder +rarity=U +type=Creature +mana={2}{R} +power=1 +subtype=Viashino Warrior +toughness=1 +[/card] +[card] +text=When Tidehollow Sculler comes into play, target opponent reveals his or her hand and you choose a nonland card from it. Remove that card from the game. When Tidehollow Sculler leaves play, return the removed card to its owner's hand. +id=175054 +name=Tidehollow Sculler +rarity=U +type=Artifact Creature +mana={W}{B} +power=2 +subtype=Zombie +toughness=2 +[/card] +[card] +text=Flying Deathtouch (Whenever this creature deals damage to a creature, destroy that creature.) +id=175015 +name=Tidehollow Strix +rarity=C +type=Artifact Creature +mana={U}{B} +power=2 +subtype=Bird +toughness=1 +[/card] +[card] +text=Until end of turn, creatures you control get +5/+5 and gain first strike, lifelink, and trample. +id=174839 +name=Titanic Ultimatum +rarity=R +type=Sorcery +mana={R}{R}{G}{G}{G}{W}{W} +[/card] +[card] +text=Tap an untapped creature you control: Topan Ascetic gets +1/+1 until end of turn. +id=174999 +name=Topan Ascetic +rarity=U +type=Creature +mana={2}{G} +power=2 +subtype=Human Monk +toughness=2 +[/card] +[card] +text=Creatures you control gain shroud until end of turn. (They can't be the targets of spells or abilities.) +id=179432 +name=Tortoise Formation +rarity=C +type=Instant +mana={3}{U} +[/card] +[card] +text={R}: Undead Leotau gets +1/-1 until end of turn. Unearth {2}{B} ({2}{B}: Return this card from your graveyard to play. It gains haste. Remove it from the game at end of turn or if it would leave play. Unearth only as a sorcery.) +id=176452 +name=Undead Leotau +rarity=C +type=Creature +mana={5}{B} +power=3 +subtype=Zombie Cat +toughness=4 +[/card] +[card] +text={2}{B}: Vectis Silencers gains deathtouch until end of turn. (Whenever it deals damage to a creature, destroy that creature.) +id=175147 +name=Vectis Silencers +rarity=C +type=Artifact Creature +mana={2}{U} +power=1 +subtype=Human Rogue +toughness=2 +[/card] +[card] +text=Flying {R}, {T}: Vein Drinker deals damage equal to its power to target creature. That creature deals damage equal to its power to Vein Drinker. Whenever a creature dealt damage by Vein Drinker this turn is put into a graveyard, put a +1/+1 counter on Vein Drinker. +id=175004 +name=Vein Drinker +rarity=R +type=Creature +mana={4}{B}{B} +power=4 +subtype=Vampire +toughness=4 +[/card] +[card] +text={1}{B}, Discard a card: Regenerate Viashino Skeleton. +id=175097 +name=Viashino Skeleton +rarity=C +type=Creature +mana={3}{R} +power=2 +subtype=Viashino Skeleton +toughness=1 +[/card] +[card] +text=Whenever a creature is put into a graveyard from play, you may have Vicious Shadows deal damage to target player equal to the number of cards in that player's hand. +id=175048 +name=Vicious Shadows +rarity=R +type=Enchantment +mana={6}{R} +[/card] +[card] +text=Destroy three target permanents. +id=175135 +name=Violent Ultimatum +rarity=R +type=Sorcery +mana={B}{B}{R}{R}{R}{G}{G} +[/card] +[card] +text=Cycling {2} ({2}, Discard this card: Draw a card.) Unearth {1}{B} ({1}{B}: Return this card from your graveyard to play. It gains haste. Remove it from the game at end of turn or if it would leave play. Unearth only as a sorcery.) +id=175144 +name=Viscera Dragger +rarity=C +type=Creature +mana={3}{B} +power=3 +subtype=Zombie Ogre Warrior +toughness=3 +[/card] +[card] +text={T}: Vithian Stinger deals 1 damage to target creature or player. Unearth {1}{R} ({1}{R}: Return this card from your graveyard to play. It gains haste. Remove it from the game at end of turn or if it would leave play. Unearth only as a sorcery.) +id=174922 +name=Vithian Stinger +rarity=C +type=Creature +mana={2}{R} +power=0 +subtype=Human Shaman +toughness=1 +[/card] +[card] +text=Destroy target artifact or land. Cycling {2} ({2}, Discard this card: Draw a card.) +id=174889 +name=Volcanic Submersion +rarity=C +type=Sorcery +mana={4}{R} +[/card] +[card] +text=Flying When Welkin Guide comes into play, target creature gets +2/+2 and gains flying until end of turn. +id=178096 +name=Welkin Guide +rarity=C +type=Creature +mana={4}{W} +power=2 +subtype=Bird Cleric +toughness=2 +[/card] +[card] +text=Whenever a creature with power 5 or greater comes into play under your control, you may have Where Ancients Tread deal 5 damage to target creature or player. +id=175115 +name=Where Ancients Tread +rarity=R +type=Enchantment +mana={4}{R} +[/card] +[card] +text=Wild Nacatl gets +1/+1 as long as you control a Mountain. Wild Nacatl gets +1/+1 as long as you control a Plains. +id=174989 +name=Wild Nacatl +rarity=C +type=Creature +mana={G} +power=1 +subtype=Cat Warrior +toughness=1 +[/card] +[card] +text=Lifelink (Whenever this creature deals damage, you gain that much life.) Windwright Mage has flying as long as an artifact card is in your graveyard. +id=175014 +name=Windwright Mage +rarity=C +type=Artifact Creature +mana={W}{U}{B} +power=2 +subtype=Human Wizard +toughness=2 +[/card] +[card] +text=Cycling {2} ({2}, Discard this card: Draw a card.) +id=175078 +name=Yoked Plowbeast +rarity=C +type=Creature +mana={5}{W}{W} +power=5 +subtype=Beast +toughness=5 +[/card] diff --git a/projects/mtg/bin/Res/sets/EVE/_cards.dat b/projects/mtg/bin/Res/sets/EVE/_cards.dat new file mode 100644 index 000000000..e2c83bddb --- /dev/null +++ b/projects/mtg/bin/Res/sets/EVE/_cards.dat @@ -0,0 +1,332 @@ +[card] +text={T}: Add {1} to your mana pool. {UR}, {T}: Add {U}{U}, {U}{R}, or {R}{R} to your mana pool. +auto={T}: Add {1} +auto={UR}{T}: Add {U}{U} +auto={UR}{T}: Add {U}{R} +auto={UR}{T}: Add {R}{R} +id=153433 +name=Cascade Bluffs +rarity=R +type=Land +[/card] +[card] +text=Choose any number of target creatures. Each of those creatures gains persist until end of turn. (When it's put into a graveyard from play, if it had no -1/-1 counters on it, return it to play under its owner's control with a -1/-1 counter on it.) +target=creatures +auto=:persist +id=151060 +name=Cauldron Haze +rarity=U +type=Instant +mana={1}{WB} +[/card] +[card] +text=Target creature gains double strike until end of turn. (It deals both first-strike and regular combat damage.) +target=creature +auto=:double strike +id=153039 +name=Double Cleave +rarity=C +type=Instant +mana={1}{RW} +[/card] +[card] +text=Wither (This deals damage to creatures in the form of -1/-1 counters.) {RW}: Duergar Cave-Guard gets +1/+0 until end of turn. +abilities=wither +auto={RW}:1/0 +id=153437 +name=Duergar Cave-Guard +rarity=U +type=Creature +mana={3}{R} +power=1 +subtype=Dwarf Warrior +toughness=3 +[/card] +[card] +text=Trample +abilities=trample +id=151164 +name=Duskdale Wurm +rarity=U +type=Creature +mana={5}{G}{G} +power=7 +subtype=Wurm +toughness=7 +[/card] +[card] +text={T}: Add {1} to your mana pool. {WB}, {T}: Add {W}{W}, {W}{B}, or {B}{B} to your mana pool. +auto={T}: Add {1} +auto={WB}{T}: Add {W}{W} +auto={WB}{T}: Add {W}{B} +auto={WB}{T}: Add {B}{B} +id=153446 +name=Fetid Heath +rarity=R +type=Land +[/card] +[card] +text=Flame Jab deals 1 damage to target creature or player. Retrace (You may play this card from your graveyard by discarding a land card in addition to paying its other costs.) +target=player,creature +abilities=retrace +auto=damage:1 +id=153432 +name=Flame Jab +rarity=C +type=Sorcery +mana={R} +[/card] +[card] +text={T}: Add {1} to your mana pool. {GU}, {T}: Add {G}{G}, {G}{U}, or {U}{U} to your mana pool. +auto={T}: Add {1} +auto={GU}{T}: Add {G}{G} +auto={GU}{T}: Add {G}{U} +auto={GU}{T}: Add {U}{U} +id=153481 +name=Flooded Grove +rarity=R +type=Land +[/card] +[card] +text=Wither (This deals damage to creatures in the form of -1/-1 counters.) +abilities=wither +id=152089 +name=Harvest Gwyllion +rarity=C +type=Creature +mana={2}{WB}{WB} +power=2 +subtype=Hag +toughness=4 +[/card] +[card] +text=Double strike +abilities=double strike +id=157201 +name=Hearthfire Hobgoblin +rarity=U +type=Creature +mana={RW}{RW}{RW} +power=2 +subtype=Goblin Soldier +toughness=2 +[/card] +[card] +text=Flying, first strike +abilities=flying, first strike +id=151090 +name=Hobgoblin Dragoon +rarity=C +type=Creature +mana={2}{RW} +power=1 +subtype=Goblin Knight +toughness=2 +[/card] +[card] +text=Fear Persist (When this creature is put into a graveyard from play, if it had no -1/-1 counters on it, return it to play under its owner's control with a -1/-1 counter on it.) +abilities=fear,persist +id=147437 +name=Lingering Tormentor +rarity=U +type=Creature +mana={3}{B} +power=2 +subtype=Spirit +toughness=2 +[/card] +[card] +text=Target creature gets +4/+4 until end of turn. Retrace (You may play this card from your graveyard by discarding a land card in addition to paying its other costs.) +target=creature +auto=:+4/+4 +abilities=retrace +id=153441 +name=Monstrify +rarity=C +type=Sorcery +mana={3}{G} +[/card] +[card] +text=Lifelink (Whenever this creature deals damage, you gain that much life.) +abilities=lifelink +id=150986 +name=Nip Gwyllion +rarity=C +type=Creature +mana={WB} +power=1 +subtype=Hag +toughness=1 +[/card] +[card] +text={1}{BG}: Regenerate Odious Trow. +auto={1}{BG}:regenerate +id=150977 +name=Odious Trow +rarity=C +type=Creature +mana={BG} +power=1 +subtype=Troll +toughness=1 +[/card] +[card] +text=Wither (This deals damage to creatures in the form of -1/-1 counters.) Puncture Blast deals 3 damage to target creature or player. +target=creature,player +abilities=wither +auto=damage:3 +id=152034 +name=Puncture Blast +rarity=C +type=Instant +mana={2}{R} +[/card] +[card] +text=Wither (This deals damage to creatures in the form of -1/-1 counters.) Persist (When this creature is put into a graveyard from play, if it had no -1/-1 counters on it, return it to play under its owner's control with a -1/-1 counter on it.) +abilities=wither,persist +id=158902 +name=Rendclaw Trow +rarity=C +type=Creature +mana={2}{BG} +power=2 +subtype=Troll +toughness=2 +[/card] +[card] +text={WB}{WB}{WB}: Restless Apparition gets +3/+3 until end of turn. Persist (When this creature is put into a graveyard from play, if it had no -1/-1 counters on it, return it to play under its owner's control with a -1/-1 counter on it.) +abilities=persist +auto={WB}{WB}{WB}:+3/+3 +id=157291 +name=Restless Apparition +rarity=U +type=Creature +mana={WB}{WB}{WB} +power=2 +subtype=Spirit +toughness=2 +[/card] +[card] +text={T}: Add {1} to your mana pool. {RW}, {T}: Add {R}{R}, {R}{W}, or {W}{W} to your mana pool. +auto={T}: Add {1} +auto={RW}{T}: Add {R}{R} +auto={RW}{T}: Add {R}{W} +auto={RW}{T}: Add {W}{W} +id=153434 +name=Rugged Prairie +rarity=R +type=Land +[/card] +[card] +text=Wither (This deals damage to creatures in the form of -1/-1 counters.) +abilities=wither +id=157211 +name=Smoldering Butcher +rarity=C +type=Creature +mana={3}{B} +power=4 +subtype=Elemental Warrior +toughness=2 +[/card] +[card] +text=Swampwalk, forestwalk +abilities=Swampwalk, forestwalk +id=151120 +name=Stalker Hag +rarity=U +type=Creature +mana={BG}{BG}{BG} +power=3 +subtype=Hag +toughness=2 +[/card] +[card] +text=Protection from white and from black {WB}: Stillmoon Cavalier gains flying until end of turn. {WB}: Stillmoon Cavalier gains first strike until end of turn. {WB}{WB}: Stillmoon Cavalier gets +1/+0 until end of turn. +abilities=protection from black, protection from white +auto={WB}:flying +auto={WB}:first strike +auto={WB}{WB}:+1/+0 +id=153037 +name=Stillmoon Cavalier +rarity=R +type=Creature +mana={1}{WB}{WB} +power=2 +subtype=Zombie Knight +toughness=1 +[/card] +[card] +text={UR}: Stream Hopper gains flying until end of turn. +auto={UR}:flying +id=151124 +name=Stream Hopper +rarity=C +type=Creature +mana={UR} +power=1 +subtype=Goblin +toughness=1 +[/card] +[card] +text=Flying {WB}{WB}{WB}: Regenerate target creature. +abilities=flying +auto={WB}{WB}{WB}:Regenerate target(creature) +id=153420 +name=Suture Spirit +rarity=U +type=Creature +mana={1}{W} +power=1 +subtype=Spirit +toughness=1 +[/card] +[card] +text=Flying {UR}: Talonrend gets +1/-1 until end of turn. +abilities=flying +auto={UR}:+1/-1 +id=153430 +name=Talonrend +rarity=U +type=Creature +mana={4}{U} +power=0 +subtype=Elemental +toughness=5 +[/card] +[card] +text=Flash Persist (When this creature is put into a graveyard from play, if it had no -1/-1 counters on it, return it to play under its owner's control with a -1/-1 counter on it.) +abilities=flash,persist +id=152140 +name=Trapjaw Kelpie +rarity=C +type=Creature +mana={4}{GU}{GU} +power=3 +subtype=Beast +toughness=3 +[/card] +[card] +text={T}: Add {1} to your mana pool. {BG}, {T}: Add {B}{B}, {B}{G}, or {G}{G} to your mana pool. +auto={T}: Add {1} +auto={BG}{T}: Add {B}{B} +auto={BG}{T}: Add {B}{G} +auto={BG}{T}: Add {G}{G} +id=153425 +name=Twilight Mire +rarity=R +type=Land +[/card] +[card] +text=Wither (This deals damage to creatures in the form of -1/-1 counters.) {1}{G}: Twinblade Slasher gets +2/+2 until end of turn. Play this ability only once each turn. +abilities=wither +auto={1}{G}:2/2 limit:1 +id=153436 +name=Twinblade Slasher +rarity=U +type=Creature +mana={G} +power=1 +subtype=Elf Warrior +toughness=1 +[/card] diff --git a/projects/mtg/bin/Res/sets/EVE/todo.dat b/projects/mtg/bin/Res/sets/EVE/todo.dat new file mode 100644 index 000000000..d381fc60b --- /dev/null +++ b/projects/mtg/bin/Res/sets/EVE/todo.dat @@ -0,0 +1,1578 @@ +[card] +text=Sacrifice Aerie Ouphes: Aerie Ouphes deals damage equal to its power to target creature with flying. Persist (When this creature is put into a graveyard from play, if it had no -1/-1 counters on it, return it to play under its owner's control with a -1/-1 counter on it.) +id=153427 +name=Aerie Ouphes +rarity=C +type=Creature +mana={4}{G} +power=3 +subtype=Ouphe +toughness=3 +[/card] +[card] +text=Trample Altar Golem's power and toughness are each equal to the number of creatures in play. Altar Golem doesn't untap during your untap step. Tap five untapped creatures you control: Untap Altar Golem. +id=157974 +name=Altar Golem +rarity=R +type=Artifact Creature +mana={7} +power=* +subtype=Golem +toughness=* +[/card] +[card] +text={2}: Target white creature gains persist until end of turn. (When it's put into a graveyard from play, if it had no -1/-1 counters on it, return it to play under its owner's control with a -1/-1 counter on it.) +id=158293 +name=Antler Skulkin +rarity=C +type=Artifact Creature +mana={5} +power=3 +subtype=Scarecrow +toughness=3 +[/card] +[card] +text=Flying When Archon of Justice is put into a graveyard from play, remove target permanent from the game. +abilities=flying +id=146006 +name=Archon of Justice +rarity=R +type=Creature +mana={3}{W}{W} +power=4 +subtype=Archon +toughness=4 +[/card] +[card] +text=Whenever Ashling, the Extinguisher deals combat damage to a player, choose target creature that player controls. He or she sacrifices that creature. +id=151137 +name=Ashling, the Extinguisher +rarity=R +type=Legendary Creature +mana={2}{B}{B} +power=4 +subtype=Elemental Shaman +toughness=4 +[/card] +[card] +text=Other red creatures you control get +1/+1. Other white creatures you control get +1/+1. Whenever you play a red spell, Balefire Liege deals 3 damage to target player. Whenever you play a white spell, you gain 3 life. +id=158104 +name=Balefire Liege +rarity=R +type=Creature +mana={2}{RW}{RW}{RW} +power=2 +subtype=Spirit Horror +toughness=4 +[/card] +[card] +text={T}: Tap target creature. Whenever you play a white spell, you may untap Ballynock Trapper. +id=153480 +name=Ballynock Trapper +rarity=C +type=Creature +mana={3}{W} +power=2 +subtype=Kithkin Soldier +toughness=2 +[/card] +[card] +text=Until end of turn, target creature gains "{T}: Return target nonland permanent to its owner's hand." +id=154350 +name=Banishing Knack +rarity=C +type=Instant +mana={U} +[/card] +[card] +text=Whenever you play a spell that's both red and white, Battlegate Mimic becomes 4/2 and gains first strike until end of turn. +id=151165 +name=Battlegate Mimic +rarity=C +type=Creature +mana={1}{RW} +power=2 +subtype=Shapeshifter +toughness=1 +[/card] +[card] +text=Prevent all combat damage that would be dealt this turn if {W} was spent to play Batwing Brume. Each player loses 1 life for each attacking creature he or she controls if {B} was spent to play Batwing Brume. (Do both if {W}{B} was spent.) +id=157407 +name=Batwing Brume +rarity=U +type=Instant +mana={1}{WB} +[/card] +[card] +text=Remove target card in a graveyard from the game. Put a 1/1 white and black Spirit creature token with flying into play. +target=*|graveyard +id=157415 +name=Beckon Apparition +rarity=C +type=Instant +mana={WB} +[/card] +[card] +text=First strike Belligerent Hatchling comes into play with four -1/-1 counters on it. Whenever you play a red spell, remove a -1/-1 counter from Belligerent Hatchling. Whenever you play a white spell, remove a -1/-1 counter from Belligerent Hatchling. +abilities=first strike +id=153478 +name=Belligerent Hatchling +rarity=U +type=Creature +mana={3}{RW} +power=6 +subtype=Elemental +toughness=6 +[/card] +[card] +text=Flying Bloodied Ghost comes into play with a -1/-1 counter on it. +abilities=flying +id=151098 +name=Bloodied Ghost +rarity=U +type=Creature +mana={1}{WB}{WB} +power=3 +subtype=Spirit +toughness=3 +[/card] +[card] +text={T}: For each color among permanents you control, add one mana of that color to your mana pool. +id=158901 +name=Bloom Tender +rarity=R +type=Creature +mana={1}{G} +power=1 +subtype=Elf Druid +toughness=1 +[/card] +[card] +text=At the beginning of your upkeep, return a permanent you control to its owner's hand. +id=153419 +name=Cache Raiders +rarity=U +type=Creature +mana={3}{U}{U} +power=4 +subtype=Merfolk Rogue +toughness=4 +[/card] +[card] +text=Put a 5/5 blue and red Elemental creature token with flying into play. Retrace (You may play this card from your graveyard by discarding a land card in addition to paying its other costs.) +abilities=retrace +id=157400 +name=Call the Skybreaker +rarity=R +type=Sorcery +mana={5}{UR}{UR} +[/card] +[card] +text=As Canker Abomination comes into play, choose an opponent. Canker Abomination comes into play with a -1/-1 counter on it for each creature that player controls. +id=152033 +name=Canker Abomination +rarity=U +type=Creature +mana={2}{BG}{BG} +power=6 +subtype=Treefolk Horror +toughness=6 +[/card] +[card] +text=If {B} was spent to play Cankerous Thirst, you may have target creature get -3/-3 until end of turn. If {G} was spent to play Cankerous Thirst, you may have target creature get +3/+3 until end of turn. (Do both if {B}{G} was spent.) +id=157393 +name=Cankerous Thirst +rarity=U +type=Instant +mana={3}{BG} +[/card] +[card] +text=Put two 1/1 white Kithkin Soldier creature tokens into play. Retrace (You may play this card from your graveyard by discarding a land card in addition to paying its other costs.) +id=153469 +name=Cenn's Enlistment +rarity=C +type=Sorcery +mana={3}{W} +[/card] +[card] +text=Chaotic Backlash deals damage to target player equal to twice the number of white and/or blue permanents he or she controls. +id=158903 +name=Chaotic Backlash +rarity=U +type=Instant +mana={4}{R} +[/card] +[card] +text={T}: Cinder Pyromancer deals 1 damage to target player. Whenever you play a red spell, you may untap Cinder Pyromancer. +id=151067 +name=Cinder Pyromancer +rarity=C +type=Creature +mana={2}{R} +power=0 +subtype=Elemental Shaman +toughness=1 +[/card] +[card] +text=Enchant creature As long as enchanted creature is blue, it gets +1/+1 and has shroud. (It can't be the target of spells or abilities.) As long as enchanted creature is red, it gets +1/+1 and has haste. +id=152092 +name=Clout of the Dominus +rarity=C +type=Enchantment +mana={UR} +subtype=Aura +[/card] +[card] +text=Islandwalk Whenever Cold-Eyed Selkie deals combat damage to a player, you may draw that many cards. +abilities=islandwalk +id=153471 +name=Cold-Eyed Selkie +rarity=R +type=Creature +mana={1}{GU}{GU} +power=1 +subtype=Merfolk Rogue +toughness=1 +[/card] +[card] +text={UR}{UR}, {T}, Tap two untapped red creatures you control: Crackleburr deals 3 damage to target creature or player. {UR}{UR}, {Q}, Untap two tapped blue creatures you control: Return target creature to its owner's hand. ({Q} is the untap symbol.) +id=157420 +name=Crackleburr +rarity=R +type=Creature +mana={1}{UR}{UR} +power=2 +subtype=Elemental +toughness=2 +[/card] +[card] +text={UR}: Switch Crag Puca's power and toughness until end of turn. +id=157285 +name=Crag Puca +rarity=U +type=Creature +mana={UR}{UR}{UR} +power=2 +subtype=Shapeshifter +toughness=4 +[/card] +[card] +text={BG}{BG}: Remove target card in a graveyard from the game. You gain 1 life. +id=157206 +name=Creakwood Ghoul +rarity=U +type=Creature +mana={4}{B} +power=3 +subtype=Plant Zombie +toughness=3 +[/card] +[card] +text=Other black creatures you control get +1/+1. Other green creatures you control get +1/+1. At the beginning of your upkeep, you may put a 1/1 black and green Worm creature token into play. +id=157406 +name=Creakwood Liege +rarity=R +type=Creature +mana={1}{BG}{BG}{BG} +power=2 +subtype=Horror +toughness=2 +[/card] +[card] +text=At the beginning of your upkeep, destroy target creature with a -1/-1 counter on it. +id=158103 +name=Crumbling Ashes +rarity=U +type=Enchantment +mana={1}{B} +[/card] +[card] +text=Other white creatures you control get +1/+1. Other black creatures you control get +1/+1. Whenever you play a white spell, you may tap target creature. Whenever you play a black spell, you may destroy target creature if it's tapped. +id=157288 +name=Deathbringer Liege +rarity=R +type=Creature +mana={2}{WB}{WB}{WB} +power=3 +subtype=Horror +toughness=4 +[/card] +[card] +text=Trample Deity of Scars comes into play with two -1/-1 counters on it. {BG}, Remove a -1/-1 counter from Deity of Scars: Regenerate Deity of Scars. +id=153488 +name=Deity of Scars +rarity=R +type=Creature +mana={BG}{BG}{BG}{BG}{BG} +power=7 +subtype=Spirit Avatar +toughness=7 +[/card] +[card] +text=When Desecrator Hag comes into play, return to your hand the creature card in your graveyard with the highest power. If two or more cards are tied for highest power, you choose one of them. +id=157419 +name=Desecrator Hag +rarity=C +type=Creature +mana={2}{BG}{BG} +power=2 +subtype=Hag +toughness=2 +[/card] +[card] +text=Flying, lifelink Divinity of Pride gets +4/+4 as long as you have 25 or more life. +abilities=flying,lifelink +id=150995 +name=Divinity of Pride +rarity=R +type=Creature +mana={WB}{WB}{WB}{WB}{WB} +power=4 +subtype=Spirit Avatar +toughness=4 +[/card] +[card] +text=Flying At the beginning of your upkeep, you may gain control of target permanent until end of turn. If you do, untap it and it gains haste until end of turn. +abilities=flying +id=151154 +name=Dominus of Fealty +rarity=R +type=Creature +mana={UR}{UR}{UR}{UR}{UR} +power=4 +subtype=Spirit Avatar +toughness=4 +[/card] +[card] +text=Trample At the beginning of your upkeep, sacrifice a creature. You gain life equal to that creature's toughness. +abilities=trample +id=146010 +name=Doomgape +rarity=R +type=Creature +mana={4}{BG}{BG}{BG} +power=10 +subtype=Elemental +toughness=10 +[/card] +[card] +text=Destroy target land. You gain 2 life. +target=land +id=151079 +name=Drain the Well +rarity=C +type=Sorcery +mana={2}{BG}{BG} +[/card] +[card] +text=Counter target spell. Its controller draws a card. Draw a card. +id=153036 +name=Dream Fracture +rarity=U +type=Instant +mana={1}{U}{U} +[/card] +[card] +text=Flying When Dream Thief comes into play, draw a card if you played another blue spell this turn. +abilities=flying +id=157207 +name=Dream Thief +rarity=C +type=Creature +mana={2}{U} +power=2 +subtype=Faerie Rogue +toughness=1 +[/card] +[card] +text=Sacrifice Duergar Assailant: Duergar Assailant deals 1 damage to target attacking or blocking creature. +id=150975 +name=Duergar Assailant +rarity=C +type=Creature +mana={RW} +power=1 +subtype=Dwarf Soldier +toughness=1 +[/card] +[card] +text=When Duergar Hedge-Mage comes into play, if you control two or more Mountains, you may destroy target artifact. When Duergar Hedge-Mage comes into play, if you control two or more Plains, you may destroy target enchantment. +id=159068 +name=Duergar Hedge-Mage +rarity=U +type=Creature +mana={2}{RW} +power=2 +subtype=Dwarf Shaman +toughness=2 +[/card] +[card] +text={1}{RW}, {Q}: Attacking creatures get +1/+0 until end of turn. ({Q} is the untap symbol.) +id=151106 +name=Duergar Mine-Captain +rarity=U +type=Creature +mana={2}{RW} +power=2 +subtype=Dwarf Soldier +toughness=1 +[/card] +[card] +text=Enchant creature As long as enchanted creature is white, it gets +1/+2. As long as enchanted creature is black, it gets +2/+1. +target=creature +id=151155 +name=Edge of the Divinity +rarity=C +type=Enchantment +mana={WB} +subtype=Aura +[/card] +[card] +text=When Endless Horizons comes into play, search your library for any number of Plains cards and remove them from the game. Then shuffle your library. At the beginning of your upkeep, you may put a card you own removed from the game with Endless Horizons into your hand. +id=157975 +name=Endless Horizons +rarity=R +type=Enchantment +mana={3}{W} +[/card] +[card] +text=Prevent all damage that would be dealt to you and permanents you control this turn. +id=157199 +name=Endure +rarity=U +type=Instant +mana={3}{W}{W} +[/card] +[card] +text=Flying Evershrike gets +2/+2 for each Aura attached to it. {X}{WB}{WB}: Return Evershrike from your graveyard to play. You may put an Aura card with converted mana cost X or less from your hand into play attached to it. If you don't, remove Evershrike from the game. +abilities=flying +id=157978 +name=Evershrike +rarity=R +type=Creature +mana={3}{WB}{WB} +power=2 +subtype=Elemental Spirit +toughness=2 +[/card] +[card] +text=Whenever you play a green spell, you may put a 2/2 green Wolf creature token into play. Whenever you play a blue spell, you may put a 1/1 blue Bird creature token with flying into play. +id=152087 +name=Fable of Wolf and Owl +rarity=R +type=Enchantment +mana={3}{GU}{GU}{GU} +[/card] +[card] +text={2}: Target black creature gains wither until end of turn. (It deals damage to creatures in the form of -1/-1 counters.) +id=158296 +name=Fang Skulkin +rarity=C +type=Artifact Creature +mana={2} +power=2 +subtype=Scarecrow +toughness=1 +[/card] +[card] +text=Enchant creature As long as enchanted creature is green, it gets +1/+1 and has vigilance. As long as enchanted creature is blue, it gets +1/+1 and has flying. +target=creature +id=151118 +name=Favor of the Overbeing +rarity=C +type=Enchantment +mana={1}{GU} +subtype=Aura +[/card] +[card] +text=Chroma - {2}, Sacrifice a creature: Fiery Bombardment deals damage to target creature or player equal to the number of red mana symbols in the sacrificed creature's mana cost. +id=157200 +name=Fiery Bombardment +rarity=R +type=Enchantment +mana={1}{R} +[/card] +[card] +text={RW}: Figure of Destiny becomes a 2/2 Kithkin Spirit. {RW}{RW}{RW}: If Figure of Destiny is a Spirit, it becomes a 4/4 Kithkin Spirit Warrior. {RW}{RW}{RW}{RW}{RW}{RW}: If Figure of Destiny is a Warrior, it becomes an 8/8 Kithkin Spirit Warrior Avatar with flying and first strike. +id=158106 +name=Figure of Destiny +rarity=R +type=Creature +mana={RW} +power=1 +subtype=Kithkin +toughness=1 +[/card] +[card] +text=Fire at Will deals 3 damage divided as you choose among any number of target attacking or blocking creatures. +target=creatures +id=151149 +name=Fire at Will +rarity=C +type=Instant +mana={RW}{RW}{RW} +[/card] +[card] +text=Flying When Flickerwisp comes into play, remove another target permanent from the game. Return that card to play under its owner's control at end of turn. +abilities=flying +id=151089 +name=Flickerwisp +rarity=U +type=Creature +mana={1}{W}{W} +power=3 +subtype=Elemental +toughness=1 +[/card] +[card] +text=Enchant creature As long as enchanted creature is black, it gets +1/+1 and has deathtouch. (Whenever it deals damage to a creature, destroy that creature.) As long as enchanted creature is green, it gets +1/+1 and all creatures able to block it do so. +target=creature +id=151153 +name=Gift of the Deity +rarity=C +type=Enchantment +mana={4}{BG} +subtype=Aura +[/card] +[card] +text={2}{GU}, {T}: For each counter on target permanent, put another of those counters on that permanent. ({T} is the untap symbol.) +id=152046 +name=Gilder Bairn +rarity=U +type=Creature +mana={1}{GU}{GU} +power=1 +subtype=Ouphe +toughness=3 +[/card] +[card] +text=Change the text of target spell or permanent by replacing all instances of one color word with another. Retrace (You may play this card from your graveyard by discarding a land card in addition to paying its other costs.) +id=153439 +name=Glamerdye +rarity=R +type=Instant +mana={1}{U} +[/card] +[card] +text=Flying {U}, Sacrifice Glen Elendra Archmage: Counter target noncreature spell. Persist (When this creature is put into a graveyard from play, if it had no -1/-1 counters on it, return it to play under its owner's control with a -1/-1 counter on it.) +abilities=flying +id=157977 +name=Glen Elendra Archmage +rarity=R +type=Creature +mana={3}{U} +power=2 +subtype=Faerie Wizard +toughness=2 +[/card] +[card] +text={GU}, Sacrifice Grazing Kelpie: Put target card in a graveyard on the bottom of its owner's library. Persist (When this creature is put into a graveyard from play, if it had no -1/-1 counters on it, return it to play under its owner's control with a -1/-1 counter on it.) +id=153428 +name=Grazing Kelpie +rarity=C +type=Creature +mana={3}{GU} +power=2 +subtype=Beast +toughness=3 +[/card] +[card] +text={GU}: Groundling Pouncer gets +1/+3 and gains flying until end of turn. Play this ability only once each turn and only if an opponent controls a creature with flying. +id=153056 +name=Groundling Pouncer +rarity=U +type=Creature +mana={1}{GU} +power=2 +subtype=Faerie +toughness=1 +[/card] +[card] +text=When Gwyllion Hedge-Mage comes into play, if you control two or more Plains, you may put a 1/1 white Kithkin Soldier creature token into play. When Gwyllion Hedge-Mage comes into play, if you control two or more Swamps, you may put a -1/-1 counter on target creature. +id=159069 +name=Gwyllion Hedge-Mage +rarity=U +type=Creature +mana={2}{WB} +power=2 +subtype=Hag Wizard +toughness=2 +[/card] +[card] +text=When Hag Hedge-Mage comes into play, if you control two or more Swamps, you may have target player discard a card. When Hag Hedge-Mage comes into play, if you control two or more Forests, you may put target card in your graveyard on top of your library. +id=157980 +name=Hag Hedge-Mage +rarity=U +type=Creature +mana={2}{BG} +power=2 +subtype=Hag Shaman +toughness=2 +[/card] +[card] +text=Put all creatures on the bottom of their owners' libraries. +id=157394 +name=Hallowed Burial +rarity=R +type=Sorcery +mana={3}{W}{W} +[/card] +[card] +text={2}{R}, {T}, Put a -1/-1 counter on a creature you control: Hatchet Bully deals 2 damage to target creature or player. +id=147413 +name=Hatchet Bully +rarity=U +type=Creature +mana={3}{R} +power=3 +subtype=Goblin Warrior +toughness=3 +[/card] +[card] +text=Wither (This deals damage to creatures in the form of -1/-1 counters.) {2}{R}, {Q}: Hateflayer deals damage equal to its power to target creature or player. ({Q} is the untap symbol.) +abilities=wither +id=152155 +name=Hateflayer +rarity=R +type=Creature +mana={5}{R}{R} +power=5 +subtype=Elemental +toughness=5 +[/card] +[card] +text=Haste Chroma - When Heartlash Cinder comes into play, it gets +X/+0 until end of turn, where X is the number of red mana symbols in the mana costs of permanents you control. +abilities=haste +id=141942 +name=Heartlash Cinder +rarity=C +type=Creature +mana={1}{R} +power=1 +subtype=Elemental Warrior +toughness=1 +[/card] +[card] +text=Shroud {X}: Put X tower counters on Helix Pinnacle. At the beginning of your upkeep, if there are 100 or more tower counters on Helix Pinnacle, you win the game. +abilities=shroud +id=150992 +name=Helix Pinnacle +rarity=R +type=Enchantment +mana={G} +[/card] +[card] +text={3}: Target green creature gets +1/+1 until end of turn. +id=158294 +name=Hoof Skulkin +rarity=C +type=Artifact Creature +mana={3} +power=2 +subtype=Scarecrow +toughness=2 +[/card] +[card] +text=Haste Hotheaded Giant comes into play with two -1/-1 counters on it unless you played another red spell this turn. +abilities=haste +id=153426 +name=Hotheaded Giant +rarity=C +type=Creature +mana={3}{R} +power=4 +subtype=Giant Warrior +toughness=4 +[/card] +[card] +text={2}: Draw a card if you have no cards in hand. +id=157412 +name=Idle Thoughts +rarity=U +type=Enchantment +mana={3}{U} +[/card] +[card] +text=Trample Tap an untapped red creature you control other than Impelled Giant: Impelled Giant gets +X/+0 until end of turn, where X is the power of the creature tapped this way. +abilities=trample +id=152049 +name=Impelled Giant +rarity=U +type=Creature +mana={4}{R}{R} +power=3 +subtype=Giant Warrior +toughness=3 +[/card] +[card] +text=Flying {U}: Target permanent becomes blue in addition to its other colors until end of turn. +abilities=flying +id=153422 +name=Indigo Faerie +rarity=U +type=Creature +mana={1}{U} +power=1 +subtype=Faerie Wizard +toughness=1 +[/card] +[card] +text=Switch target creature's power and toughness until end of turn. Draw a card. +id=154263 +name=Inside Out +rarity=C +type=Instant +mana={1}{UR} +[/card] +[card] +text=Return all nonblue creatures to their owners' hands. +id=142010 +name=Inundate +rarity=R +type=Sorcery +mana={3}{U}{U}{U} +[/card] +[card] +text=Creatures your opponents control lose flying until end of turn if {G} was spent to play Invert the Skies, and creatures you control gain flying until end of turn if {U} was spent to play it. (Do both if {G}{U} was spent.) +id=151108 +name=Invert the Skies +rarity=U +type=Instant +mana={3}{GU} +[/card] +[card] +text={2}: Target red creature gains haste until end of turn. +id=158295 +name=Jawbone Skulkin +rarity=C +type=Artifact Creature +mana={1} +power=1 +subtype=Scarecrow +toughness=1 +[/card] +[card] +text=Flying {1}{W}, Sacrifice Kithkin Spellduster: Destroy target enchantment. Persist (When this creature is put into a graveyard from play, if it had no -1/-1 counters on it, return it to play under its owner's control with a -1/-1 counter on it.) +abilities=flying +id=152096 +name=Kithkin Spellduster +rarity=C +type=Creature +mana={4}{W} +power=2 +subtype=Kithkin Wizard +toughness=3 +[/card] +[card] +text=When Kithkin Zealot comes into play, you gain 1 life for each black and/or red permanent target opponent controls. +id=154346 +name=Kithkin Zealot +rarity=C +type=Creature +mana={1}{W} +power=1 +subtype=Kithkin Cleric +toughness=3 +[/card] +[card] +text=Whenever you play a spell, equipped creature gets +2/+2 until end of turn. Equip {2} +id=157971 +name=Leering Emblem +rarity=R +type=Artifact +mana={2} +subtype=Equipment +[/card] +[card] +text=Chroma - Each creature you control gets +1/+1 for each white mana symbol in its mana cost. +id=151139 +name=Light from Within +rarity=R +type=Enchantment +mana={2}{W}{W} +[/card] +[card] +text=Defender, flying Whenever you play a white spell, Loyal Gyrfalcon loses defender until end of turn. +abilities=defender,flying +id=151059 +name=Loyal Gyrfalcon +rarity=U +type=Creature +mana={3}{W} +power=3 +subtype=Bird +toughness=3 +[/card] +[card] +text=When Marshdrinker Giant comes into play, destroy target Island or Swamp an opponent controls. +id=142015 +name=Marshdrinker Giant +rarity=U +type=Creature +mana={3}{G}{G} +power=4 +subtype=Giant Warrior +toughness=3 +[/card] +[card] +text={T}: Target player removes a card in his or her graveyard from the game. Whenever you play a black spell, you may untap Merrow Bonegnawer. +id=151158 +name=Merrow Bonegnawer +rarity=C +type=Creature +mana={B} +power=1 +subtype=Merfolk Rogue +toughness=1 +[/card] +[card] +text={T}: Target creature gains flying until end of turn. Whenever you play a blue spell, you may untap Merrow Levitator. +id=151088 +name=Merrow Levitator +rarity=C +type=Creature +mana={3}{U} +power=2 +subtype=Merfolk Wizard +toughness=3 +[/card] +[card] +text=Other blue creatures you control get +1/+1. Other red creatures you control get +1/+1. {UR}{UR}{UR}{UR}: You may put a blue or red creature card from your hand into play. +id=151132 +name=Mindwrack Liege +rarity=R +type=Creature +mana={3}{UR}{UR}{UR} +power=4 +subtype=Horror +toughness=4 +[/card] +[card] +text={1}{UR}{UR}: Copy target instant or sorcery spell that targets you. You may choose new targets for the copy. +id=152106 +name=Mirror Sheen +rarity=R +type=Enchantment +mana={1}{UR}{UR} +[/card] +[card] +text=Target player can't play land cards this turn if {R} was spent to play Moonhold and can't play creature cards this turn if {W} was spent to play it. (Do both if {R}{W} was spent.) +id=157403 +name=Moonhold +rarity=U +type=Instant +mana={2}{RW} +[/card] +[card] +text=Other green creatures you control get +1/+1. Other blue creatures you control get +1/+1. Untap all green and/or blue creatures you control during each other player's untap step. +id=152091 +name=Murkfiend Liege +rarity=R +type=Creature +mana={2}{GU}{GU}{GU} +power=4 +subtype=Horror +toughness=4 +[/card] +[card] +text=Wither (This deals damage to creatures in the form of -1/-1 counters.) Whenever a creature an opponent controls with a -1/-1 counter on it is put into a graveyard, you may return that card to play under your control. +abilities=wither +id=152080 +name=Necroskitter +rarity=R +type=Creature +mana={1}{B}{B} +power=1 +subtype=Elemental +toughness=4 +[/card] +[card] +text=Flying Wither (This deals damage to creatures in the form of -1/-1 counters.) Whenever Needle Specter deals combat damage to a player, that player discards that many cards. +abilties=flying,wither +id=153474 +name=Needle Specter +rarity=R +type=Creature +mana={1}{B}{B} +power=1 +subtype=Specter +toughness=1 +[/card] +[card] +text=Nettle Sentinel doesn't untap during your untap step. Whenever you play a green spell, you may untap Nettle Sentinel. +id=151095 +name=Nettle Sentinel +rarity=C +type=Creature +mana={G} +power=2 +subtype=Elf Warrior +toughness=2 +[/card] +[card] +text=Search target player's library for up to X cards, where X is the number of Swamps you control, and remove them from the game. Then that player shuffles his or her library. +target=player +id=157414 +name=Nightmare Incursion +rarity=R +type=Sorcery +mana={5}{B} +[/card] +[card] +text=Whenever you play a spell that's both white and black, Nightsky Mimic becomes 4/4 and gains flying until end of turn. +id=151099 +name=Nightsky Mimic +rarity=C +type=Creature +mana={1}{WB} +power=2 +subtype=Shapeshifter +toughness=1 +[/card] +[card] +text=Flying Attacking creatures you control get +2/+0. +abilities=flying +id=154258 +name=Nobilis of War +rarity=R +type=Creature +mana={RW}{RW}{RW}{RW}{RW} +power=3 +subtype=Spirit Avatar +toughness=4 +[/card] +[card] +text=Noggle Bandit can't be blocked except by creatures with defender. +id=157286 +name=Noggle Bandit +rarity=C +type=Creature +mana={1}{UR}{UR} +power=2 +subtype=Noggle Rogue +toughness=2 +[/card] +[card] +text=When Noggle Bridgebreaker comes into play, return a land you control to its owner's hand. +id=158899 +name=Noggle Bridgebreaker +rarity=C +type=Creature +mana={2}{UR}{UR} +power=4 +subtype=Noggle Rogue +toughness=3 +[/card] +[card] +text=When Noggle Hedge-Mage comes into play, if you control two or more Islands, you may tap two target permanents. When Noggle Hedge-Mage comes into play, if you control two or more Mountains, you may have Noggle Hedge-Mage deal 2 damage to target player. +id=159066 +name=Noggle Hedge-Mage +rarity=U +type=Creature +mana={2}{UR} +power=2 +subtype=Noggle Wizard +toughness=2 +[/card] +[card] +text=When Noggle Ransacker comes into play, each player draws two cards, then discards a card at random. +id=152032 +name=Noggle Ransacker +rarity=U +type=Creature +mana={2}{UR} +power=2 +subtype=Noggle Rogue +toughness=1 +[/card] +[card] +text=Noxious Hatchling comes into play with four -1/-1 counters on it. Wither (This deals damage to creatures in the form of -1/-1 counters.) Whenever you play a black spell, remove a -1/-1 counter from Noxious Hatchling. Whenever you play a green spell, remove a -1/-1 counter from Noxious Hatchling. +abilities=wither +id=153448 +name=Noxious Hatchling +rarity=U +type=Creature +mana={3}{BG} +power=6 +subtype=Elemental +toughness=6 +[/card] +[card] +text=When Nucklavee comes into play, you may return target red sorcery card from your graveyard to your hand. When Nucklavee comes into play, you may return target blue instant card from your graveyard to your hand. +id=153058 +name=Nucklavee +rarity=U +type=Creature +mana={4}{UR}{UR} +power=4 +subtype=Beast +toughness=4 +[/card] +[card] +text=Target player draws a card. Retrace (You may play this card from your graveyard by discarding a land card in addition to paying its other costs.) +target=player +abilities=retrace +id=153475 +name=Oona's Grace +rarity=C +type=Instant +mana={2}{U} +[/card] +[card] +text=Chroma - When Outrage Shaman comes into play, it deals damage to target creature equal to the number of red mana symbols in the mana costs of permanents you control. +id=153473 +name=Outrage Shaman +rarity=U +type=Creature +mana={3}{R}{R} +power=2 +subtype=Goblin Shaman +toughness=2 +[/card] +[card] +text=Overbeing of Myth's power and toughness are each equal to the number of cards in your hand. At the beginning of your draw step, draw a card. +id=151151 +name=Overbeing of Myth +rarity=R +type=Creature +mana={GU}{GU}{GU}{GU}{GU} +power=* +subtype=Spirit Avatar +toughness=* +[/card] +[card] +text={1}{W}, {Q}: Put a 1/1 white Kithkin Soldier creature token into play. ({Q} is the untap symbol.) +id=157210 +name=Patrol Signaler +rarity=U +type=Creature +mana={1}{W} +power=1 +subtype=Kithkin Soldier +toughness=1 +[/card] +[card] +text=Chroma - Reveal any number of cards in your hand. You gain 2 life for each green mana symbol in those cards' mana costs. +id=151113 +name=Phosphorescent Feast +rarity=U +type=Sorcery +mana={2}{G}{G}{G} +[/card] +[card] +text=Trample Chroma - Primalcrux's power and toughness are each equal to the number of green mana symbols in the mana costs of permanents you control. +abilities=trample +id=153431 +name=Primalcrux +rarity=R +type=Creature +mana={G}{G}{G}{G}{G}{G} +power=* +subtype=Elemental +toughness=* +[/card] +[card] +text=Each player returns each creature card in his or her graveyard to play with an additional -1/-1 counter on it. +id=157397 +name=Pyrrhic Revival +rarity=R +type=Sorcery +mana={3}{WB}{WB}{WB} +[/card] +[card] +text={BG}, Remove a -1/-1 counter from a creature you control: Quillspike gets +3/+3 until end of turn. +id=152086 +name=Quillspike +rarity=U +type=Creature +mana={2}{BG} +power=1 +subtype=Beast +toughness=1 +[/card] +[card] +text=Target player discards a card. Retrace (You may play this card from your graveyard by discarding a land card in addition to paying its other costs.) +abilities=retrace +target=player +id=153487 +name=Raven's Crime +rarity=C +type=Sorcery +mana={B} +[/card] +[card] +text={1}{U}, {T}: Return target creature with a counter on it to its owner's hand. +id=153442 +name=Razorfin Abolisher +rarity=U +type=Creature +mana={2}{U} +power=2 +subtype=Merfolk Wizard +toughness=2 +[/card] +[card] +text=Enchant creature Enchanted creature can't attack or block. At the beginning of your upkeep, you may gain 1 life. +target=creature +id=153435 +name=Recumbent Bliss +rarity=C +type=Enchantment +mana={2}{W} +subtype=Aura +[/card] +[card] +text=When Regal Force comes into play, draw a card for each green creature you control. +id=147373 +name=Regal Force +rarity=R +type=Creature +mana={4}{G}{G}{G} +power=5 +subtype=Elemental +toughness=5 +[/card] +[card] +text=Rekindled Flame deals 4 damage to target creature or player. At the beginning of your upkeep, if an opponent has no cards in hand, you may return Rekindled Flame from your graveyard to your hand. +target=creature,player +id=158108 +name=Rekindled Flame +rarity=R +type=Sorcery +mana={2}{R}{R} +[/card] +[card] +text=When Rise of the Hobgoblins comes into play, you may pay {X}. If you do, put X 1/1 red and white Goblin Soldier creature tokens into play. {RW}: Red creatures and white creatures you control gain first strike until end of turn. +id=151114 +name=Rise of the Hobgoblins +rarity=R +type=Enchantment +mana={RW}{RW} +[/card] +[card] +text=Whenever you play a spell that's both blue and red, Riverfall Mimic becomes 3/3 and is unblockable until end of turn. +id=151068 +name=Riverfall Mimic +rarity=C +type=Creature +mana={1}{UR} +power=2 +subtype=Shapeshifter +toughness=1 +[/card] +[card] +text=Chroma - Reveal the top ten cards of your library. For each blue mana symbol in the mana costs of the revealed cards, target opponent puts the top card of his or her library into his or her graveyard. Then put the cards you revealed this way on the bottom of your library in any order. +id=157204 +name=Sanity Grinding +rarity=R +type=Sorcery +mana={U}{U}{U} +[/card] +[card] +text=Sapling of Colfenor is indestructible. Whenever Sapling of Colfenor attacks, reveal the top card of your library. If it's a creature card, you gain life equal to that card's toughness, lose life equal to its power, then put it into your hand. +abilities=indestructible +id=157973 +name=Sapling of Colfenor +rarity=R +type=Legendary Creature +mana={3}{BG}{BG} +power=2 +subtype=Treefolk Shaman +toughness=5 +[/card] +[card] +text=Put a 3/3 green Beast creature token into play. Retrace (You may play this card from your graveyard by discarding a land card in addition to paying its other costs.) +abilities=retrace +id=153438 +name=Savage Conception +rarity=U +type=Sorcery +mana={3}{G}{G} +[/card] +[card] +text={1}, Sacrifice a Scarecrow: Draw a card. {4}, {T}: Return target artifact creature card from your graveyard to play. +id=157979 +name=Scarecrone +rarity=R +type=Artifact Creature +mana={3} +power=1 +subtype=Scarecrow +toughness=2 +[/card] +[card] +text=Enchant creature As long as enchanted creature is red, it gets +1/+1 and has "{RW}: This creature gets +1/+0 until end of turn." As long as enchanted creature is white, it gets +1/+1 and has lifelink. (Whenever it deals damage, its controller gains that much life.) +target=creature +id=152015 +name=Scourge of the Nobilis +rarity=C +type=Enchantment +mana={2}{RW} +subtype=Aura +[/card] +[card] +text=When Selkie Hedge-Mage comes into play, if you control two or more Forests, you may gain 3 life. When Selkie Hedge-Mage comes into play, if you control two or more Islands, you may return target tapped creature to its owner's hand. +id=159067 +name=Selkie Hedge-Mage +rarity=U +type=Creature +mana={2}{GU} +power=2 +subtype=Merfolk Wizard +toughness=2 +[/card] +[card] +text={3}: Target blue creature gains shroud until end of turn. +id=158297 +name=Shell Skulkin +rarity=C +type=Artifact Creature +mana={4} +power=3 +subtype=Scarecrow +toughness=2 +[/card] +[card] +text=Whenever you play a spell that's both green and blue, Shorecrasher Mimic becomes 5/3 and gains trample until end of turn. +id=151147 +name=Shorecrasher Mimic +rarity=C +type=Creature +mana={1}{GU} +power=2 +subtype=Shapeshifter +toughness=1 +[/card] +[card] +text=Shrewd Hatchling comes into play with four -1/-1 counters on it. {UR}: Target creature can't block Shrewd Hatchling this turn. Whenever you play a blue spell, remove a -1/-1 counter from Shrewd Hatchling. Whenever you play a red spell, remove a -1/-1 counter from Shrewd Hatchling. +id=153486 +name=Shrewd Hatchling +rarity=U +type=Creature +mana={3}{UR} +power=6 +subtype=Elemental +toughness=6 +[/card] +[card] +text=Slippery Bogle can't be the target of spells or abilities your opponents control. +id=150999 +name=Slippery Bogle +rarity=C +type=Creature +mana={GU} +power=1 +subtype=Beast +toughness=1 +[/card] +[card] +text=Target creature loses all abilities and becomes a 1/1 green Snake until end of turn. Draw a card. +target=creature +id=157401 +name=Snakeform +rarity=C +type=Instant +mana={2}{GU} +[/card] +[card] +text=Flying Whenever a player plays a nonblack spell, that player loses 1 life. +abilities=flying +id=158900 +name=Soot Imp +rarity=U +type=Creature +mana={1}{B}{B} +power=1 +subtype=Imp +toughness=2 +[/card] +[card] +text=Destroy target nongreen creature. Its controller loses 3 life if you played another black spell this turn. +target=creature +id=151150 +name=Soul Reap +rarity=C +type=Sorcery +mana={1}{B} +[/card] +[card] +text=When Soul Snuffers comes into play, put a -1/-1 counter on each creature. +id=142054 +name=Soul Snuffers +rarity=U +type=Creature +mana={2}{B}{B} +power=3 +subtype=Elemental Shaman +toughness=3 +[/card] +[card] +text=Flying You can't be the target of spells or abilities your opponents control. +abilities=flying +id=151169 +name=Spirit of the Hearth +rarity=R +type=Creature +mana={4}{W}{W} +power=4 +subtype=Cat Spirit +toughness=5 +[/card] +[card] +text=Whenever Spitemare is dealt damage, it deals that much damage to target creature or player. +id=152044 +name=Spitemare +rarity=U +type=Creature +mana={2}{RW}{RW} +power=3 +subtype=Elemental +toughness=3 +[/card] +[card] +text=Put a token into play that's a copy of target creature. Retrace (You may play this card from your graveyard by discarding a land card in addition to paying its other costs.) +abilities=retrace +id=154261 +name=Spitting Image +rarity=R +type=Sorcery +mana={4}{GU}{GU} +[/card] +[card] +text={T}: Add {1} to your mana pool. {4}, {T}: Put a 0/1 white Goat creature token into play. {T}, Sacrifice X Goats: Add X mana of any one color to your mana pool. You gain X life. +auto={T}:Add {1} +id=157976 +name=Springjack Pasture +rarity=R +type=Land +[/card] +[card] +text=Chroma - When Springjack Shepherd comes into play, put a 0/1 white Goat creature token into play for each white mana symbol in the mana costs of permanents you control. +id=153032 +name=Springjack Shepherd +rarity=U +type=Creature +mana={3}{W} +power=1 +subtype=Kithkin Wizard +toughness=2 +[/card] +[card] +text=Wither (This deals damage to creatures in the form of -1/-1 counters.) Whenever Stigma Lasher deals damage to a player, that player can't gain life for the rest of the game. +abilities=wither +id=153049 +name=Stigma Lasher +rarity=R +type=Creature +mana={R}{R} +power=2 +subtype=Elemental Shaman +toughness=2 +[/card] +[card] +text=Sturdy Hatchling comes into play with four -1/-1 counters on it. {GU}: Sturdy Hatchling gains shroud until end of turn. Whenever you play a green spell, remove a -1/-1 counter from Sturdy Hatchling. Whenever you play a blue spell, remove a -1/-1 counter from Sturdy Hatchling. +auto={GU}:shroud +id=153477 +name=Sturdy Hatchling +rarity=U +type=Creature +mana={3}{GU} +power=6 +subtype=Elemental +toughness=6 +[/card] +[card] +text={GU}{GU}: Target creature you control becomes the color or colors of your choice until end of turn. +id=154348 +name=Swirling Spriggan +rarity=U +type=Creature +mana={2}{G}{G} +power=3 +subtype=Goblin Shaman +toughness=3 +[/card] +[card] +text=Target player loses 2 life and you gain 2 life. Retrace (You may play this card from your graveyard by discarding a land card in addition to paying its other costs.) +abilities=retrace +target=player +id=153447 +name=Syphon Life +rarity=U +type=Sorcery +mana={1}{B}{B} +[/card] +[card] +text=Target opponent reveals his or her hand. Choose a green or white creature card from it. You gain life equal that creature card's toughness, then that player discards that card. +id=151142 +name=Talara's Bane +rarity=C +type=Sorcery +mana={1}{B} +[/card] +[card] +text=Trample Play Talara's Battalion only if you played another green spell this turn. +abilities=trample +id=157395 +name=Talara's Battalion +rarity=R +type=Creature +mana={1}{G} +power=4 +subtype=Elf Warrior +toughness=3 +[/card] +[card] +text=Haste Thunderblust has trample as long as it has a -1/-1 counter on it. Persist (When this creature is put into a graveyard from play, if it had no -1/-1 counters on it, return it to play under its owner's control with a -1/-1 counter on it.) +abilities=haste,persist +id=157411 +name=Thunderblust +rarity=R +type=Creature +mana={2}{R}{R}{R} +power=7 +subtype=Elemental +toughness=2 +[/card] +[card] +text=When Tilling Treefolk comes into play, you may return up to two target land cards from your graveyard to your hand. +id=151096 +name=Tilling Treefolk +rarity=C +type=Creature +mana={2}{G} +power=1 +subtype=Treefolk Druid +toughness=3 +[/card] +[card] +text=Chroma - Umbra Stalker's power and toughness are each equal to the number of black mana symbols in the mana costs of cards in your graveyard. +id=157399 +name=Umbra Stalker +rarity=R +type=Creature +mana={4}{B}{B}{B} +power=* +subtype=Elemental +toughness=* +[/card] +[card] +target=creature +text=Remove target creature from the game. +id=151083 +name=Unmake +rarity=C +type=Instant +mana={WB}{WB}{WB} +[/card] +[card] +text=Creatures your opponents control get -1/-0 until end of turn if {U} was spent to play Unnerving Assault, and creatures you control get +1/+0 until end of turn if {R} was spent to play it. (Do both if {U}{R} was spent.) +id=157416 +name=Unnerving Assault +rarity=U +type=Instant +mana={2}{UR} +[/card] +[card] +text=Gain control of target creature until end of turn. Untap that creature. It gets +X/+0 and gains haste until end of turn. +target=creature +auto=:haste +id=157202 +name=Unwilling Recruit +rarity=U +type=Sorcery +mana={X}{R}{R}{R} +[/card] +[card] +text=Lifelink Voracious Hatchling comes into play with four -1/-1 counters on it. Whenever you play a white spell, remove a -1/-1 counter from Voracious Hatchling. Whenever you play a black spell, remove a -1/-1 counter from Voracious Hatchling. +abilities=lifelink +id=153444 +name=Voracious Hatchling +rarity=U +type=Creature +mana={3}{WB} +power=6 +subtype=Elemental +toughness=6 +[/card] +[card] +text=Whenever a permanent you control becomes untapped, Wake Thrasher gets +1/+1 until end of turn. +id=157405 +name=Wake Thrasher +rarity=R +type=Creature +mana={2}{U} +power=1 +subtype=Merfolk Soldier +toughness=1 +[/card] +[card] +text=Each opponent who controls more creatures than you can't play creature cards. The same is true for artifacts, enchantments, and lands. +id=157972 +name=Ward of Bones +rarity=R +type=Artifact +mana={6} +[/card] +[card] +text=Untap all creatures that attacked this turn. After this main phase, there is an additional combat phase followed by an additional main phase. Retrace (You may play this card from your graveyard by discarding a land card in addition to paying its other costs.) +abilities=retrace +id=158107 +name=Waves of Aggression +rarity=R +type=Sorcery +mana={3}{RW}{RW} +[/card] +[card] +text=Wickerbough Elder comes into play with a -1/-1 counter on it. {G}, Remove a -1/-1 counter from Wickerbough Elder: Destroy target artifact or enchantment. +id=151097 +name=Wickerbough Elder +rarity=C +type=Creature +mana={3}{G} +power=4 +subtype=Treefolk Shaman +toughness=4 +[/card] +[card] +text={T}: Target red or green creature gets -2/-0 until end of turn. +id=153476 +name=Wilderness Hypnotist +rarity=C +type=Creature +mana={2}{U}{U} +power=1 +subtype=Merfolk Wizard +toughness=3 +[/card] +[card] +text=When Wistful Selkie comes into play, draw a card. +id=151143 +name=Wistful Selkie +rarity=U +type=Creature +mana={GU}{GU}{GU} +power=2 +subtype=Merfolk Wizard +toughness=2 +[/card] +[card] +text=Whenever you play a spell that's both black and green, Woodlurker Mimic becomes 4/5 and gains wither until end of turn. (It deals damage to creatures in the form of -1/-1 counters.) +id=158599 +name=Woodlurker Mimic +rarity=C +type=Creature +mana={1}{BG} +power=2 +subtype=Shapeshifter +toughness=1 +[/card] +[card] +text=Put a 1/1 black and green Worm creature token into play for each land card in your graveyard. Retrace (You may play this card from your graveyard by discarding a land card in addition to paying its other costs.) +abilities=retrace +id=151135 +name=Worm Harvest +rarity=R +type=Sorcery +mana={2}{BG}{BG}{BG} +[/card] diff --git a/projects/mtg/bin/Res/sets/RV/_cards.dat b/projects/mtg/bin/Res/sets/RV/_cards.dat new file mode 100644 index 000000000..3decfd6a3 --- /dev/null +++ b/projects/mtg/bin/Res/sets/RV/_cards.dat @@ -0,0 +1,2428 @@ +#SET: Revised Edition +#VERSION: 1.1 +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) +abilities=Flying +id=1189 +name=Air Elemental +rarity=U +type=Creature +mana={3}{U}{U} +power=4 +subtype=Elemental +toughness=4 +[/card] +[card] +text={X}, {T}: The next time you would draw a card this turn, instead look at the top X cards of your library, shuffle all but one of them, put the shuffled cards on the bottom of your library, then draw a card. X can't be 0. +id=1092 +name=Aladdin's Lamp +rarity=R +type=Artifact +mana={10} +[/card] +[card] +text={8}, {T}: Aladdin's Ring deals 4 damage to target creature or player. +auto={8}{T}:damage:4 target(creature,player) +id=1093 +name=Aladdin's Ring +rarity=R +type=Artifact +mana={8} +[/card] +[card] +text=Enchant artifact Enchanted artifact is a creature with power and toughness each equal to its converted mana cost. It's still an artifact. +target=artifact +id=1190 +name=Animate Artifact +rarity=U +type=Enchantment +mana={3}{U} +subtype=Aura +[/card] +[card] +text=When Animate Dead comes into play, if it's in play, it becomes an Aura with enchant creature. Put target creature card from a graveyard into play under your control and attach Animate Dead to it. Enchanted creature gets -1/-0. When Animate Dead leaves play, destroy enchanted creature. It can't be regenerated. +target=creature|graveyard +id=1143 +name=Animate Dead +rarity=U +type=Enchantment +mana={1}{B} +[/card] +[card] +text=Enchant creature Enchanted creature can attack as though it didn't have defender. +target=creature +auto=-defender +id=1327 +name=Animate Wall +rarity=R +type=Enchantment +mana={W} +subtype=Aura +[/card] +[card] +text=Whenever a land comes into play, Ankh of Mishra deals 2 damage to that land's controller. +id=1094 +name=Ankh of Mishra +rarity=R +type=Artifact +mana={2} +[/card] +[card] +text=Destroy all lands. +id=1328 +name=Armageddon +rarity=R +type=Sorcery +mana={3}{W} +[/card] +[card] +text=At the beginning of your upkeep, put a doom counter on Armageddon Clock. At the beginning of your draw step, Armageddon Clock deals damage to each player equal to the number of doom counters on it. {4}: Remove a doom counter from Armageddon Clock. Any player may play this ability but only during any upkeep step. +id=1095 +name=Armageddon Clock +rarity=R +type=Artifact +mana={6} +[/card] +[card] +text=Enchant creature Enchanted creature gets +X/+Y, where X is equal to half the number of Forests you control, rounded down, and Y is equal to half the number of Forests you control, rounded up. +target=creature +id=1235 +name=Aspect of Wolf +rarity=R +type=Enchantment +mana={1}{G} +subtype=Aura +[/card] +[card] +text=Sacrifice an artifact: Atog gets +2/+2 until end of turn. +id=1280 +name=Atog +rarity=C +type=Creature +mana={1}{R} +power=1 +subtype=Atog +toughness=2 +[/card] +[card] +text=Black creatures get +1/+1. +id=1144 +name=Bad Moon +rarity=R +type=Enchantment +mana={1}{B} +[/card] +[card] +text= +id=1376 +name=Badlands +auto={T}:Add {B} +auto={T}:Add {R} +rarity=R +type=Land +subtype=Mountain Swamp +[/card] +[card] +text=Basalt Monolith doesn't untap during your untap step. {3}: Untap Basalt Monolith. {T}: Add {3} to your mana pool. +id=1096 +name=Basalt Monolith +rarity=U +type=Artifact +mana={3} +[/card] +[card] +text= +auto={T}:Add {B} +auto={T}:Add {G} +id=1377 +name=Bayou +rarity=R +type=Land +subtype=Swamp Forest +[/card] +[card] +text=Banding +abilities=Banding +id=1330 +name=Benalish Hero +rarity=C +type=Creature +mana={W} +power=1 +subtype=Hero +toughness=1 +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) {T}: Add one mana of any color to your mana pool. +abilities=Flying +id=1236 +name=Birds of Paradise +rarity=R +type=Creature +mana={G} +power=0 +subtype=Bird +toughness=1 +[/card] +[card] +text=First strike, protection from white +abilities=First strike, protection from white +id=1145 +name=Black Knight +rarity=U +type=Creature +mana={B}{B} +power=2 +subtype=Knight +toughness=2 +[/card] +[card] +text=As Black Vise comes into play, choose an opponent. At the beginning of the chosen player's upkeep, Black Vise deals X damage to that player, where X is the number of cards in his or her hand minus 4. +id=1097 +name=Black Vise +rarity=U +type=Artifact +mana={1} +[/card] +[card] +text=Enchant creature Enchanted creature has protection from black. This effect doesn't remove Black Ward. +target=creature +id=1331 +name=Black Ward +rarity=U +type=Enchantment +mana={W} +subtype=Aura +[/card] +[card] +text=Enchant creature {W}: Enchanted creature gets +1/+1 until end of turn. +target=creature +auto={W}:1/1 +id=1332 +name=Blessing +rarity=R +type=Enchantment +mana={W}{W} +subtype=Aura +[/card] +[card] +text=Choose one - Counter target red spell; or destroy target red permanent. +id=1191 +name=Blue Elemental Blast +rarity=C +type=Instant +mana={U} +[/card] +[card] +text=Enchant creature Enchanted creature has protection from blue. This effect doesn't remove Blue Ward. +target=creature +id=1333 +name=Blue Ward +rarity=U +type=Enchantment +mana={W} +subtype=Aura +[/card] +[card] +text=Swampwalk (This creature is unblockable as long as defending player controls a Swamp.) +abilities=Swampwalk +id=1146 +name=Bog Wraith +rarity=U +type=Creature +mana={3}{B} +power=3 +subtype=Wraith +toughness=3 +[/card] +[card] +text=Target player draws X cards. +target=player +id=1192 +name=Braingeyser +rarity=R +type=Sorcery +mana={X}{U}{U} +[/card] +[card] +text=Brass Man doesn't untap during your untap step. At the beginning of your upkeep, you may pay {1}. If you do, untap Brass Man. +id=1099 +name=Brass Man +rarity=U +type=Artifact Creature +mana={1} +power=1 +toughness=3 +[/card] +[card] +text=Enchant creature Enchanted creature has mountainwalk. +target=creature +auto=mountainwalk +id=1281 +name=Burrowing +rarity=U +type=Enchantment +mana={R} +subtype=Aura +[/card] +[card] +text=Untapped creatures you control get +0/+2. +id=1334 +name=Castle +rarity=U +type=Enchantment +mana={3}{W} +[/card] +[card] +text={2}, {T}: Add one mana of any color to your mana pool. +id=1100 +name=Celestial Prism +rarity=U +type=Artifact +mana={3} +[/card] +[card] +text=Until end of turn, any time you could play a mana ability you may pay 1 life. If you do, add {1} to your mana pool. +id=1237 +name=Channel +rarity=U +type=Sorcery +mana={G}{G} +[/card] +[card] +text=Target spell or permanent becomes red. (Its mana symbols remain unchanged.) +id=1282 +name=Chaoslace +rarity=R +type=Instant +mana={R} +[/card] +[card] +text={1}: The next time a black source of your choice would deal damage to you this turn, prevent that damage. +id=1335 +name=Circle of Protection: Black +rarity=C +type=Enchantment +mana={1}{W} +[/card] +[card] +text={1}: The next time a blue source of your choice would deal damage to you this turn, prevent that damage. +id=1336 +name=Circle of Protection: Blue +rarity=C +type=Enchantment +mana={1}{W} +[/card] +[card] +text={1}: The next time a green source of your choice would deal damage to you this turn, prevent that damage. +id=1337 +name=Circle of Protection: Green +rarity=C +type=Enchantment +mana={1}{W} +[/card] +[card] +text={1}: The next time a red source of your choice would deal damage to you this turn, prevent that damage. +id=1338 +name=Circle of Protection: Red +rarity=C +type=Enchantment +mana={1}{W} +[/card] +[card] +text={1}: The next time a white source of your choice would deal damage to you this turn, prevent that damage. +id=1339 +name=Circle of Protection: White +rarity=C +type=Enchantment +mana={1}{W} +[/card] +[card] +text=Clockwork Beast comes into play with seven +1/+0 counters on it. Clockwork Beast can't have more than seven +1/+0 counters on it. At end of combat, if Clockwork Beast attacked or blocked this turn, remove a +1/+0 counter from it. {X}, {T}: Put X +1/+0 counters on Clockwork Beast. Play this ability only during your upkeep. +id=1101 +name=Clockwork Beast +rarity=R +type=Artifact Creature +mana={6} +power=0 +toughness=4 +[/card] +[card] +text=Flying Whenever Cockatrice blocks or becomes blocked by a non-Wall creature, destroy that creature at end of combat. +abilities=Flying +id=1238 +name=Cockatrice +rarity=R +type=Creature +mana={3}{G}{G} +power=2 +subtype=Cockatrice +toughness=4 +[/card] +[card] +text={3}, {T}: Prevent the next 2 damage that would be dealt to you this turn. +id=1102 +name=Conservator +rarity=U +type=Artifact +mana={4} +[/card] +[card] +text=Enchant creature You control enchanted creature. +target=creature +id=1194 +name=Control Magic +rarity=U +type=Enchantment +mana={2}{U}{U} +subtype=Aura +[/card] +[card] +text=Counter target spell. +id=1196 +name=Counterspell +rarity=U +type=Instant +mana={U}{U} +[/card] +[card] +text= +id=1239 +name=Craw Wurm +rarity=C +type=Creature +mana={4}{G}{G} +power=6 +subtype=Wurm +toughness=4 +[/card] +[card] +text=Enchant creature When enchanted creature is put into a graveyard, Creature Bond deals damage equal to that creature's toughness to the creature's controller. +target=creature +id=1197 +name=Creature Bond +rarity=C +type=Enchantment +mana={1}{U} +subtype=Aura +[/card] +[card] +text=Destroy target artifact. It can't be regenerated. That artifact's controller gains life equal to its converted mana cost. +target=artifact +id=1240 +name=Crumble +rarity=U +type=Instant +mana={G} +[/card] +[card] +text=White creatures get +1/+1. +id=1341 +name=Crusade +rarity=R +type=Enchantment +mana={W}{W} +[/card] +[card] +text=Whenever a player plays a blue spell, you may pay {1}. If you do, you gain 1 life. +id=1103 +name=Crystal Rod +rarity=U +type=Artifact +mana={1} +[/card] +[card] +text=Enchant land At the beginning of the upkeep of enchanted land's controller, Cursed Land deals 1 damage to that player. +target=land +id=1148 +name=Cursed Land +rarity=U +type=Enchantment +mana={2}{B}{B} +subtype=Aura +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying.) +abilities=Flying +id=1104 +name=Dancing Scimitar +rarity=R +type=Artifact Creature +mana={4} +power=1 +subtype=Spirit +toughness=5 +[/card] +[card] +text=Add {B}{B}{B} to your mana pool. +id=1149 +name=Dark Ritual +rarity=C +type=Instant +mana={B} +[/card] +[card] +text=Regenerate target creature. +target=creature +auto=:regenerate +id=1342 +name=Death Ward +rarity=C +type=Instant +mana={W} +[/card] +[card] +text={B}{B}: Counter target green spell. +id=1151 +name=Deathgrip +rarity=U +type=Enchantment +mana={B}{B} +[/card] +[card] +text=Target spell or permanent becomes black. (Mana symbols on that permanent remain unchanged.) +id=1152 +name=Deathlace +rarity=R +type=Instant +mana={B} +[/card] +[card] +text=Destroy target permanent. +target=* +auto=destroy +id=1241 +name=Desert Twister +rarity=U +type=Sorcery +mana={4}{G}{G} +[/card] +[card] +text=Whenever a land is put into a graveyard from play, Dingus Egg deals 2 damage to that land's controller. +id=1105 +name=Dingus Egg +rarity=R +type=Artifact +mana={4} +[/card] +[card] +text=destroy target artifact or enchantment +target=artifact,enchantment +auto=destroy +id=1343 +name=Disenchant +rarity=C +type=Instant +mana={1}{W} +[/card] +[card] +text={3}, {T}: Target player discards a card. Play this ability only during your turn. +id=1106 +name=Disrupting Scepter +rarity=R +type=Artifact +mana={3} +[/card] +[card] +text={2}: Dragon Engine gets +1/+0 until end of turn. +auto={2}:1/0 +id=1107 +name=Dragon Engine +rarity=R +type=Artifact Creature +mana={3} +power=1 +toughness=3 +[/card] +[card] +text=Flying {R}: Dragon Whelp gets +1/+0 until end of turn. At end of turn, if this ability has been played four or more times this turn, sacrifice Dragon Whelp. +abilities=Flying +id=1284 +name=Dragon Whelp +rarity=U +type=Creature +mana={2}{R}{R} +power=2 +subtype=Dragon +toughness=3 +[/card] +[card] +text=Spend only black mana on X. Drain Life deals X damage to target creature or player. You gain life equal to the damage dealt, but not more life than the player's life total before Drain Life dealt damage or the creature's toughness. +target=player,creature +id=1156 +name=Drain Life +rarity=C +type=Sorcery +mana={X}{1}{B} +[/card] +[card] +text={B}: Regenerate Drudge Skeletons. (The next time this creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.) +auto={B}:regenerate +id=1157 +name=Drudge Skeletons +rarity=C +type=Creature +mana={1}{B} +power=1 +subtype=Skeleton +toughness=1 +[/card] +[card] +text={T}: Target creature with power 2 or less is unblockable this turn. +id=1285 +name=Dwarven Warriors +rarity=C +type=Creature +mana={2}{R} +power=1 +subtype=Dwarf +toughness=1 +[/card] +[card] +text= +id=1287 +name=Earth Elemental +rarity=U +type=Creature +mana={3}{R}{R} +power=4 +subtype=Elemental +toughness=5 +[/card] +[card] +text=Enchant creature When Earthbind comes into play, if enchanted creature has flying, Earthbind deals 2 damage to that creature and Earthbind gains "Enchanted creature loses flying." +target=creature +id=1288 +name=Earthbind +rarity=C +type=Enchantment +mana={R} +subtype=Aura +[/card] +[card] +text=Earthquake deals X damage to each creature without flying and each player. +id=1289 +name=Earthquake +rarity=R +type=Sorcery +mana={X}{R} +[/card] +[card] +text={2}, {T}: Untap target attacking creature you control. Prevent all combat damage that would be dealt to and dealt by that creature this turn. +id=1108 +name=Ebony Horse +rarity=R +type=Artifact +mana={3} +[/card] +[card] +text=Lifelink (Whenever this creature deals damage, you gain that much life.) +abilities=Lifelink +id=1158 +name=El-Hajjaj +rarity=R +type=Creature +mana={1}{B}{B} +power=1 +subtype=El-Hajjaj +toughness=1 +[/card] +[card] +text=First strike +abilities=First strike +id=1242 +name=Elvish Archers +rarity=R +type=Creature +mana={1}{G} +power=2 +subtype=Elf +toughness=1 +[/card] +[card] +text=At the end of your turn, if Erg Raiders didn't attack this turn, Erg Raiders deals 2 damage to you unless it came under your control this turn. +id=1159 +name=Erg Raiders +rarity=C +type=Creature +mana={1}{B} +power=2 +subtype=Raider +toughness=3 +[/card] +[card] +text=Eye for an Eye deals X damage to the controller of the source of your choice that dealt damage to you this turn, where X is the damage dealt to you by that source this turn. +id=1344 +name=Eye for an Eye +rarity=R +type=Instant +mana={W}{W} +[/card] +[card] +text=Enchant land Enchanted land has "At the beginning of your upkeep, you may pay {W}{W}. If you do, you gain 1 life." +target=land +id=1345 +name=Farmstead +rarity=R +type=Enchantment +mana={W}{W}{W} +subtype=Aura +[/card] +[card] +text=You may play as many lands as you choose on your turn. Whenever you play a land other than the first land of the turn, Fastbond deals 1 damage to you. +id=1243 +name=Fastbond +rarity=R +type=Enchantment +mana={G} +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature has fear. (It can't be blocked except by artifact creatures and/or black creatures.) +target=creature +auto=fear +id=1161 +name=Fear +rarity=C +type=Enchantment +mana={B}{B} +subtype=Aura +[/card] +[card] +text=Enchant enchantment At the beginning of the upkeep of enchanted enchantment's controller, Feedback deals 1 damage to that player. +target=enchantment +id=1200 +name=Feedback +rarity=U +type=Enchantment +mana={2}{U} +subtype=Aura +[/card] +[card] +text= +id=1290 +name=Fire Elemental +rarity=U +type=Creature +mana={3}{R}{R} +power=5 +subtype=Elemental +toughness=4 +[/card] +[card] +text=Fireball deals X damage divided evenly, rounded down, among any number of target creatures and/or players. As an additional cost to play Fireball, pay {1} for each target beyond the first. +target=players,creatures +id=1291 +name=Fireball +rarity=C +type=Sorcery +mana={X}{R} +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) {R}: Enchanted creature gets +1/+0 until end of turn. +target=creature +auto={R}:1/0 +id=1292 +name=Firebreathing +rarity=C +type=Enchantment +mana={R} +subtype=Aura +[/card] +[card] +text=Destroy all Plains. +id=1293 +name=Flashfires +rarity=U +type=Sorcery +mana={3}{R} +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature has flying. (It can't be blocked except by creatures with flying.) +target=creature +auto=flying +id=1201 +name=Flight +rarity=C +type=Enchantment +mana={U} +subtype=Aura +[/card] +[card] +text={2}, {T}: Target creature gains flying until end of turn. +id=1109 +name=Flying Carpet +rarity=R +type=Artifact +mana={4} +[/card] +[card] +text=Trample (If this creature would deal enough combat damage to its blockers to destroy them, you may have it deal the rest of its damage to defending player.) At the beginning of your upkeep, Force of Nature deals 8 damage to you unless you pay {G}{G}{G}{G}. +abilities=Trample +id=1245 +name=Force of Nature +rarity=R +type=Creature +mana={2}{G}{G}{G}{G} +power=8 +subtype=Elemental +toughness=8 +[/card] +[card] +text={T}: Add {G} to your mana pool. +id=1386 +name=Forest +auto={T}:add{G} +rarity=L +type=Basic Land +subtype=Forest +[/card] +[card] +text={T}: Add {G} to your mana pool. +id=1388 +name=Forest +auto={T}:add{G} +rarity=L +type=Basic Land +subtype=Forest +[/card] +[card] +text={T}: Add {G} to your mana pool. +id=1387 +name=Forest +auto={T}:add{G} +rarity=L +type=Basic Land +subtype=Forest +[/card] +[card] +text={B}: Frozen Shade gets +1/+1 until end of turn. +auto={B}:1/1 +id=1162 +name=Frozen Shade +rarity=C +type=Creature +mana={2}{B} +power=0 +subtype=Shade +toughness=1 +[/card] +[card] +text=Target creature gets +3/+3 until end of turn. +target=creature +auto=3/3 +id=1248 +name=Giant Growth +rarity=C +type=Instant +mana={G} +[/card] +[card] +text=Reach (This creature can block creatures with flying.) +abilities=Reach +id=1249 +name=Giant Spider +rarity=C +type=Creature +mana={3}{G} +power=2 +subtype=Spider +toughness=4 +[/card] +[card] +text={T}: Look at target player's hand. +id=1110 +name=Glasses of Urza +rarity=U +type=Artifact +mana={1} +[/card] +[card] +text={R}: Goblin Balloon Brigade gains flying until end of turn. (It can't be blocked except by creatures with flying.) +auto={R}:flying +id=1295 +name=Goblin Balloon Brigade +rarity=U +type=Creature +mana={R} +power=1 +subtype=Goblin Warrior +toughness=1 +[/card] +[card] +text=Other Goblin creatures get +1/+1 and have mountainwalk. (They're unblockable as long as defending player controls a Mountain.) +id=1296 +auto=lord(goblin) 1/1 mountainwalk +name=Goblin King +rarity=R +type=Creature +mana={1}{R}{R} +power=2 +subtype=Goblin +toughness=2 +[/card] +[card] +text=Flying {R}: Granite Gargoyle gets +0/+1 until end of turn. +abilities=Flying +auto={R}:0/1 +id=1297 +name=Granite Gargoyle +rarity=R +type=Creature +mana={2}{R} +power=2 +subtype=Gargoyle +toughness=2 +[/card] +[card] +text= +id=1298 +name=Gray Ogre +rarity=C +type=Creature +mana={2}{R} +power=2 +subtype=Ogre +toughness=2 +[/card] +[card] +text=Enchant creature Enchanted creature has protection from green. This effect doesn't remove Green Ward. +target=creature +id=1346 +name=Green Ward +rarity=U +type=Enchantment +mana={W} +subtype=Aura +[/card] +[card] +text= +id=1250 +name=Grizzly Bears +rarity=C +type=Creature +mana={1}{G} +power=2 +subtype=Bear +toughness=2 +[/card] +[card] +text={1}, {T}: Target creature gains banding until end of turn. +auto={1}{T}:banding target(creature) +id=1111 +name=Helm of Chatzuk +rarity=R +type=Artifact +mana={1} +[/card] +[card] +text= +id=1299 +name=Hill Giant +rarity=C +type=Creature +mana={3}{R} +power=3 +subtype=Giant +toughness=3 +[/card] +[card] +text=Enchant creature Enchanted creature gets +0/+2. {W}: Enchanted creature gets +0/+1 until end of turn. +target=creature +auto={W}:0/1 +auto=0/2 +id=1349 +name=Holy Armor +rarity=C +type=Enchantment +mana={W} +subtype=Aura +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature gets +1/+2. +target=creature +auto=:1/2 +id=1350 +name=Holy Strength +rarity=C +type=Enchantment +mana={W} +subtype=Aura +[/card] +[card] +text=Target creature gets +X/+0 until end of turn. +target=creature +id=1164 +name=Howl from Beyond +rarity=C +type=Instant +mana={X}{B} +[/card] +[card] +text=At the beginning of each player's draw step, if Howling Mine is untapped, that player draws a card. +id=1112 +name=Howling Mine +rarity=R +type=Artifact +mana={2} +[/card] +[card] +text=Return all artifacts target player owns to his or her hand. +target=player +id=1202 +name=Hurkyl's Recall +rarity=R +type=Instant +mana={1}{U} +[/card] +[card] +text= +id=1300 +name=Hurloon Minotaur +rarity=C +type=Creature +mana={1}{R}{R} +power=2 +subtype=Minotaur +toughness=3 +[/card] +[card] +text=Hurricane deals X damage to each creature with flying and each player. +id=1251 +name=Hurricane +rarity=U +type=Sorcery +mana={X}{G} +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) Whenever Hypnotic Specter deals damage to an opponent, that player discards a card at random. +abilities=Flying +id=1165 +name=Hypnotic Specter +rarity=U +type=Creature +mana={1}{B}{B} +power=2 +subtype=Specter +toughness=2 +[/card] +[card] +text=Enchant creature Enchanted creature has haste. {0}: Untap enchanted creature. Play this ability only during your turn and only once each turn. +target=creature +auto=haste +id=1252 +name=Instill Energy +rarity=U +type=Enchantment +mana={G} +subtype=Aura +[/card] +[card] +text=Whenever a player plays a red spell, you may pay {1}. If you do, you gain 1 life. +id=1113 +name=Iron Star +rarity=U +type=Artifact +mana={1} +[/card] +[card] +text= +id=1253 +name=Ironroot Treefolk +rarity=C +type=Creature +mana={4}{G} +power=3 +subtype=Treefolk +toughness=5 +[/card] +[card] +text={T}: Add {U} to your mana pool. +auto={T}:add {U} +id=1393 +name=Island +rarity=L +type=Basic Land +subtype=Island +[/card] +[card] +text={T}: Add {U} to your mana pool. +auto={T}:add {U} +id=1392 +name=Island +rarity=L +type=Basic Land +subtype=Island +[/card] +[card] +text={T}: Add {U} to your mana pool. +auto={T}:add {U} +id=1394 +name=Island +rarity=L +type=Basic Land +subtype=Island +[/card] +[card] +text=Island Fish Jasconius can't attack unless defending player controls an Island. Jasconius doesn't untap during your untap step. At the beginning of your upkeep, you may pay {U}{U}{U}. If you do, untap Jasconius. When you control no Islands, sacrifice Jasconius. +id=1203 +name=Island Fish Jasconius +rarity=R +type=Creature +mana={4}{U}{U}{U} +power=6 +subtype=Island-Fish +toughness=8 +[/card] +[card] +text=If you would draw a card during your draw step, instead you may skip that draw. If you do, until your next turn, you can't be attacked except by creatures with flying and/or islandwalk. +id=1351 +name=Island Sanctuary +rarity=R +type=Enchantment +mana={1}{W} +[/card] +[card] +text=Whenever a player plays a white spell, you may pay {1}. If you do, you gain 1 life. +id=1114 +name=Ivory Cup +rarity=U +type=Artifact +mana={1} +[/card] +[card] +text=At the beginning of your upkeep, you gain X life, where X is the number of cards in your hand minus four. +id=1115 +name=Ivory Tower +rarity=R +type=Artifact +mana={1} +[/card] +[card] +text={2}, {T}, Discard the last card you drew this turn: Draw a card. +id=1117 +name=Jandor's Ring +rarity=R +type=Artifact +mana={6} +[/card] +[card] +text={3}, {T}: Untap target creature. +id=1118 +name=Jandor's Saddlebags +rarity=R +type=Artifact +mana={2} +[/card] +[card] +text={4}, {T}: Draw a card. +auto={4},{T}:Draw:1 +id=1119 +name=Jayemdae Tome +rarity=R +type=Artifact +mana={4} +[/card] +[card] +text=Target creature gains flying until end of turn. +target=creature +auto=flying +id=1204 +name=Jump +rarity=C +type=Instant +mana={U} +[/card] +[card] +text=At the beginning of each player's upkeep, Karma deals damage to that player equal to the number of Swamps he or she controls. +id=1352 +name=Karma +rarity=U +type=Enchantment +mana={2}{W}{W} +[/card] +[card] +text=Keldon Warlord's power and toughness are each equal to the number of non-Wall creatures you control. +id=1301 +name=Keldon Warlord +rarity=U +type=Creature +mana={2}{R}{R} +power=* +subtype=Lord +toughness=* +[/card] +[card] +text=Kird Ape gets +1/+2 as long as you control a Forest. +id=1302 +name=Kird Ape +rarity=C +type=Creature +mana={R} +power=1 +subtype=Ape +toughness=1 +[/card] +[card] +text=All Swamps are 1/1 creatures that are still lands. +id=1121 +name=Kormus Bell +rarity=R +type=Artifact +mana={4} +[/card] +[card] +text=Enchant land When enchanted land becomes tapped, destroy it. That land's controller attaches Kudzu to a land of his or her choice. +target=land +id=1254 +name=Kudzu +rarity=R +type=Enchantment +mana={1}{G}{G} +subtype=Aura +[/card] +[card] +text=Enchant creature Enchanted creature has first strike. +target=creature +auto=first strike +id=1353 +name=Lance +rarity=U +type=Enchantment +mana={W} +subtype=Aura +[/card] +[card] +text={T}: Untap target land. +id=1255 +name=Ley Druid +rarity=U +type=Creature +mana={2}{G} +power=1 +subtype=Human Druid +toughness=1 +[/card] +[card] +text={G}{G}: Counter target black spell. +id=1256 +name=Lifeforce +rarity=U +type=Enchantment +mana={G}{G} +[/card] +[card] +text=Target spell or permanent becomes green. (Mana symbols on that permanent remain unchanged.) +id=1257 +name=Lifelace +rarity=R +type=Instant +mana={G} +[/card] +[card] +text=Whenever a Forest an opponent controls becomes tapped, you gain 1 life. +id=1205 +name=Lifetap +rarity=U +type=Enchantment +mana={U}{U} +[/card] +[card] +text=Lightning Bolt deals 3 damage to target creature or player. +target=creature,player +auto=damage:3 +id=1303 +name=Lightning Bolt +rarity=C +type=Instant +mana={R} +[/card] +[card] +text=Enchant artifact Whenever you're dealt damage, put that many vitality counters on Living Artifact. At the beginning of your upkeep, you may remove a vitality counter from Living Artifact. If you do, you gain 1 life. +target=artifact +id=1258 +name=Living Artifact +rarity=R +type=Enchantment +mana={G} +subtype=Aura +[/card] +[card] +text=All Forests are 1/1 creatures that are still lands. +id=1259 +name=Living Lands +rarity=R +type=Enchantment +mana={3}{G} +[/card] +[card] +text=Defender (This creature can't attack.) {1}: Regenerate Living Wall. +auto={1}:regenerate +abilities=Defender +id=1123 +name=Living Wall +rarity=U +type=Artifact Creature +mana={4} +power=0 +subtype=Wall +toughness=6 +[/card] +[card] +text={T}: Add {G} to your mana pool. +auto={T}: Add {G} +id=1260 +name=Llanowar Elves +rarity=C +type=Creature +mana={G} +power=1 +subtype=Elf Druid +toughness=1 +[/card] +[card] +text=Other Merfolk creatures get +1/+1 and have islandwalk. +auto=lord(merfolk) 1/1 islandwalk +id=1206 +name=Lord of Atlantis +rarity=R +type=Creature +mana={U}{U} +power=2 +subtype=Merfolk Lord +toughness=2 +[/card] +[card] +text=Flying, trample (This creature can't be blocked except by creatures with flying or reach. If this creature would deal enough combat damage to its blockers to destroy them, you may have it deal the rest of its damage to defending player.) At the beginning of your upkeep, sacrifice a creature other than Lord of the Pit. If you can't, Lord of the Pit deals 7 damage to you. +abilities=Flying, trample +id=1166 +name=Lord of the Pit +rarity=R +type=Creature +mana={4}{B}{B}{B} +power=7 +subtype=Demon +toughness=7 +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) +abilities=flying +id=1208 +name=Mahamoti Djinn +rarity=R +type=Creature +mana={4}{U}{U} +power=5 +subtype=Djinn +toughness=6 +[/card] +[card] +text=Tap all lands target player controls and empty his or her mana pool. +target=player +id=1209 +name=Mana Short +rarity=R +type=Instant +mana={2}{U} +[/card] +[card] +text=Mana Vault doesn't untap during your untap step. At the beginning of your upkeep, you may pay {4}. If you do, untap Mana Vault. At the beginning of your draw step, if Mana Vault is tapped, it deals 1 damage to you. {T}: Add {3} to your mana pool. +id=1124 +name=Mana Vault +rarity=R +type=Artifact +mana={1} +[/card] +[card] +text= +id=1210 +name=Merfolk of the Pearl Trident +rarity=C +type=Creature +mana={U} +power=1 +subtype=Merfolk +toughness=1 +[/card] +[card] +text=Flying, banding +abilities=Flying, banding +id=1354 +name=Mesa Pegasus +rarity=C +type=Creature +mana={1}{W} +power=1 +subtype=Pegasus +toughness=1 +[/card] +[card] +text={2}, {T}: Target player puts the top two cards of his or her library into his or her graveyard. +id=1126 +name=Millstone +rarity=R +type=Artifact +mana={2} +[/card] +[card] +text=Target player discards X cards at random. +target=player +id=1167 +name=Mind Twist +rarity=R +type=Sorcery +mana={X}{B} +[/card] +[card] +text= +id=1308 +name=Mons's Goblin Raiders +rarity=C +type=Creature +mana={R} +power=1 +subtype=Goblin +toughness=1 +[/card] +[card] +text={T}: Add {R} to your mana pool. +auto={T}: Add {R} +id=1391 +name=Mountain +rarity=L +type=Basic Land +subtype=Mountain +[/card] +[card] +text={T}: Add {R} to your mana pool. +auto={T}: Add {R} +id=1390 +name=Mountain +rarity=L +type=Basic Land +subtype=Mountain +[/card] +[card] +text={T}: Add {R} to your mana pool. +auto={T}: Add {R} +id=1389 +name=Mountain +rarity=L +type=Basic Land +subtype=Mountain +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) Nightmare's power and toughness are each equal to the number of Swamps you control. +abilities=flying +id=1170 +name=Nightmare +rarity=R +type=Creature +mana={5}{B} +power=* +subtype=Nightmare +toughness=* +[/card] +[card] +text={W}{W}, {T}: Destroy target black permanent. +id=1355 +name=Northern Paladin +rarity=R +type=Creature +mana={2}{W}{W} +power=3 +subtype=Knight +toughness=3 +[/card] +[card] +text= +id=1129 +name=Obsianus Golem +rarity=U +type=Artifact Creature +mana={6} +power=4 +subtype=Golem +toughness=6 +[/card] +[card] +text={T}: Orcish Artillery deals 2 damage to target creature or player and 3 damage to you. +id=1309 +name=Orcish Artillery +rarity=U +type=Creature +mana={1}{R}{R} +power=1 +subtype=Orc Warrior +toughness=3 +[/card] +[card] +text=Attacking creatures you control get +1/+0. +id=1310 +name=Orcish Oriflamme +rarity=U +type=Enchantment +mana={3}{R} +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) +abilities=flying +id=1131 +name=Ornithopter +rarity=U +type=Artifact Creature +mana={0} +power=0 +subtype=Thopter +toughness=2 +[/card] +[card] +text=Enchant creature When Paralyze comes into play, tap enchanted creature. Enchanted creature doesn't untap during its controller's untap step. Enchanted creature has "At the beginning of your upkeep, you may pay {4}. If you do, untap this creature." +target=creature +id=1171 +name=Paralyze +rarity=C +type=Enchantment +mana={B} +subtype=Aura +[/card] +[card] +text= +id=1356 +name=Pearled Unicorn +rarity=C +type=Creature +mana={2}{W} +power=2 +subtype=Unicorn +toughness=2 +[/card] +[card] +text=At end of turn, if no creatures are in play, sacrifice Pestilence. {B}: Pestilence deals 1 damage to each creature and each player. +id=1172 +name=Pestilence +rarity=C +type=Enchantment +mana={2}{B}{B} +[/card] +[card] +text=Flying +abilities=flying +id=1213 +name=Phantom Monster +rarity=U +type=Creature +mana={3}{U} +power=3 +subtype=Phantasm +toughness=3 +[/card] +[card] +text=Pirate Ship can't attack unless defending player controls an Island. {T}: Pirate Ship deals 1 damage to target creature or player. When you control no Islands, sacrifice Pirate Ship. +id=1214 +name=Pirate Ship +rarity=R +type=Creature +mana={4}{U} +power=4 +subtype=Human Pirate +toughness=3 +[/card] +[card] +text={T}: Add {W} to your mana pool. +auto={T}: Add {W} +id=1397 +name=Plains +rarity=L +type=Basic Land +subtype=Plains +[/card] +[card] +text={T}: Add {W} to your mana pool. +auto={T}: Add {W} +id=1396 +name=Plains +rarity=L +type=Basic Land +subtype=Plains +[/card] +[card] +text={T}: Add {W} to your mana pool. +auto={T}: Add {W} +id=1395 +name=Plains +rarity=L +type=Basic Land +subtype=Plains +[/card] +[card] +text= +id=1378 +name=Plateau +auto={T}:Add {W} +auto={T}:Add {R} +rarity=R +type=Land +subtype=Plains Mountain +[/card] +[card] +text=Plague Rats's power and toughness are each equal to the number of creatures named Plague Rats in play. +id=1173 +name=Plague Rats +auto=champion(name:Plague Rats) +rarity=C +color=Black +type=Creature +mana={2}{B} +power=1 +subtype=Rat +toughness=1 +[/card] +[card] +text=Enchant enchantment At the beginning of the upkeep of enchanted enchantment's controller, that player may pay up to {2}. For each one mana less than {2} he or she pays this way, Power Leak deals 1 damage to him or her. +target=enchantment +id=1215 +name=Power Leak +rarity=C +type=Enchantment +mana={1}{U} +subtype=Aura +[/card] +[card] +text=At the beginning of each player's upkeep, Power Surge deals X damage to that player, where X is the number of untapped lands he or she controlled at the beginning of this turn. +id=1311 +name=Power Surge +rarity=R +type=Enchantment +mana={R}{R} +[/card] +[card] +text={T}: Prodigal Sorcerer deals 1 damage to target creature or player. +id=1217 +name=Prodigal Sorcerer +rarity=C +type=Creature +mana={2}{U} +power=1 +subtype=Human Wizard +toughness=1 +[/card] +[card] +text=Enchant land Whenever enchanted land becomes tapped, Psychic Venom deals 2 damage to that land's controller. +target=land +id=1218 +name=Psychic Venom +rarity=C +type=Enchantment +mana={1}{U} +subtype=Aura +[/card] +[card] +text=Target spell or permanent becomes white. (Mana symbols on that permanent remain unchanged.) +id=1358 +name=Purelace +rarity=R +type=Instant +mana={W} +[/card] +[card] +text=Return target creature card from your graveyard to your hand. +target=creature|myGraveyard +id=1174 +name=Raise Dead +rarity=C +type=Sorcery +mana={B} +[/card] +[card] +text=Return target artifact card from your graveyard to your hand. +target=artifact|myGraveyard +id=1219 +name=Reconstruction +rarity=C +type=Sorcery +mana={U} +[/card] +[card] +text=Choose one - Counter target blue spell; or destroy target blue permanent. +id=1312 +name=Red Elemental Blast +rarity=C +type=Instant +mana={R} +[/card] +[card] +text=Enchant creature Enchanted creature has protection from red. This effect doesn't remove Red Ward. +target=creature +id=1359 +name=Red Ward +rarity=U +type=Enchantment +mana={W} +subtype=Aura +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) {G}: Regenerate enchanted creature. (The next time that creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.) +target=creature +id=1262 +name=Regeneration +rarity=C +type=Enchantment +mana={1}{G} +subtype=Aura +[/card] +[card] +text=Return target card from your graveyard to your hand. +target=*|myGraveyard +id=1263 +name=Regrowth +rarity=U +type=Sorcery +mana={1}{G} +[/card] +[card] +text=Return target creature card from your graveyard to play. +target=creature|myGraveyard +id=1360 +name=Resurrection +rarity=U +type=Sorcery +mana={2}{W}{W} +[/card] +[card] +text=You gain X life, where X is twice the damage dealt to you so far this turn by artifacts. +id=1362 +name=Reverse Polarity +rarity=U +type=Instant +mana={W}{W} +[/card] +[card] +text=Target blocking creature gets +7/+7 until end of turn. +auto=:7/7 +target=creature +id=1363 +name=Righteousness +rarity=R +type=Instant +mana={W} +[/card] +[card] +text=Flying +abilities=flying +id=1313 +name=Roc of Kher Ridges +rarity=R +type=Creature +mana={3}{R} +power=3 +subtype=Roc +toughness=3 +[/card] +[card] +text={3}, {T}: Rod of Ruin deals 1 damage to target creature or player. +id=1134 +name=Rod of Ruin +rarity=U +type=Artifact +mana={4} +[/card] +[card] +text={T}: Destroy target tapped creature. +id=1175 +name=Royal Assassin +rarity=R +type=Creature +mana={1}{B}{B} +power=1 +subtype=Human Assassin +toughness=1 +[/card] +[card] +text=As an additional cost to play Sacrifice, sacrifice a creature. Add to your mana pool an amount of black mana equal to the sacrificed creature's converted mana cost. +id=1176 +name=Sacrifice +rarity=U +type=Instant +mana={B} +[/card] +[card] +text= +auto={T}:Add {W} +auto={T}:Add {G} +id=1379 +name=Savannah +rarity=R +type=Land +subtype=Plains Forest +[/card] +[card] +text= +id=1365 +name=Savannah Lions +rarity=R +type=Creature +mana={W} +power=2 +subtype=Cat +toughness=1 +[/card] +[card] +text= +id=1177 +name=Scathe Zombies +rarity=C +type=Creature +mana={2}{B} +power=2 +subtype=Zombie +toughness=2 +[/card] +[card] +text= +auto={T}:Add {B} +auto={T}:Add {W} +id=1380 +name=Scrubland +rarity=R +type=Land +subtype=Plains Swamp +[/card] +[card] +text=Flying +abilities=flying +id=1264 +name=Scryb Sprites +rarity=C +type=Creature +mana={G} +power=1 +subtype=Faerie +toughness=1 +[/card] +[card] +text=Sea Serpent can't attack unless defending player controls an Island. When you control no Islands, sacrifice Sea Serpent. +id=1220 +name=Sea Serpent +rarity=C +type=Creature +mana={5}{U} +power=5 +subtype=Serpent +toughness=5 +[/card] +[card] +text=Sedge Troll gets +1/+1 as long as you control a Swamp. {B}: Regenerate Sedge Troll. +auto={B}:regenerate +id=1315 +name=Sedge Troll +rarity=R +type=Creature +mana={2}{R} +power=2 +subtype=Troll +toughness=2 +[/card] +[card] +text=Flying At the beginning of your upkeep, Serendib Efreet deals 1 damage to you. +abilities=Flying +id=1221 +name=Serendib Efreet +rarity=R +type=Creature +mana={2}{U} +power=3 +subtype=Efreet +toughness=4 +[/card] +[card] +text=Flying, vigilance (This creature can't be blocked except by creatures with flying or reach, and attacking doesn't cause this creature to tap.) +abilities=Flying, vigilance +id=1366 +name=Serra Angel +rarity=U +type=Creature +mana={3}{W}{W} +power=4 +subtype=Angel +toughness=4 +[/card] +[card] +text=Forestwalk +abilities=forestwalk +id=1265 +name=Shanodin Dryads +rarity=C +type=Creature +mana={G} +power=1 +subtype=Dryad +toughness=1 +[/card] +[card] +text=Destroy target artifact. +target=artifact +auto=destroy +id=1316 +name=Shatter +rarity=C +type=Instant +mana={1}{R} +[/card] +[card] +text=Destroy all artifacts. They can't be regenerated. +id=1317 +name=Shatterstorm +rarity=U +type=Sorcery +mana={2}{R}{R} +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) {R}: Shivan Dragon gets +1/+0 until end of turn. +auto={R}:1/0 +abilities=flying +id=1318 +name=Shivan Dragon +rarity=R +type=Creature +mana={4}{R}{R} +power=5 +subtype=Dragon +toughness=5 +[/card] +[card] +text=You gain life equal to the damage dealt to you this turn. Simulacrum deals damage to target creature you control equal to the damage dealt to you this turn. +target=creature|myinplay +id=1180 +name=Simulacrum +rarity=U +type=Instant +mana={1}{B} +[/card] +[card] +text={T}: Add {2} to your mana pool. +auto={T}: Add {2} +id=1135 +name=Sol Ring +rarity=U +type=Artifact +mana={1} +[/card] +[card] +text=Whenever a creature is put into a graveyard from play, you may pay {1}. If you do, you gain 1 life. +id=1136 +name=Soul Net +rarity=U +type=Artifact +mana={1} +[/card] +[card] +text=Counter target spell with converted mana cost X. +id=1224 +name=Spell Blast +rarity=C +type=Instant +mana={X}{U} +[/card] +[card] +text=Enchant artifact You control enchanted artifact. +target=artifact +id=1226 +name=Steal Artifact +rarity=U +type=Enchantment +mana={2}{U}{U} +subtype=Aura +[/card] +[card] +text=Destroy target land. +target=land +auto=destroy +id=1321 +name=Stone Rain +rarity=C +type=Sorcery +mana={2}{R} +[/card] +[card] +text=Target player gains X life. +target=player +id=1266 +name=Stream of Life +rarity=C +type=Sorcery +mana={X}{G} +[/card] +[card] +text={W}: Add {R} to your mana pool. +id=1137 +name=Sunglasses of Urza +rarity=R +type=Artifact +mana={3} +[/card] +[card] +text={T}: Add {B} to your mana pool. +auto={T}: Add {B} +id=1375 +name=Swamp +rarity=L +type=Basic Land +subtype=Swamp +[/card] +[card] +text={T}: Add {B} to your mana pool. +auto={T}: Add {B} +id=1373 +name=Swamp +rarity=L +type=Basic Land +subtype=Swamp +[/card] +[card] +text={T}: Add {B} to your mana pool. +auto={T}: Add {B} +id=1374 +name=Swamp +rarity=L +type=Basic Land +subtype=Swamp +[/card] +[card] +text=Remove target creature from the game. Its controller gains life equal to its power. +target=creature +id=1367 +name=Swords to Plowshares +rarity=U +type=Instant +mana={W} +[/card] +[card] +text= +auto={T}:Add {R} +auto={T}:Add {G} +id=1381 +name=Taiga +rarity=R +type=Land +subtype=Mountain Forest +[/card] +[card] +text=Destroy target nonartifact, nonblack creature. It can't be regenerated. +target=creature +id=1182 +name=Terror +rarity=C +type=Instant +mana={1}{B} +[/card] +[card] +text=As The Rack comes into play, choose an opponent. At the beginning of the chosen player's upkeep, The Rack deals X damage to that player, where X is 3 minus the number of cards in his or her hand. +id=1139 +name=The Rack +rarity=U +type=Artifact +mana={1} +[/card] +[card] +text=Whenever Thicket Basilisk blocks or becomes blocked by a non-Wall creature, destroy that creature at end of combat. +id=1267 +name=Thicket Basilisk +rarity=U +type=Creature +mana={3}{G}{G} +power=2 +subtype=Basilisk +toughness=4 +[/card] +[card] +text=Target spell or permanent becomes blue. (Mana symbols on that permanent remain unchanged.) +id=1227 +name=Thoughtlace +rarity=R +type=Instant +mana={U} +[/card] +[card] +text=Whenever a player plays a black spell, you may pay {1}. If you do, you gain 1 life. +id=1140 +name=Throne of Bone +rarity=U +type=Artifact +mana={1} +[/card] +[card] +text=Banding +id=1268 +name=Timber Wolves +rarity=R +type=Creature +mana={G} +power=1 +subtype=Wolf +toughness=1 +[/card] +[card] +text=Destroy all enchantments. +id=1270 +name=Tranquility +rarity=C +type=Sorcery +mana={2}{G} +[/card] +[card] +text= +auto={T}:Add {U} +auto={T}:Add {G} +id=1382 +name=Tropical Island +rarity=R +type=Land +subtype=Island Forest +[/card] +[card] +text=Destroy all Islands. +id=1271 +name=Tsunami +rarity=U +type=Sorcery +mana={3}{G} +[/card] +[card] +text= +auto={T}:Add {U} +auto={T}:Add {W} +id=1383 +name=Tundra +rarity=R +type=Land +subtype=Plains Island +[/card] +[card] +text=Destroy target Wall. It can't be regenerated. +target=wall +auto=bury +id=1322 +name=Tunnel +rarity=U +type=Instant +mana={R} +[/card] +[card] +text= +auto={T}:Add {B} +auto={T}:Add {U} +id=1384 +name=Underground Sea +rarity=R +type=Land +subtype=Island Swamp +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature gets +2/+1. +target=creature +auto=:2/1 +id=1183 +name=Unholy Strength +rarity=C +type=Enchantment +mana={B} +subtype=Aura +[/card] +[card] +text=Enchant creature Enchanted creature gets +3/+3. At the beginning of the upkeep of enchanted creature's controller, put a -1/-1 counter on that creature. +target=creature +id=1228 +name=Unstable Mutation +rarity=C +type=Enchantment +mana={U} +subtype=Aura +[/card] +[card] +text=Return target creature to its owner's hand. +target=creature +id=1229 +name=Unsummon +rarity=C +type=Instant +mana={U} +[/card] +[card] +text={R}: Regenerate Uthden Troll. +auto={R}:Regenerate +id=1323 +name=Uthden Troll +rarity=U +type=Creature +mana={2}{R} +power=2 +subtype=Troll +toughness=2 +[/card] +[card] +text=Destroy X target Mountains. Volcanic Eruption deals damage to each creature and player equal to the number of Mountains destroyed this way. +target=mountains +id=1231 +name=Volcanic Eruption +rarity=R +type=Sorcery +mana={X}{U}{U}{U} +[/card] +[card] +text= +auto={T}:Add {U} +auto={T}:Add {R} +id=1385 +name=Volcanic Island +rarity=R +type=Land +subtype=Island Mountain +[/card] +[card] +text=Defender, flying (This creature can't attack, and it can block creatures with flying.) +abilities=Defender, flying +id=1232 +name=Wall of Air +rarity=U +type=Creature +mana={1}{U}{U} +power=1 +subtype=Wall +toughness=5 +[/card] +[card] +text=Defender (This creature can't attack.) {B}: Regenerate Wall of Bone. +auto={B}:Regenerate +abilities=Defender +id=1184 +name=Wall of Bone +rarity=U +type=Creature +mana={2}{B} +power=1 +subtype=Wall +toughness=4 +[/card] +[card] +text=Defender (This creature can't attack.) {G}: Regenerate Wall of Brambles. +auto={G}:Regenerate +abilities=Defender +id=1273 +name=Wall of Brambles +rarity=U +type=Creature +mana={2}{G} +power=2 +subtype=Wall +toughness=3 +[/card] +[card] +text=Defender (This creature can't attack.) {R}: Wall of Fire gets +1/+0 until end of turn. +auto={R}:1/0 +abilities=Defender +id=1324 +name=Wall of Fire +rarity=U +type=Creature +mana={1}{R}{R} +power=0 +subtype=Wall +toughness=5 +[/card] +[card] +text=Defender (This creature can't attack.) +abilities=Defender +id=1274 +name=Wall of Ice +rarity=U +type=Creature +mana={2}{G} +power=0 +subtype=Wall +toughness=7 +[/card] +[card] +text=Defender (This creature can't attack.) +abilities=Defender +id=1325 +name=Wall of Stone +rarity=U +type=Creature +mana={1}{R}{R} +power=0 +subtype=Wall +toughness=8 +[/card] +[card] +text=Defender, flying (This creature can't attack, and it can block creatures with flying.) +abilities=Defender,flying +id=1369 +name=Wall of Swords +rarity=U +type=Creature +mana={3}{W} +power=3 +subtype=Wall +toughness=5 +[/card] +[card] +text=Defender (This creature can't attack.) {U}: Wall of Water gets +1/+0 until end of turn. +auto={U}:1/0 +abilities=Defender +id=1233 +name=Wall of Water +rarity=U +type=Creature +mana={1}{U}{U} +power=0 +subtype=Wall +toughness=5 +[/card] +[card] +text=Defender (This creature can't attack.) +abilities=Defender +id=1275 +name=Wall of Wood +rarity=C +type=Creature +mana={G} +power=0 +subtype=Wall +toughness=3 +[/card] +[card] +text=Enchant creature At the beginning of the upkeep of enchanted creature's controller, Wanderlust deals 1 damage to that player. +target=creature +id=1276 +name=Wanderlust +rarity=U +type=Enchantment +mana={2}{G} +subtype=Aura +[/card] +[card] +text=Trample +abilities=Trample +id=1277 +name=War Mammoth +rarity=C +type=Creature +mana={3}{G} +power=3 +subtype=Mammoth +toughness=3 +[/card] +[card] +text=Enchant artifact At the beginning of the upkeep of enchanted artifact's controller, Warp Artifact deals 1 damage to that player. +target=artifact +id=1185 +name=Warp Artifact +rarity=R +type=Enchantment +mana={B}{B} +subtype=Aura +[/card] +[card] +text= +id=1234 +name=Water Elemental +rarity=U +type=Creature +mana={3}{U}{U} +power=5 +subtype=Elemental +toughness=4 +[/card] +[card] +text=Enchant creature Enchanted creature gets -2/-1. +target=creature +auto=:-2/-1 +id=1186 +name=Weakness +rarity=C +type=Enchantment +mana={B} +subtype=Aura +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature gets +0/+2 and has reach. (It can block creatures with flying.) +target=creature +auto=reach, :0/2 +id=1278 +name=Web +rarity=R +type=Enchantment +mana={G} +subtype=Aura +[/card] +[card] +text=Each player discards his or her hand and draws seven cards. +id=1326 +name=Wheel of Fortune +rarity=R +type=Sorcery +mana={2}{R} +[/card] +[card] +text=First strike, protection from black +abilities=First strike, protection from black +id=1370 +name=White Knight +rarity=U +type=Creature +mana={W}{W} +power=2 +subtype=Knight +toughness=2 +[/card] +[card] +text=Enchant creature Enchanted creature has protection from white. This effect doesn't remove White Ward. +target=creature +id=1371 +name=White Ward +rarity=U +type=Enchantment +mana={W} +subtype=Aura +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying.) {B}: Regenerate Will-o'-the-Wisp. (The next time this creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.) +auto={B}:Regenerate +abilities=flying +id=1187 +name=Will-o'-the-Wisp +rarity=R +type=Creature +mana={B} +power=0 +subtype=Spirit +toughness=1 +[/card] +[card] +text=Whenever a player plays a green spell, you may pay {1}. If you do, you gain 1 life. +id=1142 +name=Wooden Sphere +rarity=U +type=Artifact +mana={1} +[/card] +[card] +text=Destroy all creatures. They can't be regenerated. +id=1372 +name=Wrath of God +rarity=R +type=Sorcery +mana={2}{W}{W} +[/card] +[card] +text=Zombie creatures have swampwalk. All Zombies have "{B}: Regenerate this permanent." +auto=lord(zombie) swampwalk {B}:regenerate +id=1188 +name=Zombie Master +rarity=R +type=Creature +mana={1}{B}{B} +power=2 +subtype=Lord +toughness=3 +[/card] diff --git a/projects/mtg/bin/Res/sets/RV/todo.dat b/projects/mtg/bin/Res/sets/RV/todo.dat new file mode 100644 index 000000000..2dd1a282f --- /dev/null +++ b/projects/mtg/bin/Res/sets/RV/todo.dat @@ -0,0 +1,623 @@ +[card] +text=Except the player who controls the fewest lands, each player sacrifices lands until all players control the same number of lands as the player who controls the fewest. Players discard cards the same way, then sacrifice creatures the same way. +id=1329 +name=Balance +rarity=R +color=White +type=Sorcery +mana={1}{W} +[/card] +[card] +text={1}, Sacrifice Bottle of Suleiman: Flip a coin. If you lose the flip, Bottle of Suleiman deals 5 damage to you. If you win the flip, put a 5/5 Djinn artifact creature token with flying into play. +id=1098 +name=Bottle of Suleiman +rarity=R +color=Artifact +type=Artifact +mana={4} +[/card] +[card] +text=As Clone comes into play, you may choose a creature in play. If you do, Clone comes into play as a copy of that creature. +id=1193 +name=Clone +rarity=U +color=Blue +type=Creature +mana={3}{U} +power=0 +subtype=Shapeshifter +toughness=0 +[/card] +[card] +text=Remove Contract from Below from your deck before playing if you're not playing for ante. Discard your hand, add the top card of your library to the ante, then draw seven cards. +id=1147 +name=Contract from Below +rarity=R +color=Black +type=Sorcery +mana={B} +[/card] +[card] +text=All Mountains are Plains. At the beginning of your upkeep, sacrifice Conversion unless you pay {W}{W}. +id=1340 +name=Conversion +rarity=U +color=White +type=Enchantment +mana={2}{W}{W} +[/card] +[card] +text=As Copy Artifact comes into play, you may choose an artifact in play. If you do, Copy Artifact comes into play as a copy of that artifact. It's still an enchantment. +id=1195 +name=Copy Artifact +rarity=R +color=Blue +type=Enchantment +mana={1}{U} +[/card] +[card] +text=Remove Darkpact from your deck before playing if you're not playing for ante. You own target card in the ante. Exchange that card with the top of your library. +id=1150 +name=Darkpact +rarity=R +color=Black +type=Sorcery +mana={B}{B}{B} +[/card] +[card] +text=Remove Demonic Attorney from your deck before playing if you're not playing for ante. Each player antes the top card of his or her library. +id=1153 +name=Demonic Attorney +rarity=R +color=Black +type=Sorcery +mana={1}{B}{B} +[/card] +[card] +text={T}: Destroy target land. At the beginning of your upkeep, unless you pay {B}{B}{B}, tap Demonic Hordes and sacrifice a land of an opponent's choice. +id=1154 +name=Demonic Hordes +rarity=R +color=Black +type=Creature +mana={3}{B}{B}{B} +power=5 +subtype=Demon +toughness=5 +[/card] +[card] +text=Search your library for a card and put that card into your hand. Then shuffle your library. +id=1155 +name=Demonic Tutor +rarity=U +color=Black +type=Sorcery +mana={1}{B} +[/card] +[card] +text=Disintegrate deals X damage to target creature or player. That creature can't be regenerated this turn. If the creature would be put into a graveyard this turn, remove it from the game instead. +id=1283 +name=Disintegrate +rarity=C +color=Red +type=Sorcery +mana={X}{R} +[/card] +[card] +text=Target player plays a mana ability of each land he or she controls, then empties his or her mana pool. Add mana to your mana pool equal to the type and amount emptied from that player's mana pool this way. +id=1198 +name=Drain Power +rarity=R +color=Blue +type=Sorcery +mana={U}{U} +[/card] +[card] +text={T}, Sacrifice an artifact: Put a +1/+1 counter on target creature. Play this ability only during your upkeep. +id=1286 +name=Dwarven Weaponsmith +rarity=U +color=Red +type=Creature +mana={1}{R} +power=1 +subtype=Dwarf +toughness=1 +[/card] +[card] +text=All artifacts have "At the beginning of your upkeep, sacrifice this artifact unless you pay {2}." +id=1199 +name=Energy Flux +rarity=U +color=Blue +type=Enchantment +mana={2}{U} +[/card] +[card] +text=Enchant land Enchanted land is a Swamp. +id=1160 +name=Evil Presence +rarity=U +color=Black +type=Enchantment +mana={B} +subtype=Aura +[/card] +[card] +text=Prevent all combat damage that would be dealt this turn. +id=1244 +name=Fog +rarity=C +color=Green +type=Instant +mana={G} +[/card] +[card] +text=Copy target instant or sorcery spell, except that it copies Fork's color. You may choose new targets for the copy. +id=1294 +name=Fork +rarity=R +color=Red +type=Instant +mana={R}{R} +[/card] +[card] +text=Whenever Fungusaur is dealt damage, put a +1/+1 counter on it. +id=1246 +name=Fungusaur +rarity=R +color=Green +type=Creature +mana={3}{G} +power=2 +subtype=Fungusaur +toughness=2 +[/card] +[card] +text=As long as Gaea's Liege isn't attacking, its power and toughness are each equal to the number of Forests you control. As long as Gaea's Liege is attacking, its power and toughness are each equal to the number of Forests defending player controls. {T}: Target land becomes a Forest until Gaea's Liege leaves play. +id=1247 +name=Gaea's Liege +rarity=R +color=Green +type=Creature +mana={3}{G}{G}{G} +power=* +subtype=Avatar +toughness=* +[/card] +[card] +text=White spells and activated abilities of white enchantments cost {3} more to play. +id=1163 +name=Gloom +rarity=U +color=Black +type=Enchantment +mana={2}{B} +[/card] +[card] +text=Prevent the next X damage that would be dealt to target creature or player this turn. Until end of turn, you may pay {1} any time you could play an instant. If you do, prevent the next 1 damage that would be dealt to that creature or player this turn. +id=1347 +name=Guardian Angel +rarity=C +color=White +type=Instant +mana={X}{W} +[/card] +[card] +text=Choose one - Target player gains 3 life; or prevent the next 3 damage that would be dealt to target creature or player this turn. +id=1348 +name=Healing Salve +rarity=C +color=White +type=Instant +mana={W} +[/card] +[card] +text={1}: The next time a source of your choice would deal damage to target creature this turn, that source deals that damage to you instead. +id=1116 +name=Jade Monolith +rarity=R +color=Artifact +type=Artifact +mana={4} +[/card] +[card] +text=Juggernaut attacks each turn if able. Juggernaut can't be blocked by Walls. +id=1120 +name=Juggernaut +rarity=U +color=Artifact +type=Artifact Creature +mana={4} +power=5 +subtype=Juggernaut +toughness=3 +[/card] +[card] +text=You have no maximum hand size. If an effect causes you to discard a card, discard it, but you may put it on top of your library instead of into your graveyard. +id=1122 +name=Library of Leng +rarity=U +color=Artifact +type=Artifact +mana={1} +[/card] +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) All creatures able to block enchanted creature do so. +id=1261 +name=Lure +rarity=U +color=Green +type=Enchantment +mana={1}{G}{G} +subtype=Aura +[/card] +[card] +text=Change the text of target spell or permanent by replacing all instances of one basic land type with another. (For example, you may change "swampwalk" to "plainswalk.") (This effect doesn't end at end of turn.) +id=1207 +name=Magical Hack +rarity=R +color=Blue +type=Instant +mana={U} +[/card] +[card] +text=Blue creatures don't untap during their controllers' untap steps. Blue creatures have "At the beginning of your upkeep, you may pay {4}. If you do, untap this creature." +id=1304 +name=Magnetic Mountain +rarity=R +color=Red +type=Enchantment +mana={1}{R}{R} +[/card] +[card] +text=Whenever a player taps a land for mana, that player adds one mana of that type to his or her mana pool. +id=1305 +name=Mana Flare +rarity=R +color=Red +type=Enchantment +mana={2}{R} +[/card] +[card] +text=Whenever a player taps a land for mana, Manabarbs deals 1 damage to that player. +id=1306 +name=Manabarbs +rarity=R +color=Red +type=Enchantment +mana={3}{R} +[/card] +[card] +text=Creatures with power 3 or greater don't untap during their controllers' untap steps. +id=1125 +name=Meekstone +rarity=R +color=Artifact +type=Artifact +mana={1} +[/card] +[card] +text=Whenever Mijae Djinn attacks, flip a coin. If you lose the flip, remove Mijae Djinn from combat and tap it. +id=1307 +name=Mijae Djinn +rarity=R +color=Red +type=Creature +mana={R}{R}{R} +power=6 +subtype=Djinn +toughness=3 +[/card] +[card] +text=Banding At the beginning of your upkeep, unless you discard a card, tap Mishra's War Machine and it deals 3 damage to you. +abilities=Banding +id=1127 +name=Mishra's War Machine +rarity=R +color=Artifact +type=Artifact Creature +mana={7} +power=5 +toughness=5 +[/card] +[card] +text=Haste At the beginning of your upkeep, if Nether Shadow is in your graveyard with three creature cards above it, you may put Nether Shadow into play. +abilities=haste +id=1168 +name=Nether Shadow +rarity=R +color=Black +type=Creature +mana={B}{B} +power=1 +subtype=Spirit +toughness=1 +[/card] +[card] +text={T}: Target non-Wall creature the active player controls attacks this turn, if able. At end of turn, if that creature didn't attack this turn, destroy it. Ignore this effect if that player didn't control the creature continuously since the beginning of the turn. Play this ability only during an opponent's turn before attackers are declared. +id=1169 +name=Nettling Imp +rarity=U +color=Black +type=Creature +mana={2}{B} +power=1 +subtype=Imp +toughness=1 +[/card] +[card] +text=Nevinyrral's Disk comes into play tapped. {1}, {T}: Destroy all artifacts, creatures, and enchantments. +id=1128 +name=Nevinyrral's Disk +rarity=R +color=Artifact +type=Artifact +mana={4} +[/card] +[card] +text=When Onulet is put into a graveyard from play, you gain 2 life. +id=1130 +name=Onulet +rarity=R +color=Artifact +type=Artifact Creature +mana={3} +power=2 +toughness=2 +[/card] +[card] +text={0}: The next 1 damage that would be dealt to Personal Incarnation this turn is dealt to its owner instead. Any player may play this ability, but only if he or she owns Personal Incarnation. When Personal Incarnation is put into a graveyard from play, its owner loses half his or her life, rounded up. +id=1357 +name=Personal Incarnation +rarity=R +color=White +type=Creature +mana={3}{W}{W}{W} +power=6 +subtype=Avatar +toughness=6 +[/card] +[card] +text=Flying At the beginning of your upkeep, sacrifice Phantasmal Forces unless you pay {U}. +abilities=flying +id=1211 +name=Phantasmal Forces +rarity=U +color=Blue +type=Creature +mana={3}{U} +power=4 +subtype=Phantasm +toughness=1 +[/card] +[card] +text=Enchant land As Phantasmal Terrain comes into play, choose a basic land type. Enchanted land's type is the chosen type. +id=1212 +name=Phantasmal Terrain +rarity=C +color=Blue +type=Enchantment +mana={U}{U} +subtype=Aura +[/card] +[card] +text=Counter target spell unless its controller pays {X}. If he or she doesn't, that player taps all lands he or she controls and empties his or her mana pool. +id=1216 +name=Power Sink +rarity=C +color=Blue +type=Instant +mana={X}{U} +[/card] +[card] +text=Primal Clay comes into play as your choice of a 3/3 artifact creature; a 2/2 artifact creature with flying; or a 1/6 Wall artifact creature with defender. +id=1132 +name=Primal Clay +rarity=R +color=Artifact +type=Artifact Creature +mana={4} +power=* +toughness=* +[/card] +[card] +text=The next time a source of your choice would deal damage to you this turn, prevent that damage. You gain life equal to the damage prevented this way. +id=1361 +name=Reverse Damage +rarity=R +color=White +type=Instant +mana={1}{W}{W} +[/card] +[card] +text=Rock Hydra comes into play with X +1/+1 counters on it. For each 1 damage that would be dealt to Rock Hydra, if it has a +1/+1 counter on it, remove a +1/+1 counter from it and prevent that 1 damage. {R}: Prevent the next 1 damage that would be dealt to Rock Hydra this turn. {R}{R}{R}: Put a +1/+1 counter on Rock Hydra. Play this ability only during your upkeep. +id=1314 +name=Rock Hydra +rarity=R +color=Red +type=Creature +mana={X}{R}{R} +power=0 +subtype=Hydra +toughness=0 +[/card] +[card] +text={2}: Rocket Launcher deals 1 damage to target creature or player. Sacrifice Rocket Launcher at end of turn. Play this ability only if you've controlled Rocket Launcher continuously since the most recent beginning of your turn. +id=1133 +name=Rocket Launcher +rarity=R +color=Artifact +type=Artifact +mana={4} +[/card] +[card] +text={T}: Prevent the next 1 damage that would be dealt to target creature or player this turn. +id=1364 +name=Samite Healer +rarity=C +color=White +type=Creature +mana={1}{W} +power=1 +subtype=Human Cleric +toughness=1 +[/card] +[card] +text=At end of turn, put a corpse counter on Scavenging Ghoul for each creature put into a graveyard from play that turn. Remove a corpse counter from Scavenging Ghoul: Regenerate Scavenging Ghoul. +id=1178 +name=Scavenging Ghoul +rarity=U +color=Black +type=Creature +mana={3}{B} +power=2 +subtype=Ghoul +toughness=2 +[/card] +[card] +text=Flying (This creature can't be blocked except by creatures with flying or reach.) Whenever a creature dealt damage by Sengir Vampire this turn is put into a graveyard, put a +1/+1 counter on Sengir Vampire. +abilities=flying +id=1179 +name=Sengir Vampire +rarity=U +color=Black +type=Creature +mana={3}{B}{B} +power=4 +subtype=Vampire +toughness=4 +[/card] +[card] +text=Play Siren's Call only during an opponent's turn and only before attackers are declared. Creatures the active player controls attack this turn if able. At end of turn, destroy all non-Wall creatures that player controls that didn't attack this turn. Ignore this effect for each creature the player didn't control continuously since the beginning of the turn. +id=1222 +name=Siren's Call +rarity=U +color=Blue +type=Instant +mana={U} +[/card] +[card] +text=Change the text of target spell or permanent by replacing all instances of one color word with another. (For example, you may change "target black spell" to "target blue spell.") (This effect doesn't end at end of turn.) +id=1223 +name=Sleight of Mind +rarity=R +color=Blue +type=Instant +mana={U} +[/card] +[card] +text=Players can't untap more than one creature during their untap steps. +id=1319 +name=Smoke +rarity=R +color=Red +type=Enchantment +mana={R}{R} +[/card] +[card] +text={T}: Target creature other than Sorceress Queen becomes 0/2 until end of turn. +id=1181 +name=Sorceress Queen +rarity=R +color=Black +type=Creature +mana={1}{B}{B} +power=1 +subtype=Sorceress +toughness=1 +[/card] +[card] +text=Players skip their untap steps. At the beginning of your upkeep, sacrifice Stasis unless you pay {U}. +id=1225 +name=Stasis +rarity=R +color=Blue +type=Enchantment +mana={1}{U} +[/card] +[card] +text={T}: Target creature you control with toughness less than Stone Giant's power gains flying until end of turn. At end of turn, destroy that creature. +id=1320 +name=Stone Giant +rarity=U +color=Red +type=Creature +mana={2}{R}{R} +power=3 +subtype=Giant +toughness=4 +[/card] +[card] +text={5}, {T}: Put a 1/1 Insect artifact creature token with flying named Wasp into play. (It can't be blocked except by creatures with flying or reach.) +id=1138 +name=The Hive +rarity=R +color=Artifact +type=Artifact +mana={5} +[/card] +[card] +text=Each noncreature artifact loses its abilities and becomes an artifact creature with power and toughness each equal to its converted mana cost. If Titania's Song leaves play, this effect continues until end of turn. +id=1269 +name=Titania's Song +rarity=R +color=Green +type=Enchantment +mana={3}{G} +[/card] +[card] +text=Whenever you play an enchantment spell, you may draw a card. +id=1272 +name=Verduran Enchantress +rarity=R +color=Green +type=Creature +mana={1}{G}{G} +power=0 +subtype=Human Druid +toughness=2 +[/card] +[card] +text=As Vesuvan Doppelganger comes into play, you may choose a creature in play. If you do, Vesuvan Doppelganger comes into play as a copy of that creature except for its color and gains "At the beginning of your upkeep, you may have this creature become a copy of target creature except for its color. If you do, this creature gains this ability." +id=1230 +name=Vesuvan Doppelganger +rarity=R +color=Blue +type=Creature +mana={3}{U}{U} +power=0 +subtype=Doppelganger +toughness=0 +[/card] +[card] +text=As long as Veteran Bodyguard is untapped, all damage that would be dealt to you by unblocked creatures is dealt to Veteran Bodyguard instead. +id=1368 +name=Veteran Bodyguard +rarity=R +color=White +type=Creature +mana={3}{W}{W} +power=2 +subtype=Bodyguard +toughness=5 +[/card] +[card] +text=Enchant land Whenever enchanted land is tapped for mana, its controller adds {G} to his or her mana pool. +id=1279 +name=Wild Growth +rarity=C +color=Green +type=Enchantment +mana={G} +subtype=Aura +[/card] +[card] +text=As long as Winter Orb is untapped, players can't untap more than one land during their untap steps. +id=1141 +name=Winter Orb +rarity=R +color=Artifact +type=Artifact +mana={2} +[/card] diff --git a/projects/mtg/bin/Res/sets/back.jpg b/projects/mtg/bin/Res/sets/back.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18e68d8ad51da39183e6505434faf71514a83d9f GIT binary patch literal 12875 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 JwRL}(`49JR%+LS; literal 0 HcmV?d00001 diff --git a/projects/mtg/bin/Res/sets/back_thumb.jpg b/projects/mtg/bin/Res/sets/back_thumb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bef35975ffb9327096903b7aa239cc6e83ae19b GIT binary patch literal 1555 zcmex=_sKme|$jB_n`2RLT3j-@NGYc~_ zD+>z?D=RA-J1+-25D0MdaPkTZhzJV_2nmUb%Snog$%qLFNhwRo$SWu+DT+v{s;eld z%PA@ED znVDFaS%Izus;mXdF|Y`-3Mm>ovIz$!vMUve7&T5@$f4}C@t|nX#SbdRNkvVZTw>x9 zl2WQ_>Kd9_CZ=ZQ7M51dF0O9w9-dyoA)#U65s^{JDXD4c8JStdC8cHM6_r)ZEv;?s z9i3g1CQq3GGAU*RJ2V zdF$b$$4{OPfBE|D`;VW$7#Wx$-T{&r{t*QFhlz!SnS~wXA4aBfAZ8Y1 zVO2C_6LJh>Pb?HxGHT=yahkYr<3Ubk7pU4*>uUq!*CtLkgtK*)!pDkXV{32R)Phr#B zxaLbcUR~|l<#w_8Zl9Roi32A^9GK@+X3sy~b>&jd+h;=jo1#x|mrahd_gdBY%+5;b z>(SVYPb1}ux*Vk4{q}?lO_{l6u}B}YKSMm$A5;yU)SauUgFea`SWw(RQ~UN-w*zEe;Ri;qWDGO#j2PW3#SQlCpXzW z>i_(8S@e+`Cu1g`_d2&H<4u}}-M^5U*Ec@xzcfuY$nbl*=KW`~_9xbHCZ=59)i*uV z^_JV*Gu=FOVHL`H^-HZ?cFg{M)Z(NJ|FKPn*YwUzEsYy6JYO{P)ZCfuU{S1#{_FaR+d&tec6YTco$;<~f;7+S#>uxY|GaWmBz=ykti|&S zp&U=PM+T-RKUtmTwAgZOcWVRdtP2~r7f!vyVN;u}Y0ewC)hcUI?Wuo$1t**D%l@rD zw54Q?-p7U|419IVHXmxJ`04RycYSNtOTm*y`xzd(+jp*cs=Y|oTBdaRjB5dT7IH!V z8D1zYx!c$xQ*wT3$o4C_Lgz%y1tuv4Ha+gsoRqcg%A2xf+yD6iUmtd&SVi_f0aFb`}N$|t5VN|=e2BDJ6AtqW5cQS<$1<^n;2im T1hq`-l|2{oWapyu|8D{SFu)}q literal 0 HcmV?d00001 diff --git a/projects/mtg/bin/Res/settings/options.txt b/projects/mtg/bin/Res/settings/options.txt new file mode 100644 index 000000000..ea94995d9 --- /dev/null +++ b/projects/mtg/bin/Res/settings/options.txt @@ -0,0 +1,50 @@ +100 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 diff --git a/projects/mtg/bin/Res/settings/prices.dat b/projects/mtg/bin/Res/settings/prices.dat new file mode 100644 index 000000000..089199af6 --- /dev/null +++ b/projects/mtg/bin/Res/settings/prices.dat @@ -0,0 +1,92 @@ +1167 +460 +1202 +525 +1340 +92 +1284 +101 +1149 +20 +1264 +20 +1321 +20 +1272 +437 +1126 +485 +1334 +107 +1352 +91 +1279 +20 +1154 +481 +1328 +551 +1335 +20 +1227 +500 +1236 +489 +1186 +20 +1219 +20 +1175 +459 +1136 +111 +1332 +545 +1250 +21 +1204 +19 +1381 +499 +1170 +484 +1097 +102 +1102 +46 +1282 +485 +1378 +490 +1300 +20 +1363 +495 +129665 +90 +1387 +4 +129652 +5 +174957 +108 +175030 +5 +130378 +107 +175031 +5 +1312 +19 +130386 +97 +1275 +21 +1148 +103 +135185 +20 +1100 +109 +153441 +19 diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index e47b25627..3b5645b95 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -22,12 +22,13 @@ counsel_of_the_soratami.txt counterspell.txt counterspell2.txt drain_life.txt -goblin_balloon_brigade.txt -goblin_balloon_brigade2.txt force_of_nature.txt force_of_nature2.txt force_of_nature3.txt +ghost_warden.txt giant_growth.txt +goblin_balloon_brigade.txt +goblin_balloon_brigade2.txt keldon_warlord.txt kudzu.txt kudzu2.txt @@ -41,5 +42,6 @@ resurrection.txt rootwalla.txt shivan_hellkite.txt shock.txt +terror.txt volcanic_island.txt white_knight1.txt \ No newline at end of file diff --git a/projects/mtg/bin/Res/test/ghost_warden.txt b/projects/mtg/bin/Res/test/ghost_warden.txt new file mode 100644 index 000000000..d5ed73d33 --- /dev/null +++ b/projects/mtg/bin/Res/test/ghost_warden.txt @@ -0,0 +1,28 @@ +#ghost warden's ability on grizzly bear +[INIT] +FIRSTMAIN +[PLAYER1] +inplay:132105, 1250 +[PLAYER2] +life:20 +[DO] +132105 +1250 +next +#begin +next +#attackers +1250 +next +#blockers +next +#damage +next +#end +[ASSERT] +COMBATEND +[PLAYER1] +inplay:132105, 1250 +[PLAYER2] +life:17 +[END] \ No newline at end of file diff --git a/projects/mtg/bin/Res/test/giant_growth.txt b/projects/mtg/bin/Res/test/giant_growth.txt new file mode 100644 index 000000000..66ac794a5 --- /dev/null +++ b/projects/mtg/bin/Res/test/giant_growth.txt @@ -0,0 +1,29 @@ +#Testing GiantGrowth +[INIT] +COMBATATTACKERS +[PLAYER1] +hand:1248 +inplay:1250 +manapool:{G} +[PLAYER2] +life:20 +[DO] +1248 +1250 +1250 +next +#blockers +next +#combatdamage 2 +next +#endofcombat 2 +[ASSERT] +COMBATEND +[PLAYER1] +inplay:1250 +graveyard:1248 +manapool:{0} +life:20 +[PLAYER2] +life:15 +[END] \ No newline at end of file diff --git a/projects/mtg/bin/Res/test/results.txt b/projects/mtg/bin/Res/test/results.txt new file mode 100644 index 000000000..806d17277 --- /dev/null +++ b/projects/mtg/bin/Res/test/results.txt @@ -0,0 +1,124 @@ + +============================= +generic/first_strike.txt +==Test Succesful !== +============================= +generic/first_strike2.txt +==Test Succesful !== +============================= +generic/first_strike3.txt +==Test Succesful !== +============================= +generic/hybrid_mana.txt +==Test Succesful !== +============================= +generic/legendary.txt +==Test Succesful !== +============================= +generic/persist.txt +==Test Succesful !== +============================= +generic/wither.txt +==Test Succesful !== +============================= +animate_dead.txt +==Test Succesful !== +============================= +animate_dead2.txt +==Test Succesful !== +============================= +ascendant_evincar.txt +==Test Succesful !== +============================= +ascendant_evincar2.txt +==Test Succesful !== +============================= +brass_man.txt +==Test Succesful !== +============================= +castle.txt +==Test Succesful !== +============================= +control_magic.txt +==Test Succesful !== +============================= +counsel_of_the_soratami.txt +==Test Succesful !== +============================= +counterspell.txt +==Test Succesful !== +============================= +counterspell2.txt +==Test Succesful !== +============================= +drain_life.txt +==Test Succesful !== +============================= +force_of_nature.txt +==Test Succesful !== +============================= +force_of_nature2.txt +==Test Succesful !== +============================= +force_of_nature3.txt +==Test Succesful !== +============================= +ghost_warden.txt +==Test Succesful !== +============================= +giant_growth.txt +==Test Succesful !== +============================= +goblin_balloon_brigade.txt +==Test Succesful !== +============================= +goblin_balloon_brigade2.txt +==Test Succesful !== +============================= +keldon_warlord.txt +==Test Succesful !== +============================= +kudzu.txt +==Test Succesful !== +============================= +kudzu2.txt +==Test Succesful !== +============================= +lifeforce.txt +==Test Succesful !== +============================= +living_lands.txt +==Test Succesful !== +============================= +lord_of_the_pit.txt +==Test Succesful !== +============================= +lord_of_the_pit2.txt +==Test Succesful !== +============================= +paralysis.txt +==Test Succesful !== +============================= +paralysis2.txt +==Test Succesful !== +============================= +resurrection.txt +==Test Succesful !== +============================= +rootwalla.txt +==Test Succesful !== +============================= +shivan_hellkite.txt +==Test Succesful !== +============================= +shock.txt +==Test Succesful !== +============================= +terror.txt +==Test Succesful !== +============================= +volcanic_island.txt +==Test Succesful !== +============================= +white_knight1.txt +==Test Succesful !== diff --git a/projects/mtg/bin/Res/test/terror.txt b/projects/mtg/bin/Res/test/terror.txt new file mode 100644 index 000000000..e7f28ac8c --- /dev/null +++ b/projects/mtg/bin/Res/test/terror.txt @@ -0,0 +1,19 @@ +#Testing Terror on Grizzly bears +[INIT] +FIRSTMAIN +[PLAYER1] +hand:135199 +manapool:{B}{B} +[PLAYER2] +inplay:1250 +[DO] +135199 +1250 +[ASSERT] +FIRSTMAIN +[PLAYER1] +graveyard:135199 +manapool:{0} +[PLAYER2] +graveyard:1250 +[END] \ No newline at end of file diff --git a/projects/mtg/include/AllAbilities.h b/projects/mtg/include/AllAbilities.h index 58462a325..e416aaca8 100644 --- a/projects/mtg/include/AllAbilities.h +++ b/projects/mtg/include/AllAbilities.h @@ -22,6 +22,20 @@ Generic classes */ +//Drawer, allows to draw a card for a cost: + +class ADrawer:public ActivatedAbility{ +public: + int nbcards; + ADrawer(int _id, MTGCardInstance * card,ManaCost * _cost, int _nbcards = 1, int _tap = 1):ActivatedAbility(_id, card,_cost,0,_tap),nbcards(_nbcards){ + } + + int resolve(){ + game->mLayers->stackLayer()->addDraw(source->controller(),nbcards); + return 1; + } +}; + //Destroyer. TargetAbility class ADestroyer:public TargetAbility{ @@ -86,9 +100,10 @@ class ABasicAbilityModifierUntilEOT:public TargetAbility{ public: MTGCardInstance * mTargets[50]; int nbTargets; + int modifier; int stateBeforeActivation[50]; int ability; - ABasicAbilityModifierUntilEOT(int _id, MTGCardInstance * _source, int _ability, ManaCost * _cost, TargetChooser * _tc = NULL): TargetAbility(_id,_source,_cost),ability(_ability){ + ABasicAbilityModifierUntilEOT(int _id, MTGCardInstance * _source, int _ability, ManaCost * _cost, TargetChooser * _tc = NULL, int _modifier = 1): TargetAbility(_id,_source,_cost),ability(_ability), modifier(_modifier){ nbTargets = 0; tc = _tc; if (!tc) tc = NEW CreatureTargetChooser(_source); @@ -113,7 +128,7 @@ class ABasicAbilityModifierUntilEOT:public TargetAbility{ if (mTarget){ mTargets[nbTargets] = mTarget; stateBeforeActivation[nbTargets] = mTarget->basicAbilities[ability]; - mTarget->basicAbilities[ability] = 1; + mTarget->basicAbilities[ability] = modifier; nbTargets++; } return 1; diff --git a/projects/mtg/include/DeckDataWrapper.h b/projects/mtg/include/DeckDataWrapper.h index 2fd013086..56ed5c408 100644 --- a/projects/mtg/include/DeckDataWrapper.h +++ b/projects/mtg/include/DeckDataWrapper.h @@ -13,7 +13,7 @@ class MTGDeck; class Cmp1 { // compares cards by their name public: - bool operator()(MTGCard * card1, MTGCard * card2) { + bool operator()(MTGCard * card1, MTGCard * card2) const { if (!card2) return true; if (!card1) return false; string name1 = card1->name; diff --git a/projects/mtg/include/MTGDefinitions.h b/projects/mtg/include/MTGDefinitions.h index b9af323b3..75c7f2124 100644 --- a/projects/mtg/include/MTGDefinitions.h +++ b/projects/mtg/include/MTGDefinitions.h @@ -69,6 +69,7 @@ static int _b[7] = {20, 0, 140,15, 50,255,128}; #define SHROUD 14 #define VIGILANCE 15 #define DEFENSER 16 +#define DEFENDER 16 #define BANDING 17 #define PROTECTIONGREEN 18 #define PROTECTIONBLUE 19 diff --git a/projects/mtg/include/debug.h b/projects/mtg/include/debug.h index e9478e6f5..95cabd74e 100644 --- a/projects/mtg/include/debug.h +++ b/projects/mtg/include/debug.h @@ -1,9 +1,12 @@ #ifndef _DEBUG_H_ #define _DEBUG_H_ +#if defined (WIN32) || defined (LINUX) +#define TESTSUITE 1 +#endif + #ifdef _DEBUG #define NEW new(_NORMAL_BLOCK, __FILE__, __LINE__) -#define TESTSUITE 1 #else #define NEW new #endif diff --git a/projects/mtg/src/MTGAbility.cpp b/projects/mtg/src/MTGAbility.cpp index d09a25a01..b5c46a56e 100644 --- a/projects/mtg/src/MTGAbility.cpp +++ b/projects/mtg/src/MTGAbility.cpp @@ -70,6 +70,7 @@ int AbilityFactory::magicText(int id, Spell * spell, MTGCardInstance * card){ TargetChooser * tc = NULL; int doTap = 0; + string lordType = ""; //Tap in the cost ? if (s.find("{t}") != string::npos) doTap = 1; @@ -84,6 +85,16 @@ int AbilityFactory::magicText(int id, Spell * spell, MTGCardInstance * card){ } + //Lord + found = s.find("lord("); + if (found != string::npos){ + if (dryMode) return BAKA_EFFECT_GOOD; + unsigned int end = s.find(")", found+5); + if (end != string::npos){ + lordType = s.substr(found+5,end-found-5).c_str(); + } + } + //Champion. Very basic, needs to be improved ! found = s.find("champion(name:"); if (found != string::npos){ @@ -96,16 +107,24 @@ int AbilityFactory::magicText(int id, Spell * spell, MTGCardInstance * card){ continue; } } + + //Regeneration found = s.find("}:regenerate"); if (found != string::npos){ if (dryMode) return BAKA_EFFECT_GOOD; ManaCost * cost = ManaCost::parseManaCost(s); - if (tc){ - //TODO + + if (lordType.size() > 0){ + game->addObserver(NEW ALord(id,card,lordType.c_str(),0,0,-1,cost)); }else{ - game->addObserver(NEW AStandardRegenerate(id, card, target, cost)); - //TODO death ward ! + + if (tc){ + //TODO + }else{ + game->addObserver(NEW AStandardRegenerate(id, card, target, cost)); + //TODO death ward ! + } } result++; continue; @@ -172,10 +191,14 @@ int AbilityFactory::magicText(int id, Spell * spell, MTGCardInstance * card){ } if (dryMode) return BAKA_EFFECT_GOOD; if (tc){ - //TODO + //TODO ? }else{ - delete cost; - game->mLayers->stackLayer()->addDraw(card->controller(),nbcards); + if (cost->getConvertedCost() == 0){ + delete cost; + game->mLayers->stackLayer()->addDraw(card->controller(),nbcards); + }else{ + game->addObserver(NEW ADrawer(id,card,cost,nbcards,doTap)); + } } result++; continue; @@ -205,18 +228,22 @@ int AbilityFactory::magicText(int id, Spell * spell, MTGCardInstance * card){ } ManaCost * cost = ManaCost::parseManaCost(s); - if(tc){ - game->addObserver(NEW ATargetterPowerToughnessModifierUntilEOT(id, card,power,toughness, cost, tc)); + if (lordType.size() > 0){ + game->addObserver(NEW ALord(id,card,lordType.c_str(),power,toughness)); }else{ - if (cost->getConvertedCost() == 0){ - delete cost; - if(card->hasType("enchantment")){ - game->addObserver(NEW APowerToughnessModifier(id, card, target,power,toughness)); - }else{ - game->addObserver(NEW AInstantPowerToughnessModifierUntilEOT(id, card, target,power,toughness)); - } + if(tc){ + game->addObserver(NEW ATargetterPowerToughnessModifierUntilEOT(id, card,power,toughness, cost, tc)); }else{ - game->addObserver(NEW APowerToughnessModifierUntilEndOfTurn(id, card, target,power,toughness, cost, limit)); + if (cost->getConvertedCost() == 0){ + delete cost; + if(card->hasType("enchantment")){ + game->addObserver(NEW APowerToughnessModifier(id, card, target,power,toughness)); + }else{ + game->addObserver(NEW AInstantPowerToughnessModifierUntilEOT(id, card, target,power,toughness)); + } + }else{ + game->addObserver(NEW APowerToughnessModifierUntilEndOfTurn(id, card, target,power,toughness, cost, limit)); + } } } result++; @@ -239,26 +266,40 @@ int AbilityFactory::magicText(int id, Spell * spell, MTGCardInstance * card){ continue; } - //Gain Ability + //Gain/loose Ability for (int j = 0; j < NB_BASIC_ABILITIES; j++){ found = s.find(MTGBasicAbilities[j]); if (found!= string::npos){ + int modifier = 1; + if (found > 0 && s[found-1] == '-') modifier = 0; if (dryMode){ - return BAKA_EFFECT_GOOD; //TODO improve with walls + if (j == DEFENDER){ + if (modifier == 1) return BAKA_EFFECT_BAD; + return BAKA_EFFECT_GOOD; + }else{ + if (modifier == 1) return BAKA_EFFECT_GOOD; + return BAKA_EFFECT_BAD; + } } ManaCost * cost = ManaCost::parseManaCost(s); - if (tc){ - game->addObserver(NEW ABasicAbilityModifierUntilEOT(id, card, j, cost,tc)); + + if (lordType.size() > 0){ + game->addObserver(NEW ALord(id,card,lordType.c_str(),0,0,j)); }else{ - if (cost->getConvertedCost() == 0){ - delete cost; - if(card->hasType("enchantment")){ - game->addObserver(NEW ABasicAbilityModifier(id, card,target, j)); - }else{ - game->addObserver(NEW AInstantBasicAbilityModifierUntilEOT(id, card,target, j,1)); - } + + if (tc){ + game->addObserver(NEW ABasicAbilityModifierUntilEOT(id, card, j, cost,tc, modifier)); }else{ - game->addObserver(NEW ABasicAbilityAuraModifierUntilEOT(id, card,target, cost,j)); + if (cost->getConvertedCost() == 0){ + delete cost; + if(card->hasType("enchantment")){ + game->addObserver(NEW ABasicAbilityModifier(id, card,target, j,modifier)); + }else{ + game->addObserver(NEW AInstantBasicAbilityModifierUntilEOT(id, card,target, j,modifier)); + } + }else{ + game->addObserver(NEW ABasicAbilityAuraModifierUntilEOT(id, card,target, cost,j,modifier)); + } } } result++; @@ -288,13 +329,6 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){ game->addObserver(ability); break; } - case 1093: //Aladdin's Ring - { - int cost[] = {MTG_COLOR_ARTIFACT, 8}; - ADamager * ability = NEW ADamager(_id, card, NEW ManaCost(cost,1), 4); - game->addObserver(ability); - break; - } case 130550: //Ancestor's chosen { int life = card->controller()->game->graveyard->nb_cards; @@ -502,12 +536,6 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){ game->addObserver(ability); break; } - case 1111: //HelmOfChtazuk - { - int cost[] = {MTG_COLOR_ARTIFACT, 1}; - game->addObserver(NEW ABasicAbilityModifierUntilEOT(_id, card, BANDING, NEW ManaCost(cost, 1))); - break; - } case 1112: //Howling Mine { game->addObserver(NEW AHowlingMine(_id, card)); @@ -552,11 +580,6 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){ game->addObserver(NEW AJandorsSandlebag( _id, card)); break; } - case 1119: //Jayemdae Tome - { - game->addObserver(NEW AJayemdaeTome(_id, card)); - break; - } case 1121: //Kormus Bell { game->addObserver(NEW AConvertLandToCreatures(id, card, "swamp")); @@ -668,12 +691,6 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){ game->addObserver(ability); break; } - case 1188: //Zombie Master - { - int cost[] = {MTG_COLOR_BLACK, 1}; - game->addObserver( NEW ALord(_id, card, "zombie", 0 ,0, SWAMPWALK, NEW ManaCost(cost, 1))); - break; - } case 1143: //Animate Dead { game->addObserver(NEW AAnimateDead(_id, card, card->target)); @@ -709,11 +726,6 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){ game->addObserver(ability); break; } - case 1296: //Goblin King - { - game->addObserver( NEW ALord(_id, card, "goblin", 1 ,1, MOUNTAINWALK)); - break; - } case 1164: //Howl from beyond { int x = spell->cost->getConvertedCost() - 1; //TODO, this is not enough, Spells shouls have a function like "xCost" because the spell might cost more than expected to launch @@ -958,11 +970,6 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){ game->addObserver(NEW AUntaper(_id, card, NEW ManaCost(), tc)); break; } - case 1206: //Lord Of Atlantis - { - game->addObserver( NEW ALord(_id, card, "merfolk", 1 , 1, ISLANDWALK)); - break; - } case 1262: //Regeneration { int cost[] = {MTG_COLOR_GREEN, 1}; @@ -1112,11 +1119,6 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){ } break; } - case 1327: //Animate Wall - { - game->addObserver(NEW ABasicAbilityModifier( _id,card, card->target, DEFENSER, 0)); - break; - } case 1328: //Armageddon { destroyAllFromTypeInPlay("land", card); @@ -1153,11 +1155,6 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){ game->addObserver(NEW AProtectionFrom( _id,card, card->target, MTG_COLOR_GREEN)); break; } - case 1349: //Holy Armor - { - game->addObserver(NEW APowerToughnessModifier(_id, card, card->target, 0, 2)); - break; - } case 1352: //Karma { game->addObserver(NEW AKarma(_id, card));