MArcomage

Free multiplayer on-line fantasy card game

Please log in


10 20 R
Vampire lord
Vampire lord

Undead Durable Quick

Attack: 25
Magic: -1
Replace a card in hand with Vampire

Id
298
Name
Vampire lord
Rarity
Rare
Keywords
Cost (B / G / R)
0 / 10 / 20
Modes
8
Level
6
Created
1. May, 2006
Modified
26. Sep, 2015
Played
563 / 3499
Discarded
244 / 1903
Drawn
857 / 5731

BB code

Effect

Attack: 25
Magic: -1
Replace a card in hand with Vampire

Code

    $t->hisData()->attack(25);
    $t->myData()->addMagic(-1);
    $t->setCard('my', $t->mode(), 28, ['reveal' => true]);
    if ($t->mode() == $t->cardPos()) {
      $t->noNextCard();
    }