Wind dragon
Attack: 10
If matching card is a zero cost card
Attack: 10
Cost (B / G / R)
0 / 9 / 0
BB code
Effect
Attack: 10
If matching card is a zero cost card
Attack: 10
Code
$t->hisData()->attack(10);
if ($t->getCard($t->hisData()->Hand[$t->cardPos()])->getResources() == 0) {
$t->hisData()->attack(10);
}