Viewing Item (Glorious Cleaver)

Glorious Cleaver
#1310

Glorious Cleaver

Krieger_Onehand_Axe1
Weapon 1H Axe

General

Type Weapon
Subtype 1H Axe
Buy Price 20z
Sell Price 10z
Weight 0

Equipment

ATK 130
Range 1
Weapon Lv 4
Slots 0
Refineable Yes

Requirements

Location:
Right Hand
Level:
80
Jobs:
Swordman Merchant Knight Blacksmith Crusader Alchemist

Item Script

Script
bonus2 bAddRace,RC_DemiHuman,75;
bonus2 bAddRace,RC_Player_Human,75;
bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,20;
bonus bUnbreakableWeapon;
if (getrefine()>5) {
   bonus2 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4);
   bonus2 bAddRace,RC_Player_Human,(getrefine()-4)*(getrefine()-4);
   bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5;
   bonus2 bIgnoreDefRaceRate,RC_Player_Human,5;
   bonus bAspdRate,5;
}
if (getrefine()>8) {
   bonus bAspdRate,5;
   bonus3 bAutoSpell,"NPC_CRITICALWOUND",1,50;
   bonus4 bAutoSpellOnSkill,"MC_MAMMONITE","NPC_CRITICALWOUND",2,200;
}