Circuit Board-OSAD

Item ID 540051 Name Circuit Board-OSAD
An upgraded version of a Circuit Board made in unknown format.
It's pretty hard and suitable to swing.
_______________________
ATK +5%
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
Increases Damage against monsters of Small and Medium size by 30%.
_______________________
Refine Level +11:
Increases Critical Damage by 20%.
Increases Melee Physical Damage by 10%.
_______________________
Type: Book
Attack: 180
Weight: 120
Weapon Level: 5
_______________________
Requirement:
Base Level 170
Sage, Priest and Star Gladiator
Weapon Level 5 Identifier Circuit_Board_AD
Attack 180 Type Weapon - Book
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Priest, Sage, Star Gladiator
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper None
Weight 120 Min Equip Level 170
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bAtkRate,5;
if (.@r>=7) {
   bonus bAspdRate,10;
   if (.@r>=9) {
      bonus2 bAddSize,Size_Small,30;
      bonus2 bMagicAddSize,Size_Small,30;
      bonus2 bAddSize,Size_Medium,30;
      bonus2 bMagicAddSize,Size_Medium,30;
      if (.@r>=11) {
         bonus bCritAtkRate,20;
         bonus bShortAtkRate,10;
      }
   }
}

Set Script
Red Clock Casquette-LT
Circuit Board-OSAD
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus bBaseAtk,70;
bonus2 bSkillAtk,"SJ_SOLARBURST",7*(.@r_weapon/2);