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