Scorpio Celestial Coronet-LT

Item ID 400262 Name Scorpio Celestial Coronet-LT
The crown representing Scorpio, the eighth position of the zodiac. The birthstone, Topaz, is embedded.
It has been modified to suit the upgraded OS weapons.
_______________________
For each 2 Refine Levels:
MATK +20
_______________________
Refine Level +7:
Decreases Variable Casting Time by 15%.
_______________________
Refine Level +9:
Increases Magical Damage with every element by 20%.
_______________________
Refine Level +11:
Increases Magical Damage against monsters of Small and Medium sized enemies by 20%.
Decreases Fixed Casting Time by 0.2 seconds.
_______________________
When equipped with Cannon Rapier-OSAD:
Decreases Genesis Ray skill cooldown by 1 second.

For each 2 Refine Levels of Cannon Rapier-OSAD:
Increases damage of Genesis Ray by 7%.
_______________________
When equipped with Rutilus Stick-OS:
Decreases Psychic Wave skill cooldown by 1 second.

For each 2 Refine Levels of Rutilus Stick-OSAD:
Increases damage of Psychic Wave by 7%.
_______________________
When equipped with Ultio-OSAD:
Increases Magical Damage with Holy element by 7%.

For each 2 Refine Levels of Ultio-OSAD:
Increases damage of Judex by 5%.
_______________________
Type: Headgear
Defense: 0
Position: Upper
Weight: 10
Armor Level: 2
_______________________
Requirement:
Base Level 170
Weapon Level 0 Identifier Scorpio_Diadem_K_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 bMatk,20*(.@r/2);
if (.@r>=7) {
   bonus bVariableCastrate,-15;
   if (.@r>=9) {
      bonus2 bMagicAtkEle,Ele_All,20;
      if (.@r>=10) {
         bonus bFixedCast,-200;
         bonus2 bMagicAddSize,Size_Small,20;
         bonus2 bMagicAddSize,Size_Medium,20;
      }
   }
}

Set Script
Scorpio Celestial Coronet-LT
Cannon Rapier-OSAD
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillCooldown,"LG_RAYOFGENESIS",-1000;
bonus2 bSkillAtk,"LG_RAYOFGENESIS",7*(.@r_weapon/2);
Scorpio Celestial Coronet-LT
Rutilus Stick-OSAD
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-1000;
bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",7*(.@r_weapon/2);
Scorpio Celestial Coronet-LT
Ultio-OSAD
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bMagicAtkEle,Ele_Holy,7;
bonus2 bSkillAtk,"AB_JUDEX",5*(.@r_weapon/2);