Dryad of Miriam
Enemy wall: -3
If Enemy wall is divisible by 2
Recruits prod x2
Cost (B / G / R)
0 / 0 / 2
BB code
Effect
Enemy wall: -3
If Enemy wall is divisible by 2
Recruits prod x2
Code
$t->hisData()->addWall(-3); if ((max(0, $t->hisData()->Wall) % 2) == 0) { $t->production()->multiplyRecruits(2); }