Sniping Veil [1], броня (Renewal)

Sniping Veil [1] (VEILCOYOTE) – броня.

 

The manteau used by Werner's experiment. Beware, you may be consumed by its power.

Reduces the after cast delay of skills by 10%,
if the users base Vit is 125 or higher.
If upgrade level is +8 or higher,
Atk + 20
If upgrade level is +11 or higher,
Reduces the after cast delay of skills by an additional 3%.
If upgrade level is +13 or higher,
Reduces the after cast delay of skills by an additional 4%.

SET BONUS
YSF01 Greaves
YSF01 Plate
Aspd + 1% per upgrade level of YSF01 Greaves.

SET BONUS
YSF01 Greaves
YSF01 Manteau
YSF01 Plate
If the combined upgrade levels of YSF01 Greaves,
YSF01 Manteau and YSF01 Plate are +39 or higher,
Adds a 5% chance of buffing the user for
5 seconds when performing a physical attack;
Bypass 100% of hard defense of normal monsters
and boss monsters when performing a physical attack.

SET BONUS
YSF01 Manteau
YSF01 Plate
Reduces the after cast delay of skills by
1% per upgrade level of YSF01 Manteau.

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

  • ID: 26388
  • Код: VEILCOYOTE
  • Тип: броня
  • Уровень брони: 1
  • Защита: 18
  •  
  • Требуемый уровень: 130
  • Профессии: rebellion
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 30

Скрипт

.@r = getrefine();
bonus bMdef,10;
bonus bAspdRate,10;
bonus bMaxHPrate,15;
bonus bLongAtkRate,10;
bonus bLongAtkDef,20;
if (getskilllv("RL_AM_BLAST") >= 5)
   bonus2 bSkillCooldown,"RL_AM_BLAST",-2000;
if (getskilllv("RL_HAMMER_OF_GOD") >= 5)
   bonus2 bSkillCooldown,"RL_HAMMER_OF_GOD",-10000;
if (getskilllv("RL_MASS_SPIRAL") >= 5)
   bonus2 bSkillCooldown,"RL_MASS_SPIRAL",-2000;
if (.@r>=7) {
   bonus bMaxHPrate,5;
   bonus bLongAtkRate,3;
   bonus bLongAtkDef,15;
   bonus2 bSkillAtk,"RL_MASS_SPIRAL",BaseLevel/3;
   bonus2 bSkillAtk,"RL_AM_BLAST",3*(BaseLevel/4);
   bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",6*(BaseLevel/5);
}
if (.@r>=9) {
   bonus bMaxSPrate,5;
   bonus bLongAtkRate,3;
}