Coyote Card
27179 Coyote_Card
C
MaxHP -12%
MaxSP -6%
Skill casting cannot be interrupted.
Refine Level +10:
MaxHP +6%
MaxSP +3%
Type: Card
Compound on: Shoes
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 bNoCastCancel;
.@hp = -12;
.@sp = -6;
if (getrefine() >= 10) {
.@hp += 6;
.@sp += 3;
}
bonus bMaxHPrate,.@hp;
bonus bMaxSPrate,.@sp;