MArcomage

Free multiplayer on-line fantasy card game

Please log in


0 R
Marzanna
Marzanna

Production x0
Opponent loses 20 random resources
Replace a card in hand with Blizzard, Nightmare or Undead cavalry

Id
746
Name
Marzanna
Rarity
Rare
Keywords
Cost (B / G / R)
0 / 0 / 0
Modes
8
Level
10
Created
1. Aug, 2015
Modified
1. Aug, 2015
Played
86 / 227
Discarded
17 / 28
Drawn
112 / 272

BB code

Effect

Production x0
Opponent loses 20 random resources
Replace a card in hand with Blizzard, Nightmare or Undead cavalry

Code

    $t->production()->multiply(0);
    $t->hisData()->addRandomResources(-20);
    $t->setCard('my', $t->mode(), $t->drawCard([241, 304, 485], $t->myData()->Hand, $t->mode(), 'drawCardList'));
    if ($t->mode() == $t->cardPos()) {
      $t->noNextCard();
    }