
Marsh Arclouse Card
ID 27177Carta
Descripción
For each 10 base INT:
MATK +3
Increases Attack Speed (Decreases After Attack Delay by 1%).
Base INT at least 120:
MATK +40
Type: Card
Compound on: Garment
Weight: 1
Quién lo deja caer
Propiedades básicas
- Identificador
- Rr_Arclouse_Card
- Peso
- 1.0
- Compra NPC
- 20z
- Venta NPC
- 10z
Requisitos
- Se inserta en
- Capa
Script del item
.@int = readparam(bInt);
.@bonus = 3*(.@int/10);
if (.@int>=120) {
.@bonus += 40;
}
bonus bMatk,.@bonus;
bonus bAspdRate,(.@int/10);