Pollux Mantle, броня (Renewal)
Pollux Mantle (POLLUX_MANTLE_J) – броня.
―――――――――――――
Atk + 20, Flee + 20
―――――――――――――
MaxHP + 10%, MaxSP + 10%
―――――――――――――
Reduces damage taken from neutral property by 20%.
―――――――――――――
When equipped by Guillotine Cross
Atk + 30
MaxHP + 10%, MaxSP + 10%
Reduces SP consumption of Rolling Cutter by 2.
If refine rate is 8 or higher, attack speed + 20%.
―――――――――――――
When equipped with Scorpio Mail and Scorpio Manteau, MaxHP + 2000, MaxSP + 200, reduces damage taken from fire, water, wind and earth property by 50%, grants immunity.
―――――――――――――
[天蝎宮のマント]は
NPC売却・倉庫への移動のみ
Yes能です
―――――――――――――
Attribute: - Slots: 0
Def : 25 Mdef : 5
Refined: Yes Destroyed: No
Базовые свойства предмета
- ID: 26467
 - Код: POLLUX_MANTLE_J
 - Тип: броня
 - Уровень брони: 1
 - Защита: 25
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 30
 
Скрипт
.@r = getrefine();
bonus bMdef,5;
bonus bBaseAtk,20;
bonus bAspd,10;
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus2 bSubEle,Ele_Neutral,20;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Star_Gladiator) {
   bonus bBaseAtk,30;
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   bonus2 bSubClass,Class_Boss,5;
   if (.@r>=8)
       bonus bWeaponAtkRate,20;
}