Fire cub
Beast. Burning.
Attack: 2+N
N=# of Searing fire in enemy hand
BB code
Effect
Attack: 2+N
N=# of Searing fire in enemy hand
Note
possible code:
$tmp = 0; for ($i = 1; $i <= 8; $i++) if ($hisdata->Hand[$i] == ###) $tmp++; $tmp = ($tmp + 2);
$this->Attack($temp, $hisdata->Tower, $hisdata->Wall);