MArcomage

Free multiplayer on-line fantasy card game

Please log in


19 19 R
Demolition troop
Demolition troop

Enemy wall: -60
If Enemy wall = 0
Enemy facilities: -1

Id
198
Name
Demolition troop
Rarity
Rare
Keywords
Cost (B / G / R)
0 / 19 / 19
Modes
0
Level
4
Created
1. May, 2006
Modified
24. Dec, 2008
Played
667 / 3505
Discarded
113 / 897
Drawn
1062 / 6017

BB code

Effect

Enemy wall: -60
If Enemy wall = 0
Enemy facilities: -1

Code

    $t->hisData()->addWall(-60);
    if ($t->hisData()->Wall <= 0) {
      $t->hisData()->addFacilities(-1);
    }