MArcomage

Free multiplayer on-line fantasy card game

Please log in


30 U
Clay golem
Clay golem

Unliving Siege

Mode1:
Attack: 25
Mode2:
Wall: +32
Mode3:
Enemy wall: -35

Id
93
Name
Clay golem
Rarity
Uncommon
Keywords
Cost (B / G / R)
30 / 0 / 0
Modes
3
Level
10
Created
1. May, 2006
Modified
8. Sep, 2012
Played
1024 / 11830
Discarded
380 / 5413
Drawn
1880 / 23437

BB code

Effect

Mode1:
Attack: 25
Mode2:
Wall: +32
Mode3:
Enemy wall: -35

Code

    if ($t->mode() == 1) {
      $t->hisData()->attack(25);
    }
    elseif ($t->mode() == 2) {
      $t->myData()->addWall(32);
    }
    elseif ($t->mode() == 3) {
      $t->hisData()->addWall(-35);
    }