mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-29 06:37:15 +00:00
update
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
include("next.tpl");
|
||||
?>
|
||||
<div id="build" class="gid34"><a href="#" onClick="return Popup(34,4);" class="build_logo">
|
||||
<img class="building g34" src="img/x.gif" alt="Stonemason's Lodge" title="Stonemason's Lodge" />
|
||||
<img class="building g34" src="img/x.gif" alt="Stonemason's Lodge" title="<?php echo STONEMASON; ?>" />
|
||||
</a>
|
||||
<h1>Stonemason's Lodge <span class="level">Level <?php echo $village->resarray['f'.$id]; ?></span></h1>
|
||||
<p class="build_desc">The stonemason's lodge is an expert at cutting stone. The further the building is extended the higher the stability of the village's buildings.</p>
|
||||
<h1><?php echo STONEMASON; ?> <span class="level"><?php echo LEVEL; ?> <?php echo $village->resarray['f'.$id]; ?></span></h1>
|
||||
<p class="build_desc"><?php echo STONEMASON_DESC; ?></p>
|
||||
|
||||
|
||||
<table cellpadding="1" cellspacing="1" id="build_value">
|
||||
<tr>
|
||||
<th>Current stability bonus:</th>
|
||||
<td><b><?php echo $bid34[$village->resarray['f'.$id]]['attri']; ?></b> Percent</td>
|
||||
<th><?php echo CURRENT_STABILITY; ?></th>
|
||||
<td><b><?php echo $bid34[$village->resarray['f'.$id]]['attri']; ?></b> <?php echo PERCENT; ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<?php
|
||||
@@ -19,13 +19,13 @@ include("next.tpl");
|
||||
$next = $village->resarray['f'.$id]+1+$loopsame+$doublebuild+$master;
|
||||
if($next<=20){
|
||||
?>
|
||||
<th>Stability bonus at level <?php echo $next; ?>:</th>
|
||||
<td><b><?php echo $bid34[$next]['attri']; ?></b> Percent</td>
|
||||
<th><?php echo STABILITY_LEVEL; ?> <?php echo $next; ?>:</th>
|
||||
<td><b><?php echo $bid34[$next]['attri']; ?></b> <?php echo PERCENT; ?></td>
|
||||
<?php
|
||||
}else{
|
||||
?>
|
||||
<th>Stability bonus at level 20:</th>
|
||||
<td><b><?php echo $bid34[20]['attri']; ?></b> Percent</td>
|
||||
<th><?php echo STABILITY_LEVEL; ?> 20:</th>
|
||||
<td><b><?php echo $bid34[20]['attri']; ?></b> <?php echo PERCENT; ?></td>
|
||||
<?php
|
||||
}}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user