Thanatos Bow-AD [2], лук (Renewal)

Thanatos Bow-AD [2] (THANOS_BOW_AD) – оружие.

Thanatos Bow-AD [2], лук (Renewal)

When dealing physical damage, has a chance to recovers 2500 HP and 50 SP every 1 second for 4 times.
Atk + 10 per 2 refine rate.
Increases Focused Arrow Strike damage by 5% per 3 refine rate.
If refine rate is 7 or higher, increases critical damage by 15%, increases Focused Arrow Strike damage by additional 10%.
If refine rate is 9 or higher, Cri + 15, reduces variable casting time by 10%.
If refine rate is 11 or higher, increases physical damage against all size enemies by 15%, increases long ranged physical damage by 15%.


[Bonus by grade]
[Grade D] Atk + 2%, increases Crescive Bolt damage by 10%.
[Grade C] Reduces global cooldown by 5%, P.Atk + 1.
[Grade B] Increases Crescive Bolt damage by additional 10%.

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

  • ID: 31908
  • Код: THANOS_BOW_AD
  • Тип: оружие
  • Подтип: лук
  • Уровень оружия: 5
  • Атака: 230
  •  
  • Требуемый уровень: 190
  • Профессии: hunter
  • Вес: 200

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
autobonus "{ bonus2 bHPRegenRate,2500,1000; }",1,4000,BF_WEAPON;
bonus bBaseAtk,10*(.@r/2);
bonus2 bSkillAtk,"SN_SHARPSHOOTING",5*(.@r/3);
if (.@r>=7) {
   bonus bCritAtkRate,15;
   bonus2 bSkillAtk,"SN_SHARPSHOOTING",10;
   if (.@r>=9) {
      bonus bVariableCastrate,-10;
      bonus bCritical,15;
      if (.@r>=11) {
         bonus2 bAddSize,Size_All,15;
         bonus bLongAtkRate,15;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bAtkRate,3;
   bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",10;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bDelayrate,-5;
      bonus bPAtk,1;
      if (.@g >= ENCHANTGRADE_B) {
         bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",10;
      }
   }
}