Catnip Booster Foxtail Model, посох (Renewal)
Catnip Booster Foxtail Model (GB_B_FOX) – оружие.

Can't be refined by normal means.
Matk + 2%, Matk + 280.
Reduces skill cooldown of Catnip Meteor by 1.5 seconds.
Matk + 3 per refine rate.
Matk + 3 per 15 base level (up to level 195).
If refine rate is 7 or higher, Matk + 2% per each level of Silvervine Stem Spear user learned.
If refine rate is 9 or higher, increases all property magical damage by 10%, increases Silvervine Stem Spear and Catnip Meteor damage by 25%.
If refine rate is 11 or higher, reduces variable casting time by 10%, increases magical damage against all size enemies by 15%.
If refine rate is 13 or higher, increases Silvervine Stem Spear and Catnip Meteor damage by additional 15%.
Скрипт
.@r = getrefine(); bonus bMatkRate,2; bonus bMatk,3*.@r; bonus2 bSkillCooldown,"SU_CN_METEOR",-1500; bonus bMatk,3*(min(BaseLevel,195)/15); if (.@r>=7) { bonus bMatkRate,2*getskilllv("SU_SV_STEMSPEAR"); if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,10; bonus2 bSkillAtk,"SU_SV_STEMSPEAR",25; bonus2 bSkillAtk,"SU_CN_METEOR",25; if (.@r>=11) { bonus2 bMagicAddSize,Size_All,15; bonus bVariableCastrate,-10; if (.@r>=13) { bonus2 bSkillAtk,"SU_SV_STEMSPEAR",15; bonus2 bSkillAtk,"SU_CN_METEOR",15; } } } }