Beholder Master Card
4466 Beholder_Master_Card
B
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
Información adicional
- Precio de compra
- 20 z
- Nivel máximo
- Sin límite
- Género
- Both
- Refinable
- No
- Gradable
- No
Script del ítem
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;
}
}