Exquisite Yellow Foxtail Model [1], посох (Renewal)
Exquisite Yellow Foxtail Model [1] (EX_Y_MODEL_FOXTAIL) – оружие. Выпадает из монстров: Combat Basilisk.
![Exquisite Yellow Foxtail Model [1], посох (Renewal) Exquisite Yellow Foxtail Model [1], посох (Renewal)](/images/db/items/picture/1697.png)
An elaborately crafted yellow foxtail-shaped replica.
Property: Neutral
Required
Max HP + 7%
Max SP + 20 per 2 upgrade levels of the item.
Increases long-ranged damage on targets by 9%.
Increases long-ranged damage on targets by 1% per 2 upgrade levels of the item.
Adds a chance of casting Level 1 Fresh Shrimp on the user when using Picky Peck, 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 by 40%.
Increases the base weapon ATK by an additional 20% per upgrade level of the item past the upgrade level of 7 to a maximum upgrade level of 10.
Скрипт
bonus bLongAtkRate,9; bonus bMaxHPrate,7; .@r = getrefine(); bonus bLongAtkRate,.@r/2; bonus bMaxSP,(.@r/2)*20; bonus4 bAutoSpellOnSkill,"SU_PICKYPECK","SU_FRESHSHRIMP",max(1,getskilllv("SU_FRESHSHRIMP")),100; if (.@r>=7) { .@r = min(.@r,10)-7; bonus bBaseAtk,(54*.@r)+108; }