MArcomage

Free multiplayer on-line fantasy card game

Please log in


35 25 R
Implosion
Implosion

Destruction

Enemy tower: -N
Enemy wall: -N
N = 7#Enemy quarry + #Enemy bricks

Id
221
Name
Implosion
Rarity
Rare
Keywords
Cost (B / G / R)
0 / 35 / 25
Modes
0
Level
8
Created
26. Mar, 2007
Modified
1. Jan, 2011
Played
551 / 2010
Discarded
209 / 1208
Drawn
1075 / 4790

BB code

Effect

Enemy tower: -N
Enemy wall: -N
N = 7#Enemy quarry + #Enemy bricks

Code

    $tmp = ($t->hisData()->Quarry * 7) + $t->hisData()->Bricks;
    $t->hisData()->addTower(-$tmp)->addWall(-$tmp);