Coyote Card

Coyote Card

ID 27179Carta

Descripción

MaxHP -12%

MaxSP -6%


Protects from skill cast interruption.


Refine Level +10:

MaxHP +6%

MaxSP +3%


Type: Card

Compound on: Shoes

Weight: 1

Quién lo deja caer

Propiedades básicas

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

Requisitos

Se inserta en
Calzado
Script del item
bonus bNoCastCancel;
.@hp = -12;
.@sp = -6;
if (getrefine() >= 10) {
   .@hp += 6;
   .@sp += 3;
}
bonus bMaxHPrate,.@hp;
bonus bMaxSPrate,.@sp;