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

Varmundt Ice Rune Manteau [1] (BARMUND_ICE_HOOD) – броня.

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

If refine rate is 7 or higher, Atk + 5%.
If refine rate is 9 or higher, increases critical damage by 10%.
If refine rate is 11 or higher, increases long ranged physical damage by 5%.


When equipped with Varmundt Ice Rune Armor and Varmundt Ice Rune Boots,
increases long ranged physical damage by 5%, reduces variable casting time by 10%.


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

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

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

Скрипт

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