Sagittarius Ring, броня (Renewal)

Sagittarius Ring (SAGITTARIUS_RING_J) – броня.

 

Attack speed + 5%.
MaxSP + 100.
Increases physical damage by 5%.
Recovers 10 SP when killing monsters with physical damage.
When equipped by Ranger, MaxHP + 10%, MaxSP + 10%, reduces global cooldowns by 10%, increases physical damage by 5%, increases Arrow Storm damage by 30%, recovers 3 SP when dealing physical damage.
―――――――――――――
Attribute: - Slots: 0
Def : 0 Mdef : 0
Refined: No Destroyed: No

Базовые свойства предмета

  • ID: 30850
  • Код: SAGITTARIUS_RING_J
  • Тип: броня
  • Уровень брони: 1
  •  
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 10

Скрипт

bonus bAspdRate,5;
bonus bMaxSP,100;
bonus bAtkRate,5;
bonus bSPGainValue,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter) {
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   bonus bDelayrate,-10;
   bonus bAtkRate,5;
   bonus2 bSkillAtk,"RA_ARROWSTORM",30;
   bonus bSPDrainValue,3;
}