Exquisite Foxtail Model [2]
1696 Ex_Model_Foxtail
E
A very accurate model of foxtail.
Increases Ranged Physical Damage by 8%, MaxHP +5%.
For each 2 Refine Level: DEX +3, MaxSP +15.
Refine Level +7:
Increases base weapon's ATK and MATK by 40%.
For each Refine Level higher than +7 or higher: Increases base weapon's ATK and MATK by 20%.
(Limited to +10 Refine Level)
Indestructible in battle
Type: One-Handed Staff
Attack: 240
Weight: 30
Weapon Level: 3
Requirement:
Base Level 140
Summoner (Doram)
ATK240
Rango1
Nivel de arma3
Información adicional
- Precio de compra
- 100,000 z
- Nivel máximo
- Sin límite
- Género
- Both
- Refinable
- Sí
- Gradable
- No
Script del ítem
bonus bLongAtkRate,8;
bonus bMaxHPrate,5;
.@r = getrefine();
bonus bDex,(.@r/2)*3;
bonus bMaxSP,(.@r/2)*15;
if (.@r>=7) {
.@r = min(.@r,10)-7;
bonus bBaseAtk,(48*.@r)+96;
}