getProd( "wood" ) ); $clay = round( $village->getProd( "clay" ) ); $iron = round( $village->getProd( "iron" ) ); $crop = round( $village->getProd( "crop" ) ); $totalproduction = $village->allcrop; // all crops + bakery + grain mill ?>
![]() |
awood)."/".$village->maxstore; ?> | ![]() |
aclay)."/".$village->maxstore; ?> | ![]() |
airon)."/".$village->maxstore; ?> | ![]() |
acrop > 0){ ?>
acrop)."/".$village->maxcrop; ?> | maxcrop; ?> | ![]() |
pop+$technology->getUpkeep($village->unitall,0))."/".$totalproduction.""; ?> |
gold <= 1){
echo ' '.$session->gold.' Gold';
}
else if($session->gold >=2){
echo ' '.$session->gold.' Gold';
}
?>
|