Пример #1
0
 public function getNamePacked(SR_Player $player)
 {
     $back = '';
     if (1 < ($amt = $this->getAmount())) {
         $back .= $amt . 'x';
     }
     if ($this->isItemStatted()) {
         $back .= '_of_' . Shadowfunc::displayModifiersPacked($player, $this->getItemModifiersB($player));
     }
     return $back;
 }