Hunting Shoes [1], броня (Renewal)

Hunting Shoes [1] (AEGIS_470123) – броня.

 

MaxHP + 1500, MaxSP + 150.
If refine rate is 7 or higher, Matk + 3%.
If refine rate is 9 or higher, additional Matk + 5%, S.Matk + 5.
If refine rate is 11 or higher, reduces fixed casting time by 0.8 seconds, reduces variable casting time by 10%.

When equipped with Moonlight Card, reduces fixed casting time by 0.2 seconds, S.Matk + 15.
When equipped with Sealed Moonlight Card, reduces fixed casting time by 0.2 seconds.
When equipped with Furious Moonlight Card, increases all property magical damage by 4% per 3 refine rate of shoes.

[Bonus by grade]
[Grade D] Res + 30, Mres + 30.
[Grade C] Increases magical damage against all size enemies by 15%.
[Grade B] SPL + 3.
[Grade A] S.Matk + 7.

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

  • ID: 30481
  • Код: AEGIS_470123
  • Тип: броня
  • Уровень брони: 1
  • Защита: 30
  •  
  • Требуемый уровень: 30
  • Вес: 90

Скрипт

.@r = getrefine();
bonus bMaxHP,1000;
bonus bMaxSP,200;
if (.@r>=7)
   bonus2 bExpAddClass,Class_All,8;
if (.@r>=9)
   .@dmg = 15;
if (.@r>=11)
   .@dmg += 20;
bonus2 bAddRace,RC_Brute,.@dmg;
bonus2 bAddRace,RC_Fish,.@dmg;
bonus2 bAddRace,RC_Brute,.@dmg;
bonus2 bAddRace,RC_Fish,.@dmg;