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

Varmundt Glade Rune Manteau [1] (BARMUND_PLAIN_HOOD) – броня.

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

If refine rate is 7 or higher, MaxHP + 3%.
If refine rate is 9 or higher, reduces variable casting time by 10%.
If refine rate is 11 or higher, additional MaxHP + 3%.


When equipped with Varmundt Plain Rune Armor and Varmundt Plain Rune Boots,
MaxHP + 10%, reduces physical damage taken from earth property enemies by 10%.


[Bonus by grade]
[Grade D] MaxHP + 3%.
[Grade C] MaxHP + 3%, Res + 2, Mres + 2.
[Grade B] Reduces global cooldown by 5%.
[Grade A] Reduces global cooldown by additional 10%.

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

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

Скрипт

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