Spells/Scaling

* move scaling data to the appropriate spell effects (like WH)
This commit is contained in:
Sarjuuk 2025-10-27 21:19:00 +01:00
parent 40b2830cad
commit 96c777191d
9 changed files with 43 additions and 73 deletions

View file

@ -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>