Onimaru Sword

Item ID 21042 Name Onimaru Sword
None
Weapon Level 4 Identifier Onimaru_BR
Attack 75 Type Weapon - Two-Handed Sword
MATK 0 Equip Locations Two-Handed
Defense 0 Equippable Jobs Knight
Range 1 Equip Gender Both (Male and Female)
Slots 1 Equip Upper Third, Third Upper, Third Baby
Weight 420 Min Equip Level 130
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bBaseAtk,2*(min(BaseLevel,120)/3);
if (BaseLevel>=95) {
   bonus bBaseAtk,55;
   if (BaseLevel>=108) {
       bonus bBaseAtk,95;
       if (BaseLevel>=120) {
            bonus bBaseAtk,175;
       }
   }
}
if (.@r>=8) {
   bonus bUnbreakableWeapon;
   bonus3 bAutoSpell,"NPC_WIDECURSE",2,20;
   if (.@r>=11) {
       bonus4 bAutoSpellOnSkill,"LK_BERSERK","WS_OVERTHRUSTMAX",5,1000;
   }
}