[Not for Sale] Stripe Hat

Item ID 15965 Name [Not for Sale] Stripe Hat
None
Weapon Level 0 Identifier Comp_Stripe_Hat
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
[Not for Sale] Stripe Hat
MH-P89-OS
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10;
bonus bLongAtkRate,3*(.@r_weapon/2);
[Not for Sale] Stripe Hat
AC-B44-OS
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus bDelayrate,-10;
bonus bLongAtkRate,3*(.@r_weapon/2);
[Not for Sale] Stripe Hat
Boost Lance-OS
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus bBaseAtk,30;
bonus2 bSkillAtk,"LG_CANNONSPEAR",4*(.@r_weapon/2);