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
16655 / 56747
Discarded
7764 / 20922
Drawn
28476 / 91639

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