Base de datos de items/Payon Soldier Card
Payon Soldier Card

Payon Soldier Card

ID 27169Carta

Descripción

ATK +5

MATK +5


When compounded with Spear class weapon:

Refine Level +10:

ATK +20

MATK +20


Refine Level +14:

ATK +20

MATK +20


Type: Card

Compound on: Weapon

Weight: 1

Propiedades básicas

Identificador
Payon_Soldier_Card
Peso
1.0
Compra NPC
20z
Venta NPC
10z

Requisitos

Se inserta en
Arma
Script del item
.@atk = 5;
.@r = getrefine();
.@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW);
if ((.@i == W_1HSPEAR || .@i == W_2HSPEAR) && .@r >= 10) {
   .@atk += 20;
   if (.@r >= 14) {
      .@atk += 20;
   }
}
bonus bBaseAtk,.@atk;
bonus bMatk,.@atk;