ID #4466
Card
Beholder Master Card
Buy Price: N/A
Sell Price: N/A
Increases Ranged Physical Damage by 3%.
_______________________
When compounded on a Bow class weapon:
Refine Level +10:
ASPD +1
Refine Level +14:
ASPD +1
_______________________
Type: Card
Compound on: Weapon
Weight: 1
_______________________
When compounded on a Bow class weapon:
Refine Level +10:
ASPD +1
Refine Level +14:
ASPD +1
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Monster Drops
Card Drops
Beholder Master
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 bonus bLongAtkRate,3; if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_BOW) { .@r = getrefine(); if (.@r>=10) { bonus bAspd,1; } if (.@r>=14) { bonus bAspd,1; } }
bonus bLongAtkRate,3;
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_BOW) {
.@r = getrefine();
if (.@r>=10) {
bonus bAspd,1;
}
if (.@r>=14) {
bonus bAspd,1;
}
}