Meowmeow Foxtail [2], посох (Renewal)
Meowmeow Foxtail [2] (MEAWFOXTAIL) – оружие.
![Meowmeow Foxtail [2], посох (Renewal) Meowmeow Foxtail [2], посох (Renewal)](/images/db/items/picture/26155.png)
Mysterious Foxtail that makes a meow meow sound while shaken.
It seems to resonate with Ancient Hero Boots.
MATK + 300.
Every 2 Refine levels ATK, MATK + 10.
Every 3 Refine levels MATK, ATK +2%.
When Refine level is 7, Lunatic Carrot Beat, Silvervine Stem Spear damage increased by 15%.
When Refine level is 9, Variable Casting decreased by 10%, Attack Speed increased (delay after attack decreased by 10%).
When Refine level is 11, Picky Peck, Catnip Meteor damage increased by 20%.
When worn together with Ancient Hero Boots and using physical/ magic attacks, with a fixed rate for 7s LUK + 20, ATK, MATK + 15%.
Weapon Lv : 4
Required Lv : 100
Required
Скрипт
.@r = getrefine(); bonus bMatk,10*(.@r/2); bonus bBaseAtk,10*(.@r/2); bonus bAtkRate,2*(.@r/3); bonus bMatkRate,2*(.@r/3); if (.@r >= 7) { bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",15; bonus2 bSkillAtk,"SU_SV_STEMSPEAR",15; if (.@r >= 9) { bonus bVariableCastrate,-10; bonus bAspdRate,10; if (.@r >= 11) { bonus2 bSkillAtk,"SU_PICKYPECK",20; bonus2 bSkillAtk,"SU_CN_METEOR",20; } } }