Varmundt Fire Rune Manteau [1], броня (Renewal)

Varmundt Fire Rune Manteau [1] (BARMUND_FLAME_HOOD) – броня.

Varmundt Fire Rune Manteau [1], броня (Renewal)

If refine rate is 7 or higher, reduces variable casting time by 10%.
If refine rate is 9 or higher, increases critical damage by 10%.
If refine rate is 11 or higher, Atk + 5%.


When equipped with Varmundt Flame Rune Armor and Varmundt Flame Rune Boots,
increases melee physical damage by 5%, reduces variable casting time by additional 5%.


[Bonus by grade]
[Grade D] Atk + 3%.
[Grade C] Atk + 3%, P.Atk + 2.
[Grade B] Increases melee physical damage by 5%.
[Grade A] Reduces global cooldown by 10%.

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

  • ID: 30656
  • Код: BARMUND_FLAME_HOOD
  • Тип: броня
  • Уровень брони: 2
  • Защита: 45
  •  
  • Требуемый уровень: 210
  • Вес: 100

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   if (.@r>=9) {
      bonus bCritAtkRate,10;
      if (.@r>=11) {
         bonus bAtkRate,5;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bAtkRate,3;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bPAtk,2;
      bonus bAtkRate,3;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bShortAtkRate,5;
         if (.@g >= ENCHANTGRADE_A) {
            bonus bDelayrate,-10;
         }
      }
   }
}