MArcomage

Free multiplayer on-line fantasy card game

Please log in


35 U
Northern fortress
Northern fortress

Wall: +40
If not New and adjacent card is New
Tower: +20

Id
554
Name
Northern fortress
Rarity
Uncommon
Keywords
Cost (B / G / R)
35 / 0 / 0
Modes
0
Level
10
Created
21. Jun, 2010
Modified
17. Dec, 2016
Played
426 / 7004
Discarded
202 / 5323
Drawn
949 / 15808

BB code

Effect

Wall: +40
If not New and adjacent card is New
Tower: +20

Code

    $t->myData()->addWall(40);
    if (!$t->isMyNew($t->cardPos()) && ($t->isMyNew($t->cardPos() - 1) || $t->isMyNew($t->cardPos() + 1))) {
      $t->myData()->addTower(20);
    }