Rune Robe of Death [1], броня (Renewal)
Rune Robe of Death [1] (DEATH_RUNE_ARMOR) – броня.
![Rune Robe of Death [1], броня (Renewal) Rune Robe of Death [1], броня (Renewal)](/images/db/items/picture/450245.png)
SPL +1 per 25 base INT of the user.
If refine rate is 7 or higher, MATK + 5%, S.MATK + 2.
If refine rate is 9 or higher, reduces variable casting time by 15%.
If refine rate is 11 or higher, increases all property magical damage by 15%.
[Bonus by grade]
[Grade D] MATK + 5%.
[Grade C] SPL + 5, MATK + 5%.
[Grade B] Increases all property magical damage by 10%.
[Grade A] Reduces global cooldown by an additional 10%, SPL + 5.
Базовые свойства предмета
- ID: 30315
- Код: DEATH_RUNE_ARMOR
- Тип: броня
- Уровень брони: 2
- Защита: 45
- Требуемый уровень: 230
- Вес: 100
Скрипт
.@g = getenchantgrade(); .@r = getrefine(); bonus bSpl,(readparam(bInt)/25); if (.@r>=7) { bonus bSMatk,2; bonus bMatkRate,5; if (.@r>=9) { bonus bVariableCastrate,-15; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_All,15; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMatkRate,5; if (.@g>=ENCHANTGRADE_C) { bonus bMatkRate,5; bonus bSpl,5; if (.@g>=ENCHANTGRADE_B) { bonus2 bMagicAtkEle,Ele_All,10; if (.@g>=ENCHANTGRADE_A) { bonus bDelayrate,-10; bonus bSpl,5; } } } }