MArcomage

Free multiplayer on-line fantasy card game

Please log in


42 R
Steam golem
Steam golem

Unliving Charge (18)

Enemy wall: -38
Bricks: +21
Replace adjacent cards with Wind
Summons Reuse the rubble

Id
676
Name
Steam golem
Rarity
Rare
Cost (B / G / R)
42 / 0 / 0
Modes
0
Level
10
Created
24. Jun, 2012
Modified
17. Dec, 2016
Played
84 / 748
Discarded
77 / 616
Drawn
237 / 2091

BB code

Effect

Enemy wall: -38
Bricks: +21
Replace adjacent cards with Wind
Summons Reuse the rubble

Code

    $t->hisData()->addWall(-38); $t->myData()->addBricks(21);
    if ($t->cardPos() > 1) {
      $t->setCard('my', $t->cardPos() - 1, 247, ['reveal' => true]);
    }
    if ($t->cardPos() < $t->handSize()) {
      $t->setCard('my', $t->cardPos() + 1, 247, ['reveal' => true]);
    }
    $t->setCard('my', $t->cardPos(), 349, ['reveal' => true]);
    $t->noNextCard();