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
2276 / 9080
Discarded
720 / 3436
Drawn
4024 / 17122

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