Brute Cleaver
1328 Blut_Axe
B
A one-handed axe owned by the suspicious weapon dealer Brute.
Increases Physical Damage against Players by 60%.
For each Refine Level:
Ignores physical defense of all enemies by 5%.
Refine Level +8:
Increases Physical Damage against Players by additional 35%.
Refine Level +9:
Increases Physical Damage against Players by additional 20%.
Refine Level +9:
MaxHP +15%
MaxSP +15%
Indestructible in battle
This item can only be sold to NPCs and moved to storage.
Type: One-Handed Axe
Attack: 150
Weight: 0
Weapon Level: 4
Requirement:
Base Level 100
3rd Swordsman classes and 3rd Merchant classes
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;
bonus2 bAddRace,RC_Player_Human,60;
bonus2 bAddRace,RC_Player_Doram,60;
bonus2 bIgnoreDefRaceRate,RC_All,5*.@r;
if (.@r>=8) {
bonus2 bAddRace,RC_Player_Human,35;
bonus2 bAddRace,RC_Player_Doram,35;
}
if (.@r>=9) {
bonus2 bAddRace,RC_Player_Human,20;
bonus2 bAddRace,RC_Player_Doram,20;
}
if (.@r>=10) {
bonus bMaxHPrate,15;
bonus bMaxSPrate,15;
}