Protect Feather Shield [1], броня (Renewal)

Protect Feather Shield [1] (AEGIS_28985) – броня.

 

A forbidden book filled with unfathomable records.
Those who do not know the truth should not study it.
------------------------
ASPD + 10%.
------------------------
For every refine level, MHP +100.
------------------------
For every 3 refine level, increase Water and Earth property magic damage by 4%.
------------------------
When refined to +9 or higher, DEX + 10, INT + 10.
------------------------
When refined to +11 or higher,
There's a 5% chance to activate the following for 10 seconds when dealing magical damage:

INT + 150.
Decrease 100 HP and SP each second.
Reduce Diamond Dust and Earth Grave cooldown by 4.5 seconds.
------------------------
Def : 100

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

  • ID: 28098
  • Код: AEGIS_28985
  • Тип: броня
  • Уровень брони: 1
  • Защита: 140
  •  
  • Требуемый уровень: 100
  • Вес: 100

Скрипт

.@r = getrefine();
bonus bMdef,15;
bonus bMaxHPrate,.@r;
bonus bMaxSPrate,.@r;
if (.@r>=7) {
   bonus2 bSubSkill,"WL_CRIMSONROCK",30;
   bonus2 bSubSkill,"NC_ARMSCANNON",30;
   if (.@r>=9) {
       bonus2 bSubSkill,"RA_ARROWSTORM",30;
       bonus2 bSubSkill,"SR_HELLGATE",30;
       if (.@r>=11) {
           bonus2 bSubSkill,"SU_LUNATICCARROTBEAT",30;
           bonus2 bSubSkill,"SU_CN_METEOR",30;
       }
   }
}