MArcomage

Free multiplayer on-line fantasy card game

Please log in


14 16 R
Mountain king
Mountain king

Runic Durable

Attack: 24
Negates the negative effect of opponent's last round on tower and wall

Id
377
Name
Mountain king
Rarity
Rare
Keywords
Cost (B / G / R)
0 / 14 / 16
Modes
0
Level
6
Created
30. Jul, 2008
Modified
24. Apr, 2011
Played
1009 / 7780
Discarded
572 / 3369
Drawn
1419 / 8415

BB code

Effect

Attack: 24
Negates the negative effect of opponent's last round on tower and wall

Code

    $t->hisData()->attack(24);
    $t->myData()->addTower(-min(0, $t->myChange('Tower')))->addWall(-min(0, $t->myChange('Wall')));