$list = $t->getList(['cost'=>'Green', 'advanced'=>'Attack:', 'support'=>'No keywords']);
$summoned = $t->drawCard($list, $t->myData()->Hand, $t->mode(), 'drawCardList');
$t->setCard('my', $t->mode(), $summoned);
if ($t->mode() == $t->cardPos()) {
$t->noNextCard();
}
$t->myData()->addRecruits(min(round($t->getCard($summoned)->getResources('Recruits') / 2), 6));