Es Booster Staff, посох (Renewal)
Es Booster Staff (ES_B_STAFF) – оружие.

Can't be refined by normal means.
Can't be destroyed.
Matk + 2%, Matk + 175.
Matk + 3 per refine rate.
Matk + 3 per 15 base level (up to level 195).
If refine rate is 7 or higher, reduces variable casting time by 1% per each level of Happy Break user learned.
If refine rate is 9 or higher, increases all property magical damage by 10%, increases Espa and Eswhoo damage by 25%.
If refine rate is 11 or higher, reduces variable casting time by additional 10%, increases magical damage against all size enemies by 15%.
If refine rate is 13 or higher, increases Espa and Eswhoo damage by additional 15%.
Скрипт
.@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,2; bonus bMatk,3*.@r; bonus bMatk,3*(min(BaseLevel,195)/15); if (.@r>=7) { bonus bVariableCastrate,-getskilllv("TK_SPTIME"); if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,10; bonus2 bSkillAtk,"SP_SPA",25; bonus2 bSkillAtk,"SP_SWHOO",25; if (.@r>=11) { bonus2 bMagicAddSize,Size_All,15; bonus bVariableCastrate,-10; if (.@r>=13) { bonus2 bSkillAtk,"SP_SPA",15; bonus2 bSkillAtk,"SP_SWHOO",15; } } } }