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
603 / 2062
Discarded
228 / 1227
Drawn
1172 / 4887

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