MArcomage

Free multiplayer on-line fantasy card game

Please log in


17 U
Tidal wave
Tidal wave

Player(s) with lowest wall suffers
Quarry: -1
Dungeon: -1

Id
224
Name
Tidal wave
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 17 / 0
Modes
0
Level
7
Created
8. May, 2007
Modified
1. Aug, 2015
Played
593 / 3697
Discarded
269 / 1829
Drawn
1181 / 7641

BB code

Effect

Player(s) with lowest wall suffers
Quarry: -1
Dungeon: -1

Code

    if ($t->myData()->Wall <= $t->hisData()->Wall) {
      $t->myData()->addQuarry(-1)->addDungeons(-1);
    }
    if ($t->hisData()->Wall <= $t->myData()->Wall) {
      $t->hisData()->addQuarry(-1)->addDungeons(-1);
    }