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
1319 / 16880
Discarded
86 / 2437
Drawn
1619 / 22678

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());
    }