[Not for Sale] Sagittarius Celestial Coronet K

Item ID 15964 Name [Not for Sale] Sagittarius Celestial Coronet K
None
Weapon Level 0 Identifier Comp_Sagi_DiademK
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 bBaseAtk,20*(.@r/2);
if (.@r>=7) {
  bonus bVariableCastrate,-15;
}
if (.@r>=9) {
  bonus bLongAtkRate,15;
}
if (.@r>=11) {
  bonus bFixedCast,-200;
  bonus2 bAddSize,Size_Small,15;
  bonus2 bAddSize,Size_Medium,15;
}

Set Script
Burning Knuckle-OS
[Not for Sale] Sagittarius Celestial Coronet K
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-1000;
bonus bLongAtkRate,3*(.@r_weapon/2);
[Not for Sale] Sagittarius Celestial Coronet K
Sapphire Hall-OS
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus bVariableCastrate,-10;
bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",3*(.@r_weapon/2);
[Not for Sale] Sagittarius Celestial Coronet K
HR-S55-OS
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus bLongAtkRate,5;
bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",3*(.@r_weapon/2);