
Ancient Wootan Shooter Card
ID 27296Carta
Descripción
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
Quién lo deja caer
Propiedades básicas
- Identificador
- Ancient_W_Shooter_Card
- Peso
- 1.0
- Compra NPC
- 20z
- Venta NPC
- 10z
Requisitos
- Se inserta en
- Capa
Script del item
.@dex = readparam(bDex);
.@val = .@dex/10;
if (.@val) {
bonus bAspdRate,.@val;
bonus2 bWeaponDamageRate,W_BOW,.@val;
if (.@dex >= 120) {
bonus bBaseAtk,40;
} }