Brown Rat Card
27176 Rr_Cramp_Card
B
For each 10 base STR:
ATK +3
Increases Attack Speed (decreases After Attack Delay by 1%).
Base STR at least 120:
ATK +40
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
.@str = readparam(bStr);
.@bonus = 3*(.@str/10);
if (.@str>=120) {
.@bonus += 40;
}
bonus bBaseAtk,.@bonus;
bonus bAspdRate,(.@str/10);