MArcomage

Free multiplayer on-line fantasy card game

Please log in


20 U
Flood
Flood

Nature

Enemy wall: -N
N = 45 - #Enemy bricks
Enemy bricks: -45

Id
158
Name
Flood
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 20 / 0
Modes
0
Level
7
Created
1. May, 2006
Modified
8. Sep, 2012
Played
1804 / 8608
Discarded
512 / 3228
Drawn
3135 / 16233

BB code

Effect

Enemy wall: -N
N = 45 - #Enemy bricks
Enemy bricks: -45

Code

    $lowered = $t->hisData()->Bricks - max($t->hisData()->Bricks - 45, 0);
    $t->hisData()->addBricks(-$lowered)->addWall(-(45 - $lowered));