Paradise Soul Reaper Staff, двуручный посох (Renewal)
Paradise Soul Reaper Staff (3PARA_STAFF_SP) – оружие.

Matk + 200.
Can't be refined.
Can't be destroyed.
Matk + 5%, reduces variable casting time by 1% per each level of Happy Break user learned.
If the user's base level is 105 or higher, increases all property magical damage by 10%, increases Espa and Eswhoo damage by 25%.
If the user's base level is 110 or higher, reduces variable casting time by additional 10%, increases magical damage against all size enemies by 15%.
If the user's base level is 115 or higher, increases Espa and Eswhoo damage by additional 15%.
Базовые свойства предмета
- ID: 31833
- Код: 3PARA_STAFF_SP
- Тип: оружие
- Подтип: двуручный посох
- Уровень оружия: 4
- Атака: 150
- Магическая атака: 200
- Требуемый уровень: 100
- Профессии: soul_linker
- Вес: 1
Скрипт
.@a = getskilllv("TK_SPTIME"); bonus bUnbreakableWeapon; bonus bMatkRate,5; bonus bVariableCastrate,-1*.@a; if (BaseLevel>=105) { bonus2 bMagicAtkEle,Ele_All,10; bonus2 bSkillAtk,"SP_SPA",25; bonus2 bSkillAtk,"SP_SWHOO",25; if (BaseLevel>=110) { bonus bVariableCastrate,-10; bonus2 bMagicAddSize,Size_All,15; if (BaseLevel>=115) { bonus2 bSkillAtk,"SP_SPA",15; bonus2 bSkillAtk,"SP_SWHOO",15; } } }