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

Glacier Flower Spell (Physical Grade) 5Lv (PHYSICAL_GRADE_5) – карта.

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

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


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

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

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

Скрипт

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