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
1814 / 25442
Discarded
1928 / 18698
Drawn
4883 / 63947

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