Alchemist
Mage. Restoration.
Production x0
Mode1: bricks +N
Mode2: gems +N
Mode3: recruits +N
N= number of facilities
Keywords
Mage. Restoration.
BB code
Effect
Production x0
Mode1: bricks +N
Mode2: gems +N
Mode3: recruits +N
N= number of facilities
Note
possible code:
$tmp = ($mydata->Quarry + $mydata->Magic + $mydata->Dungeons);
$bricks_production = 0; $gems_production = 0; $recruits_production = 0;
if ($mode == 1) $mydata->Bricks+= $tmp; elseif ($mode == 2) $mydata->Gems+= $tmp; elseif ($mode == 3) $mydata->Recruits+= $tmp;