Edge

Item ID 13497 Name Edge
None
Weapon Level 4 Identifier Edge_Z
Attack 60 Type Weapon - One-Handed Sword
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Swordman, Merchant, Thief, Knight, Blacksmith, Assassin, Crusader, Rogue, Alchemist
Range 1 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 120 Min Equip Level 60
NPC Buy 1 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bHit,-40;
bonus3 bAddEffOnSkill,"RG_RAID",Eff_Bleeding,100;
bonus2 bSkillAtk,"RG_RAID",50;
.@s = getskilllv("SM_SWORD");
bonus bHit,3*.@s;
bonus2 bAddClass,Class_All,2;
.@r = getrefine();
if (.@r>=9) {
   bonus bHit,2*.@s;
   bonus2 bAddClass,Class_All,2;
}