MArcomage

Free multiplayer on-line fantasy card game

Please log in


8 U
Wolf mistress
Wolf mistress

Barbarian Beast Frenzy

Attack: 8
Replace a card in hand with Frenzy

Id
603
Name
Wolf mistress
Rarity
Uncommon
Cost (B / G / R)
0 / 0 / 8
Modes
8
Level
8
Created
3. Oct, 2010
Modified
27. Jul, 2013
Played
1472 / 11205
Discarded
722 / 3974
Drawn
3023 / 21468

BB code

Effect

Attack: 8
Replace a card in hand with Frenzy

Code

    $t->hisData()->attack(8);
    $t->setCard('my', $t->mode(), $t->drawCard($t->getList(['keyword'=>'Frenzy']), $t->myData()->Hand, $t->mode(), 'drawCardList'));
    if ($t->mode() == $t->cardPos()) {
      $t->noNextCard();
    }