Ancient Wootan Shooter Card
27296 Ancient_W_Shooter_Card
A
For each 10 base DEX:
Increases damage inflicted with Bow class weapon by 1%.
Increases Attack Speed (decreases After Attack Delay by 1%).
Base DEX at least 120:
ATK +40
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
.@dex = readparam(bDex);
.@val = .@dex/10;
if (.@val) {
bonus bAspdRate,.@val;
bonus2 bWeaponDamageRate,W_BOW,.@val;
if (.@dex >= 120) {
bonus bBaseAtk,40;
} }