Vivatus Fides Rod [2], двуручный посох (Renewal)
Vivatus Fides Rod [2] (VIVATUS_F_ROD) – оружие.
![Vivatus Fides Rod [2], двуручный посох (Renewal) Vivatus Fides Rod [2], двуручный посох (Renewal)](/images/db/items/picture/640022.png)
Matk + 340.
Can't be destroyed.
Increases Soul Expansion damage by 10%.
Matk + 18 per 3 refine rate.
If refine rate is 7 or higher, increases Soul Expansion damage by additional 20%.
If refine rate is 9 or higher, increases magical damage againt all size enemies by 15%.
If refine rate is 11 or higher, increases Soul Expansion damage by additional 25%.
If refine rate is 12 or higher, increases ghost property magical damage by 15%.
[Bonus by grade]
[Grade D] If refine rate is 11 or higher, increases magical damage againt all property enemies by 15%.
[Grade C] Increases Soul Expansion damage by additional 15%.
[Grade B] Matk + 7%.
[Grade A] SPL + 1 and S.Matk + 1 per 3 refine rate.
Базовые свойства предмета
- ID: 31830
- Код: VIVATUS_F_ROD
- Тип: оружие
- Подтип: двуручный посох
- Уровень оружия: 5
- Атака: 200
- Магическая атака: 340
- Требуемый уровень: 210
- Профессии: wizard
- Вес: 190
Скрипт
.@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus2 bSkillAtk,"WL_SOULEXPANSION",10; bonus bMatk,18*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"WL_SOULEXPANSION",20; if (.@r>=9) { bonus2 bMagicAddSize,Size_All,15; if (.@r>=11) { bonus2 bSkillAtk,"WL_SOULEXPANSION",25; if (.@r>=12) { bonus2 bMagicAtkEle,Ele_Ghost,15; } } } } if (.@g >= ENCHANTGRADE_D) { if (.@r>=11) { bonus2 bMagicAddEle,Ele_All,15; } } if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"WL_SOULEXPANSION",15; if (.@g >= ENCHANTGRADE_B) { bonus bMatkRate,7; if (.@g >= ENCHANTGRADE_A) { bonus bSMatk,(.@r/3); bonus bSpl,(.@r/3); } } }