Old Shadow Handicraft [1], броня (Renewal)

Old Shadow Handicraft [1] (OLD_SHADOW_HANDICRAFT) – броня.

Old Shadow Handicraft [1], броня (Renewal)

An old, abandoned shadow handicraft that emanates a mysterious aura.
Account Bound
All Stat + 1
Max HP + 1% per 2 upgrade levels of the item.
Max SP + 1% per 2 upgrade levels of the item.
Atk + 4 per upgrade level of the item.
Matk + 4 per upgrade level of the item.
Increases the damage of Triangle Shot by 25% per 2 upgrade levels of the item.

If upgrade level is +6 or higher,
Reduces the cooldown of Masquerade-Enervation and Masquerade-Unlucky by 1 second.

If upgrade level is +8 or higher,
Reduces the cooldown of Masquerade-Laziness and Masquerade-Weakness by 1 second.

If upgrade level is +10 or higher,
Reduces the cooldown of Masquerade-Groomy and Masquerade-Ignorance by 1 second.

Set Bonus
Old Detachments Ring
Old Shadow Handicraft [1]
Increases the damage of Triangle Shot by 70%.

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

  • ID: 24810
  • Код: OLD_SHADOW_HANDICRAFT
  • Тип: броня
  • Уровень брони: 1
  • Защита: 10
  •  
  • Требуемый уровень: 170
  • Профессии: rogue
  • Цена покупки: 10 з
  • Цена продажи: 5 з
  • Вес: 10

Скрипт

.@r = getrefine();
bonus bAllStats,1;
bonus bMatk,4*.@r;
bonus bBaseAtk,4*.@r;
bonus bMaxHPrate,(.@r/2);
bonus bMaxSPrate,(.@r/2);
bonus2 bSkillAtk,"SC_TRIANGLESHOT",25*(.@r/2);
if (.@r>=6) {
   bonus2 bSkillCooldown,"SC_ENERVATION",-1000;
   bonus2 bSkillCooldown,"SC_UNLUCKY",-1000;
   if (.@r>=8) {
      bonus2 bSkillCooldown,"SC_LAZINESS",-1000;
      bonus2 bSkillCooldown,"SC_WEAKNESS",-1000;
      if (.@r>=10) {
         bonus2 bSkillCooldown,"SC_IGNORANCE",-1000;
         bonus2 bSkillCooldown,"SC_GROOMY",-1000;
      }
   }
}