MArcomage

Free multiplayer on-line fantasy card game

Please log in


25 20 R
Poseidon
Poseidon

Aqua, Legend

Attack: 40
If last card played was Poseidon's Wrath
Bonus 40 attack
Else
Next card will be Poseidon's Wrath

Author
Id
1156
Name
Poseidon
Rarity
Rare
Keywords
Aqua, Legend
State
waiting

BB code

Effect

Attack: 40
If last card played was Poseidon's Wrath
Bonus 40 attack
Else
Next card will be Poseidon's Wrath

Note

Possible code for this::

$bonus = false; $temp_array = array(525); if (in_array($mydata->LastCard[$mylastcardindex], $temp_array) and ($mylast_action == 'play')) {
$bonus = true; $this->Attack(40 + (($bonus) ? 40 : 0), $hisdata->Tower, $hisdata->Wall);
}
else {
$nextcard = 525; }