Metal Foxtail [1], посох (Renewal)
Metal Foxtail [1] (METAL_FOXTAIL) – оружие.
![Metal Foxtail [1], посох (Renewal) Metal Foxtail [1], посох (Renewal)](/images/db/items/picture/26111.png)
A foxtail made of Steel.
MATK + 120.
ATK + 3 / MATK + 3 For Each Refine Level
Base Lv 20 or higher Atk + 3, mAtk +3 for Every 10 Base Level past 20 Up to Base Lv 120
Indestructible
Required
Скрипт
.@r = getrefine() * 3; bonus bBaseAtk,.@r; bonus bMatk,.@r; if (BaseLevel >= 20) { .@r = min(BaseLevel,120)/10*3; bonus bBaseAtk,.@r; bonus bMatk,.@r; } bonus bUnbreakableWeapon;