MArcomage

Free multiplayer on-line fantasy card game

Please log in


20 20 R
Sheer Heart Attack, the Bomb Hand
Sheer Heart Attack, the Bomb Hand

Banish

Attack: 150
Backlash: 70
Replace this card, matching card, and neighboring cards with Reuse the Rubble.

Author
Id
2702
Name
Sheer Heart Attack, the Bomb Hand
Rarity
Rare
Keywords
Banish
State
waiting

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