MArcomage

Free multiplayer on-line fantasy card game

Please log in


8 8 U
Succubus
Succubus

Burning Demonic

Attack: 16
Discard a non-rare card from opponent's hand
Summons the discarded card

Id
610
Name
Succubus
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 8 / 8
Modes
8
Level
9
Created
1. Jan, 2011
Modified
26. Sep, 2015
Played
516 / 6483
Discarded
229 / 1828
Drawn
1010 / 10936

BB code

Effect

Attack: 16
Discard a non-rare card from opponent's hand
Summons the discarded card

Code

    $t->hisData()->attack(16);
    if ($t->getCard($t->hisData()->Hand[$t->mode()])->getRarity() != 'Rare') {
      $t->nextCard($t->hisData()->Hand[$t->mode()], true);
      $t->setCard('his', $t->mode(), $t->drawCard($t->hisDeck(), $t->hisData()->Hand, $t->mode(), 'drawCardDifferent'));
    }