ISHGARDRAGNAROK ONLINE
Hora servidor--:--:--UTC
EstadoLogin: ...Char: ...Map: ...
Jugadores online—Récord online—
Wiki›Ítems›Faithful Manager Card
FFaithful Manager Card

Faithful Manager Card

4607 FaithfulManager_Card

bROcROdpROidROiROjROkROMkROSLATAMthROGtwRO
Carta
F

ATK +5

MATK +5

When equipped with Book class weapon:

Refine Level +10:

ATK +20

MATK +20

Refine Level +14:

ATK +20

MATK +20

Type: Card

Compound on: Weapon

Weight: 1

Información adicional

Precio de compra
20 z
Nivel máximo
Sin límite
Género
Both
Refinable
No
Gradable
No
Script del ítem
bonus bBaseAtk,5;
bonus bMatk,5;
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_BOOK) {
   .@r = getrefine();
   if (.@r>=10) {
      bonus bBaseAtk,20;
   bonus bMatk,20;
   }
   if (.@r>=14) {
      bonus bBaseAtk,20;
   bonus bMatk,20;
   }
}