MArcomage

Free multiplayer on-line fantasy card game

Please log in


18 12 U
Iron golem
Iron golem

Unliving Skirmisher

Attack: 21
Mode1:
Bricks: +8
Mode2:
Recruits: +6

Id
10
Name
Iron golem
Rarity
Uncommon
Keywords
Cost (B / G / R)
18 / 0 / 12
Modes
2
Level
0
Created
14. Nov, 2006
Modified
24. Dec, 2010
Played
620 / 9967
Discarded
234 / 3899
Drawn
1074 / 21160

BB code

Effect

Attack: 21
Mode1:
Bricks: +8
Mode2:
Recruits: +6

Code

    $t->hisData()->attack(21);
    if ($t->mode() == 1) {
      $t->myData()->addBricks(8);
    }
    elseif ($t->mode() == 2) {
      $t->myData()->addRecruits(6);
    }