Sea monster
Attack: 30
Recruits: +N
N = enemy wall destroyed (max 20)
Cost (B / G / R)
0 / 0 / 30
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));