
Ancient Stone Shooter Card
ID 27295Carta
Descripción
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
Quién lo deja caer
Propiedades básicas
- Identificador
- Ancient_S_Shooter_Card
- Peso
- 1.0
- Compra NPC
- 20z
- Venta NPC
- 10z
Requisitos
- Se inserta en
- Capa
Script del item
.@luk = readparam(bLuk);
.@crit = .@luk/10;
bonus bAspdRate,.@crit;
if (.@luk >= 120) {
.@crit += 5;
}
bonus bCritAtkRate,.@crit;