MArcomage

Free multiplayer on-line fantasy card game

Please log in


10 C
Spirit of Earth
Spirit of Earth

Alliance Unliving

Attack: 3
Wall: +7
If matching card is an attack card
Bricks prod x2

Id
675
Name
Spirit of Earth
Rarity
Common
Keywords
Cost (B / G / R)
10 / 0 / 0
Modes
0
Level
10
Created
24. Jun, 2012
Modified
27. Jul, 2013
Played
1096 / 10459
Discarded
960 / 5090
Drawn
2674 / 20201

BB code

Effect

Attack: 3
Wall: +7
If matching card is an attack card
Bricks prod x2

Code

    $t->hisData()->attack(3);
    $t->myData()->addWall(7);
    $attack_cards = $t->getList(['advanced'=>'Attack:']);
    if (in_array($t->hisData()->Hand[$t->cardPos()], $attack_cards)) {
      $t->production()->multiplyBricks(2);
    }