Muqaddas Sasyiir [2], одноручный меч (Renewal)

Muqaddas Sasyiir [2] (MOCADAS_G_SWORD) – оружие.

Muqaddas Sasyiir [2], одноручный меч (Renewal)

Matk + 230.
Matk + 5%.
Increases Cross Rain damage by 10%.
If refine rate is 7 or higher, reduces skill cooldown of Genesis Ray by 1 second.
If refine rate is 9 or higher, increases Cross Rain damage by additional 10%.
If refine rate is 11 or higher, increases Cross Rain damage by additional 10%.

[Bonus by grade]
[Grade D] increases magical damage against small size enemies by 15%.
[Grade C] increases magical damage against medium size enemies by 15%.
[Grade B] increases magical damage against large size enemies by 15%.
[Grade A] S.Matk + 5, reduces skill cooldown of Genesis Ray by 0.5 seconds.

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

  • ID: 31209
  • Код: MOCADAS_G_SWORD
  • Тип: оружие
  • Подтип: одноручный меч
  • Уровень оружия: 5
  • Атака: 100
  • Магическая атака: 230
  •  
  • Требуемый уровень: 250
  • Профессии: crusader
  • Вес: 150

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bMatkRate,5;
bonus2 bSkillAtk,"IG_CROSS_RAIN",10;
if (.@r>=7) {
   bonus2 bSkillCooldown,"LG_RAYOFGENESIS",-1000;
   if (.@r>=9) {
      bonus2 bSkillAtk,"IG_CROSS_RAIN",10;
      if (.@r>=11) {
         bonus2 bSkillAtk,"IG_CROSS_RAIN",10;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus2 bMagicAddSize,Size_Small,15;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bMagicAddSize,Size_Medium,15;
      if (.@g>=ENCHANTGRADE_B) {
         bonus2 bMagicAddSize,Size_Large,15;
         if (.@g>=ENCHANTGRADE_A) {
            bonus2 bSkillCooldown,"LG_RAYOFGENESIS",-500;
            bonus bSMatk,5;
         }
      }
   }
}