Safety Foxtail [2], посох (Renewal)
Safety Foxtail [2] (EIN_1H_FOXTAIL) – оружие.
![Safety Foxtail [2], посох (Renewal) Safety Foxtail [2], посох (Renewal)](/images/db/items/picture/550006.png)
A foxtail that was growing near a construction site in Einbroch.
It is solid like steel, perhaps because of its mysterious ores.
_
MATK +350.
ATK +7%, MATK +7%.
Catnip Meteor and Picky Peck damages +15%.
When refined to +7 or higher, Increased ASPD (ASPD +10%), Variable Cast Time -10%
When refined to +9 or higher, Additional Catnip Meteor and Picky Peck damages +20%.
Physical/Magic attacks create a chance to gain additional Physical/Magic damage +10% on enemies of all sizes for 10 sec.
When refined to +11 or higher, After-cast delay -20%.
_
ATK: 300
Скрипт
.@r = getrefine(); bonus bMatk,350; bonus bUnbreakableWeapon; bonus bMatkRate,7; bonus bAtkRate,7; bonus2 bSkillAtk,"SU_CN_METEOR",15; bonus2 bSkillAtk,"SU_PICKYPECK",15; if (.@r>=7) { bonus bAspdRate,10; bonus bVariableCastrate,-10; } if (.@r>=9) { bonus2 bSkillAtk,"SU_CN_METEOR",20; bonus2 bSkillAtk,"SU_PICKYPECK",20; autobonus "{ bonus2 bAddSize,Size_All,10; bonus2 bMagicAddSize,Size_All,10; }",1,10000,BF_MAGIC; } if (.@r>=11) { bonus bDelayrate,-20; }