Magical tower
Tower: +15
If matching card in opponent's hand costs gems
Gems: +10
Cost (B / G / R)
15 / 0 / 0
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);
}