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
530 / 1989
Discarded
192 / 1191
Drawn
1026 / 4741

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