Lunatic Picky Booster Foxtail, посох (Renewal)
Lunatic Picky Booster Foxtail (SP_B_FOX) – оружие.

Can't be refined by normal means.
Can't be destroyed.
Atk + 2%.
Atk + 3 per refine rate.
Atk + 3 per 15 base level (up to level 195).
If refine rate is 7 or higher, increases long ranged physical damage by 2% per each level of Picky Peck user learned.
If refine rate is 9 or higher, increases long ranged physical damage by 10%, increases Picky Peck and Lunatic Carrot Beat damage by 25%.
If refine rate is 11 or higher, increases long ranged physical damage by additional 10%, increases physical damage against all size enemies by 15%.
If refine rate is 13 or higher, increases Picky Peck and Lunatic Carrot Beat damage by additional 15%.
Скрипт
.@r = getrefine(); bonus bUnbreakableWeapon; bonus bAtkRate,2; bonus bBaseAtk,3*.@r; bonus bBaseAtk,3*(min(BaseLevel,195)/15); if (.@r>=7) { bonus bLongAtkRate,2*getskilllv("SU_PICKYPECK"); if (.@r>=9) { bonus bLongAtkRate,10; bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",25; bonus2 bSkillAtk,"SU_PICKYPECK",25; if (.@r>=11) { bonus2 bAddSize,Size_All,15; bonus bLongAtkRate,10; if (.@r>=13) { bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",15; bonus2 bSkillAtk,"SU_PICKYPECK",15; } } } }