Pisces Mail [1], броня (Renewal)
Pisces Mail [1] (PISCES_MAIL_J) – броня.
Increase fire, water, wind, earth property magic damage by 5%.
When refined to +7 or higher, additional increase in fire, water, wind, earth property magic damage by 2%, increase ASPD by 10%
When refined to +8 or higher, additional increase in fire, water, wind, earth property magic damage by 3%, armor cannot be destroyed.
When refined to +9 or higher, additional increase in fire, water, wind, earth property magic damage by 5%, adds a chance to increase damage of Fire Bolt, Cold Bolt, Lightning Bolt and Earth Spike by 100% for 10 sec.
SET BONUS
Magical Cloth
True Celia Alde Card
MATK +5%, ignores magical defense of all races by 50%.
Required level : 100
Базовые свойства предмета
- ID: 30237
- Код: PISCES_MAIL_J
- Тип: броня
- Уровень брони: 1
- Защита: 100
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 10
Скрипт
.@r = getrefine();
bonus bUnbreakableArmor;
bonus bMdef,5;
bonus bMatk,50;
bonus bAspdRate,10;
bonus bMaxHP,1000;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) {
bonus bMatk,80;
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bDelayrate,-10;
if (.@r>=8) {
bonus2 bMagicAtkEle,Ele_Fire,15;
bonus2 bMagicAtkEle,Ele_Water,15;
bonus2 bMagicAtkEle,Ele_Wind,15;
bonus2 bMagicAtkEle,Ele_Earth,15;
bonus2 bMagicAtkEle,Ele_Neutral,15;
}
}