Ferlock's Armor

Ferlock's Armor

ID 15117ArmadurarefinableFelrock's Armor

Descripción

Ferlock's suit, captain of the airship.

It was stolen by the monsters that attacked during airship raid.


All 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

Quién lo deja caer

Propiedades básicas

Identificador
Felock_Armor
Peso
75.0
Compra NPC
10z
Venta NPC
5z
Slots
0

Estadísticas de combate

Defensa
70

Requisitos

Nivel mínimo
125
Profesiones
Todas
Tipo de personaje
Todos
Posición
Armadura
Script del item
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;
}