Incurable Evil Sword

Item ID 510118 Name Incurable Evil Sword
None
Weapon Level 4 Identifier Skofnung_J
Attack 120 Type Weapon - Dagger
MATK 120 Equip Locations Main Hand
Defense 0 Equippable Jobs Rogue
Range 3 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 60 Min Equip Level 200
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus2 bSubRace,RC_Player_Doram,10;
bonus2 bSubRace,RC_Player_Human,10;
bonus2 bVariableCastrate,"ABC_ABYSS_SQUARE",-100;
bonus2 bVariableCastrate,"ABC_ABYSS_STRIKE",-100;
bonus2 bAddSize,Size_All,10*.@r;
if (.@r>=8) {
   bonus2 bSkillAtk,"ABC_ABYSS_DAGGER",25;
   bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",25;
   bonus2 bSkillAtk,"ABC_ABYSS_STRIKE",25;
   if (.@r>=10) {
       autobonus "{ bonus2 bMagicAtkEle,Ele_Neutral,50; }",50,10000,BF_MAGIC;
   }
}