ID #31001
Card
Lola Card
Buy Price: N/A
Sell Price: N/A
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
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
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 if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_MACE) { .@r = getrefine(); bonus bHit,-10-.@r; bonus bCritical,10+.@r; bonus bCritAtkRate,10+.@r; }
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_MACE) {
.@r = getrefine();
bonus bHit,-10-.@r;
bonus bCritical,10+.@r;
bonus bCritAtkRate,10+.@r;
}