MArcomage

Free multiplayer on-line fantasy card game

Please log in


3 U
Oasis
Oasis

Restoration

Player(s) with lowest wall gains
Stock: +6

Id
466
Name
Oasis
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 3 / 0
Modes
0
Level
1
Created
22. Jul, 2009
Modified
23. Sep, 2010
Played
2726 / 14051
Discarded
695 / 2711
Drawn
4115 / 20018

BB code

Effect

Player(s) with lowest wall gains
Stock: +6

Code

    if ($t->myData()->Wall <= $t->hisData()->Wall) {
      $t->myData()->addStock(6);
    }
    if ($t->myData()->Wall >= $t->hisData()->Wall) {
      $t->hisData()->addStock(6);
    }