Pisces Shoes, броня (Renewal)

Pisces Shoes (PISCES_SHOES_J) – броня.

 

MaxHP + 3%
MaxSP + 3%
Can use Magnum Break Lv.3

When refined to +7 or higher,
MaxHP + 7%
MaxSP + 7%
ATK + 50

When refined to +11 or higher
MaxHP + 10%
MaxSP + 10%
ATK + 50

When FAW Magic Decoy Lv reaches 5, reduce after cast delay by 10%, increases MaxHP + 150 per 1 BaseLv.

Increase Axe Tornado damage by 30%, Axe Boomerang Damage by 20% per 1 skill level of Axe Boomerang learned.

Ignores all race's defense rate by 20% per 1 skill level of Magma Eruption learned.

When equipped with Illusion War Axe, increase damage dealt to boss monsters by 70%, reduce damage taken from Boss monsters by 25%.

DEF : 12

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

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

Скрипт

.@r = getrefine();
bonus bMdef,5;
bonus bMatk,50;
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bDelayrate,-10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) {
   bonus bMatk,80;
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",70;
   if (.@r>=8) {
      bonus2 bSubEle,Ele_Fire,20;
      bonus2 bSubEle,Ele_Water,20;
      bonus2 bSubEle,Ele_Wind,20;
      bonus2 bSubEle,Ele_Earth,20;
   }
}