
Ancient Stalactic Golem Card
ID 27292Carta
Descripción
For each 10 base VIT:
MaxHP +150
Increases Attack Speed (Decreases After Attack Delay by 1%).
Base VIT at least 120:
Decreases After Skill Delay by additional 3%.
Type: Card
Compound on: Garment
Weight: 1
Quién lo deja caer
Propiedades básicas
- Identificador
- Ancient_Sta_Golem_Card
- Peso
- 1.0
- Compra NPC
- 20z
- Venta NPC
- 10z
Requisitos
- Se inserta en
- Capa
Script del item
.@vit = readparam(bVit);
.@val = .@vit/10;
if (.@val) {
bonus bAspdRate,.@val;
bonus bMaxHP,(150*.@val);
if (.@vit >= 120) {
bonus bDelayrate,-3;
} }