[Not for Sale] Scorpio Celestial Coronet K

Item ID 15960 Name [Not for Sale] Scorpio Celestial Coronet K
None
Weapon Level 0 Identifier Comp_Scorpio_Diadem_K
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 130
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
.@r = getrefine();
bonus bMatk,20*(.@r/2);
if (.@r>=7) {
  bonus bVariableCastrate,-15;
}
if (.@r>=9) {
  bonus2 bMagicAtkEle,Ele_All,15;
}
if (.@r>=11) {
  bonus bFixedCast,-200;
  bonus2 bMagicAddSize,Size_Small,15;
  bonus2 bMagicAddSize,Size_Medium,15;
}

Set Script
Cannon Rapier-OS
[Not for Sale] Scorpio Celestial Coronet K
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bMagicAtkEle,Ele_Holy,5;
bonus2 bSkillAtk,"LG_RAYOFGENESIS",4*(.@r_weapon/2);
[Not for Sale] Scorpio Celestial Coronet K
Ultio-OS
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bMagicAtkEle,Ele_Holy,5;
bonus2 bSkillAtk,"AB_JUDEX",3*(.@r_weapon/2);
[Not for Sale] Scorpio Celestial Coronet K
Rutilus Stick-OS
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus bMatk,30;
bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",3*(.@r_weapon/2);