Sheer Heart Attack, the Bomb Hand
Banish
Attack: 150
Backlash: 70
Replace this card, matching card, and neighboring cards with Reuse the Rubble.
Name
Sheer Heart Attack, the Bomb Hand
BB code
Effect
Attack: 150
Backlash: 70
Replace this card, matching card, and neighboring cards with Reuse the Rubble.
Note
Sheer Heart Attack, the Bomb Hand
...
$hisdata->attack(150);
$mydata->attack(70);
$hisdata->setCard($cardpos, 349);
$mydata->setCard($cardpos, 349);
if ($cardpos > 1) {
$hisdata->setCard($cardpos - 1, 349);
$mydata->setCard($cardpos - 1, 349);
}
if ($cardpos < 8) {
$hisdata->setCard($cardpos + 1, 349);
$mydata->setCard($cardpos + 1, 349);
}