ID #31010
Card
LoVA Kima Card
Buy Price: N/A
Sell Price: N/A
For each 6 Base Level:
Restores 1 SP every 10 second.
_______________________
Refine Level +7:
For each 30 base INT:
MATK +6
MaxSP +1%
_______________________
Type: Card
Compound on: Shoes
Weight: 1
Restores 1 SP every 10 second.
_______________________
Refine Level +7:
For each 30 base INT:
MATK +6
MaxSP +1%
_______________________
Type: Card
Compound on: Shoes
Weight: 1
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 bonus2 bSPRegenRate,BaseLevel/6,10000; if (getrefine()>=7) { bonus bMatk,6*(readparam(bInt)/30); bonus bMaxSPrate,readparam(bInt)/30; }
bonus2 bSPRegenRate,BaseLevel/6,10000;
if (getrefine()>=7) {
bonus bMatk,6*(readparam(bInt)/30);
bonus bMaxSPrate,readparam(bInt)/30;
}