Rune Manteau of Plain [1], броня (Renewal)

Rune Manteau of Plain [1] (PLAIN_RUNE_HOOD) – броня.

Rune Manteau of Plain [1], броня (Renewal)

If refine rate is 7 or higher, MHP + 3%.
If refine rate is 9 or higher, reduces variable casting time by 10%.
If refine rate is 11 or higher, increases physical damage against all race enemies by 10%.


If equipped with Plain Rune Armor and Plain Rune Boots
STA + 1 per 30 base VIT of the user
MHP + 20%.
Reduces physical damage taken from earth property enemies by 10%.


[Bonus by grade]
[Grade D] MHP + 5%.
[Grade C] MHP + 5%, RES + 5, MRES + 5.
[Grade B] Reduces global cooldown by 5%, RES + 5, MRES + 5.
[Grade A] Reduces global cooldown by an additional 10%, P.ATK + 2.

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

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

Скрипт

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