MArcomage

Free multiplayer on-line fantasy card game

Please log in


5 C
Goblin saboteur
Goblin saboteur

Horde

Attack: 4
If opponent raised his wall by more than 8 last round
Enemy wall: -12

Id
368
Name
Goblin saboteur
Rarity
Common
Keywords
Cost (B / G / R)
0 / 0 / 5
Modes
0
Level
7
Created
30. Jul, 2008
Modified
8. Sep, 2012
Played
1872 / 25500
Discarded
1976 / 18746
Drawn
5034 / 64098

BB code

Effect

Attack: 4
If opponent raised his wall by more than 8 last round
Enemy wall: -12

Code

    $t->hisData()->attack(4);
    if ($t->hisChange('Wall') > 8) {
      $t->hisData()->addWall(-12);
    }