Cancer Axe [1]
1335 Cancer_Axe_J
C
- bAspdRate +10.
- ATK % +50.
- bSPDrainValue +2.
ATK: 10
Peso: 70.0
Nivel requerido: 1
Jobs: Alchemist, Assassin, Blacksmith, Crusader, Knight, Merchant, Novice, SuperNovice, Swordman
ATK10
Rango1
Nivel de arma4
Información adicional
- Precio de compra
- 0 z
- Nivel máximo
- Sin límite
- Género
- Both
- Refinable
- Sí
- Gradable
- No
Script del ítem
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bBaseAtk,80+BaseLevel;
bonus bAspdRate,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Blacksmith) {
bonus bAtkRate,50;
bonus bSPDrainValue,2;
bonus2 bSkillCooldown,"NC_AXETORNADO",-1000;
if (.@r>=7)
bonus2 bIgnoreDefRaceRate,RC_All,50;
if (.@r>=9)
bonus2 bIgnoreDefRaceRate,RC_All,50;
}