MArcomage

Free multiplayer on-line fantasy card game

Please log in


0 R
Master of the past
Master of the past

Mage

Negates the negative effect of opponent's last round on your tower, wall, facilities and stock

Id
171
Name
Master of the past
Rarity
Rare
Keywords
Cost (B / G / R)
0 / 0 / 0
Modes
0
Level
10
Created
1. May, 2006
Modified
31. Mar, 2013
Played
1139 / 5611
Discarded
575 / 2864
Drawn
2460 / 12899

BB code

Effect

Negates the negative effect of opponent's last round on your tower, wall, facilities and stock

Code

    $t->myData()
      ->addTower(-min(0, $t->myChange('Tower')))
      ->addWall(-min(0, $t->myChange('Wall')))
      ->addQuarry(-min(0, $t->myChange('Quarry')))
      ->addMagic(-min(0, $t->myChange('Magic')))
      ->addDungeons(-min(0, $t->myChange('Dungeons')))
      ->addBricks(-min(0, $t->myChange('Bricks')))
      ->addGems(-min(0, $t->myChange('Gems')))
      ->addRecruits(-min(0, $t->myChange('Recruits')));