Fine Foxtail Replica [2]
1695 Detail_Model_Foxtail
F
A crafted detailed model of foxtail.
Increases Ranged Physical Damage by 8%, MaxHP +200.
For each 3 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: 195
Weight: 30
Weapon Level: 3
Requirement:
Base Level 100
Summoner (Doram)
ATK195
Rango1
Nivel de arma3
Información adicional
- Precio de compra
- 50,000 z
- Nivel máximo
- Sin límite
- Género
- Both
- Refinable
- Sí
- Gradable
- No
Script del ítem
bonus bLongAtkRate,8;
bonus bMaxHP,200;
.@r = getrefine();
bonus bDex,(.@r/3)*3;
bonus bMaxSP,(.@r/3)*15;
if (.@r>=7) {
.@r = min(.@r,10)-7;
bonus bBaseAtk,(39*.@r)+78;
}