Lola Card

Item ID 31001 Name Lola Card
When compounded with Mace class weapon:
HIT -10
Critical +10
Increases Critical Damage by 10%.

For each Refine Level:
HIT -1
Critical +1
Increases Critical Damage by 1%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Weapon Level 0 Identifier Lora_Card_J
Attack 0 Type Card
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 1 Min Equip Level None
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable No
Credit Price None Trade restriction None
Item Script
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_MACE) {
   .@r = getrefine();
   bonus bHit,-10-.@r;
   bonus bCritical,10+.@r;
   bonus bCritAtkRate,10+.@r;
}

Set Script
Lola Card
Abyssal King
bonus2 bAddClass,Class_Boss,25;
bonus bCritAtkRate,25;