=$this->name; ?>
brick('tooltip'); if ($this->reagents[1]): if ($this->tools): echo "\n";
endif;
$this->brick('reagentList', ['reagents' => $this->reagents[1], 'enhanced' => $this->reagents[0]]);
if ($this->tools):
echo "
\n";
if ($this->reagents[0]):
echo " \n";
endif;
?>
tools as $i => $t):
echo '
reagents[0]):
echo "
\n";
endif;
endif;
endif;
?>
brick('article'); ?>
transfer)):
echo " \n ".$this->transfer."\n";
endif;
?>
=Lang::spell('tools'); ?>
| '.$t['name']." |
=Lang::spell('_spellDetails'); ?>
|
||||||||||||||
| =Lang::spell('_cost');?> | =(!empty($this->powerCost) ? $this->powerCost : Lang::spell('_none'));?> | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| =Lang::spell('_range');?> | =$this->range.' '.Lang::spell('_distUnit').' ('.$this->rangeName;?>) | |||||||||||||
| =Lang::spell('_castTime');?> | =$this->castTime;?> | |||||||||||||
| =Lang::spell('_cooldown');?> | =(!empty($this->cooldown) ? $this->cooldown : ''.Lang::main('n_a').'');?> | |||||||||||||
| '.Lang::spell('_gcd');?> | =$this->gcd;?> | |||||||||||||
| =Lang::spell('_scaling');?> |
scaling as $k => $s):
if ($s > 0):
echo ' '.sprintf(Lang::spell('scaling', $k), $s * 100)." \n"; endif; endforeach; ?> |
|||||||||||||
| =Lang::spell('_forms');?> | =$this->stances;?> | |||||||||||||
| =Lang::game('requires2');?> | =(User::isInGroup(U_GROUP_STAFF) ? sprintf(Util::$dfnString, implode(' | ', $this->items[0]), $this->items[1]) : $this->items[1]);?> | |||||||||||||
| =Lang::spell('_effect').' #'.($i + 1);?> |
'.Lang::spell('_value').Lang::main('colon').$e['value'];
endif;
if (isset($e['radius'])):
$smallBuf .= ' '.Lang::spell('_radius').Lang::main('colon').$e['radius'].' '.Lang::spell('_distUnit'); endif; if (isset($e['interval'])): $smallBuf .= ' '.Lang::spell('_interval').Lang::main('colon').$e['interval']; endif; if (isset($e['mechanic'])): $smallBuf .= ' '.Lang::game('mechanic') .Lang::main('colon').$e['mechanic']; endif; if (isset($e['procData'])): $smallBuf .= ' '; if ($e['procData'][0] < 0): $smallBuf .= sprintf(Lang::spell('ppm'), Lang::nf(-$e['procData'][0], 1)); elseif ($e['procData'][0] < 100.0): $smallBuf .= Lang::spell('procChance').Lang::main('colon').$e['procData'][0].'%'; endif; if ($e['procData'][1]): if ($e['procData'][0] < 100.0): $smallBuf .= ' '; endif; $smallBuf .= sprintf(Lang::game('cooldown'), $e['procData'][1]); endif; endif; if ($smallBuf): echo "".$smallBuf."\n"; endif; if (isset($e['sound'])): echo ' '; endif; if (isset($e['icon'])): ?>
|
|||||||||||||