Spells/Scaling
* move scaling data to the appropriate spell effects (like WH)
This commit is contained in:
parent
40b2830cad
commit
96c777191d
9 changed files with 43 additions and 73 deletions
|
|
@ -134,23 +134,6 @@ endif;
|
|||
<td><?=$this->gcd;?></td>
|
||||
</tr>
|
||||
<?php
|
||||
// not default values
|
||||
if ($this->scaling):
|
||||
?>
|
||||
<tr>
|
||||
<th><?=Lang::spell('_scaling');?></th>
|
||||
<td colspan="3">
|
||||
|
||||
<?php
|
||||
foreach ($this->scaling as $k => $v):
|
||||
echo ' '.Lang::spell('scaling', $k, [$v * 100])."<br />\n";
|
||||
endforeach;
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
endif;
|
||||
|
||||
if ($this->stances):
|
||||
?>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue