Ancient Stone Shooter Card
27295 Ancient_S_Shooter_Card
A
For each 10 base LUK:
Increases Critical Damage by 1%.
Increases Attack Speed (decreases After Attack Delay by 1%).
Base LUK at least 120:
Increases Critical Damage by 5%.
Type: Card
Compound on: Garment
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
.@luk = readparam(bLuk);
.@crit = .@luk/10;
bonus bAspdRate,.@crit;
if (.@luk >= 120) {
.@crit += 5;
}
bonus bCritAtkRate,.@crit;