Felrock's Armor
15117 Felock_Armor
F
Ferlock's suit, captain of the airship.
It was stolen by the monsters that attacked during airship raid.
All Basic Stats +1
MaxHP +500
MaxSP +50
MDEF +10
Refine Level +7:
MaxHP +500
MaxSP +50
Refine Level +9:
MaxHP +200
MaxSP +20
Refine Level +12:
MaxHP +300
MaxSP +30
When equipped with Ferlock's Hat, Ferlock's Manteau and Ferlock's Shoes:
MaxHP +25%
MaxSP +25%
Increases movement speed.
Total Refine Level of entire set at least +30:
MaxHP +5%, MaxSP +5%
Type: Armor
Defense: 70
Weight: 75
Armor Level: 1
Requirement:
Base Level 125
DEF70
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 bMaxHP,500;
bonus bMaxSP,50;
bonus bMdef,10;
bonus bAllStats,1;
.@r = getrefine();
if (.@r>=7) {
bonus bMaxHP,500;
bonus bMaxSP,50;
}
if (.@r>=9) {
bonus bMaxHP,200;
bonus bMaxSP,20;
}
if (.@r>=12) {
bonus bMaxHP,300;
bonus bMaxSP,30;
}