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
1515 / 17936
Discarded
210 / 3665
Drawn
2131 / 29932

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