MArcomage

Free multiplayer on-line fantasy card game

Please log in


3 C
Echoes of battle
Echoes of battle

If last card was Enduring
attack: 10
else attack: 3

Author
Id
1161
Name
Echoes of battle
Rarity
Common
Keywords
State
interesting

BB code

Effect

If last card was Enduring
attack: 10
else attack: 3

Note

Possible code:

if ($mylast_card->HasKeyword("Enduring")) { $this->Attack(10, $hisdata->Tower, $hisdata->Wall);}
else $this->Attack(3, $hisdata->Tower, $hisdata->Wall);