Fanat Card
4465 Panat_Card
F
ATK +10
When compounded on a Two-Handed Sword class weapon:
Refine Level +10:
ASPD +1
Refine Level +14:
ASPD +1
Type: Card
Compound on: Weapon
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
bonus bBaseAtk,10;
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_2HSWORD) {
.@r = getrefine();
if (.@r>=10) {
bonus bAspd,1;
}
if (.@r>=14) {
bonus bAspd,1;
}
}