ID #27179
Card
Coyote Card
Buy Price: N/A
Sell Price: N/A
MaxHP -12%
MaxSP -6%
_______________________
Skill casting cannot be interrupted.
_______________________
Refine Level +10:
MaxHP +6%
MaxSP +3%
_______________________
Type: Card
Compound on: Shoes
Weight: 1
MaxSP -6%
_______________________
Skill casting cannot be interrupted.
_______________________
Refine Level +10:
MaxHP +6%
MaxSP +3%
_______________________
Type: Card
Compound on: Shoes
Weight: 1
Monster Drops
Card Drops
Coyote
Rate: 0.5%
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Card
Weight
10
Item Flags
Drop Effect
Yes
Scripts
Script bonus bNoCastCancel; .@hp = -12; .@sp = -6; if (getrefine() >= 10) { .@hp += 6; .@sp += 3; } bonus bMaxHPrate,.@hp; bonus bMaxSPrate,.@sp;
bonus bNoCastCancel;
.@hp = -12;
.@sp = -6;
if (getrefine() >= 10) {
.@hp += 6;
.@sp += 3;
}
bonus bMaxHPrate,.@hp;
bonus bMaxSPrate,.@sp;