Void Darkness Boots [1], броня (Renewal)

Void Darkness Boots [1] (WALK_OF_DARKVOID) – броня.

Void Darkness Boots [1], броня (Renewal)

If refine rate is 7 or higher, MATK + 5%, S.MATK + 2.
If refine rate is 9 or higher, reduces variable casting time by 10%, decrease fixed cast time by 0.3 seconds.
If refine rate is 11 or higher, increases all property magical damage by 10%, decrease fixed cast time by an additional 0.2 seconds.
[Bonus by grade]
[Grade D] MATK + 5%.
[Grade C] Decrease fixed cast time by an additional 0.3 seconds.
[Grade B] MATK + 5%, S.MATK + 5.
[Grade A] Decrease fixed cast time by an additional 0.2 seconds, S.MATK + 2.

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

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

Скрипт

.@r = getrefine();
bonus bMdef,10;
bonus bAllStats,2;
skill "TF_HIDING",1;
bonus2 bSubRace,RC_All,2;
bonus bAspdRate,3*(.@r/3);
if (.@r>=7) {
   bonus bMaxHPrate,5;
   bonus bMaxSPrate,5;
}
if (.@r>=10)
   bonus2 bSubRace,RC_All,10;
if (.@r>=12) {
   if (eaclass()&EAJL_THIRD && BaseJob == Job_Rogue)
       skill "RG_RAID",1;
   else {
       skill "RG_RAID",1;
       bonus2 bSkillCooldown,"RG_RAID",60000;
   }
}
if (.@r>=13)
   bonus2 bSubRace,RC_All,3;