Sagittarius Mail [1], броня (Renewal)

Sagittarius Mail [1] (SAGITTARIUS_MAIL_J) – броня.

 

Can't be destroyed.
Mdef + 5.
Atk + 50.
MaxHP + 1000.
Reduces global cooldowns by 10%.
When equipped by Ranger, Atk + 80, MaxHP + 10%, MaxSP + 10%.
If refine rate is 8 or higher, increases critical damage by 20%.
―――――――――――――
Attribute: None Slots: 1
Def : 100 Mdef : 5
Refined: Yes Destroyed: No

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

  • ID: 30239
  • Код: SAGITTARIUS_MAIL_J
  • Тип: броня
  • Уровень брони: 1
  • Защита: 100
  •  
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 100

Скрипт

.@r = getrefine();
bonus bUnbreakableArmor;
bonus bMdef,5;
bonus bBaseAtk,50;
bonus bMaxHP,1000;
bonus bDelayrate,-10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter) {
   bonus bBaseAtk,80;
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   if (.@r>=8)
      bonus bPerfectHitAddRate,20;
}