Forest guardian
Attack: #Beast + #Nature in hand (min 6)
Cost (B / G / R)
0 / 0 / 5
BB code
Effect
Attack: #Beast + #Nature in hand (min 6)
Code
$tmp = $t->keywordCount($t->myData()->Hand, 'Beast') + $t->keywordCount($t->myData()->Hand, 'Nature');
$t->hisData()->attack(max(6, $tmp));