MArcomage

Free multiplayer on-line fantasy card game

Please log in


4 4 4 R
Book of eternity
Book of eternity

Durable

Discard all other cards from hand

Id
717
Name
Book of eternity
Rarity
Rare
Keywords
Cost (B / G / R)
4 / 4 / 4
Modes
0
Level
10
Created
1. Jan, 2014
Modified
1. Jan, 2014
Played
122 / 675
Discarded
59 / 263
Drawn
132 / 604

BB code

Effect

Discard all other cards from hand

Code

    for ($i = 1; $i <= $t->handSize(); $i++) {
      if ($i != $t->cardPos()) {
        $t->setCard('my', $i, $t->drawCard($t->myDeck(), $t->myData()->Hand, $i, 'drawCardRandom'));
      }
    }