Wolf Officer Hat [1], броня (Renewal)

Wolf Officer Hat [1] (WOLF_OFFICER_HAT) – броня.

 

An officer-like hat with wolf ears.

Reduces after cast delay by 10%.

Increase damage of Arrow Storm by 15%.
When Aimed Bolt's skill level 10,
Reduce incoming damage from boss monsters by 20%,
Reduce after cast delay by 15%.
When Warg Ride skill level 3,
Reduce after cast delay by 20%.
When Main Ranger skill level 10,
Increase physical damage to all property monsters by 25%.
When Camouflage skill level 5,
Reduce cool time of Arrow Storm by 0.2s.

Dex + 3 per 1 refine rate.
When refined to +7 or higher, increase damage of Arrow Storm by additional 20%.
When refined to +9 or higher, reduce cool time of No Limits by 150s.

Required level : 100

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

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

Скрипт

.@r = getrefine();
bonus bDelayrate,-10;
bonus2 bSkillAtk,"RA_ARROWSTORM",15;
if (getskilllv("RA_AIMEDBOLT")>=10) {
   bonus2 bSubClass,Class_Boss,20;
   bonus bDelayrate,-15;
}
if (getskilllv("RA_WUGRIDER")>=3)
   bonus bDelayrate,-20;
if (getskilllv("RA_RANGERMAIN")>=10)
   bonus2 bAddEle,Ele_All,25;
if (getskilllv("RA_CAMOUFLAGE")>=5)
   bonus2 bSkillCooldown,"RA_ARROWSTORM",200;
bonus bDex,3*.@r;
if (.@r>=7)
   bonus2 bSkillAtk,"RA_ARROWSTORM",20;
if (.@r>=9)
   bonus2 bSkillCooldown,"RA_UNLIMIT",-150000;