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
650 / 6796
Discarded
189 / 1755
Drawn
1078 / 10944

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);
    }