MArcomage

Free multiplayer on-line fantasy card game

Please log in


12 8 U
Rock biter
Rock biter

Unliving

Mode1:
Attack: 16
Mode2:
Wall: +13
Enemy wall: -13

Id
219
Name
Rock biter
Rarity
Uncommon
Keywords
Cost (B / G / R)
12 / 0 / 8
Modes
2
Level
5
Created
26. Mar, 2007
Modified
21. Apr, 2014
Played
684 / 6830
Discarded
208 / 1774
Drawn
1153 / 11019

BB code

Effect

Mode1:
Attack: 16
Mode2:
Wall: +13
Enemy wall: -13

Code

    if ($t->mode() == 1) {
      $t->hisData()->attack(16);
    }
    elseif ($t->mode() == 2) {
      $t->myData()->addWall(13);
      $t->hisData()->addWall(-13);
    }