Awakened Old King's Double Edge

Item ID 610029 Name Awakened Old King's Double Edge
None
Weapon Level 4 Identifier Kings_Double_Edge_A
Attack 240 Type Weapon - Katar
MATK 0 Equip Locations Two-Handed
Defense 0 Equippable Jobs Assassin
Range 1 Equip Gender Both (Male and Female)
Slots 1 Equip Upper Third, Third Upper, Third Baby
Weight 120 Min Equip Level 130
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
.@b = BaseLevel;
if (.@r>=9)
   .@b *= 3;
else if (.@r>=7)
   .@b *= 2;
bonus2 bSubRace,RC_Player_Human,30;
bonus2 bSkillAtk,"GC_CROSSIMPACT",.@b;
bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",.@b;
bonus2 bSkillAtk,"GC_ROLLINGCUTTER",.@b;
if (.@r>=10) {
   bonus bDefRatioAtkClass,Class_All;
   bonus2 bSkillCooldown,"GC_ROLLINGCUTTER",-200;
}

Set Script
Extreme Magic
Awakened Old King's Double Edge
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus bReduceDamageReturn,10*.@r;