MArcomage

Free multiplayer on-line fantasy card game

Please log in


3 C
Titan soldier
Titan soldier

Soldier Unliving

Attack: 3
Titan tokens: +10
Discard a card from hand

Id
686
Name
Titan soldier
Rarity
Common
Keywords
Cost (B / G / R)
0 / 0 / 3
Modes
8
Level
10
Created
1. Jan, 2013
Modified
24. Dec, 2014
Played
4332 / 14334
Discarded
2240 / 6523
Drawn
7640 / 24395

BB code

Effect

Attack: 3
Titan tokens: +10
Discard a card from hand

Code

    $t->hisData()->attack(3); $t->myData()->addToken('Titan', 10);
    if ($t->mode() != $t->cardPos()) {
      $t->setCard('my', $t->mode(), $t->drawCard($t->myDeck(), $t->myData()->Hand, $t->mode(), 'drawCardRandom'));
    }