MArcomage

Free multiplayer on-line fantasy card game

Please log in


3 1 C
Wizard's cottage
Wizard's cottage

Tower: +2
Wall: +3
Replace a card in hand with non-rare Mage

Id
399
Name
Wizard's cottage
Rarity
Common
Keywords
Cost (B / G / R)
3 / 1 / 0
Modes
8
Level
7
Created
24. Dec, 2008
Modified
31. Mar, 2013
Played
8280 / 32695
Discarded
2111 / 6946
Drawn
11635 / 44842

BB code

Effect

Tower: +2
Wall: +3
Replace a card in hand with non-rare Mage

Code

    $t->myData()->addTower(2)->addWall(3);
    $common = $t->getList(['rarity'=>'Common', 'keyword'=>'Mage']);
    $uncommon = $t->getList(['rarity'=>'Uncommon', 'keyword'=>'Mage']);
    $t->setCard('my', $t->mode(), $t->drawCard(array_merge($common, $uncommon), $t->myData()->Hand, $t->mode(), 'drawCardList'));
    if ($t->mode() == $t->cardPos()) {
      $t->noNextCard();
    }