Glacier Flower Spell (Physical Grade) 4Lv, (Renewal)

Glacier Flower Spell (Physical Grade) 4Lv (PHYSICAL_GRADE_4) – карта.

Glacier Flower Spell (Physical Grade) 4Lv, (Renewal)

Atk + 60, increases melee and long ranged physical damage by 12%.
If refine rate is 7 or higher, increases attack speed (reduces delay after attack by 12%).
If refine rate is 9 or higher, reduces variable casting time and global cooldown by 12%.


[Bonus by grade of weapon]
[Grade D] Atk + 4%, Atk + 60.
[Grade C] P.Atk + 3 per 4 refine rate.
[Grade B] POW + 1 and CON + 1 per 3 refine rate.
[Grade A] Increases physical damage against all property enemies by 16%, if refine rate is 11 or higher, increases physical damage against all size enemies by 16%.

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

  • ID: 18306
  • Код: PHYSICAL_GRADE_4
  • Тип: карта
  • Подтип:
  •  
  • Вес: 1

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bLongAtkRate,12;
bonus bShortAtkRate,12;
bonus bBaseAtk,60;
if (.@r>=7) {
   bonus bAspdRate,12;
   if (.@r>=9) {
      bonus bVariableCastrate,-12;
      bonus bDelayrate,-12;
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bAtkRate,4;
   bonus bBaseAtk,60;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bPAtk,3*(.@r/4);
      if (.@g>=ENCHANTGRADE_B) {
         bonus bPow,(.@r/3);
         bonus bCon,(.@r/3);
         if (.@g>=ENCHANTGRADE_A) {
            bonus2 bAddEle,Ele_All,16;
            if (.@r>=11) {
               bonus2 bAddSize,Size_All,16;
            }
         }
      }
   }
}