Muqaddas Dayats [2], катар (Renewal)

Muqaddas Dayats [2] (MOCADAS_KATAR) – оружие.

Muqaddas Dayats [2], катар (Renewal)

Atk + 5%.
Increases Savage Impact damage by 10%.
If refine rate is 7 or higher, increases melee physical damage by 10%.
If refine rate is 9 or higher, increases Savage Impact damage by additional 10%.
If refine rate is 11 or higher, increases Savage Impact damage by additional 10%.

[Bonus by grade]
[Grade D] increases physical damage against small size enemies by 15%.
[Grade C] increases physical damage against medium size enemies by 15%.
[Grade B] increases physical damage against large size enemies by 15%.
[Grade A] P.Atk + 5.

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

  • ID: 31761
  • Код: MOCADAS_KATAR
  • Тип: оружие
  • Подтип: катар
  • Уровень оружия: 5
  • Атака: 300
  •  
  • Требуемый уровень: 250
  • Профессии: assassin
  • Вес: 125

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bAtkRate,5;
bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",10;
if (.@r>=7) {
   bonus bShortAtkRate,10;
   if (.@r>=9) {
      bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",10;
      if (.@r>=11) {
         bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",10;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus2 bAddSize,Size_Small,15;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bAddSize,Size_Medium,15;
      if (.@g>=ENCHANTGRADE_B) {
         bonus2 bAddSize,Size_Large,15;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bPAtk,5;
         }
      }
   }
}