Dark Illusion Guitar

Item ID 32117 Name Dark Illusion Guitar
None
Weapon Level 4 Identifier Dark_Illu_Guitar_TH
Attack 160 Type Weapon - Musical Instrument
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Bard / Dancer
Range 2 Equip Gender Male
Slots 2 Equip Upper Third, Third Upper, Third Baby
Weight 100 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bBaseAtk,15*(.@r/2);
bonus bLongAtkRate,4*(.@r/3);
if (.@r>=7) {
   bonus bAspdRate,10;
   bonus2 bSkillCooldown,"CG_ARROWVULCAN",-100;
   if (.@r>=9) {
       bonus bLongAtkRate,7;
       if (.@r>=11) {
           bonus2 bSkillAtk,"CG_ARROWVULCAN",200;
           bonus bDelayrate,-10;
       }
   }
}