MArcomage

Free multiplayer on-line fantasy card game

Please log in


6 C
Temple of light
Temple of light

Holy

Tower: +4
Replace a card in hand with Holy

Id
327
Name
Temple of light
Rarity
Common
Keywords
Cost (B / G / R)
6 / 0 / 0
Modes
8
Level
5
Created
4. Oct, 2007
Modified
24. Dec, 2012
Played
4487 / 24914
Discarded
1103 / 6687
Drawn
6696 / 40209

BB code

Effect

Tower: +4
Replace a card in hand with Holy

Code

    $t->myData()->addTower(4);
    $t->setCard('my', $t->mode(), $t->drawCard($t->getList(['keyword'=>'Holy']), $t->myData()->Hand, $t->mode(), 'drawCardList'));
    if ($t->mode() == $t->cardPos()) {
      $t->noNextCard();
    }