MArcomage

Free multiplayer on-line fantasy card game

Please log in


15 U
Magical tower
Magical tower

Tower: +15
If matching card in opponent's hand costs gems
Gems: +10

Id
35
Name
Magical tower
Rarity
Uncommon
Keywords
Cost (B / G / R)
15 / 0 / 0
Modes
0
Level
0
Created
1. May, 2006
Modified
20. Jan, 2010
Played
1545 / 17966
Discarded
221 / 3676
Drawn
2189 / 29990

BB code

Effect

Tower: +15
If matching card in opponent's hand costs gems
Gems: +10

Code

    $t->myData()->addTower(15);
    if ($t->getCard($t->hisData()->Hand[$t->cardPos()])->getResources('Gems') > 0) {
      $t->myData()->addGems(10);
    }