Red Clock Casquette-LT

Item ID 400267 Name Red Clock Casquette-LT
A hat worn by the Aldebaran clock tower repairman. The clock model decoration is particularly attractive.
It has been modified to suit the upgraded OS weapons.
_______________________
For each 2 Refine Levels:
ATK +20
_______________________
Refine Level +7:
Decreases Variable Casting Time by 15%.
_______________________
Refine Level +9:
Increases Melee Physical Damage by 20%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of Small and Medium sized enemies by 20%.
Decreases Fixed Casting Time by 0.2 seconds.
_______________________
When equipped with Meuchler-OSAD:
ATK +70

For each 2 Refine Levels of Meuchler-OSAD:
Increases damage of Rolling Cutter by 7%.
_______________________
When equipped with Circuit Board-OSAD:
ATK +70

For each 2 Refine Levels of Circuit Board-OSAD:
Increases damage of Solar Burst by 7%.
_______________________
When equipped with Beam Claymore-OSAD:
Decreases Ignition Break skill cooldown by 1 second.

For each 2 Refine Levels of Beam Claymore-OSAD:
Increases damage of Ignition Break by 7%.
_______________________
Type: Headgear
Defense: 0
Position: Upper
Weight: 10
Armor Level: 2
_______________________
Requirement:
Base Level 170
Weapon Level 0 Identifier Clock_Casket_RD_LT
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 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 bBaseAtk,20*(.@r/2);
if (.@r>=7) {
   bonus bVariableCastrate,-15;
   if (.@r>=9) {
      bonus bLongAtkRate,20;
      bonus bShortAtkRate,20;
      if (.@r>=10) {
         bonus bFixedCast,-200;
         bonus2 bAddSize,Size_Small,20;
         bonus2 bAddSize,Size_Medium,20;
      }
   }
}

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);
Red Clock Casquette-LT
Beam Claymore-OSAD
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillCooldown,"RK_IGNITIONBREAK",-1000;
bonus2 bSkillAtk,"RK_IGNITIONBREAK",7*(.@r_weapon/2);
Red Clock Casquette-LT
Meuchler-OSAD
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus bBaseAtk,70;
bonus2 bSkillAtk,"GC_ROLLINGCUTTER",7*(.@r_weapon/2);