Grinder Axe [1]
1334 Ein_1HAXE
G
- VIT +3.
- ATK +25.
- ATK % +5.
- bHealPower +10.
- bVariableCastrate -7.
- bAspdRate +7.
ATK: 150
Peso: 100.0
Nivel requerido: 100
Jobs: Blacksmith, Alchemist
ATK150
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 bVit,3;
bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",BaseLevel/10;
if (getskilllv("CR_ACIDDEMONSTRATION") == 10)
bonus bBaseAtk,25;
if (.@r>=7) {
bonus bAtkRate,5;
bonus bHealPower,10;
}
if (.@r>=9) {
bonus bVariableCastrate,-7;
bonus bAspdRate,7;
}