MArcomage

Free multiplayer on-line fantasy card game

Please log in


40 R
Sellsword
Sellsword

Soldier Horde

Attack: 30
If not from your deck
Attack: 60
else
Recruits: +20

Id
671
Name
Sellsword
Rarity
Rare
Keywords
Cost (B / G / R)
0 / 0 / 40
Modes
0
Level
6
Created
24. Jun, 2012
Modified
29. Oct, 2016
Played
183 / 884
Discarded
31 / 359
Drawn
272 / 1706

BB code

Effect

Attack: 30
If not from your deck
Attack: 60
else
Recruits: +20

Code

    $t->hisData()->attack(30);
    if (!in_array($t->card()->id(), $t->myDeck()->Rare)) {
      $t->hisData()->attack(60);
    }
    else {
      $t->myData()->addRecruits(20);
    }