Spring wood
Wall: +3
If opponent lowered your stock last round
Production x2
Cost (B / G / R)
0 / 0 / 1
BB code
Effect
Wall: +3
If opponent lowered your stock last round
Production x2
Code
$t->myData()->addWall(3);
if ($t->myChange('Bricks') < 0 || $t->myChange('Gems') < 0 || $t->myChange('Recruits') < 0) {
$t->production()->multiply(2);
}