Mountain dragon
Attack: 38
Tower: +N / 2
Wall: +N
N = #Bricks (max 30)
Cost (B / G / R)
30 / 0 / 25
BB code
Effect
Attack: 38
Tower: +N / 2
Wall: +N
N = #Bricks (max 30)
Code
$t->hisData()->attack(38);
$bricks = min(30, $t->myData()->Bricks);
$t->myData()->addTower(round($bricks / 2))->addWall($bricks);