Imperial griffin
Attack: 30
If #Beast in hand > 1
Recruits: +12
Cost (B / G / R)
0 / 0 / 30
BB code
Effect
Attack: 30
If #Beast in hand > 1
Recruits: +12
Code
$t->hisData()->attack(30);
if ($t->keywordCount($t->myData()->Hand, 'Beast') > 1) {
$t->myData()->addRecruits(12);
}