Sagittarius Shoes, броня (Renewal)
Sagittarius Shoes (SAGITTARIUS_SHOES_J) – броня.
Mdef + 5.
Atk + 50.
MaxHP + 10%, MaxSP + 10%.
Reduces global cooldowns by 10%.
When equipped by Ranger, Atk + 80, MaxHP + 10%, MaxSP + 10%, reduces global cooldowns by 10%, reduces damage taken from fire, water, wind and earth property by 15%.
If refine rate is 8 or higher, increases long ranged physical damage by 30%.
When equipped with Sagittarius Mail and Sagittarius Manteau, MaxHP + 2000, MaxSP + 200, reduces global cooldown by 10%, reduces damage taken from boss monsters by 15%, reduces SP consumption of Arrow Storm by 20.
―――――――――――――
Attribute: - Slots: 0
Def : 25 Mdef : 5
Refined: Yes Destroyed: No
Базовые свойства предмета
- ID: 30419
 - Код: SAGITTARIUS_SHOES_J
 - Тип: броня
 - Уровень брони: 1
 - Защита: 25
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 40
 
Скрипт
.@r = getrefine();
bonus bMdef,5;
bonus bBaseAtk,50;
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bDelayrate,-10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter) {
   bonus bBaseAtk,80;
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   bonus bDelayrate,-10;
   bonus2 bSubEle,Ele_Fire,15;
   bonus2 bSubEle,Ele_Water,15;
   bonus2 bSubEle,Ele_Wind,15;
   bonus2 bSubEle,Ele_Earth,15;
   if (.@r>=8)
      bonus bLongAtkRate,30;
}