Felrock's Boots
22047 Felock_Boots
F
Shoes of Ferlock, captain of the airship. Acquired during the event of airship raid.
AGI +1
Increases Attack Speed (decreases After Attack Delay by 5%).
Refine Level +7:
AGI +1
Increases Attack Speed (decreases After Attack Delay by 5%).
Refine Level +9:
AGI +1
Increases Attack Speed (decreases After Attack Delay by 5%).
Refine Level +12:
ASPD +1
Type: Shoes
Defense: 13
Weight: 25
Armor Level: 1
Requirement:
Base Level 125
DEF13
Nivel de armadura1
Información adicional
- Precio de compra
- 10 z
- Nivel máximo
- Sin límite
- Género
- Both
- Refinable
- Sí
- Gradable
- No
Script del ítem
bonus bAgi,1;
.@r = getrefine();
bonus bAspdRate,5;
if (.@r>=7) {
bonus bAgi,1;
bonus bAspdRate,5;
}
if (.@r>=9) {
bonus bAgi,1;
bonus bAspdRate,5;
}
if (.@r>=12) {
bonus bAspd,1;
}