MArcomage

Free multiplayer on-line fantasy card game

Please log in


23 24 R
Foulhorn
Foulhorn

Demonic Legend Rebirth

Attack: 36
Mode1:
Wall: +38
Mode2:
Gems: +18

Id
745
Name
Foulhorn
Rarity
Rare
Cost (B / G / R)
23 / 24 / 0
Modes
2
Level
10
Created
1. Aug, 2015
Modified
1. Aug, 2015
Played
768 / 1331
Discarded
215 / 388
Drawn
791 / 1349

BB code

Effect

Attack: 36
Mode1:
Wall: +38
Mode2:
Gems: +18

Code

    $t->hisData()->attack(36);
    if ($t->mode() == 1) {
      $t->myData()->addWall(38);
    }
    elseif ($t->mode() == 2) {
      $t->myData()->addGems(18);
    }