MArcomage

Free multiplayer on-line fantasy card game

Please log in


30 U
Sea monster
Sea monster

Aqua Charge (8)

Attack: 30
Recruits: +N
N = enemy wall destroyed (max 20)

Id
130
Name
Sea monster
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 0 / 30
Modes
0
Level
7
Created
1. May, 2006
Modified
16. Sep, 2017
Played
3034 / 12589
Discarded
1237 / 7667
Drawn
5134 / 26432

BB code

Effect

Attack: 30
Recruits: +N
N = enemy wall destroyed (max 20)

Code

    $wall = $t->hisData()->Wall;
    $t->hisData()->attack(30);
    $t->myData()->addRecruits(min($wall - max($t->hisData()->Wall, 0), 20));