ID #4579
Card
Warrior Lola Card
Buy Price: N/A
Sell Price: N/A
When equipped with Mace class weapon:
ATK +20
Critical +10
For each Refine Level:
ATK +1
Critical +1
_______________________
Type: Card
Compound on: Weapon
Weight: 1
ATK +20
Critical +10
For each Refine Level:
ATK +1
Critical +1
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Monster Drops
Card Drops
Warrior Laura
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 if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_MACE) { .@r = getrefine(); bonus bBaseAtk,20+.@r; bonus bCritical,10+.@r; }
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_MACE) {
.@r = getrefine();
bonus bBaseAtk,20+.@r;
bonus bCritical,10+.@r;
}