Harpy
Attack: 10
If #Aria in opponent's hand = 0
Recruits: +5
Cost (B / G / R)
0 / 0 / 10
BB code
Effect
Attack: 10
If #Aria in opponent's hand = 0
Recruits: +5
Code
$t->hisData()->attack(10); if ($t->keywordCount($t->hisData()->Hand, 'Aria') == 0) { $t->myData()->addRecruits(5); }