MArcomage

Free multiplayer on-line fantasy card game

Please log in


10 U
Nightmare owl
Nightmare owl

Illusion Aria

Attack: 10
If last card was discarded
Summons a rare card

Id
673
Name
Nightmare owl
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 10 / 0
Modes
0
Level
8
Created
24. Jun, 2012
Modified
27. Jul, 2013
Played
804 / 7343
Discarded
170 / 1713
Drawn
1246 / 11178

BB code

Effect

Attack: 10
If last card was discarded
Summons a rare card

Code

    $t->hisData()->attack(10);
    if ($t->myLastAction() == 'discard') {
      $t->nextCard($t->drawCard($t->getList(['rarity'=>'Rare']), $t->myData()->Hand, $t->cardPos(), 'drawCardList'));
    }