A manteau which protects its wearer from the elements.
VIT + 10
[ + slotted Survivor's Rod ]
Maximum HP + 300
MATK - 5%, MATK increase by Survivor's Rod refine rate.
Increase resistance from Neutral Property attacks by refine rate * 3.
However, the MATK bonus and neutral resistance increases only to +10.
Класс : Garment
Защита : 0
Вес : 55
Необходимый Lv. : 75
Доступно для : Mage, Wizard, Sage, Soul Linker
Улучшается : Да
Доп. информация:
ID : 2509
Цена у NPC : 10000
Script :
{ bonus bMdef,5; bonus bVit,10; if(isequipped(1618) || isequipped(1620)){ bonus bMaxHP,300; bonus bMatkRate,getequiprefinerycnt(EQI_HAND_R)-5; bonus2 bSubEle,Ele_Neutral,getrefine()*3; } }
{
...bonus bMdef,5;
...bonus bVit,10;
...if(isequipped(1618) || isequipped(1620)){
......bonus bMaxHP,300;
......bonus bMatkRate,getequiprefinerycnt(EQI_HAND_R)-5;
......bonus2 bSubEle,Ele_Neutral,getrefine()*3;
...}
}