Varmundt Death Rune Manteau [1], броня (Renewal)
Varmundt Death Rune Manteau [1] (BARMUND_DEATH_HOOD) – броня.
![Varmundt Death Rune Manteau [1], броня (Renewal) Varmundt Death Rune Manteau [1], броня (Renewal)](/images/db/items/picture/480147.png)
If refine rate is 7 or higher, reduces variable casting time by 10%.
If refine rate is 9 or higher, increases all property magical damage by 10%.
If refine rate is 11 or higher, Matk + 5%.
When equipped with Varmundt Death Rune Robe and Varmundt Death Rune Boots,
increases all property magical damage by 5%, reduces variable casting time by additional 5%.
[Bonus by grade]
[Grade D] Matk + 3%.
[Grade C] Matk + 3%, S.Matk + 2.
[Grade B] Increases all property magical damage by 5%.
[Grade A] Reduces global cooldown by 10%.
Базовые свойства предмета
- ID: 30657
- Код: BARMUND_DEATH_HOOD
- Тип: броня
- Уровень брони: 2
- Защита: 45
- Требуемый уровень: 210
- Вес: 100
Скрипт
.@g = getenchantgrade(); .@r = getrefine(); if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,10; if (.@r>=11) { bonus bMatkRate,5; } } } if (.@g >= ENCHANTGRADE_D) { bonus bMatkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus bSMatk,2; bonus bMatkRate,3; if (.@g >= ENCHANTGRADE_B) { bonus2 bMagicAtkEle,Ele_All,5; if (.@g >= ENCHANTGRADE_A) { bonus bDelayrate,-10; } } } }