MArcomage

Free multiplayer on-line fantasy card game

Please log in


9 9 9 U
Lich
Lich

Undead

Discard a card from opponent's hand
Summons Undead of the same rarity as discarded card

Id
316
Name
Lich
Rarity
Uncommon
Keywords
Cost (B / G / R)
9 / 9 / 9
Modes
8
Level
10
Created
4. Oct, 2007
Modified
8. Sep, 2012
Played
566 / 5484
Discarded
614 / 4035
Drawn
1777 / 13582

BB code

Effect

Discard a card from opponent's hand
Summons Undead of the same rarity as discarded card

Code

    $rarity = $t->getCard($t->hisData()->Hand[$t->mode()])->getRarity();
    $t->setCard('his', $t->mode(), $t->drawCard($t->hisDeck(), $t->hisData()->Hand, $t->mode(), 'drawCardDifferent'));
    $t->nextCard($t->drawCard($t->getList(['rarity'=>$rarity, 'keyword'=>'Undead']), $t->myData()->Hand, $t->cardPos(), 'drawCardList'));