MArcomage

Free multiplayer on-line fantasy card game

Please log in


28 R
Earthquake
Earthquake

Nature

Enemy tower and Enemy wall is halved (min 10 damage)

Id
17
Name
Earthquake
Rarity
Rare
Keywords
Cost (B / G / R)
0 / 28 / 0
Modes
0
Level
6
Created
1. May, 2006
Modified
23. Sep, 2010
Played
1200 / 4698
Discarded
317 / 1651
Drawn
2181 / 10219

BB code

Effect

Enemy tower and Enemy wall is halved (min 10 damage)

Code

    $t->hisData()->addTower(-max(round($t->hisData()->Tower / 2), 10))->addWall(-max(round($t->hisData()->Wall / 2), 10));