Echoes of battle
If last card was Enduring
attack: 10
else attack: 3
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);