MArcomage

Free multiplayer on-line fantasy card game

Please log in


20 20 R
Arthoria the Saber
Arthoria the Saber

Legend Swift Enduring (10)

Attack: 30
Replace a card in hand with self

Id
426
Name
Arthoria the Saber
Rarity
Rare
Cost (B / G / R)
0 / 20 / 20
Modes
8
Level
10
Created
11. Apr, 2009
Modified
6. Jan, 2012
Played
2464 / 10725
Discarded
428 / 2531
Drawn
1406 / 7865

BB code

Effect

Attack: 30
Replace a card in hand with self

Code

    $t->hisData()->attack(30);
    if ($t->mode() == $t->cardPos()) {
      $t->noNextCard();
    }
    else {
      $t->replaceCard('my', $t->mode(), $t->card()->id());
    }