| '.$vdata['name'].' |
'.number_format(round($wood)).' |
'.number_format(round($clay)).' |
'.number_format(round($iron)).' |
'.number_format(round($crop)).' |
'.($totalmerchants>0?'':'').$availmerchants.'/'.$totalmerchants.' |
';
$woodSUM += $wood;
$claySUM += $clay;
$ironSUM += $iron;
$cropSUM += $crop;
}
?>