Moan of Corruption [1], броня (Renewal)
Moan of Corruption [1] (AEGIS_470204) – броня.
![Moan of Corruption [1], броня (Renewal) Moan of Corruption [1], броня (Renewal)](/images/db/items/picture/470204.png)
SPL + 5, CON + 3.
Increases SP consumption of skills by 15%.
Every 3 refine rate, Matk + 7.
If refine rate is 7 or higher, Matk + 5%, S.Matk + 3.
If refine rate is 9 or higher, reduces variable casting time by 10%.
If refine rate is 11 or higher, increases magical damage against medium and large size enemies by 15%.
When equipped with Fallen Bishop Card, MaxSP + 25%, increases magical damage against holy property enemies by 15%.
When equipped with Sealed Fallen Bishop Card, MaxSP + 15%, increases magical damage against holy property enemies by 10%.
[Bonus by grade]
[Grade D] Matk + 5%, SPL + 5
[Grade C] Reduces fixed casting time by 1 second.
[Grade B] S.Matk + 7.
[Grade A] Every 2 refine rate, SPL + 8.
Базовые свойства предмета
- ID: 30529
- Код: AEGIS_470204
- Тип: броня
- Уровень брони: 2
- Защита: 16
- Требуемый уровень: 240
- Вес: 30
Скрипт
.@g = getenchantgrade(); .@r = getrefine(); bonus bSpl,5; bonus bCon,3; bonus bUseSPrate,15; bonus bMatk,7*(.@r/3); if (.@r>=7) { bonus bSMatk,3; bonus bMatkRate,5; if (.@r>=9) { bonus bVariableCastrate,-10; if (.@r>=11) { bonus2 bMagicAddSize,Size_Medium,15; bonus2 bMagicAddSize,Size_Large,15; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMatkRate,5; bonus bSpl,5; if (.@g>=ENCHANTGRADE_C) { bonus bFixedCast,-1000; if (.@g>=ENCHANTGRADE_B) { bonus bSMatk,7; if (.@g>=ENCHANTGRADE_A) { bonus bSpl,8*(.@r/2); } } } }