Varmundt Death Rune Robe [1], броня (Renewal)

Varmundt Death Rune Robe [1] (BARMUND_DEATH_ARMOR) – броня.

Varmundt Death Rune Robe [1], броня (Renewal)

SPL + 1 per 25 base Int of the user.
If refine rate is 7 or higher, Matk + 5%.
If refine rate is 9 or higher, reduces variable casting time by 10%.
If refine rate is 11 or higher, increases all property magical damage by 10%.


[Bonus by grade]
[Grade D] Matk + 3%.
[Grade C] SPL + 3, Matk + 3%.
[Grade B] Increases all property magical damage by 10%.
[Grade A] Reduces global cooldown by 10%.

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

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

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bSpl,(readparam(bInt)/25);
if (.@r>=7) {
   bonus bMatkRate,5;
   if (.@r>=9) {
      bonus bVariableCastrate,-10;
      if (.@r>=11) {
         bonus2 bMagicAtkEle,Ele_All,10;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bMatkRate,3;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bMatkRate,3;
      bonus bSpl,3;
      if (.@g >= ENCHANTGRADE_B) {
         bonus2 bMagicAtkEle,Ele_All,10;
         if (.@g >= ENCHANTGRADE_A) {
            bonus bDelayrate,-10;
         }
      }
   }
}