Exquisite Yellow Foxtail Model [1]
1697 Ex_Y_Model_Foxtail
E
A very accurate model of yellow foxtail.
MaxHP +7%
Increases Ranged Physical Damage by 9%.
For each 2 Refine Levels:
MaxSP +20
Increases Ranged Physical Damage by 1%.
When using Picky Peck skill, Random chance to auto-cast Level 1 Fresh Shrimp, or activate learned Level.
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: 270
Weight: 30
Weapon Level: 4
Can be enchanted by:
<NAVI>[Mayomayo]<INFO>malangdo,213,167,0,100,0,0</INFO></NAVI>
Requirement:
Base Level 175
Summoner (Doram)
ATK270
Rango1
Nivel de arma4
Información adicional
- Precio de compra
- 200,000 z
- Nivel máximo
- Sin límite
- Género
- Both
- Refinable
- Sí
- Gradable
- No
Script del ítem
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;
}