MArcomage

Free multiplayer on-line fantasy card game

Please log in


1 1 C
Fire cub
Fire cub

Beast. Burning.

Attack: 2+N
N=# of Searing fire in enemy hand

Author
Id
1164
Name
Fire cub
Rarity
Common
Keywords
Beast. Burning.
State
implemented

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);