MArcomage

Free multiplayer on-line fantasy card game

Please log in


2 C
Guardian spirit
Guardian spirit

Restoration

Tower: +2
If Tower or Wall was damaged during opponent's last round
Wall: +8

Id
647
Name
Guardian spirit
Rarity
Common
Keywords
Cost (B / G / R)
0 / 2 / 0
Modes
0
Level
6
Created
24. Sep, 2011
Modified
24. Sep, 2011
Played
16053 / 56145
Discarded
7458 / 20616
Drawn
27422 / 90585

BB code

Effect

Tower: +2
If Tower or Wall was damaged during opponent's last round
Wall: +8

Code

$t->myData()->addTower(2); if ($t->myChange('Tower') < 0 || $t->myChange('Wall') < 0) { $t->myData()->addWall(8); }