mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-24 12:07:15 +00:00
more warehouse
This commit is contained in:
@@ -11,7 +11,7 @@ include("next.tpl");
|
|||||||
<table cellpadding="1" cellspacing="1" id="build_value">
|
<table cellpadding="1" cellspacing="1" id="build_value">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Current capacity:</th>
|
<th>Current capacity:</th>
|
||||||
<td><b><?php echo $bid38[$village->resarray['f'.$id]]['attri']*STORAGE_MULTIPLIER; ?></b> units</td>
|
<td><b><?php echo $bid38[$village->resarray['f'.$id]]['attri']*STORAGE_MULTIPLIER; ?></b> Resource units</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<?php
|
<?php
|
||||||
@@ -20,12 +20,12 @@ include("next.tpl");
|
|||||||
if($next<=20){
|
if($next<=20){
|
||||||
?>
|
?>
|
||||||
<th>Capacity at level <?php echo $next ?>:</th>
|
<th>Capacity at level <?php echo $next ?>:</th>
|
||||||
<td><b><?php echo $bid38[$next]['attri']*STORAGE_MULTIPLIER; ?></b> units</td>
|
<td><b><?php echo $bid38[$next]['attri']*STORAGE_MULTIPLIER; ?></b> Resource units</td>
|
||||||
<?php
|
<?php
|
||||||
}else{
|
}else{
|
||||||
?>
|
?>
|
||||||
<th>Capacity at level 20:</th>
|
<th>Capacity at level 20:</th>
|
||||||
<td><b><?php echo $bid38[20]['attri']*STORAGE_MULTIPLIER; ?></b> units</td>
|
<td><b><?php echo $bid38[20]['attri']*STORAGE_MULTIPLIER; ?></b> Resource units</td>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ include("next.tpl");
|
|||||||
<table cellpadding="1" cellspacing="1" id="build_value">
|
<table cellpadding="1" cellspacing="1" id="build_value">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Current capacity:</th>
|
<th>Current capacity:</th>
|
||||||
<td><b><?php echo $bid39[$village->resarray['f'.$id]]['attri']*STORAGE_MULTIPLIER; ?></b> units</td>
|
<td><b><?php echo $bid39[$village->resarray['f'.$id]]['attri']*STORAGE_MULTIPLIER; ?></b> Crop units</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
@@ -21,12 +21,12 @@ include("next.tpl");
|
|||||||
if($next<=20){
|
if($next<=20){
|
||||||
?>
|
?>
|
||||||
<th>Capacity at level <?php echo $next ?>:</th>
|
<th>Capacity at level <?php echo $next ?>:</th>
|
||||||
<td><b><?php echo $bid39[$next]['attri']*STORAGE_MULTIPLIER; ?></b> units</td>
|
<td><b><?php echo $bid39[$next]['attri']*STORAGE_MULTIPLIER; ?></b> Crop units</td>
|
||||||
<?php
|
<?php
|
||||||
}else{
|
}else{
|
||||||
?>
|
?>
|
||||||
<th>Capacity at level 20:</th>
|
<th>Capacity at level 20:</th>
|
||||||
<td><b><?php echo $bid39[20]['attri']*STORAGE_MULTIPLIER; ?></b> units</td>
|
<td><b><?php echo $bid39[20]['attri']*STORAGE_MULTIPLIER; ?></b> Crop units</td>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user