Ancient Stalactic Golem Card
27292 Ancient_Sta_Golem_Card
A
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
Información adicional
- Precio de compra
- 20 z
- Nivel máximo
- Sin límite
- Género
- Both
- Refinable
- No
- Gradable
- No
Script del ítem
.@vit = readparam(bVit);
.@val = .@vit/10;
if (.@val) {
bonus bAspdRate,.@val;
bonus bMaxHP,(150*.@val);
if (.@vit >= 120) {
bonus bDelayrate,-3;
} }