MArcomage

Free multiplayer on-line fantasy card game

Please log in


10 U
Lighthouse
Lighthouse

Far sight

Tower: +6
If matching card is Revealed
Tower: +6
else
Reveal matching card

Id
492
Name
Lighthouse
Rarity
Uncommon
Keywords
Cost (B / G / R)
10 / 0 / 0
Modes
0
Level
10
Created
20. Jan, 2010
Modified
24. Jun, 2012
Played
1380 / 16941
Discarded
87 / 2438
Drawn
1689 / 22748

BB code

Effect

Tower: +6
If matching card is Revealed
Tower: +6
else
Reveal matching card

Code

    $t->myData()->addTower(6);
    if (!$t->hiddenCards() || isset($t->hisData()->Revealed[$t->cardPos()])) {
      $t->myData()->addTower(6);
    }
    else {
      $t->revealCard('his', $t->cardPos());
    }