Sagittarius Manteau, броня (Renewal)

Sagittarius Manteau (SAGITTARIUS_MANTEAU_J) – броня.

 

Mdef + 5.
Atk + 20.
MaxHP + 10%, MaxSP + 10%.
Reduces global cooldowns by 5%.
Reduces damage taken from neutral property by 20%.
When equipped by Ranger, Atk + 30, MaxHP + 10%, MaxSP + 10%, increases long ranged physical damage by 30%.
if refine rate is 8 or higher, increases critical damage by 20%.
―――――――――――――
Attribute: - Slots: 0
Def : 25 Mdef : 5
Refined: Yes Destroyed: No

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

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

Скрипт

.@r = getrefine();
bonus bMdef,5;
bonus bBaseAtk,20;
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bDelayrate,-5;
bonus2 bSubEle,Ele_Neutral,20;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter) {
   bonus bBaseAtk,30;
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   bonus bLongAtkRate,30;
   if (.@r>=8)
      bonus bPerfectHitAddRate,20;
}