Magical Yellow Foxtail Staff [1], посох (Renewal)
Magical Yellow Foxtail Staff [1] (MAGICAL_Y_FOXTAIL) – оружие. Выпадает из монстров: Fruits Pom Spider.
![Magical Yellow Foxtail Staff [1], посох (Renewal) Magical Yellow Foxtail Staff [1], посох (Renewal)](/images/db/items/picture/1693.png)
A yellow, well-ripened foxtail that has a dragonfly sitting on it.
Property: Neutral
Required
MATK + 280
MATK + 3% per 2 upgrade levels of the item.
Adds a chance of casting Level 1 Arclouse Dash on the user when using Fresh Shrimp, if a higher level of this skill is known, it will be cast instead.
Adds a chance of casting Level 1 Fresh Shrimp on the user when using Silvervine Stem Spear, if a higher level of this skill is known, it will be cast instead.
If upgrade level is +7 or higher,
Increases the base weapon ATK and MATK by 40%.
Increases the base weapon ATK and MATK by an additional 20% per upgrade level of the item past the upgrade level of 7 to a maximum upgrade level of 10.
Скрипт
.@r = getrefine(); bonus bMatkRate,3*(.@r/2); bonus4 bAutoSpellOnSkill,"SU_FRESHSHRIMP","SU_ARCLOUSEDASH",max(1,getskilllv("SU_ARCLOUSEDASH")),100; bonus4 bAutoSpellOnSkill,"SU_SV_STEMSPEAR","SU_FRESHSHRIMP",max(1,getskilllv("SU_FRESHSHRIMP")),100; if (.@r>=7) { .@r = min(.@r,10)-7; bonus bBaseAtk,(28*.@r)+56; bonus bMatk,(56*.@r)+112; } bonus bUnbreakableWeapon;